Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | constrain hostnames to MAXHOSTNAMELEN (again), and fix a typo | deraadt | 1997-03-27 | 1 | -4/+4 | |
| | ||||||
* | yet another random() converted to arc4random() | provos | 1997-03-27 | 1 | -4/+3 | |
| | ||||||
* | Ok here is the mvme88k userland, minus a few important pieces. | rahnds | 1997-03-25 | 1 | -2/+2 | |
| | | | | | | | | | | as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||||
* | res_close is defined in a macro and should apperently not be used as _res_close. | pefo | 1997-03-15 | 1 | -2/+2 | |
| | ||||||
* | Integrate BIND 4.9.5 resolver and associated routines. | downsj | 1997-03-13 | 23 | -792/+3665 | |
| | | | | Includes the DNS aware getnetby*() routines and IPv6 support. | |||||
* | prelim manpage, cleanup, fixed crippled plaintext: sed does a nice | provos | 1997-02-16 | 4 | -20/+99 | |
| | | | | job on replacing everything, just wouldnt skip it | |||||
* | header update | provos | 1997-02-14 | 2 | -15/+59 | |
| | ||||||
* | added bcrypt + blowfish | provos | 1997-02-13 | 1 | -2/+3 | |
| | ||||||
* | added hook for bcrypt | provos | 1997-02-13 | 1 | -4/+10 | |
| | ||||||
* | password hashing algorithm using blowfish | provos | 1997-02-13 | 1 | -0/+300 | |
| | ||||||
* | Unpatended fast block cipher for new password hashing. | provos | 1997-02-13 | 1 | -0/+624 | |
| | ||||||
* | is we were set[ug]id an unitialized ptr bit us | niklas | 1997-02-11 | 1 | -3/+6 | |
| | ||||||
* | Make this 64-bit safe again | tholo | 1997-02-09 | 1 | -16/+16 | |
| | ||||||
* | careful about MAXADDRS, abrown@eecs.harvard.edu | deraadt | 1997-01-30 | 1 | -1/+3 | |
| | ||||||
* | never hand over a nonresv port, even if asked. problem reported by ↵ | deraadt | 1997-01-25 | 1 | -2/+2 | |
| | | | | gmeinerj@ZUMtOBEL.co.at | |||||
* | Make function decl match prototype in stdlib.h | millert | 1997-01-19 | 1 | -3/+3 | |
| | ||||||
* | r?index -> strr?chr | millert | 1997-01-17 | 1 | -6/+6 | |
| | ||||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | millert | 1997-01-15 | 3 | -4/+4 | |
| | ||||||
* | port is powerpc not, ppc. | rahnds | 1997-01-09 | 1 | -2/+2 | |
| | | | | Make the defines so. | |||||
* | Integrate latest malloc(3) from FreeBSD | tholo | 1997-01-05 | 1 | -264/+124 | |
| | ||||||
* | arc4random() number generator, for use with things like RPC xid's. | dm | 1996-12-28 | 2 | -2/+177 | |
| | ||||||
* | -Wall madness. | millert | 1996-12-21 | 4 | -4/+9 | |
| | ||||||
* | Add powerpc support. To bad this needs to be modified for every | rahnds | 1996-12-21 | 1 | -2/+3 | |
| | | | | new architecture. | |||||
* | Clean up lint and compile warnings | tholo | 1996-12-14 | 2 | -20/+20 | |
| | ||||||
* | Update {hton,ntoh}[ls] argument and return types to match changes in | tholo | 1996-12-12 | 4 | -22/+18 | |
| | | | | <machine/endian.h> | |||||
* | Fix typo | tholo | 1996-12-11 | 1 | -2/+2 | |
| | ||||||
* | "the the" purge | deraadt | 1996-12-10 | 3 | -6/+6 | |
| | ||||||
* | htons et al. works on explicit 16- and 32-bit quantities and not the | niklas | 1996-11-25 | 1 | -11/+15 | |
| | | | | | | machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||||
* | more 64bit fixes | niklas | 1996-11-24 | 1 | -10/+12 | |
| | ||||||
* | 64 bit clean | niklas | 1996-11-23 | 1 | -3/+25 | |
| | ||||||
* | removed plus sign from start of line | kstailey | 1996-11-22 | 1 | -2/+2 | |
| | ||||||
* | sys/types.h will serve us better than machine/endian.h. | etheisen | 1996-11-14 | 1 | -3/+2 | |
| | ||||||
* | memcpy needs proto from string.h. | etheisen | 1996-11-14 | 1 | -1/+2 | |
| | ||||||
* | Include <machine/types.h> for now. | etheisen | 1996-11-14 | 1 | -1/+2 | |
| | ||||||
* | explain better how to make exportable bins | deraadt | 1996-11-01 | 1 | -5/+11 | |
| | ||||||
* | typo. | michaels | 1996-10-29 | 1 | -2/+2 | |
| | ||||||
* | Deal correctly with time zones | tholo | 1996-10-28 | 1 | -2/+3 | |
| | ||||||
* | Manpage update to match changed functionality; by alex@FreeBSD.org | tholo | 1996-10-26 | 1 | -3/+3 | |
| | ||||||
* | add decl | downsj | 1996-10-25 | 1 | -1/+3 | |
| | ||||||
* | POSIX requires stdio buffers be flushed on abort | tholo | 1996-10-25 | 1 | -1/+7 | |
| | ||||||
* | unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd | deraadt | 1996-10-15 | 1 | -5/+12 | |
| | ||||||
* | Attempt at cleanup. | michaels | 1996-10-08 | 1 | -2/+2 | |
| | ||||||
* | bzzzt | deraadt | 1996-09-28 | 1 | -11/+14 | |
| | ||||||
* | more INADDRSZ pedantry | deraadt | 1996-09-27 | 1 | -14/+11 | |
| | ||||||
* | use INADDRSZ, more careful length checking | deraadt | 1996-09-27 | 1 | -7/+8 | |
| | ||||||
* | Make sure we don't dereference stray pointer when running suid or sgid | tholo | 1996-09-26 | 1 | -1/+3 | |
| | ||||||
* | be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵ | deraadt | 1996-09-26 | 1 | -14/+50 | |
| | | | | these ideas | |||||
* | Restore check for suid / sgid | tholo | 1996-09-26 | 1 | -2/+2 | |
| | ||||||
* | Latest changes from FreeBSD | tholo | 1996-09-26 | 2 | -228/+381 | |
| | ||||||
* | need limits.h | deraadt | 1996-09-25 | 1 | -1/+2 | |
| |