Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-22 | Add FNM_FILE_NAME as an alias for FNM_PATHNAME (GNU uses FNM_FILE_NAME). | Todd C. Miller | |
1997-09-22 | From FreeBSD: | Todd C. Miller | |
1) Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE 2) POSIX.2 fixes | |||
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas 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-01 | Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND to | Todd C. Miller | |
GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used). | |||
1997-09-01 | Fix problem with ``find -execdir'' not having the correct initial cwd. | Todd C. Miller | |
Adds a new flag to fts(3). | |||
1997-08-29 | move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs... | Michael Shalayeff | |
disklabel changed to use it that way | |||
1997-08-24 | prototype _err* and _warn* | Todd C. Miller | |
1997-08-18 | inttypes.h as required by XPG4.2. Nothing uses this yet and all in-tree | Todd C. Miller | |
sources should use the BSD-style types anyway. | |||
1997-08-17 | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | Todd C. Miller | |
1997-08-12 | typo; graphix@iastate.edu | Theo de Raadt | |
1997-07-24 | pre-def ypmaplist | Theo 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-23 | add netatalk | denny | |
1997-07-17 | __BEGIN_DECLS/__END_DECLS | Theo de Raadt | |
1997-07-17 | proto more | Theo de Raadt | |
1997-07-17 | mdX(3)-like interface to RIPEMD-160 hash function. Code by | Todd C. Miller | |
Antoon Bosselaers and massaged by me to fit the mdX(3) API. | |||
1997-07-16 | proto yp_maplist | Theo de Raadt | |
1997-07-15 | Add a missing const | Todd C. Miller | |
1997-07-12 | Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3). | Todd C. Miller | |
1997-07-10 | Be consistent wrt unsigned vs. u_* | Todd C. Miller | |
1997-07-10 | Different sha1 functions (taken from netinet's if_sha1.c) that | Todd C. Miller | |
are more consistent with md4/md5 functions. | |||
1997-07-02 | Move prototype for bindresvport(3) to <netiniet/in.h> as it is | Todd C. Miller | |
not rpc-specific and other stuff uses it now. | |||
1997-06-29 | relocated header files | Niels Provos | |
1997-06-29 | Use u_int16_t, not short in struct tftphdr. From Marc Evans <marc@destek.net>. | Todd C. Miller | |
1997-06-20 | Add mkdtemp(3) | Todd C. Miller | |
1997-06-14 | Fix decl for tfind(3) | Todd C. Miller | |
1997-06-12 | be more careful, george | Theo de Raadt | |
1997-05-30 | Don't ref gnu/ext2fs. | Jason Downs | |
1997-05-28 | do {} while (0); the macros; jarle@runit.sintef.no | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-19 | Changed ``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-16 | Add _PATH_DEFTAPE | Todd C. Miller | |
1997-04-05 | Use in_addr_t not u_long. | Todd C. Miller | |
1997-03-13 | BIND 4.9.5 includes. | Jason Downs | |
1997-02-27 | Add libwrap. | Jason Downs | |
1997-02-27 | Protect against multiple inclusion. | Todd C. Miller | |
1997-02-21 | add _PATH_FSIRAND | Todd C. Miller | |
1997-02-16 | small cleanup | Niels Provos | |
1997-02-14 | passwd.conf define. | Niels Provos | |
1997-02-14 | another header update | Niels Provos | |
1997-02-13 | blf.h headerfile install | Niels Provos | |
1997-02-13 | blowfish encryption header file | Niels Provos | |
1997-02-03 | Really remove stringlist.h this time... | Todd C. Miller | |
1997-02-03 | Back out stringlist | Todd C. Miller | |
1997-02-02 | From 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-26 | Add lchown() declaration. | Jason Downs | |
1997-01-23 | correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de | Theo de Raadt | |
1996-12-28 | arc4random() number generator, for use with things like RPC xid's. | dm | |
1996-12-22 | nope, ss is wrong | Theo de Raadt | |