aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-5/+5
2009-11-12Post-great-reindent check. Part IIZhanna Tsitkov1-13/+27
2009-11-03Reindent after making fixes for emacs-23Tom Yu1-1/+1
2009-10-31make mark-cstyleTom Yu1-358/+357
2009-10-28Print a "starting..." message on stderr if running in nofork mode, forTom Yu1-0/+2
2009-10-25Account lockoutGreg Hudson1-4/+1
2009-08-12 r22529@squish: raeburn | 2009-08-12 13:49:45 -0400Ken Raeburn1-6/+5
2009-04-09kdc: handle_referral_params does not return ENOMEM errorsEzra Peisach1-1/+1
2009-03-16Verify return code from krb5_db_set_mkey_listZhanna Tsitkov1-1/+6
2009-03-16Call kdb_set_mkey_list from the KDCSam Hartman1-1/+1
2009-03-11Report verbose error messages from KDCGreg Hudson1-38/+65
2009-02-19Fix in handle_referral_paramsZhanna Tsitkov1-9/+10
2009-02-04Use macros for config parametersZhanna Tsitkov1-16/+16
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-3/+3
2009-02-02small storage leak in KDC startupKen Raeburn1-1/+0
2009-01-30Master Key Migration ProjectWill Fiveash1-2/+21
2009-01-30Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov1-14/+62
2009-01-29Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov1-85/+51
2009-01-26Check asprintf return codes. StylingZhanna Tsitkov1-47/+56
2009-01-23Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov1-5/+102
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-2/+32
2008-12-15In the KDC, remove krb4 request handling support and fakeka codeGreg Hudson1-44/+2
2008-08-25Incorporate Apple's patchKen Raeburn1-0/+3
2008-08-15a stash file is not a keytabWill Fiveash1-1/+2
2008-07-18Rewrite krb5_db_open flag handling to avoid confusing emacs c-modeKen Raeburn1-6/+6
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn1-10/+6
2007-04-13Clean up usage message a littleKen Raeburn1-3/+3
2006-10-30latest Novell ldap patches and kdb5_util dump support for ldapWill Fiveash1-0/+3
2006-10-14Free v4mode when done with itKen Raeburn1-0/+1
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-0/+3
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-3/+3
2006-05-13* main.c (initialize_realms): Use precise size allocation for dbname= parameterKen Raeburn1-1/+1
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-3/+5
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-30/+81
2004-02-24Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman1-17/+0
2004-02-09 * main.c (init_realm): Apply patch from Will Fiveash to useTom Yu1-1/+1
2003-06-03Drop default_kdc_enctypes and all related codeTom Yu1-143/+0
2003-05-30* main.c (init_realm): Use KRB5_KDB_MAX_RLIFE, not KRB5_KDB_MAX_LIFE, asKen Raeburn1-1/+1
2003-03-17Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman1-2/+7
2003-03-06use kdb keytab for kadmindTom Yu1-1/+1
2003-01-12 * kdc_util.h, replay.c, main.c: Pass global krb5_context toEzra Peisach1-2/+2
2003-01-03 * main.c: On exit, free more allocated memory, including:Ezra Peisach1-1/+14
2002-09-19Add TCP support to the KDC, turned off by default, and using separateKen Raeburn1-19/+36
2002-09-19* main.c (DEFAULT_KDC_PORTLIST): Define as DEFAULT_KDC_UDP_PORTLISTKen Raeburn1-0/+1
2002-09-13* main.c (initialize_realms): Include replay cache name in error if it can't ...Ken Raeburn1-1/+2
2002-09-11protoizeKen Raeburn1-34/+14
2002-06-26* dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn1-1/+0
2002-01-08KDC support for new PRNGSam Hartman1-8/+2
2001-12-14 * main.c (main, init_realm): Get rid of variables set but never usedEzra Peisach1-6/+2
2001-09-26better realm transit path checking for app serverKen Raeburn1-3/+7