summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
1997-09-22Add FNM_FILE_NAME as an alias for FNM_PATHNAME (GNU uses FNM_FILE_NAME).Todd C. Miller
1997-09-22From FreeBSD:Todd C. Miller
1) Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE 2) POSIX.2 fixes
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirNiklas Hallqvist
entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags.
1997-09-01#define GLOB_ABEND to GLOB_ABORTED for backwards compat. Noted by Theo.Todd C. Miller
1997-09-01Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND toTodd C. Miller
GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used).
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
Adds a new flag to fts(3).
1997-08-29move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs...Michael Shalayeff
disklabel changed to use it that way
1997-08-24prototype _err* and _warn*Todd C. Miller
1997-08-18inttypes.h as required by XPG4.2. Nothing uses this yet and all in-treeTodd C. Miller
sources should use the BSD-style types anyway.
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller
1997-08-12typo; graphix@iastate.eduTheo de Raadt
1997-07-24pre-def ypmaplistTheo de Raadt
1997-07-23_PATH_SKEYKEYS now lives in <paths.h>Todd C. Miller
Add skeygetnext() for iterating over the key file.
1997-07-23add netatalkdenny
1997-07-17__BEGIN_DECLS/__END_DECLSTheo de Raadt
1997-07-17proto moreTheo de Raadt
1997-07-17mdX(3)-like interface to RIPEMD-160 hash function. Code byTodd C. Miller
Antoon Bosselaers and massaged by me to fit the mdX(3) API.
1997-07-16proto yp_maplistTheo de Raadt
1997-07-15Add a missing constTodd C. Miller
1997-07-12Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).Todd C. Miller
1997-07-10Be consistent wrt unsigned vs. u_*Todd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd C. Miller
are more consistent with md4/md5 functions.
1997-07-02Move prototype for bindresvport(3) to <netiniet/in.h> as it isTodd C. Miller
not rpc-specific and other stuff uses it now.
1997-06-29relocated header filesNiels Provos
1997-06-29Use u_int16_t, not short in struct tftphdr. From Marc Evans <marc@destek.net>.Todd C. Miller
1997-06-20Add mkdtemp(3)Todd C. Miller
1997-06-14Fix decl for tfind(3)Todd C. Miller
1997-06-12be more careful, georgeTheo de Raadt
1997-05-30Don't ref gnu/ext2fs.Jason Downs
1997-05-28do {} while (0); the macros; jarle@runit.sintef.noTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-16Add _PATH_DEFTAPETodd C. Miller
1997-04-05Use in_addr_t not u_long.Todd C. Miller
1997-03-13BIND 4.9.5 includes.Jason Downs
1997-02-27Add libwrap.Jason Downs
1997-02-27Protect against multiple inclusion.Todd C. Miller
1997-02-21add _PATH_FSIRANDTodd C. Miller
1997-02-16small cleanupNiels Provos
1997-02-14passwd.conf define.Niels Provos
1997-02-14another header updateNiels Provos
1997-02-13blf.h headerfile installNiels Provos
1997-02-13blowfish encryption header fileNiels Provos
1997-02-03Really remove stringlist.h this time...Todd C. Miller
1997-02-03Back out stringlistTodd C. Miller
1997-02-02From NetBSD (lukem and christos):Todd C. Miller
A stringlist implementation (previously ``private'' to libc netgroup code, but christos ok-ed making public as it's useful)
1997-01-26Add lchown() declaration.Jason Downs
1997-01-23correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.deTheo de Raadt
1996-12-28arc4random() number generator, for use with things like RPC xid's.dm
1996-12-22nope, ss is wrongTheo de Raadt