summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
1996-12-19Create include/ss.etheisen
1996-12-13fix comments regarding {*path,sys}conf()Theo de Raadt
1996-12-12add quotactlTheo de Raadt
1996-12-11Fix SLC_NAME_OK() macro which would return non-zero, if given therobin
argument: 0 (which is not a valid SLC code -- valid SLC codes are currently 1 -> 30 inclusive, from RFC-1184).
1996-12-09proto getgrouplist()Theo de Raadt
1996-12-08cookie cookie COOKIE.. oh, sorry..Jason Downs
install -> ${INSTALL}, -c -> ${COPY}
1996-12-04add rfc1184 components; from robin@mailgate.dtc.rankxerox.co.ukTheo de Raadt
1996-12-0464 bit patches, tih@nhh.noTheo de Raadt
1996-12-03pull types.h for xpgTheo de Raadt
1996-11-2464-bit cleanup + pedantic -W flagsNiklas Hallqvist
1996-11-16Fix more libss stuff.Jason Downs
1996-11-15Move libss to the main tree.Jason Downs
1996-11-11Move libcom_err out of Kerberos, change include location.Jason Downs
1996-11-05install gnu/ext2fsJason Downs
1996-11-02Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATHThorsten Lockert
1996-10-28Do not enable putc() macro implementation if _POSIX_SOURCE is defined;Thorsten Lockert
it is not fully compliant
1996-10-27OLF.etheisen
1996-10-26Correct a typo in _POSIX_SSIZE_MAXThorsten Lockert
Correct _POSIX_ARG_MAX; it should define the minimum allowed argument size, not the supported on (we have sysconf for that)
1996-10-16_PW_YPTOKENJason Downs
1996-10-12Warn when <malloc.h> is included, recommending <stdlib.h>Thorsten Lockert
1996-10-06Fix dlfcn.h and link.h for arc portPer Fogelstrom
1996-09-30export byte swapping routine.Todd C. Miller
1996-09-30Protect prototypes with __P.Todd C. Miller
1996-09-29removed md2.hTodd C. Miller
1996-09-29Add function prototypes.Todd C. Miller