| Commit message (Expand) | Author | Age | Files | Lines |
* | * main.c (init_realm): strdup KRB5_KDB_M_NAME if we use it, to | Mark Eichin | 1995-09-18 | 2 | -1/+6 |
* | Stop after finding the first TGS key which matches an entry in the | Theodore Tso | 1995-09-15 | 2 | -6/+12 |
* | When checking for master in tthe list of valid encryption types, do not | Ezra Peisach | 1995-09-10 | 2 | -1/+6 |
* | * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c : | Chris Provenzano | 1995-09-06 | 6 | -68/+72 |
* | * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 5 | -77/+61 |
* | Add const declarations to make remove warnings about converting | Ezra Peisach | 1995-09-04 | 6 | -10/+16 |
* | kdc_preauth.c: New file, to contain the server-side preauthentication | Theodore Tso | 1995-09-02 | 5 | -55/+207 |
* | Use libkadm string handling routines | Paul Park | 1995-08-21 | 3 | -4/+12 |
* | Close and re-open the database after updating principal stats | Paul Park | 1995-08-17 | 2 | -1/+16 |
* | Pass fds to krb5_lock_file() and krb5_unlock_file() | Chris Provenzano | 1995-08-16 | 2 | -0/+7 |
* | Describe previous changes | Paul Park | 1995-08-15 | 1 | -0/+14 |
* | Use krb5_dbe_find_keytype() to find appropriate key. Fix gcc -Wall complaints | Paul Park | 1995-08-15 | 1 | -32/+18 |
* | Use per-realm key/salt list to find appropriate keys. Fix gcc -Wall complaints | Paul Park | 1995-08-15 | 2 | -64/+104 |
* | Generate/use per-realm key/salt list. Fix gcc -Wall complaints | Paul Park | 1995-08-15 | 1 | -52/+120 |
* | Add key/salt list to per-relm data | Paul Park | 1995-08-15 | 1 | -0/+2 |
* | Add missing variable when KRBCONF_KDC_MODIFIES_KDB on | Paul Park | 1995-08-10 | 2 | -1/+9 |
* | do_as_req.c : Fix bug from new kdb changes. | Chris Provenzano | 1995-08-03 | 3 | -57/+67 |
* | Describe previous changes | Paul Park | 1995-08-03 | 1 | -0/+5 |
* | Compile something when Kerberos 4 disabled | Paul Park | 1995-08-03 | 1 | -0/+2 |
* | Ensure padata is NULL with normal salt | Paul Park | 1995-08-03 | 1 | -1/+7 |
* | Fix compiler complaints and remove dependence on mit-des.h | Paul Park | 1995-07-27 | 3 | -4/+17 |
* | Add --with-vague-errors and --with-kdc-kdb-update which controls KDC behavior | Paul Park | 1995-07-27 | 1 | -0/+28 |
* | Use new kdb format | Chris Provenzano | 1995-07-27 | 5 | -147/+157 |
* | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5... | Paul Park | 1995-07-17 | 2 | -186/+82 |
* | Include netinet/in.h | Sam Hartman | 1995-07-14 | 2 | -0/+6 |
* | Reorganize KDC profile and network port handling | Paul Park | 1995-07-12 | 6 | -66/+505 |
* | Add prototype for set_tgtkey. kdc now compiles cleanly with | Ezra Peisach | 1995-07-11 | 2 | -0/+5 |
* | kerberos_v4.c: Add prototypes for compat_decrypt_key, | Ezra Peisach | 1995-07-10 | 5 | -2/+68 |
* | Also log L_KRB_PERR error messages, so we know when there are protocol | Theodore Tso | 1995-07-08 | 2 | -0/+5 |
* | Describe previous changes | Paul Park | 1995-07-07 | 1 | -0/+6 |
* | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 2 | -14/+6 |
* | Use checksum verifier routine | Paul Park | 1995-07-07 | 1 | -27/+10 |
* | Add ability to switch between Berkeley and DBM for KDC database | Paul Park | 1995-06-30 | 2 | -0/+19 |
* | * kerberos_v4.c (check_princ): delete master_key_version check, | Mark Eichin | 1995-06-29 | 2 | -283/+29 |
* | Compiler warning cleanup | Paul Park | 1995-06-27 | 3 | -5/+12 |
* | Document changes to KDC | Paul Park | 1995-06-23 | 1 | -5/+42 |
* | Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DB | Paul Park | 1995-06-23 | 2 | -7/+64 |
* | Multiple realm support | Paul Park | 1995-06-23 | 7 | -320/+727 |
* | Remove usage of KDB_CONVERT_KEY_OUTOF_DB | Paul Park | 1995-06-23 | 1 | -4/+7 |
* | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 3 | -9/+20 |
* | Instead of special casing _AIX in network.c, look for | Sam Hartman | 1995-06-13 | 3 | -1/+9 |
* | (kdc_process_tgs_req): Set the auth_context rcache to null before | Ezra Peisach | 1995-06-13 | 2 | -0/+8 |
* | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 2 | -1/+5 |
* | dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead of | Theodore Tso | 1995-06-09 | 11 | -125/+147 |
* | Update kadmind5 to use new logging routines | Paul Park | 1995-06-08 | 8 | -91/+47 |
* | krb5kdc depends on libkdb5.a | Paul Park | 1995-05-26 | 2 | -0/+5 |
* | Port to OSF/1. (deal with the longs that should be 4 bytes) | Ezra Peisach | 1995-05-21 | 2 | -29/+36 |
* | kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket gets | Theodore Tso | 1995-04-29 | 4 | -2/+17 |
* | * Makefile.in (KLIB): put KRB4_LIB inside KLIB | Mark Eichin | 1995-04-28 | 2 | -2/+6 |
* | * Makefile.in (krb5kdc): use KRB4_LIB directly. | Mark Eichin | 1995-04-27 | 3 | -11/+7 |