| Commit message (Expand) | Author | Age | Files | Lines |
* | Dont build telenet if we are going for kerberised telnet; this just | markm | 1999-10-12 | 1 | -2/+4 |
* | Make telnet with SRA work. | markm | 1999-10-07 | 2 | -1/+29 |
* | Colour me stupid. This is a better way of using the macros. | markm | 1999-09-21 | 1 | -1/+1 |
* | Do this the same way as Internat to reduce diffs. | markm | 1999-09-21 | 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 |
* | Restore SONAME setting, otherwise libdescrypt.so.3 doesn't end up with | peter | 1999-09-21 | 1 | -0/+4 |
* | Make this completely dependant on the exportable libcrypt, to avoid | markm | 1999-09-20 | 12 | -1737/+95 |
* | libdes is bmaked and built from src/crypto/... now. | markm | 1999-09-19 | 70 | -12014/+12 |
* | This commit was generated by cvs2svn to compensate for changes in r50894, | markm | 1999-09-04 | 1 | -5/+5 |
|\ |
|
| * | Vendor import EAY's LIBSSL to fix comments, etc. | markm | 1999-09-04 | 1 | -5/+5 |
* | | This commit was generated by cvs2svn to compensate for changes in r50760, | markm | 1999-09-01 | 1 | -0/+508 |
|\ \
| |/ |
|
| * | Drat. Import this into the right place. Pass me the pointy hat. | markm | 1999-09-01 | 1 | -0/+508 |
* | | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+2 |
* | | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 23 | -24/+24 |
* | | Various man page cleanup: | mpp | 1999-08-15 | 2 | -6/+6 |
* | | Fix symlinking. Without the -f "force" option, the wrong version | markm | 1999-01-24 | 1 | -5/+5 |
* | | The new crypt code breaks "make world". Back it out. | markm | 1999-01-23 | 10 | -1/+951 |
* | | Removed from the secure/lib/libcrypt area, because of the rewrite to how | brandon | 1999-01-21 | 9 | -950/+0 |
* | | BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outside | jb | 1998-08-31 | 1 | -4/+4 |
* | | Staticise a variable. | markm | 1997-10-08 | 1 | -1/+1 |
* | | Teach libdescrypt about elf builds. | peter | 1997-09-05 | 1 | -3/+19 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 23 | -24/+24 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 23 | -24/+24 |
* | | Sort cross references. | wosch | 1997-01-13 | 1 | -2/+2 |
* | | Secure telnet is now in eBones. | markm | 1996-11-07 | 20 | -6276/+0 |
* | | cmp -s || install -c --> install -C | peter | 1996-08-30 | 1 | -5/+5 |
* | | This commit was generated by cvs2svn to compensate for changes in r17497, | markm | 1996-08-10 | 4 | -3/+67 |
|\ \
| |/ |
|
| * | Next version from the author - from SSLeay.0.6.3 | markm | 1996-08-10 | 4 | -3/+67 |
* | | Some breakeages sneaked in. This fixes them. | markm | 1996-07-30 | 4 | -6/+3 |
* | | Merge, remove rubbish and bump the MAJOR.MINOR to 3.0 | markm | 1996-07-29 | 4 | -282/+12 |
* | | This commit was generated by cvs2svn to compensate for changes in r17330, | markm | 1996-07-29 | 11 | -10/+201 |
|\ \
| |/ |
|
| * | Rats. Just when a piece of code is nice and stable, the author has to | markm | 1996-07-29 | 13 | -11/+208 |
* | | Mrege conflicts etc. | markm | 1996-07-28 | 3 | -61/+42 |
* | | This commit was generated by cvs2svn to compensate for changes in r17315, | markm | 1996-07-28 | 44 | -399/+655 |
|\ \
| |/ |
|
| * | Latest libdes from Eric Young. Mainly code beautification. | markm | 1996-07-28 | 46 | -412/+689 |
* | | Add necessary item to CLEANFILES | jkh | 1996-07-27 | 1 | -1/+2 |
* | | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -8/+2 |
* | | Add randomness from /dev/random if it is available. | markm | 1996-05-04 | 1 | -1/+23 |
* | | Split libcrypt and libcipher man pages. | markm | 1996-04-13 | 2 | -91/+6 |
* | | Split the libcrypt and libcipher man pages. | markm | 1996-04-13 | 2 | -110/+22 |
* | | Install crypt.3 so that libcipher will install if /usr/share/man | mpp | 1996-04-09 | 1 | -1/+2 |
* | | Comment out the NOPROFILE=yes to make this orthogonal with the rest of our | markm | 1996-03-17 | 1 | -2/+2 |
* | | Big clean-up job. Remove ancient and never-to-be used stuff. | markm | 1996-03-11 | 1 | -32/+3 |
* | | Fix typo #ifdef -> .if defined(). | markm | 1996-03-11 | 1 | -20/+7 |
* | | Fix typo - -des -> -ldes | markm | 1996-03-10 | 1 | -2/+2 |
* | | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -15/+22 |
* | | Add back missing crypt.3 man page. | jkh | 1996-02-21 | 1 | -1/+2 |
* | | Another round of man page cleanups. | mpp | 1996-02-12 | 1 | -3/+3 |
* | | Add the new libdes to the build | markm | 1996-02-11 | 1 | -2/+2 |
* | | Rats. Forgot to `cvs add' this. | markm | 1996-02-10 | 1 | -0/+40 |