aboutsummaryrefslogtreecommitdiff
path: root/src/kdc
AgeCommit message (Expand)AuthorFilesLines
2006-11-14pull up r18801 from trunkTom Yu3-12/+40
2006-11-08pull up r18754 from trunkTom Yu1-45/+53
2006-11-08pull up r18750 from trunkTom Yu1-0/+3
2006-10-14Free v4mode when done with itKen Raeburn1-0/+1
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn1-1/+1
2006-10-13Use 'const' with krb5_get_error_messageKen Raeburn2-8/+8
2006-10-13Eliminate some warnings: missing "const", unused variables, successKen Raeburn1-7/+5
2006-10-13 * preauth_plugin.h: Don't use an enum in a public apiSam Hartman1-10/+10
2006-10-13Patch to split client plugin from server pluginSam Hartman1-24/+24
2006-10-12(add_to_transited): Change the current logic to keep all array referencesKen Raeburn1-15/+25
2006-10-11Add bounds-checking assertions before automatic array referenceKen Raeburn1-0/+2
2006-10-10Don't segfault if a preauth plugin module fails to loadKevin Coffman1-1/+2
2006-10-06make dependTom Yu1-27/+32
2006-10-05 * kdc_preauth.c (return_padata): Allocate a padata context if notSam Hartman1-0/+3
2006-10-03Preauthentication Plugin FrameworkSam Hartman6-61/+702
2006-10-01kdc: make_toolong_error does not initialize all fields for krb5_mk_errorEzra Peisach1-0/+2
2006-09-18Savitha's patches for:Ken Raeburn1-6/+2
2006-08-02Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu1-0/+2
2006-07-18Merge remaining changes from LDAP integration branchKen Raeburn1-1/+35
2006-06-29* kerberos_v4.c: Don't include kdc.h.Ken Raeburn2-20/+14
2006-06-27Revise comment on when we should switch from writing back to readingKen Raeburn1-1/+4
2006-06-26* kdc/network.c (make_toolong_error): New function.Ken Raeburn1-1/+40
2006-06-13Trivial whitespace cleanup in KDC codeKen Raeburn1-2/+2
2006-06-12This file uses E* constants and therefore should include errno.hRuss Allbery1-0/+1
2006-06-12Add man pages for fakeka and k524initRuss Allbery2-0/+112
2006-06-01move var decl before codeKen Raeburn1-1/+1
2006-06-01krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach3-10/+40
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-11/+11
2006-05-23install headers into include/krb5Ken Raeburn1-60/+62
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn3-6/+6
2006-05-15* Makefile.in (krb5kdc, rtest): Don't explicitly add kdb5 libs to the linkKen Raeburn1-2/+2
2006-05-13* main.c (initialize_realms): Use precise size allocation for dbname= parameterKen Raeburn1-1/+1
2006-04-29ipv4+ipv6 messages can trip up KDC replay detectionKen Raeburn3-23/+6
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn4-12/+17
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2-3/+4
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-2136/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn2-63/+0
2006-04-10* kdc_preauth.c (verify_enc_timestamp): Initialize decrypt_errKen Raeburn2-1/+5
2006-04-04more DEFS=Ken Raeburn2-0/+5
2006-03-31make depend, now with dependency sortingKen Raeburn1-93/+98
2006-03-30Currently logger.c is built as part of the KDC, and also built intoKen Raeburn2-18/+7
2006-03-27make dependKen Raeburn1-42/+48
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn3-38/+42
2006-03-08make dependKen Raeburn1-12/+24
2005-11-29* network.c (listen_and_process): Make local variable 'sout' staticKen Raeburn2-1/+9
2005-11-29make dependTom Yu1-53/+39
2005-11-18* fakeka.c (main): Pass extra null-pointer argument to kadm5_init_with_passwordKen Raeburn2-1/+6
2005-11-18* fakeka.c: Include errno.hKen Raeburn2-0/+5
2005-10-13 * kdc_preauth.c (etype_info_as_rep_helper): New function; sharedTom Yu2-10/+85
2005-10-12 * kdc_preauth.c (return_etype_info2): Apply patch from WillTom Yu2-1/+8