summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* Drop default_kdc_enctypes and all related codeTom Yu2003-06-033-150/+12
* * main.c (init_realm): Use KRB5_KDB_MAX_RLIFE, not KRB5_KDB_MAX_LIFE, asKen Raeburn2003-05-302-1/+6
* make-depend updatesKen Raeburn2003-05-241-34/+34
* When generating etype_info2 for DES style keys, use s2kparams toSam Hartman2003-05-242-10/+37
* Memory leak in kdc etype_info2 preauthEzra Peisach2003-05-232-2/+14
* Log transited checkd not done as info not errorSam Hartman2003-05-222-1/+3
* Provide an explicit list of options not to be allowed in AS requestsSam Hartman2003-05-222-5/+10
* Allow the KDC to return bad integrity errors to the client on preauthSam Hartman2003-05-142-0/+5
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-122-4/+139
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-102-2/+7
* Reorganize kdc_preauth enctype handlingSam Hartman2003-05-072-39/+81
* etype info handling infinite loopSam Hartman2003-04-092-2/+9
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-013-3/+12
* * kdc_preauth.c (verify_enc_timestamp): Save decryption error, inTom Yu2003-03-282-1/+20
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-174-46/+106
* use kdb keytab for kadmindTom Yu2003-03-062-1/+5
* * configure.in: Default to --disable-fakekaKen Raeburn2003-03-052-1/+5
* Fix typo that caused infinite loop in previous patchSam Hartman2003-02-212-1/+6
* The client sorts the enctype list returned by etype_info orderingSam Hartman2003-02-152-1/+26
* Sorry, forgot this ChangeLog on the last commitKen Hornstein2003-02-061-0/+5
* This is the integration of "fakeka" (a program to emulate a kaserver)Ken Hornstein2003-02-063-1/+1411
* disable krb4 by defaultSam Hartman2003-02-043-2/+9
* Timestamp preauth should return clock skew errorsSam Hartman2003-01-212-1/+13
* * kdc_util.h, replay.c, main.c: Pass global krb5_context toEzra Peisach2003-01-124-7/+13
* * main.c: On exit, free more allocated memory, including:Ezra Peisach2003-01-036-4/+55
* * kerberos_v4.c (process_v4): Use a temporary variable for the current timeKen Raeburn2002-12-302-1/+9
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-231-1/+1
* More KfM merge workTom Yu2002-12-122-1/+6
* Merge more KfM krb4 thingsTom Yu2002-11-273-2/+15
* * do_as_req.c (process_as_req): Fix previous patch; it caused anTom Yu2002-11-042-1/+7
* Don't include trailing null in the transited encoding produced by the KDC.Sam Hartman2002-10-282-2/+6
* * do_as_req.c (process_as_req): Apply fix from Kevin Coffman toTom Yu2002-10-062-1/+9
* Limit the number of TCP connections that will be handled at one time.Ken Raeburn2002-09-272-55/+82
* updated dependenciesKen Raeburn2002-09-191-2/+3
* * network.c: Include sys/filio.h if availableKen Raeburn2002-09-192-0/+6
* Add TCP support to the KDC, turned off by default, and using separateKen Raeburn2002-09-194-145/+864
* * main.c (DEFAULT_KDC_PORTLIST): Define as DEFAULT_KDC_UDP_PORTLISTKen Raeburn2002-09-192-0/+6
* * kerberos_v4.c (check_princ): Call strftime() with correct numberTom Yu2002-09-152-1/+7
* * kerberos_v4.c: Always include stdarg.h, not varargs.h.Ken Raeburn2002-09-152-44/+14
* * kerberos_v4.c (kerb_get_principal): Include kvno when logging failure to findKen Raeburn2002-09-132-5/+10
* * main.c (initialize_realms): Include replay cache name in error if it can't ...Ken Raeburn2002-09-132-1/+7
* protoizeKen Raeburn2002-09-1112-292/+131
* Try a little harder to avoid returning e-text that says "Generic error (seeKen Raeburn2002-09-113-25/+31
* * network.c (process_packet): Call inet_ntop directly.Ken Raeburn2002-09-104-122/+12
* update dependenciesKen Raeburn2002-08-291-12/+20
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * kerberos_v4.c: For consistency, check for both DISALLOW_ALL_TIXTom Yu2002-08-152-1/+29
* * network.c (setup_port): Ignore AF_LINK addresses. Log address family numberKen Raeburn2002-08-082-1/+11
* network.c (setup_port): Enable ipv6Ken Raeburn2002-07-062-3/+2