millert
991fb15882
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
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.
28 years ago
millert
1d12c1a0e5
Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5. This allows
people to override those setting in /etc/mk.conf.
28 years ago
millert
64448add56
Add _PATH_DEFTAPE
28 years ago
millert
ce40c01afc
Use in_addr_t not u_long.
28 years ago
downsj
9b73b59fa7
BIND 4.9.5 includes.
28 years ago
downsj
ee2db2024c
Add libwrap.
28 years ago
millert
11e6055bdf
Protect against multiple inclusion.
28 years ago
millert
38de90f62b
add _PATH_FSIRAND
28 years ago
provos
2855a033e2
small cleanup
28 years ago
provos
9d96438fd6
passwd.conf define.
28 years ago
provos
37774f3537
another header update
28 years ago
provos
af7e3285ad
blf.h headerfile install
28 years ago
provos
0bd58b54f3
blowfish encryption header file
28 years ago
millert
d4bc4a4b7c
Really remove stringlist.h this time...
28 years ago
millert
f81a63ad9c
Back out stringlist
28 years ago
millert
c4d0e1580d
From NetBSD (lukem and christos):
A stringlist implementation (previously ``private'' to libc netgroup code,
but christos ok-ed making public as it's useful)
28 years ago
downsj
e066f1534c
Add lchown() declaration.
28 years ago
deraadt
fd419e35ee
correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de
28 years ago
dm
21435a50a6
arc4random() number generator, for use with things like RPC xid's.
28 years ago
deraadt
d68083b0b8
nope, ss is wrong
28 years ago
etheisen
f79d8c89f7
Create include/ss.
28 years ago
deraadt
f48a78fb7a
fix comments regarding {*path,sys}conf()
28 years ago
deraadt
7da570fd9a
add quotactl
28 years ago
robin
9c0891d48e
Fix SLC_NAME_OK() macro which would return non-zero, if given the
argument: 0 (which is not a valid SLC code -- valid SLC codes are currently
1 -> 30 inclusive, from RFC-1184).
28 years ago
deraadt
9127eff2bf
proto getgrouplist()
28 years ago
downsj
e1ff11a265
cookie cookie COOKIE.. oh, sorry..
install -> ${INSTALL}, -c -> ${COPY}
28 years ago
deraadt
6db0666942
add rfc1184 components; from robin@mailgate.dtc.rankxerox.co.uk
28 years ago
deraadt
37066ed499
64 bit patches, tih@nhh.no
28 years ago
deraadt
39072ab53e
pull types.h for xpg
28 years ago
niklas
7f60de1380
64-bit cleanup + pedantic -W flags
28 years ago
downsj
91716e4506
Fix more libss stuff.
28 years ago
downsj
cd70705e5c
Move libss to the main tree.
28 years ago
downsj
ca4be1b22a
Move libcom_err out of Kerberos, change include location.
28 years ago
downsj
3004c3dde6
install gnu/ext2fs
28 years ago
tholo
7af36f2b76
Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH
28 years ago
tholo
0325b878d5
Do not enable putc() macro implementation if _POSIX_SOURCE is defined;
it is not fully compliant
28 years ago
etheisen
3c7bddd712
OLF.
28 years ago
tholo
a4b685dc2e
Correct a typo in _POSIX_SSIZE_MAX
Correct _POSIX_ARG_MAX; it should define the minimum allowed argument size,
not the supported on (we have sysconf for that)
28 years ago
downsj
0346da1a49
_PW_YPTOKEN
28 years ago
tholo
b862b7911f
Warn when <malloc.h> is included, recommending <stdlib.h>
28 years ago
pefo
72e07342e2
Fix dlfcn.h and link.h for arc port
28 years ago
millert
3d97fdc36a
export byte swapping routine.
28 years ago
millert
ed7dfea909
Protect prototypes with __P.
28 years ago
millert
fe124ad6bc
removed md2.h
28 years ago
millert
3bc71f0481
Add function prototypes.
28 years ago
millert
54381534bc
Added sha1 (secure hash function).
28 years ago
millert
ecfc045234
Use bittypes so we work on 64-bit machines.
28 years ago
millert
d28ecaa232
unacceptable license.
28 years ago
millert
6de7aac4d4
includes in skey dir get installed too.
28 years ago
deraadt
ac6acdb7c7
int32_t where possible; from netbsd
28 years ago