niklas
09df05bd48
Make code ANSI/ISO C conformant. Formerly undefined constructs were used
making load/store architectures (like mips&alpha) fail whn compiled with
gcc -O2.
26 years ago
kstailey
45be2acf41
update aliases for pseudo accounts
26 years ago
kstailey
1408ed0683
no more ingres or games accounts
26 years ago
niklas
775584f322
Temporary fix for a GCC aliasing bug/misfeature that hits here
26 years ago
deraadt
adc6a7d8a8
no more ingres account; kstailey
26 years ago
provos
9124668bb4
add ECB and CBC encryption for octet streams
26 years ago
provos
b39d3aea3c
fix base64 encoding, this problem was reported by
Solar Designer <solar@false.com> some time ago.
26 years ago
millert
68f9effca8
Don't enumerate every arch in the #if since all OpenBSD platforms use the same values for malloc_pageshift and malloc_minsize except for sparc
26 years ago
millert
d854eef346
Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace() since it trims from both ends, not just the rear.
26 years ago
angelos
4d9816a6b1
They're not sipp-esp and sipp-ah, just esp and ah
26 years ago
millert
49578c9b1e
update /var/named/etc/localtime when /etc/localtime changes
26 years ago
millert
e06e876ff3
/var/named/etc
26 years ago
art
c2f62299dc
remove unused kerberos entries
26 years ago
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