millert
b1b9784c54
curses.h frontend
26 years ago
mickey
3afb0a5e22
add bktr* and tuner* devices
26 years ago
marc
9e609e6f5a
make cua{a,b,c,d} nodes when generating standard devs
26 years ago
provos
8de558a493
s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include
header files from the correct path.
26 years ago
provos
f4846928f6
Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.
Man pages will come soon, I hope.
26 years ago
deraadt
c958a69090
make /var/backups mode 700 by default; form
26 years ago
rahnds
068d519d3c
include ofwboot as one of the release files.
26 years ago
rahnds
bbc1e2be67
Create device nodes for powerpc port, device existed previously, just devnodes
were missing
26 years ago
espie
f5882f1bac
. is a regex.
26 years ago
deraadt
106cbde93f
change to lite2 getenv(); getenv(NULL) now returns NULL
26 years ago
millert
5bc0b9f5dc
pw_uid is uid_t, pw_gid is gid_t
26 years ago
deraadt
d45ce2418c
quiet that dd
26 years ago
deraadt
104c0def80
run fingerd -m by default
26 years ago
millert
d590bda49e
Create /var/named/dev/null if it is not there and we are running named chroot'd. It would be cleaner to simply do this at install time but this way people who are tracking sources get the correct behavior too.
26 years ago
millert
761acbad30
ftpd: sleep for an indeterminate amount for non-existant logins
to simulate a crypt, like login does.
Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
26 years ago
deraadt
7d2a69339c
include/ss went away
26 years ago
deraadt
5bf73b4f79
change last route to route -n
26 years ago
deraadt
0c67318ce2
provide TMP_MAX like stdio.h; kleink
26 years ago
marc
692caaedb2
better checks for . in path from "Denis A. Doroshenko" <cyxob@isl.vtu.lt>
26 years ago
millert
8ca0d38fd9
Prevent luser from zero'ing out ut_host. If the new ut_line is
empty but the old one is not and ut_line and ut_name match, preserve
the old ut_line. Fixes PR #516
26 years ago
marc
e0a421c96d
change _PATH_KVMDB to be the same name as the db created by kvm_mkdb
26 years ago
art
f611bf8de3
do not install includes from libss
26 years ago
millert
a200d1ca9a
strlxx() return size_t not char *
26 years ago
provos
6d445be9a1
newsalt uses 24-bit count, and not 32-bit
26 years ago
millert
4486ccbac9
add .Xr's for all the random functions in libc
26 years ago
art
1e3e962975
install krb.realms with 644 perms
26 years ago
todd
ec9180d03f
yet another typo
26 years ago
todd
81a5269cde
fix a typo
26 years ago
provos
034b3ba646
newsalt also takes ,rounds modifier.
26 years ago
deraadt
301f308413
put 224 route on default, to avoid a hostname lookup
26 years ago
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