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