summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* * kdc_preauth.c (etype_info_as_rep_helper): New function; sharedTom Yu2005-10-132-10/+85
* * kdc_preauth.c (return_etype_info2): Apply patch from WillTom Yu2005-10-122-1/+8
* fix more executable permissionsTom Yu2005-08-251-0/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-5/+0
* fix MITKRB5-SA-2005-002 KDC double-free and heap overflowTom Yu2005-07-124-2/+21
* Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dlKen Raeburn2005-06-212-1/+4
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-213-32/+90
* Update dependenciesKen Raeburn2005-06-211-39/+53
* make dependKen Raeburn2005-05-131-2/+2
* * kerberos_v4.c: Include autoconf.h before testing KRB5_KRB4_COMPATKen Raeburn2005-05-132-0/+6
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-135-4/+7
* run "make depend"Ken Raeburn2004-12-301-1/+0
* * network.c (closedown_network): Free each connection data structure whileKen Raeburn2004-09-242-0/+8
* * kdc_util.h (sockaddr2p): Don't declareKen Raeburn2004-09-242-3/+4
* another krb4 ticket backdating fixTom Yu2004-07-242-6/+11
* * network.c (paddr): Use unsigned int for length.Ezra Peisach2004-06-072-5/+14
* Rename header file foreachaddr.c to foreachaddr.h, now that it isn'tKen Raeburn2004-05-053-2/+6
* updated dependenciesKen Raeburn2004-04-241-58/+63
* * network.c (setup_a_tcp_listener): Try to turn the IPV6_V6ONLY socket optionKen Raeburn2004-04-032-8/+23
* * network.c (delete_fd): Free pointed-to data after removing it from theKen Raeburn2004-03-222-2/+12
* Free unparsed names in SAM response handlingSam Hartman2004-03-152-0/+6
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-082-1/+4
* Merge configuration of kdc, krb524, and slave directories into topKen Raeburn2004-03-053-84/+10
* * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_...Ken Raeburn2004-03-042-6/+5
* * network.c (setup_a_tcp_listener): Call setreuseaddr before calling bind.Ken Raeburn2004-02-262-8/+18
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-244-23/+9
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-242-6/+10
* Add missing ChangeLog entryTom Yu2004-02-231-0/+6
* Bug from David Thompson <thomas@cs.wisc.edu>. Bug originally introducedKen Hornstein2004-02-191-1/+1
* Fix logic errorSam Hartman2004-02-132-1/+5
* * main.c (init_realm): Apply patch from Will Fiveash to useTom Yu2004-02-092-1/+6
* Do not consider TGS options to be critical; ignore unknown optionsSam Hartman2004-02-062-6/+7
* Only backdate the ticket that is created. The KDC reply must containSam Hartman2004-01-052-5/+10
* make dependKen Raeburn2003-12-151-53/+60
* Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2003-08-303-6/+11
* 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