summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Pad out trailing parts of the address with zeros so we get a legal networktholo1997-04-241-3/+4
* | pmod to u_int16_t, Angelos kindly reminded meprovos1997-04-231-5/+5
* | constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duhderaadt1997-04-191-3/+5
* | change time() to gettimeofday()provos1997-04-191-5/+8
* | make things more complicated.provos1997-04-191-13/+46
* | typoderaadt1997-04-161-2/+2
* | documentation for arc4random. this is out of memory, might needprovos1997-04-152-2/+85
* | correct the paranoia checkderaadt1997-04-151-7/+10
* | with this here commit i label myself not the swiftestderaadt1997-04-141-8/+6
* | buf oflowderaadt1997-04-141-3/+4
* | fouled up a tiny bitprovos1997-04-132-5/+6
* | the before mentioned random number generator.provos1997-04-133-18/+202
* | copyright foodownsj1997-04-131-2/+33
* | buf oflow; bitbltderaadt1997-04-131-3/+3
* | repair _hokcharderaadt1997-04-131-6/+8
* | paranoid about MAXHOSTNAMELENderaadt1997-04-071-10/+12
* | issetugid() this last getenv based openderaadt1997-04-061-3/+3
* | Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-0516-58/+59
* | Check for overflow; from FreeBSDtholo1997-04-051-2/+4
* | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asdownsj1997-04-032-7/+13
* | another lookup[] loop accidentderaadt1997-04-031-2/+4
* | Full implementation of lookups support, plus some bug fixes. Still no YP.downsj1997-04-031-68/+97
* | an -> a; soil@quick.netderaadt1997-04-031-2/+2
* | use MATCH()deraadt1997-04-031-3/+3
* | if dns lookup fails, still honour _res.lookups[]deraadt1997-04-031-2/+2
* | ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comderaadt1997-04-031-2/+6
* | a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey1997-04-031-2/+24
* | add htonl()kstailey1997-04-031-2/+2
* | spelling errorderaadt1997-04-021-2/+2
* | salt is an int32_tderaadt1997-03-311-2/+2
* | delete the unaligned codederaadt1997-03-302-22/+2
* | Err, umm.downsj1997-03-271-3/+3
* | Make this code sane.downsj1997-03-271-3/+4
* | constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoderaadt1997-03-271-4/+4
* | yet another random() converted to arc4random()provos1997-03-271-4/+3
* | Ok here is the mvme88k userland, minus a few important pieces.rahnds1997-03-251-2/+2
* | res_close is defined in a macro and should apperently not be used as _res_close.pefo1997-03-151-2/+2
* | Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-1323-792/+3665
* | prelim manpage, cleanup, fixed crippled plaintext: sed does a niceprovos1997-02-164-20/+99
* | header updateprovos1997-02-142-15/+59
* | added bcrypt + blowfishprovos1997-02-131-2/+3
* | added hook for bcryptprovos1997-02-131-4/+10
* | password hashing algorithm using blowfishprovos1997-02-131-0/+300
* | Unpatended fast block cipher for new password hashing.provos1997-02-131-0/+624
* | is we were set[ug]id an unitialized ptr bit usniklas1997-02-111-3/+6
* | Make this 64-bit safe againtholo1997-02-091-16/+16
* | careful about MAXADDRS, abrown@eecs.harvard.eduderaadt1997-01-301-1/+3
* | never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z...deraadt1997-01-251-2/+2
* | Make function decl match prototype in stdlib.hmillert1997-01-191-3/+3
* | r?index -> strr?chrmillert1997-01-171-6/+6