| Age | Commit message (Expand) | Author | Files | Lines |
| 2000-07-19 | from freebsd: |  mickey | 1 | -1/+3 |
| 2000-06-22 | ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes |  itojun | 1 | -1/+51 |
| 2000-06-10 | er, no _PATH_NOLOGIN is the "do not let users login file"; sigh@kuzirabekon.econ.nagasaki-u.ac.jp |  deraadt | 1 | -2/+2 |
| 2000-06-09 | nologin lives in /sbin |  millert | 1 | -2/+2 |
| 2000-05-15 | correct type of 2nd argument to meet RFC2553. (this should raise no ABI |  itojun | 1 | -2/+2 |
| 2000-04-26 | Minor comment changes: |  millert | 1 | -4/+6 |
| 2000-04-20 | prototyping for p{read,write}{,v} |  deraadt | 1 | -2/+13 |
| 2000-04-03 | Add srandomdev() from FreeBSD for use by sendmail and others. |  millert | 1 | -1/+2 |
| 2000-03-28 | Expose MDXTransform functions to be consistent with sha1 and rmd160. |  millert | 2 | -2/+4 |
| 2000-03-24 | Add FNM_NOSYS, meaning "The implementation does not support this function", |  millert | 1 | -1/+2 |
| 2000-03-15 | implimented -> implemented |  todd | 2 | -5/+5 |
| 2000-03-10 | A more normal way of building kerberos, faster, and it works with SUDO |  niklas | 1 | -2/+3 |
| 2000-03-04 | Make P_tmpdir point to /tmp/ not /var/tmp |  millert | 1 | -2/+2 |
| 2000-03-01 | $OpenBSD$ |  todd | 1 | -1/+1 |
| 2000-02-29 | install crypto headers |  deraadt | 1 | -3/+3 |
| 2000-02-25 | Include files for KerberosIV have moved. |  hin | 1 | -3/+2 |
| 2000-02-23 | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). |  itojun | 1 | -2/+3 |
| 2000-02-23 | add getifaddrs(3), from bsdi4. |  itojun | 2 | -4/+59 |
| 2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow |  millert | 1 | -16/+9 |
| 2000-02-21 | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. |  millert | 1 | -1/+3 |
| 2000-02-19 | do not install /usr/include/dev/microcode/ |  deraadt | 1 | -2/+3 |
| 2000-02-19 | swapctl 2nd arg is const |  deraadt | 1 | -2/+2 |
| 2000-02-09 | revise extended scoped address format support. delimiter and the order |  itojun | 1 | -2/+4 |
| 2000-01-27 | add IPv6-ready rcmd() friends. |  itojun | 1 | -1/+4 |
| 1999-12-30 | replace NRL get{addr,name}info with KAME get{addr,name}info. |  itojun | 1 | -1/+9 |
| 1999-12-16 | rresvport_af() and bindresvport_af() |  deraadt | 1 | -1/+2 |
| 1999-12-09 | dlopen and dlsym take const char * parameters. |  espie | 2 | -6/+6 |
| 1999-11-27 | In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly. |  espie | 2 | -2/+8 |
| 1999-11-20 | Generate g2c.h at prereq stage. |  espie | 1 | -2/+2 |
| 1999-11-15 | Typo in comment. |  aaron | 1 | -2/+2 |
| 1999-10-05 | get httpd in WDIRS as well as the prereq dirs. |  beck | 1 | -2/+2 |
| 1999-10-05 | add httpd to includes target so apache includes get grabbed. |  beck | 1 | -2/+2 |
| 1999-10-04 | put sbin:/usr/sbin in default path |  deraadt | 1 | -2/+2 |
| 1999-10-03 | put back FTS_CHDIRROOT until next library major number crank |  millert | 1 | -2/+3 |
| 1999-10-03 | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used |  millert | 1 | -3/+2 |
| 1999-09-27 | remove /usr/include/openssl link before making it. |  beck | 1 | -1/+2 |
| 1999-09-27 | openssl -> ssl |  deraadt | 1 | -1/+2 |
| 1999-09-24 | Copyright... |  espie | 1 | -1/+7 |
| 1999-09-24 | stdbool.h conforming to C9X |  espie | 2 | -2/+23 |
| 1999-09-17 | Be thorough about NULL as __null for C++. |  espie | 5 | -8/+16 |
| 1999-09-03 | proto bcrypt_gensalt() |  deraadt | 1 | -2/+2 |
| 1999-09-01 | proto bcrypt_gensalt() |  deraadt | 1 | -1/+2 |
| 1999-08-16 | prototype mismatch for RMD160Update() |  millert | 1 | -2/+2 |
| 1999-07-03 | proto net_addrcmp() |  deraadt | 1 | -2/+3 |
| 1999-07-01 | install miscfs includes too |  deraadt | 1 | -2/+2 |
| 1999-06-24 | Slight goof, repair symlinks target (noted by David Leonard) |  espie | 1 | -6/+1 |
| 1999-06-23 | Added some protocol independent interfaces (supposedly IPv6 support APIs, but |  cmetz | 1 | -1/+2 |
| 1999-06-22 | install uvm includes |  art | 1 | -3/+3 |
| 1999-06-11 | Define NULL to be __null for C++: better quality of implementation. |  espie | 6 | -6/+30 |
| 1999-06-05 | getaddrinfo() info prototypes and such; cmetz |  deraadt | 1 | -1/+55 |