782 Commits (d27b833e7e23c561f9accaed88222c6cd86386b0)

Author SHA1 Message Date
  otto 4bcb70b1fc Test the upper limit for the max # of rounds to, to avoid wrapping and ending 20 years ago
  jmc 33a9bd8e29 tweaks from michael knudsen; 20 years ago
  jaredy 878f6487d6 typos, then -> than, from Michael Knudsen 20 years ago
  millert a53209548a Document why not to set optind = 0. Inspired by and OK jfb@ 20 years ago
  millert 11a52be207 Check strlc{py,at} return value and return NULL upon truncation instead 20 years ago
  mickey 3ce549ead6 repair libkern support (again) and add rcsids 20 years ago
  jmc 87f49b32c3 update FILES; 20 years ago
  jmc e4864d738c .{N,O}x fixes; 20 years ago
  millert 73909ccd96 Treat EOF at prompt the same as 'n' instead of looping forever. 20 years ago
  hshoexer b4bc6e4e69 knf, no binary change 20 years ago
  hshoexer a614ba518a ansi, indentation, etc. 20 years ago
  hshoexer 51c7463ada kill spaces 20 years ago
  jsg 32715ebf87 add some missing $, ok djm@ 'That looks fine to me' millert@ 20 years ago
  millert 306ca78d1d Add HISTORY; from Jose Nazario 20 years ago
  deraadt a088bfecd9 label a switch fallthrough 20 years ago
  deraadt 2245b99438 avoid aliasing over library symbol 20 years ago
  deraadt 3a5df51764 cast not needed 20 years ago
  millert 9d799d1171 Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again. 20 years ago
  otto ad963acdf7 fix 1099512676352 -> 2.0T; ok miod@ 20 years ago
  deraadt efb1c5583a do the char * to u_char * song and dance back and forth explicitly as 20 years ago
  millert 33d1181051 Whoops, ripemd was broken, not ripemd-160. 20 years ago
  millert 13266903e8 Collisions have been found for the full versions of MD4, MD5 and RMD160. 20 years ago
  jaredy 56c63c4e20 mention strtonum(3) 20 years ago
  tdeval 80b2c084f6 Back out to brk(2) version. 20 years ago
  tdeval afbf541ae4 - Remove the userland data limit check. It's mmap(2)'s job. 20 years ago
  tdeval e5a0109c9f Missing check for NULL. 20 years ago
  millert b6d4073b5f It's not really possible to make strtonum() deal with unsigned long 20 years ago
  tdeval f2430b4096 After a long gestation period, here comes our custom version of malloc(3) 20 years ago
  otto a36fba04b6 Do not forget to test the lower bound if the upper bound > LLONG_MAX. 20 years ago
  millert baad1c3ad7 Avoid comparing unsigned and signed long longs since the signed 20 years ago
  millert 20709cb14a passwd.conf has been deprecated since login.conf was imported. 20 years ago
  marc 059a2dd23c errno changes, lib major version bumps, and general flag day 20 years ago
  jmc 9ddc3b1129 kill dead .Xr to memory(3); 20 years ago
  millert c90a644274 Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. 20 years ago
  jfb 7a1e9128cc Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago
  marc 620a3670ec errno -> err in a structure. OK deraadt@ 20 years ago
  millert 6c1618adfd An optional argument cannot start with '-', even if permutation is 20 years ago
  millert 638ec6cc63 In the Final function, move the context zeroing into the digest != NULL 20 years ago
  deraadt 2462bc4b83 knf; otto ok 20 years ago
  otto 903036c95c Add .Xr's to the commands implementing the various digests. ok millert@ 20 years ago
  millert 6e98a98e41 Simpler byte order flipping. Now the only place we explicitly check 20 years ago
  tedu 5435516474 improved man page, with example and error strings, suggested by deraadt@ 20 years ago
  deraadt 3452944e6b typo; sq@oganer.net 20 years ago
  millert 9a4115e513 Make the Transform functions match the other hash types and document them. 20 years ago
  millert f181b464e0 Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF. 20 years ago
  jmc eaf41443d6 sort SEE ALSO; 20 years ago
  millert 2f87adf68b Be smarter about signed vs. unsigned (produces better error messages). 20 years ago
  millert 3fc0f059df Missed this in the __strerror() removal. 20 years ago
  millert cb92ad54e0 Sync some prototypes with the headers 20 years ago
  millert ca2cf99d81 Some u_char -> u_int8_t conversion I missed earlier. 20 years ago