millert
|
4a7669ebed
|
_PATH_SKEYKEYS now lives in <paths.h>
Add skeygetnext() for iterating over the key file.
|
27 years ago |
denny
|
ef3cb91373
|
add netatalk
|
27 years ago |
denny
|
907d124315
|
Add Appletalk services (protocol ddp).
|
27 years ago |
kstailey
|
6f5b5362bc
|
now that ipmon daemon(3)s, remove ampersand
|
27 years ago |
provos
|
30aa87ad62
|
start the photuris daemon per default. hilfe.
|
27 years ago |
provos
|
6e5711f832
|
default startup files. simple.
|
27 years ago |
millert
|
8e81b80acc
|
Converting u_char[] -> u_int[] is easy on little endian machines :-)
|
27 years ago |
deraadt
|
891bc97c7e
|
__BEGIN_DECLS/__END_DECLS
|
27 years ago |
deraadt
|
74ec9e2af0
|
fix Xr
|
27 years ago |
deraadt
|
88b0e54c1b
|
proto more
|
27 years ago |
millert
|
6a33924893
|
Use u_int32_t not size_t.
|
27 years ago |
millert
|
c5261382ee
|
Typo
|
27 years ago |
millert
|
5fed40e033
|
Manpage for RMD*(3)
|
27 years ago |
millert
|
c6a2075d6d
|
More typos.
|
27 years ago |
millert
|
546d5c8f13
|
Allow passing of a NULL digest to RMD160Final(3).
|
27 years ago |
millert
|
16e8f869b3
|
mdX(3)-like interface to RIPEMD-160 hash function. Code by
Antoon Bosselaers and massaged by me to fit the mdX(3) API.
|
27 years ago |
millert
|
1f3954a41c
|
Fix typo
|
27 years ago |
deraadt
|
93a9dd7217
|
proto yp_maplist
|
27 years ago |
millert
|
180624d3fc
|
Add a missing const
|
27 years ago |
downsj
|
6448eab194
|
Add support for cua devices, and remove all references to awk(1)...
|
27 years ago |
millert
|
0818e080d8
|
Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).
|
27 years ago |
provos
|
4515cc9a0a
|
mention usage of SHA1Final with null pointer
|
27 years ago |
millert
|
8822f49aa7
|
Minor style points.
|
27 years ago |
millert
|
616645b01b
|
Todd kant spel.
|
27 years ago |
millert
|
ec6f7d0de6
|
Install sha1(3) and links.
|
27 years ago |
millert
|
faefdad350
|
#include <sha1.h> not #include "sha1.h"
|
27 years ago |
millert
|
6b9f7695b9
|
Use term type of sun--works better than the ansi-m in our termcap.
|
27 years ago |
millert
|
b1dcc2f442
|
Man page for SHA1*
|
27 years ago |
millert
|
a607d546f9
|
A -> An
|
27 years ago |
millert
|
ad6cecfcaa
|
Be consistent wrt unsigned vs. u_*
|
27 years ago |
millert
|
0c044b6e92
|
Different sha1 functions (taken from netinet's if_sha1.c) that
are more consistent with md4/md5 functions.
|
27 years ago |
millert
|
eb34995d3c
|
Add more system users. From Marshall M. Midden <m4@umn.edu>
|
27 years ago |
millert
|
5daeee95dc
|
Clean up some -Wall flowers.
|
27 years ago |
millert
|
75a2acb9f8
|
Clarify strncat(3) count param.
|
27 years ago |
downsj
|
c1c7c9080f
|
Add ppi, fix dca.
|
27 years ago |
downsj
|
353ced31c3
|
Example (commented out) entry for running newsyslog -m.
|
27 years ago |
graichen
|
626a4c78a0
|
correct ipl entry to match pmax's conf.c
|
27 years ago |
downsj
|
aa1d35499f
|
Add apci, major 35.
|
27 years ago |
niklas
|
b5e31a52f9
|
wd and acd support
|
27 years ago |
millert
|
81c581b9d6
|
Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)
sizeof *pt -> sizeof *px (point to same type of struct but looked wrong).
|
27 years ago |
millert
|
2f68d51273
|
Move prototype for bindresvport(3) to <netiniet/in.h> as it is
not rpc-specific and other stuff uses it now.
|
27 years ago |
provos
|
09f9399c57
|
fix that repeating passwords yield same hash + increment minor
|
27 years ago |
millert
|
dbf726cb6e
|
Include <stdlib.h> for malloc() proto.
|
27 years ago |
provos
|
2dc9544348
|
relocated header files
|
27 years ago |
millert
|
281d3b7ded
|
Use u_int16_t, not short in struct tftphdr. From Marc Evans <marc@destek.net>.
|
27 years ago |
deraadt
|
e385c811bb
|
surely not long!
|
27 years ago |
kstailey
|
e5efaaa94d
|
add gnu/usr.sbin to $cdpath
|
27 years ago |
millert
|
13286d26c2
|
/etc/profile should be checked along with .profile for consistency with
/etc/csh.login and .login. From Chris Jones <cjones@rupert.oscs.montana.edu>
|
27 years ago |
millert
|
b46ec22f4b
|
Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive
lock. This fixes a DOS bug where a user could run passwd(1) and
send it a SIGKILL, thus leaving /etc/ptmp in place.
|
27 years ago |
tholo
|
9d77d4a158
|
Make sure we don't get stuck in a loop when trying to clean up stdio
|
27 years ago |