187 Commits (6498e79643d74d590e415d50b0188657c670c89f)

Author SHA1 Message Date
  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... 27 years ago
  millert 8781f0e142 Update from lite2 version and fix grammatical error from 27 years ago
  millert 3942f98844 Install a64l/l64a man page. Also, tsearch.3 and friends were not 27 years ago
  millert 8976c4aebe Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1. 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 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 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) 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 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
  deraadt 0a3b0b9a57 incorrect description; bgrayson@ece.utexas.edu 27 years ago
  tholo 85cb5df3cc Make it possible to not output warnings (errors causing aborts are always 27 years ago
  tholo a9dc5ef894 Add x/X option to behave like X11 xmalloc; from FreeBSD 27 years ago
  deraadt 845506bb3f for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ 27 years ago