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 |
gene
|
5fef23a096
|
The mac68k ite emulates a vt100, _not_ a vt220. This is the sorta simple
thing that makes people's lives easier.
|
27 years ago |
deraadt
|
ca5679152b
|
add ELOOP support; shigio@wafu.netgate.net
|
27 years ago |
deraadt
|
fd918f6e20
|
if screenblank exists, start it
|
27 years ago |
deraadt
|
f7fc307897
|
typecastorama
|
27 years ago |
millert
|
f20458d134
|
Add mkdtemp(3)
|
27 years ago |
niklas
|
d4d287d62b
|
Put in hooks to start ypserv with flags
|
27 years ago |
niklas
|
031b0dada6
|
Put in hooks to start rpc.yppasswdd with flags
|
27 years ago |
niklas
|
58f7db1ec4
|
Add support to handle password files in directories other than /etc
|
27 years ago |
kstailey
|
f64bcca54d
|
even more global.dummy -> .global.dummy
|
27 years ago |
dm
|
86d135e659
|
Default file causes lots of "dummy names should start with `.'" syslog
messages. Comment out global.dummy and make it .global.dummy.
|
27 years ago |
millert
|
6d6a774a5e
|
First cut at documentinf tsearch(3) -- needs work.
|
27 years ago |
niklas
|
093fdb1617
|
Add ttye6, bug noticed by Ulrich Flegel
|
27 years ago |
millert
|
f1026de800
|
Fix decl for tfind(3)
|
27 years ago |