| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -11/+21 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | The .Fn function | charnier | 2003-06-08 | 1 | -2/+5 |
* | Tidy the code up a fraction. Re-release with a 2-clause BSD license | markm | 2003-06-02 | 1 | -19/+33 |
* | Add a new hash type. This "NT-hash" is compatible with the password | markm | 2003-06-02 | 5 | -11/+123 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | crypt(3) incorrectly documents md5 salt, fixed. | trhodes | 2002-04-09 | 1 | -1/+1 |
* | Fix grammer in comment. | phk | 2002-03-25 | 1 | -1/+1 |
* | Modernize my email-address. | phk | 2002-03-25 | 1 | -1/+1 |
* | Darn. There is (now was) a signed/unsigned issue that resulted in a | markm | 2002-03-07 | 1 | -4/+4 |
* | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | markm | 2002-03-06 | 4 | -60/+63 |
* | s/crypt_format/crypt_default/ to match reality. | ru | 2001-12-13 | 1 | -1/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
* | Implement __FBSDID() | dillon | 2001-09-16 | 3 | -11/+7 |
* | Remove out-of-date "cannot be exported from USA" notice. | markm | 2001-08-15 | 1 | -2/+0 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 2 | -6/+0 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | mdoc(7) police: removed punctuation after the last SEE ALSO xref. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -2/+2 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | Help standalone builds by getting libutil.h from src/lib/libutil | peter | 2001-03-21 | 1 | -1/+1 |
* | mdoc(7) police: ``It'' macro does not take argument in -enum lists. | ru | 2001-03-16 | 1 | -2/+2 |
* | Add OpenBSD-style blowfish password hashing. This makes one less | markm | 2001-03-11 | 4 | -7/+23 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -2/+2 |
* | Reflect rev 1.18 in crypt.c. Note that this section is somewhat | peter | 2000-12-28 | 1 | -3/+5 |
* | Hindsight is wonderful, but I got cold feet over the crypt(3) default | peter | 2000-12-28 | 1 | -5/+5 |
* | Merge into a single US-exportable libcrypt, which only provides | peter | 2000-12-28 | 4 | -114/+68 |
* | log | ru | 2000-11-22 | 1 | -2/+3 |
* | Still have to support libscrypt for now :( Add #defines to take DES | green | 2000-08-24 | 1 | -0/+2 |
* | How did you sneak in... | green | 2000-08-22 | 1 | -1/+1 |
* | Add working and easy crypt(3)-switching. Yes, we need a whole new API | green | 2000-08-22 | 4 | -17/+95 |
* | Oops, remove vestigial reference to SHS passwords. | kris | 2000-04-22 | 1 | -3/+2 |
* | Introduce .Lb macro to libcrypt manpage. | phantom | 2000-04-22 | 1 | -19/+54 |
* | A bunch of factual corrections. | markm | 2000-01-18 | 1 | -7/+4 |
* | Fixed missing include in synopsis. | bde | 2000-01-13 | 1 | -0/+1 |
* | Zap SHA1 password support. This will be re-implemented at a later date. | kris | 2000-01-07 | 4 | -195/+2 |
* | Fixed a formatting error in the prototype for crypt(). | bde | 1999-12-23 | 1 | -2/+2 |
* | Make a dlopen failure consistant with dlsym(). "Shouldn't happen." | peter | 1999-12-17 | 2 | -2/+6 |
* | patch glitch | peter | 1999-12-17 | 1 | -3/+0 |
* | Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* and | peter | 1999-12-17 | 3 | -5/+91 |
* | Never return NULL, always return a hash. | markm | 1999-09-22 | 1 | -1/+1 |
* | Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons. | dt | 1999-09-21 | 1 | -1/+1 |
* | Somebody deleted the SONAME override causing the symlink to be expanded | peter | 1999-09-21 | 1 | -0/+4 |
* | Big code cleanup. (Inspired by Brandon Gillespie). Also move as | markm | 1999-09-20 | 7 | -157/+644 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -3/+3 |
* | Simplified using new SYMLINKS macro, mainly to test this macro. The | bde | 1999-03-23 | 1 | -26/+15 |