deraadt
|
36b350c2d4
|
indentation cleanup
|
27 years ago |
deraadt
|
22ba741271
|
doc RETURNS; cato@ulysses.df.lth.se
|
27 years ago |
millert
|
b6f13a1a97
|
Fix compiler warnings.
|
27 years ago |
pefo
|
1350af0652
|
Change realloc(foo,0) to behave like malloc(0). Both now return a pointer
to an object of size zero. This will allow testing on reallocs return value
to determine if the operation was successful or not.
|
27 years ago |
deraadt
|
c6a30dae2b
|
malloc_init() should try to not modify errno
|
27 years ago |
millert
|
0adef4bb49
|
Update from lite2.
|
27 years ago |
millert
|
0b5e6d974b
|
Update man page and sccs tags from lite2. Minor cleanup by me as well.
|
27 years ago |
millert
|
741d13126a
|
Update man page and sccs tags from lite2.
|
27 years ago |
millert
|
9519b9b6ca
|
Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...
Update man page from lite2 while I'm at it.
|
27 years ago |
millert
|
8781f0e142
|
Update from lite2 version and fix grammatical error from
Krister Walfridsson <cato@ulysses.df.lth.se>.
|
27 years ago |
millert
|
3942f98844
|
Install a64l/l64a man page. Also, tsearch.3 and friends were not
being installed either.
|
27 years ago |
millert
|
8976c4aebe
|
Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1.
Also make a64l(3) and l64a(3) deal reasonably with inapropriate
input. The standard does not require this, but it does not disallow
it either.
|
27 years ago |
mickey
|
0cfd69661e
|
#if __STDC__ --> #ifdef __STDC__
|
27 years ago |
kstailey
|
cf45ed94d6
|
tabify + trailing blanks
|
27 years ago |
kstailey
|
8acd0c6d95
|
tabify
|
27 years ago |
millert
|
8e81b80acc
|
Converting u_char[] -> u_int[] is easy on little endian machines :-)
|
27 years ago |
deraadt
|
74ec9e2af0
|
fix Xr
|
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 |
millert
|
180624d3fc
|
Add a missing const
|
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
|
b1dcc2f442
|
Man page for SHA1*
|
27 years ago |
millert
|
a607d546f9
|
A -> An
|
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
|
5daeee95dc
|
Clean up some -Wall flowers.
|
27 years ago |
millert
|
75a2acb9f8
|
Clarify strncat(3) count param.
|
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 |
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 |
deraadt
|
e385c811bb
|
surely not long!
|
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 |
deraadt
|
ca5679152b
|
add ELOOP support; shigio@wafu.netgate.net
|
27 years ago |
deraadt
|
f7fc307897
|
typecastorama
|
27 years ago |
niklas
|
58f7db1ec4
|
Add support to handle password files in directories other than /etc
|
27 years ago |
millert
|
6d6a774a5e
|
First cut at documentinf tsearch(3) -- needs work.
|
27 years ago |
millert
|
f1026de800
|
Fix decl for tfind(3)
|
27 years ago |
deraadt
|
fb6d1cf25b
|
damn, no tsearch(3)
|
27 years ago |
deraadt
|
fbf0194420
|
PD tsearch as reqd by xpg; by esr
|
27 years ago |
deraadt
|
b723fb2a30
|
whitespace support; some netbsd pr..
|
27 years ago |