| Commit message (Expand) | Author | Age | Files | Lines |
* | Final cleanup pass through Makefiles, now this stuff | ache | 1995-07-24 | 3 | -12/+20 |
* | Add -ldescrypt, or wrong crypt version can be picked from libc | ache | 1995-07-24 | 2 | -0/+2 |
* | 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 | 2 | -4/+11 |
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 1 | -1/+4 |
* | Add comment about new_rnd_key.c module needed from original | ache | 1995-07-24 | 1 | -0/+3 |
* | Add comment about new_rbd_key.c module needed from | ache | 1995-07-24 | 1 | -1/+4 |
* | Fix dependances, typing errors, etc. | ache | 1995-07-24 | 1 | -4/+6 |
* | Fix many bogus things, typing error, dependance errors, etc., | ache | 1995-07-24 | 1 | -7/+16 |
* | date: 1995/07/12 13:10:58; author: jkh; state: Exp; lines: +3 -2 | rgrimes | 1995-07-22 | 1 | -2/+3 |
* | When hostname len > 8, name replaced with dot notation when -u flag | pst | 1995-07-20 | 1 | -7/+19 |
* | The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd code | pst | 1995-07-20 | 1 | -19/+28 |
* | Update telnet to the 95.05.31 release. | pst | 1995-07-20 | 31 | -192/+459 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -17/+20 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 146 | -1254/+1254 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 21 | -84/+84 |
* | Make certain that random keys havethe correct parity, for interoperation with | wollman | 1995-05-09 | 1 | -1/+2 |
* | Security fixes. | dima | 1995-02-17 | 3 | -14/+42 |
* | Build kpasswd from normal passwd sources now | ache | 1995-02-11 | 1 | -2/+4 |
* | Various documentation changes. | jkh | 1995-02-08 | 53 | -242/+277 |
* | Fix database deletion, we don't have .dir & .pag, use .db instead | ache | 1995-01-25 | 2 | -4/+28 |
* | Fix database rename, we don't have .dr & .pag, use .db instead | ache | 1995-01-25 | 2 | -4/+32 |
* | Less expensive fix for the freeing of uninitialized fields in the hostdata | gibbs | 1995-01-25 | 2 | -18/+20 |
* | bzero hostdata in send_to_kdc so that if we immediately jump to the | gibbs | 1995-01-25 | 2 | -2/+4 |
* | Add missing newline (or messages concatenated) | ache | 1995-01-25 | 1 | -2/+2 |
* | Print out error messages from libkadm correctly (i.e., using com_err). | wollman | 1995-01-23 | 2 | -6/+6 |
* | Add ksrvutil. | wollman | 1995-01-20 | 1 | -2/+2 |
* | Add last piece in fully-functional Kerberos implementation: ksrvutil, | wollman | 1995-01-20 | 5 | -0/+1471 |
* | Added Kerberized passwd. | wollman | 1995-01-20 | 1 | -2/+2 |
* | Password-changing program with Kerberos support via the `kadmin' | wollman | 1995-01-20 | 4 | -0/+716 |
* | Fix bonehead /usr/lib -> /usr/bin. | wollman | 1995-01-20 | 2 | -4/+4 |
* | Add kadmind. | wollman | 1995-01-20 | 1 | -2/+2 |
* | Add kadmind. HOW-TO documents how to get here from raw eBones. | wollman | 1995-01-20 | 19 | -0/+4008 |
* | Add kadmin. | wollman | 1995-01-20 | 2 | -3/+10 |
* | The user side of the kadmin protocol. HOW-TO describes how to recreate | wollman | 1995-01-20 | 7 | -0/+1380 |
* | Add the library used by `kadmin' and `kadmind'. Oddly enough, this | wollman | 1995-01-20 | 14 | -0/+2212 |
* | Don't install kadm.h from here; it's done by the libkadm directory. | wollman | 1995-01-20 | 1 | -4/+6 |
* | Do all libraries first. Don't do `include' twice. | wollman | 1995-01-20 | 1 | -4/+4 |
* | Don't break existing users of libkrb.so.2.0 who aren't using libcom_err. | wollman | 1995-01-20 | 2 | -2/+4 |
* | Kill more bogus man pages. (The correct ones are with their programs.) | wollman | 1995-01-20 | 1 | -3/+3 |
* | A more correct fix for the new compile_et. Also, add beforeinstall | wollman | 1995-01-20 | 2 | -14/+20 |
* | Remove obsolete `-n' flag from compile_et command line. | wollman | 1995-01-14 | 2 | -4/+4 |
* | Reflect the fact that compile_et is now a `system' utility. | wollman | 1995-01-14 | 2 | -6/+4 |
* | Reflect the fact that compile_et has been moved and is now a `system' | wollman | 1995-01-14 | 2 | -9/+4 |
* | Don't install bogus tftp, tftpd, tcom manual pages from the MIT Kerberos | wollman | 1994-11-20 | 1 | -3/+3 |
* | Add a `help-distribute' target which does a `distribute' in our subdirs, | wollman | 1994-11-20 | 1 | -1/+14 |
* | Add DISTRIBUTION=krb for P-HK. | wollman | 1994-11-20 | 1 | -1/+2 |
* | Zap 4.0 libkdb as well. | wollman | 1994-10-06 | 1 | -1/+2 |
* | A few fixes: | wollman | 1994-10-06 | 1 | -11/+26 |