| Commit message (Expand) | Author | Age | Files | Lines |
* | *GULP* Punt this into the attic. It is no longer used. | markm | 1997-10-03 | 115 | -21503/+0 |
* | Remove some bogus malloc family declarations. | jkh | 1997-07-13 | 1 | -5/+3 |
* | Remove bogus ("char *") malloc(), calloc() and realloc(). | asami | 1997-07-13 | 1 | -3/+1 |
* | Replace random() by arc4random() since random() can't be used | ache | 1997-06-14 | 1 | -7/+2 |
* | Remove srandomdev fallback code | ache | 1997-06-14 | 1 | -3/+2 |
* | Use srandomdev() now | ache | 1997-03-24 | 1 | -2/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 87 | -163/+163 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 87 | -167/+167 |
* | First round of moving secure telnet (AKA kerberised telnet) to its new home | markm | 1996-10-26 | 8 | -50/+73 |
* | Fix up some compilation warnings. | pst | 1996-09-22 | 3 | -12/+12 |
* | Fix my typo here from last commit. | peter | 1996-09-02 | 1 | -5/+5 |
* | cmp -s || install -c --> install -C | peter | 1996-08-30 | 3 | -16/+8 |
* | Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS. | markm | 1996-07-30 | 1 | -2/+2 |
* | Some breakeages sneaked in. This fixes them. | markm | 1996-07-30 | 3 | -3/+1 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 2 | -4/+2 |
* | Fix oder of subdirs so this will rebuild if .depends are blown away. | markm | 1996-04-16 | 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 |
* | Rename des_set_key -> des_set_key_krb. This was a name conflict with a | markm | 1996-02-03 | 1 | -3/+4 |
* | Fix typo in bind argument | ache | 1995-12-24 | 1 | -2/+2 |
* | Bring Jordan's 2.1 dependancy fixes into current. | markm | 1995-11-12 | 2 | -4/+4 |
* | Remove MAKE_EBONES conditionals. They were originally placed here because | gibbs | 1995-10-11 | 1 | -3/+1 |
* | Bump SHLIB_MINOR for krb_get_local_addr() and krb_bind_local_addr() | gibbs | 1995-10-06 | 1 | -1/+2 |
* | Kerberos can now deal with multi-homed clients. | gibbs | 1995-10-05 | 8 | -34/+249 |
* | Remove duplicate rkinit_err.c entry in the SRCS line. | gibbs | 1995-09-24 | 1 | -1/+1 |
* | Fix printf formatting error %ls -> %s. | gibbs | 1995-09-16 | 1 | -2/+2 |
* | Fix this file for the last time. My last diff was screwed up. | gibbs | 1995-09-15 | 1 | -2/+1 |
* | Integrate librkinit into the build. | gibbs | 1995-09-15 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r10764, | gibbs | 1995-09-15 | 7 | -0/+1235 |
|\ |
|
| * | MIT's librkinit. Part of the rkinit suite. Rkinit allows you to forward | gibbs | 1995-09-15 | 7 | -0/+1235 |
* | | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 3 | -29/+15 |
* | | Bring back the multi-homed server fixes from revision 1.6. They got | gibbs | 1995-09-14 | 1 | -52/+121 |
* | | Forgot to bring this patch over. | gibbs | 1995-09-14 | 1 | -2/+2 |
* | | Fix a few problems with the depend target. | gibbs | 1995-09-14 | 1 | -1/+3 |
* | | Bmake fixes for the eBones tree. | gibbs | 1995-09-14 | 5 | -25/+19 |
* | | added Makefile.inc in the necessary places. | markm | 1995-09-13 | 1 | -0/+3 |
* | | After the Great eBones Repository Copy (tm), make ebones actually | markm | 1995-09-13 | 9 | -42/+45 |
* | | Major cleanup of eBones code: | markm | 1995-09-07 | 67 | -598/+1183 |
* | | Save and check against all address of kerberos servers. This completes | gibbs | 1995-09-06 | 1 | -51/+121 |
* | | Start the eBones cleanup ball rolling. | markm | 1995-08-25 | 77 | -1165/+827 |
* | | Comment out LDADD+=-ldescrypt, it is not yet active due to | ache | 1995-08-05 | 1 | -2/+3 |
* | | Make the DB/DBM routines generic (ifdef FreeBSD considered evil), and | pst | 1995-08-02 | 1 | -14/+18 |
* | | 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 |