| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | iImport a FreeBSD Makefile, BSD-ise the header and correct a typo. As the | markm | 1996-02-10 | 2 | -13/+7 |
* | | This commit was generated by cvs2svn to compensate for changes in r14009, | markm | 1996-02-10 | 69 | -0/+11769 |
|\ \
| |/ |
|
| * | This is the long-awaited new DES library. Over the next couple of days | markm | 1996-02-10 | 69 | -0/+11769 |
* | Dual personality crypt(3). This crypt will choose its encryption algorithm | markm | 1995-12-16 | 5 | -34/+191 |
* | Remove MAKE_EBONES conditionals. They were originally placed here because | gibbs | 1995-10-11 | 1 | -3/+1 |
* | Remove duplicated targets which now build from main tree | ache | 1995-09-29 | 1 | -2/+2 |
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 3 | -29/+15 |
* | Comment out LDADD+=-ldescrypt, it is not yet active due to | ache | 1995-08-05 | 1 | -2/+3 |
* | After pst and ache fixed secure telnet, it was still not in the main | markm | 1995-07-29 | 1 | -2/+2 |
* | Final cleanup pass through Makefiles, now this stuff | ache | 1995-07-24 | 1 | -7/+9 |
* | Add LDADD+= -ldescrypt | ache | 1995-07-24 | 1 | -1/+2 |
* | Move -ldes under kerb stuff, my fault | ache | 1995-07-24 | 1 | -5/+3 |
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 1 | -1/+4 |
* | Add comment about new_rbd_key.c module needed from | ache | 1995-07-24 | 1 | -1/+4 |
* | Fix many bogus things, typing error, dependance errors, etc., | ache | 1995-07-24 | 1 | -7/+16 |
* | Update telnet to the 95.05.31 release. | pst | 1995-07-20 | 11 | -70/+90 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 15 | -58/+58 |
* | Security fixes. | dima | 1995-02-17 | 2 | -11/+27 |
* | Fix secrdist sharedlib bug. | phk | 1994-11-24 | 1 | -4/+4 |