deraadt
|
a29aff7d5b
|
handle .tgz files too
|
24 years ago |
millert
|
4162a5f0f0
|
Prune /tmp traversal at .X11-unix
Since /tmp might be a link to /var/tmp, prune at ssh-* or .X11-unix
like the find on /tmp does.
|
24 years ago |
espie
|
911f711c88
|
Bump miniroot to 8704... might be slight overkill, but at least
everything fits...
|
24 years ago |
deraadt
|
ac4b5078d3
|
flesh
|
24 years ago |
deraadt
|
944121c7c5
|
improve the english
|
24 years ago |
deraadt
|
259d162278
|
type decl error
|
24 years ago |
itojun
|
2ad1363310
|
use netstat -iv, not -i, to avoid truncation of ipv6 address. ok by deraadt
|
24 years ago |
millert
|
0dfc322dda
|
Add port 587, message submission
|
24 years ago |
deraadt
|
7c03c916ed
|
ssh_host_dsa_key not ssh_dsa_host_key
|
24 years ago |
deraadt
|
5342edba6c
|
build DSA keys automatically at boot time
|
24 years ago |
millert
|
d93b42ba80
|
Minor comment changes:
o utmp lives in /var/run, not /etc
o document EX_CONFIG
|
24 years ago |
jakob
|
214e017d81
|
fix install mode for skel/dot.rhosts
|
24 years ago |
jakob
|
51a445dbf2
|
/usr/share/skel removed
|
24 years ago |
jakob
|
8023ddf3d5
|
skeletal login directory into /etc/skel
|
24 years ago |
deraadt
|
3369ca98b5
|
correct example
|
24 years ago |
todd
|
bc27b3b955
|
fix per pr1192; also == "xx" -> ~ /xx/, same thought
|
24 years ago |
pjanzen
|
962ddc46f0
|
/etc/rc.conf.local, the default local_rcconf defined in /etc/rc.conf
|
24 years ago |
deraadt
|
90d3a6dee4
|
rc.conf.local support, inspired by chuck yerkes
|
24 years ago |
aaron
|
a1359f55ef
|
Add ERRORS section (the strdup(3) function may fail and set errno to any of the
errors specified by the library routine malloc(3)).
|
24 years ago |
aaron
|
ef06e8e8a1
|
Check return value of strdup(3) for NULL in example code (duh).
|
24 years ago |
aaron
|
b419710bcf
|
Flesh out libc string function man pages.
|
24 years ago |
aaron
|
e985eebf26
|
Flesh out stdlib function man pages.
|
24 years ago |
angelos
|
6fa4224578
|
Add /etc/resolv.conf.tail
|
24 years ago |
deraadt
|
703da8f559
|
prototyping for p{read,write}{,v}
|
24 years ago |
aaron
|
41c60d7ad7
|
- Formatting repairs and standardizations.
- s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list.
- Talk more about how using malloc() in signal handlers is bad.
|
24 years ago |
aaron
|
0b659e53e3
|
Repairs, mostly removing hard sentence breaks.
|
24 years ago |
aaron
|
36ceaa2f58
|
Repairs.
|
24 years ago |
millert
|
71b4a7b88d
|
sendmail support files now live in /etc/mail
|
24 years ago |
espie
|
3932050b92
|
canna
|
24 years ago |
jakob
|
6dae3e1044
|
add urio(4)
|
24 years ago |
aaron
|
44a11ff941
|
Mostly punctuation fixes.
|
24 years ago |
aaron
|
faab0df881
|
Trailing whitespace begone!
|
24 years ago |
deraadt
|
8c04c932f1
|
remove unneeded arch subdirs
|
24 years ago |
deraadt
|
0f5d44fb3b
|
missing THREAD_UNLOCK; netch@segfault.kiev.ua
|
24 years ago |
matthieu
|
96fbda468a
|
fix ulpt major # allocation
|
24 years ago |
deraadt
|
badfc5725b
|
install correct cf distribution
|
24 years ago |
millert
|
5ce31b8c1a
|
Enable sendmail 8.10.0. Things like sendmail.* and aliases now live
in /etc/mail.
|
24 years ago |
millert
|
6298bb042a
|
Remove smtpd link (should have been part of yesterday's commit) since
our smtpd is something other than sendmail.
|
24 years ago |
millert
|
abc0387ac7
|
Add /etc/mail for sendmail 8.10
|
24 years ago |
millert
|
c83abe7a82
|
Fix the leak for real (that's what I get for hacking when i can't sleep).
|
24 years ago |
millert
|
cb18cdc137
|
Remove the -E flag from ipf as it is implicitly enabled and using
the -E flag here causes the kernel to printf 'IP Filter: already
initialized'.
|
24 years ago |
millert
|
540eda599c
|
Fix an fd leak if the read from /dev/arandom fails. Pointed out by
Markus Friedl.
|
24 years ago |
millert
|
f749f56dc6
|
Add smtpd
|
24 years ago |
millert
|
6dc6d47610
|
MLINK srandomdev
|
24 years ago |
millert
|
258337bfb7
|
Add srandomdev() from FreeBSD for use by sendmail and others.
|
24 years ago |
millert
|
70439042af
|
daemon's group should be daemon, not guest!
|
24 years ago |
millert
|
58ab2921de
|
Sample lines for sudo and chat using !progname syntax
|
24 years ago |
millert
|
a61f3f83b9
|
First appeared in OpenBSD 2.1
|
24 years ago |
angelos
|
57c64ad01a
|
Add a sample commented out net.inet.ip.ipsec-acl=0 entry.
|
24 years ago |
aaron
|
4b320721b1
|
Uncomment ulpt targets.
|
24 years ago |