millert
|
1206e2d0da
|
sendmail and skey stuff is now optional. Pointed out by Thorsten.
|
28 years ago |
millert
|
08b00735d9
|
Make optional things marked as optional and watch some more files.
|
28 years ago |
millert
|
6c21a57124
|
/dev/fd should be owned by root.wheel
|
28 years ago |
tholo
|
a5ea260ae0
|
Clean up lint and compile warnings
|
28 years ago |
deraadt
|
f48a78fb7a
|
fix comments regarding {*path,sys}conf()
|
28 years ago |
deraadt
|
7da570fd9a
|
add quotactl
|
28 years ago |
tholo
|
c5dce863f4
|
Fix typo
|
28 years ago |
deraadt
|
d37181062b
|
support ttyw*
|
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
|
122dbe6777
|
uhm...zap that column shit
|
28 years ago |
deraadt
|
038a8d1853
|
"the the" purge
|
28 years ago |
deraadt
|
a6e4ece949
|
blow away tmp dir on more traps
|
28 years ago |
deraadt
|
9127eff2bf
|
proto getgrouplist()
|
28 years ago |
tholo
|
78b8dbd2ce
|
Install more files when making distribution
|
28 years ago |
tholo
|
a2579a6177
|
Comment out sample entries
|
28 years ago |
downsj
|
e1ff11a265
|
cookie cookie COOKIE.. oh, sorry..
install -> ${INSTALL}, -c -> ${COPY}
|
28 years ago |
downsj
|
c6b631d109
|
install -> ${INSTALL}, -c -> ${COPY}
|
28 years ago |
millert
|
9097cb608e
|
use mktemp(1) and don't talk about core files unless it finds some.
|
28 years ago |
deraadt
|
5c177d6a68
|
ypserv w/o -d is OK
|
28 years ago |
deraadt
|
1f4c902f73
|
ftp-bugs alias for bitching about config probs
|
28 years ago |
deraadt
|
24ef2d4113
|
/etc does not contain bins
|
28 years ago |
bitblt
|
202165532c
|
Improved handling of temporary files.
|
28 years ago |
millert
|
9c78a0b944
|
check for entry in /etc/skeykeys and ~/.ssh in evil system()
|
28 years ago |
millert
|
27bb79055b
|
Change some "test -f" to "test -s"
Don't bitch about star'd out logins unless they have a .rhosts/.shosts/.klogin
file (ie: something that would let them in via rsh/ssh).
|
28 years ago |
millert
|
ddc4763495
|
set umask to 022 -- make /etc/security stop bitching about this...
|
28 years ago |
millert
|
4fa80f455e
|
skip lines in /etc/passwd that start with + or -.
don't bitch about root-owned .rhosts since multiple system accounts
share root's homedir.
|
28 years ago |
deraadt
|
6d390ec22c
|
indicate hostname in security report
|
28 years ago |
millert
|
b8560f8e8f
|
Don't bitch if /usr/contrib/* /usr/old/* /usr/news/* don't exist.
|
28 years ago |
deraadt
|
336ae997a4
|
add nfs
|
28 years ago |
deraadt
|
bf2cba9bf5
|
make other floppy nodes
|
28 years ago |
downsj
|
0fe90ade9e
|
radius services
|
28 years ago |
deraadt
|
89ddbb9597
|
vfork w/ exit botch
|
28 years ago |
deraadt
|
7dbc3e0f8d
|
bring back floppy partitions. but now they are at theold major, and max 2
|
28 years ago |
downsj
|
57597c7d5e
|
sanitize return value. NULL on failure, always.
|
28 years ago |
deraadt
|
c3710f5d47
|
indent
|
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 |
downsj
|
fcd90b784b
|
inc
|
28 years ago |
downsj
|
30a5f11ec5
|
Add readlabelfs().
|
28 years ago |
millert
|
bbb3533e89
|
Merged our changes back into 4.4BSD version.
Can't do "find -ls" since we need to store the date in an absolute format
(ls -T). Use "find -print0" | xargs -0 instead.
|
28 years ago |
michaels
|
6e53e16eb7
|
install locate.rc, noted by millert.
|
28 years ago |
kstailey
|
dc3ce4d77a
|
adjust scanner stanza to match the other MAKEDEVs
|
28 years ago |
millert
|
793be43ede
|
Update from NetBSD.
- correct two .Fn references to forkpty()
- describe retval of forkpty(); it can return PID as well
- add xref to fork(2)
|
28 years ago |
niklas
|
7f60de1380
|
64-bit cleanup + pedantic -W flags
|
28 years ago |
niklas
|
4dbdb68e0e
|
more 64bit fixes
|
28 years ago |
millert
|
0baab24189
|
Deal with leading whitespace in find output. Fixes problem of devices
showing up in the setuid list ;-)
|
28 years ago |
niklas
|
fae65a16e0
|
64 bit clean
|
28 years ago |
kstailey
|
fbda0fcd0b
|
removed plus sign from start of line
|
28 years ago |
kstailey
|
7d7d4afce8
|
add gnu to cdpath
|
28 years ago |