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 |
downsj
|
91716e4506
|
Fix more libss stuff.
|
28 years ago |
downsj
|
cd70705e5c
|
Move libss to the main tree.
|
28 years ago |
etheisen
|
27a85430e6
|
sys/types.h will serve us better than machine/endian.h.
|
28 years ago |
etheisen
|
71c3f93b1f
|
memcpy needs proto from string.h.
|
28 years ago |
etheisen
|
79c43308cc
|
Include <machine/types.h> for now.
|
28 years ago |
niklas
|
1de8371c9a
|
Add OpenBSD tags, use ansi-m as terminal type on wscons ttys
|
28 years ago |
kstailey
|
98c012ceb2
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
fe357778cd
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
2cceb402c4
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
381ce78d14
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
89e4a7abb9
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
ac33b7dd9c
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
3340f18317
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
5899c6898d
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
ff78c7397e
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
downsj
|
ca4be1b22a
|
Move libcom_err out of Kerberos, change include location.
|
28 years ago |
downsj
|
3612e13056
|
Revert.
|
28 years ago |