deraadt
10739d068b
copy i386 floppy3 entry
23 years ago
deraadt
c49bdbd7fb
swapon -a before fsck is run
23 years ago
millert
e010a1e26e
Make path length variables size_t. This fixes the problem where
things like rm can't remove files with ridiculously long path names
that were created by some script kiddie trying in vain to exploit
something. Previously, the length was effectively constrained to
USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT
since it never worked correctly and hasn't been documented for a
long time.
23 years ago
hin
6301d6ec03
Nitpicking
23 years ago
hin
a5fc68af85
Install /etc/kerberosIV/krb.extra and /etc/kerberosIV/krb.equiv
23 years ago
hin
665740a8ee
Example files with introduction and commented examples.
23 years ago
espie
7fb32d62d9
Speed-up:
- remove extra subshells;
- use exec on terminal commands, avoiding dangling shells that don't
control anything.
More correct:
- use && some more;
- remove `-' in front of includes, so that failures WILL fail...
Okay millert@, deraadt@
23 years ago
deraadt
c64be4bcfa
clean rm -f uses
23 years ago
deraadt
e978e77ff2
slight cleaning of rm -f calls
23 years ago
deraadt
acdf0ef35b
various cleanups
23 years ago
millert
7e2ff06798
unsigned -> unsigned int; grange@rt.mipt.ru
23 years ago
deraadt
b131179341
type of function on seperate line
23 years ago
deraadt
aff22cf866
initial cut at /dev/crypto support. takes original mbuf "try, and discard
if we fail" semantics and extends to two varients of data movement: mbuf,
or an iovec style block.
23 years ago
art
4a1143fa05
-1 -> MAP_FAILED
23 years ago
art
c2600b0389
Use madvise(MADV_FREE) to allow the 'h' option.
(the code was already there, just not enabled).
23 years ago
millert
a2733e1619
Document boundary condition when size < strlen(dst).
23 years ago
millert
58ba7fbdf7
Back out last change, it is intended behavior and update the block
comment to reflect this fact. Too early in the morning for me I guess.
23 years ago
millert
8d74ec2cc3
strlcat() should return strlen(dst) + strlen(src) when size parameter
<= strlen(dst). Bug report by mark.murnane@ireland.sun.com via the
GNOME folks.
23 years ago
millert
afb8c9bf62
Install empty sudoers file in /etc
23 years ago
millert
82d42f165e
Add /etc/sudoers; jcs@rt.fm
23 years ago
deraadt
c3e467bfe9
oops
23 years ago
deraadt
f72789505e
wsmoused support; missed 2.9 -- bad aaron; heko@saitti.net
23 years ago
marc
393e4823a7
fix function wcd so "cd x && y" returns an appropriate error when x does not exist
23 years ago
deraadt
0b958110c3
openssh will be at 2.9
23 years ago
deraadt
800f0486b3
oops, this needs to be updated in 2.9 too
23 years ago
aaron
763678bdf1
Various man page fixes and improvements from gluk@
23 years ago
deraadt
756702d4bf
permit passing sshd flags; djm
23 years ago
deraadt
9b03f7168e
undo broken change
23 years ago
jakob
6e1b16cb8d
add MySQL port, ok deraadt@
23 years ago
jakob
af4a2f3762
s/timserver/timeserver/, ok deraadt@
23 years ago
aaron
5ff6a368a4
Typo; rd@thrush.com
23 years ago
aaron
bc869e469b
Spelling, typos, etc; mpech@prosoft.org.lv
23 years ago
todd
b0f30df6a7
spelling
23 years ago
hugh
fd98026eca
Remove the -o flag from identd's default invocation as it serves only to
obfuscate, and confuses some software.
derradt + millert concur.
23 years ago
brad
8b05b68bbc
keep naming of audio devices consistent across all archs that have audio
support.
--
Ok'd by: deraadt@
23 years ago
brad
90f9fa54db
fix username and groupname length checks.
--
Patch from: wilfried@ via PR#1761
Ok'd by: deraadt@
23 years ago
millert
c989aefca6
Remove X386 and X11R4
Treat foo.n as a -man page, not a -me doc
23 years ago
millert
291b1c42d4
Skip entries starting with '+' in duplicate user ID check so we don't
get false positives for YP stuff. Closes PR 1755
23 years ago
espie
cf63a23f4e
Typo
23 years ago
hugh
6d53f1c203
Braces and spaces.
23 years ago
deraadt
90d412a664
no longer install those now
23 years ago
deraadt
31e89bc9bd
wscons rc files are not nicely MI clean, so when some nice diffs are shown around, they can go back in
23 years ago
hugh
301e815e2d
Build SCSI tape eject devices. Spotted while testing beckish slag?
23 years ago
beck
975572b974
oops. Thanks fgsch.
23 years ago
drahn
8bb0e26766
Create device node for audio support.
23 years ago
beck
93894cd5a2
new apache manual dirs for 1.3.19
23 years ago
krw
4114270d68
Typos: neccesary -> necessary, desireable -> desirable
23 years ago
drahn
c3a06da4b1
Enable bpf on the ramdisk for dhcp support.
23 years ago
millert
678f2ac821
Don't provide diffs of sensitive files like ssh host keys. Instead,
just save the md5 checksums so we can still determine when something
change. Entries in /etc/changelist that are prefixed with a '+'
will only have their md5 checksums saved, not the actual files.
23 years ago
millert
ffba857a64
Build gnu/lib/libreadline and use it instead of the one currently
in the binutils dir.
23 years ago