angelos
2e6b131337
Add /etc/host.random in list of things to check.
26 years ago
angelos
0bdf230b3c
Generate an /etc/host.random if it doesn't exist; 64KB, perms 600.
26 years ago
millert
ed7da885dd
add strlcpy/strlcat, safe and sensible string copy/append
26 years ago
deraadt
109f02d2ff
do not delete files like that, geez
26 years ago
deraadt
ea09bc7536
add mkstemp(char *template, int suffixlen) interface
26 years ago
provos
b115525361
new default attribute list, including blowfish, cast and 3des attributes.
RIPEMD does not work for some reason, yet to be found out.
26 years ago
rahnds
7db5e7f5e2
Oh fun, mucking about with files used on all archs.
This is one of many places in the source that have
#if defined("list all architectures")
Is there some possible way to eliminate, reduce these or at least
have a file that describes all occurrances so that when a new port is
done this could be addressed. like the recent hppa port, does it need to
take a look at this????
26 years ago
todd
e07af97053
indent
26 years ago
art
32d0a75de6
disallow ftp access for www and named users
26 years ago
art
c48de93b65
indent
26 years ago
deraadt
8519380c83
smaller ramdisk MAKEDEV entry
26 years ago
deraadt
34c438b830
install isofs headers, we need them
26 years ago
art
69c45eda3e
the -x option to rshd does not exist
26 years ago
millert
b242cec8db
add missing endusershell()
26 years ago
millert
03d98b5707
Remove the advertising clause in my old license, it impedes free use
of the code as a large number of similar clauses makes it impossible
to write an ad for a product using the code...
26 years ago
deraadt
a28a282fd6
rc.conf control sshd
26 years ago
mickey
ac3befb712
use Bx macro for BSD versions
26 years ago
millert
6456226d8f
don't make /var/named/dev/log if named_flags == NO
26 years ago
marc
706d640209
don't create directories not used with OpenBSD
26 years ago
beck
3dd2d97740
identd should be nowait.
26 years ago
deraadt
92a12c7439
to inetd, nobody.nobody == nobody, since it does an initgroups()
26 years ago
beck
0145750217
take away gid kmem for identd and change to options appropriate for new version
26 years ago
brian
c965a1f473
Cast pid_t to int for sprintf.
Pointed out by: Charlie Sorsby <crs@hgo.net>
26 years ago
brian
6c131f03f8
Add uu_lock_txfr() for donating locks to another process.
Reviewed by: Theo
26 years ago
deraadt
ba8f6f9a21
default to 8 bit; let me know if this causes problems
26 years ago
millert
214410efbb
add gnu/lib/libgmp to WDIR for includes
26 years ago
jason
8b8d86dcec
Add machdep.led_blink for the pmax
26 years ago
millert
aea31e832f
to turn of named chroot set to be empty, not 'NO'
26 years ago
millert
59afd055d3
Remove chroot directive as the meaning of that has changed and the
example no longer makese sense. Change directory to '/' since we
chroot by default with a comment telling people what the deal is.
26 years ago
millert
93121833ea
Add named_user and named_chroot variables to simplify chroot'd named
setup.
26 years ago
janjaap
97cd732f2f
nbytes - ofs should never be less than 0 (Oops on me)
26 years ago
rahnds
0bae968c93
configuration (/etc) changes causes with the changes to ofw support in
powerpc port.
26 years ago
millert
6135b62c1f
give named its own group
26 years ago
millert
98686394ec
this is master.passwd not passwd, add missing fields for named user; magnus stahre <ms@xy.org>
26 years ago
millert
5c35c5bf15
mention -u name -t /var/named
26 years ago
millert
7cef11a1af
/var/named
26 years ago
millert
db035c6155
add named user and use /var/named, not /etc/namedb as the named dir
26 years ago
deraadt
8fcbe5ea0f
use route -n, what the heck
26 years ago
deraadt
12b6e892bb
magma; plunky@skate.demon.co.uk
26 years ago
millert
1aae12da42
/usr/share/sendmail
26 years ago
deraadt
c8784aa4f8
readlink(path, buf, sizeof buf-1). Never forget that -1.
26 years ago
deraadt
f9d5b4a60b
oops this should be one line
26 years ago
millert
2dbac29ca5
move cron to the end so users cannot run cron jobs before the system is all the way up
26 years ago
niklas
f139b738f7
random before ra*, and rm -f before mknod
26 years ago
niklas
3c7c538251
missing ..
26 years ago
deraadt
879b0fb5e5
add PIM
26 years ago
deraadt
b0798df7ed
test -> [
26 years ago
deraadt
66a7ec9bc7
change size parameter to size_t
26 years ago
deraadt
01876ee334
provide time_t without sys/types.h; kleink
26 years ago
todd
4003b60995
Check a few more DOTfiles that could potentially compromise security on a per
user basis.
26 years ago