summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2000-03-28Expose MDXTransform functions to be consistent with sha1 and rmd160.Todd C. Miller
2000-03-24Add FNM_NOSYS, meaning "The implementation does not support this function",Todd C. Miller
for XPG conformance. We don't use it but programs might check for it.
2000-03-15implimented -> implementedTodd T. Fries
2000-03-10A more normal way of building kerberos, faster, and it works with SUDONiklas Hallqvist
2000-03-04Make P_tmpdir point to /tmp/ not /var/tmpTodd C. Miller
Really, there should be a way to make configurable by the admin at runtime (say, a gettmpdir() function).
2000-03-01$OpenBSD$Todd T. Fries
2000-02-29install crypto headersTheo de Raadt
2000-02-25Include files for KerberosIV have moved.Hans Insulander
(ok art@)
2000-02-23add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).Jun-ichiro itojun Hagino
in sync with kame and bsdi.
2000-02-23add getifaddrs(3), from bsdi4.Jun-ichiro itojun Hagino
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
off_t to be visible in stdio.h even in strict ansi mode. This is needed for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack.
2000-02-21Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.Todd C. Miller
Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type.
2000-02-19do not install /usr/include/dev/microcode/Theo de Raadt
2000-02-19swapctl 2nd arg is constTheo de Raadt
2000-02-09revise extended scoped address format support. delimiter and the orderJun-ichiro itojun Hagino
is changed, based on discussion in ipngwg scoped address cabal. past code: fe80::1@de0 now: de0%fe80::1 this will be in sync with next extended address format proposal (which should be final - I don't want to make this kind of change again).
2000-01-27add IPv6-ready rcmd() friends.Jun-ichiro itojun Hagino
rcmd(): IPv4 only rcmd_af(): af independent ruserok(): af independent iruserok(): IPv4 only iruserok_sa(): af independent
1999-12-30replace NRL get{addr,name}info with KAME get{addr,name}info.Jun-ichiro itojun Hagino
removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt
1999-12-16rresvport_af() and bindresvport_af()Theo de Raadt
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
Fix prototypes, propagate const where applicable.
1999-11-27In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.Marc Espie
Redefining it as a typedef is an error, as it prevents overloading on e.g., int/wchar_t separately.
1999-11-20Generate g2c.h at prereq stage.Marc Espie
Install it under /usr/include
1999-11-15Typo in comment.Aaron Campbell
1999-10-05get httpd in WDIRS as well as the prereq dirs.Bob Beck
1999-10-05add httpd to includes target so apache includes get grabbed.Bob Beck
1999-10-04put sbin:/usr/sbin in default pathTheo de Raadt
1999-10-03put back FTS_CHDIRROOT until next library major number crankTodd C. Miller
1999-10-03kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer usedTodd C. Miller
1999-09-27remove /usr/include/openssl link before making it.Bob Beck
1999-09-27openssl -> sslTheo de Raadt
1999-09-24Copyright...Marc Espie
1999-09-24stdbool.h conforming to C9XMarc Espie
1999-09-17Be thorough about NULL as __null for C++.Marc Espie
1999-09-03proto bcrypt_gensalt()Theo de Raadt
1999-09-01proto bcrypt_gensalt()Theo de Raadt
1999-08-16prototype mismatch for RMD160Update()Todd C. Miller
1999-07-03proto net_addrcmp()Theo de Raadt
1999-07-01install miscfs includes tooTheo de Raadt
1999-06-24Slight goof, repair symlinks target (noted by David Leonard)Marc Espie
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz
ones that are useful for all protocols, not just IPv6).
1999-06-22install uvm includesArtur Grabowski
1999-06-11Define NULL to be __null for C++: better quality of implementation.Marc Espie
__null is a magic constant of integral type that converts to a null pointer as should be, but warns for ambiguity when used to resolved an overload between an integral type and a pointer type.
1999-06-05getaddrinfo() info prototypes and such; cmetzTheo de Raadt
1999-05-29Add libkeynote target for includesAngelos D. Keromytis
1999-05-28proper const semantics for dirname & basename.Marc Espie
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
1999-05-26Link in egcs, kill gcc and libg++Marc Espie
1999-05-22Add swapctl(2) prototype.Tobias Weingartner
1999-05-18typoMarc Espie
1999-05-18Change include links shennannigans to make more sense,Marc Espie
so that machine -> i386, and not the other way around, or, for arches such as amiga/m68k, make amiga & m68k true directories and let machine -> amiga.
1999-05-14use UTC when abbreviating Coordinated Universal Time, not CUTAaron Campbell
1999-05-14appropiate -> appropriateAaron Campbell