summaryrefslogtreecommitdiffstats
path: root/src/kdc/main.c
Commit message (Expand)AuthorAgeFilesLines
* r22529@squish: raeburn | 2009-08-12 13:49:45 -0400Ken Raeburn2009-08-121-6/+5
* kdc: handle_referral_params does not return ENOMEM errorsEzra Peisach2009-04-091-1/+1
* Verify return code from krb5_db_set_mkey_listZhanna Tsitkov2009-03-161-1/+6
* Call kdb_set_mkey_list from the KDCSam Hartman2009-03-161-1/+1
* Report verbose error messages from KDCGreg Hudson2009-03-111-38/+65
* Fix in handle_referral_paramsZhanna Tsitkov2009-02-191-9/+10
* Use macros for config parametersZhanna Tsitkov2009-02-041-16/+16
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-3/+3
* small storage leak in KDC startupKen Raeburn2009-02-021-1/+0
* Master Key Migration ProjectWill Fiveash2009-01-301-2/+21
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-301-14/+62
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-291-85/+51
* Check asprintf return codes. StylingZhanna Tsitkov2009-01-261-47/+56
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-231-5/+102
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-2/+32
* In the KDC, remove krb4 request handling support and fakeka codeGreg Hudson2008-12-151-44/+2
* Incorporate Apple's patchKen Raeburn2008-08-251-0/+3
* a stash file is not a keytabWill Fiveash2008-08-151-1/+2
* Rewrite krb5_db_open flag handling to avoid confusing emacs c-modeKen Raeburn2008-07-181-6/+6
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-121-10/+6
* Clean up usage message a littleKen Raeburn2007-04-131-3/+3
* latest Novell ldap patches and kdb5_util dump support for ldapWill Fiveash2006-10-301-0/+3
* Free v4mode when done with itKen Raeburn2006-10-141-0/+1
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-0/+3
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-3/+3
* * main.c (initialize_realms): Use precise size allocation for dbname= parameterKen Raeburn2006-05-131-1/+1
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-3/+5
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-30/+81
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-241-17/+0
* * main.c (init_realm): Apply patch from Will Fiveash to useTom Yu2004-02-091-1/+1
* Drop default_kdc_enctypes and all related codeTom Yu2003-06-031-143/+0
* * main.c (init_realm): Use KRB5_KDB_MAX_RLIFE, not KRB5_KDB_MAX_LIFE, asKen Raeburn2003-05-301-1/+1
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-171-2/+7
* use kdb keytab for kadmindTom Yu2003-03-061-1/+1
* * kdc_util.h, replay.c, main.c: Pass global krb5_context toEzra Peisach2003-01-121-2/+2
* * main.c: On exit, free more allocated memory, including:Ezra Peisach2003-01-031-1/+14
* Add TCP support to the KDC, turned off by default, and using separateKen Raeburn2002-09-191-19/+36
* * main.c (DEFAULT_KDC_PORTLIST): Define as DEFAULT_KDC_UDP_PORTLISTKen Raeburn2002-09-191-0/+1
* * main.c (initialize_realms): Include replay cache name in error if it can't ...Ken Raeburn2002-09-131-1/+2
* protoizeKen Raeburn2002-09-111-34/+14
* * dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn2002-06-261-1/+0
* KDC support for new PRNGSam Hartman2002-01-081-8/+2
* * main.c (main, init_realm): Get rid of variables set but never usedEzra Peisach2001-12-141-6/+2
* better realm transit path checking for app serverKen Raeburn2001-09-261-3/+7
* * configure.in: Test for daemon prototypeEzra Peisach2001-06-211-0/+4
* * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog()Ezra Peisach2001-06-081-0/+4
* * kdc_util.c (add_to_transited): Add braces to provide unambiguousEzra Peisach2001-06-041-1/+2
* * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c,Ken Raeburn2001-04-101-8/+8
* * main.c (initialize_realms): For "cannot initialize realm" messages, tell theKen Raeburn2000-08-231-2/+7
* * main.c: Move kdc_initialize_rcache() to kdc_util.cTom Yu2000-03-011-50/+0