summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-153-4/+4
* port is powerpc not, ppc.rahnds1997-01-091-2/+2
* Integrate latest malloc(3) from FreeBSDtholo1997-01-051-264/+124
* arc4random() number generator, for use with things like RPC xid's.dm1996-12-282-2/+177
* -Wall madness.millert1996-12-214-4/+9
* Add powerpc support. To bad this needs to be modified for everyrahnds1996-12-211-2/+3
* Clean up lint and compile warningstholo1996-12-142-20/+20
* Update {hton,ntoh}[ls] argument and return types to match changes intholo1996-12-124-22/+18
* Fix typotholo1996-12-111-2/+2
* "the the" purgederaadt1996-12-103-6/+6
* htons et al. works on explicit 16- and 32-bit quantities and not theniklas1996-11-251-11/+15
* more 64bit fixesniklas1996-11-241-10/+12
* 64 bit cleanniklas1996-11-231-3/+25
* removed plus sign from start of linekstailey1996-11-221-2/+2
* sys/types.h will serve us better than machine/endian.h.etheisen1996-11-141-3/+2
* memcpy needs proto from string.h.etheisen1996-11-141-1/+2
* Include <machine/types.h> for now.etheisen1996-11-141-1/+2
* explain better how to make exportable binsderaadt1996-11-011-5/+11
* typo.michaels1996-10-291-2/+2
* Deal correctly with time zonestholo1996-10-281-2/+3
* Manpage update to match changed functionality; by alex@FreeBSD.orgtholo1996-10-261-3/+3
* add decldownsj1996-10-251-1/+3
* POSIX requires stdio buffers be flushed on aborttholo1996-10-251-1/+7
* unused variable noticed by asriel(right?), proto from mccanne; fed to freebsdderaadt1996-10-151-5/+12
* Attempt at cleanup.michaels1996-10-081-2/+2
* bzzztderaadt1996-09-281-11/+14
* more INADDRSZ pedantryderaadt1996-09-271-14/+11
* use INADDRSZ, more careful length checkingderaadt1996-09-271-7/+8
* Make sure we don't dereference stray pointer when running suid or sgidtholo1996-09-261-1/+3
* be safer about spoofed hostnames; thanks to bitblt and oliver for help with t...deraadt1996-09-261-14/+50
* Restore check for suid / sgidtholo1996-09-261-2/+2
* Latest changes from FreeBSDtholo1996-09-262-228/+381
* need limits.hderaadt1996-09-251-1/+2