Add a loop_ prefix to net-server.c functions
[krb5.git] / src / kdc / main.c
2011-09-02 Greg HudsonAdd a loop_ prefix to net-server.c functions
2011-07-25 Greg HudsonSimplify KDC realm initialization slightly
2011-06-10 Greg HudsonAdd setlocale() calls to main functions
2011-06-10 Greg HudsonMark up strings for translation
2011-03-17 Greg HudsonDon't leak the default realm name when initializing...
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2010-12-01 Greg HudsonImplement restrict_anonymous_to_tgt realm flag
2010-10-19 Greg HudsonRemove KDC replay cache
2010-09-19 Greg HudsonSlight revisions to create_workers() in the KDC:
2010-09-17 Greg HudsonKDC worker processes feature
2010-09-15 Sam Hartmankdb: store mkey list in context and permit NULL mkey...
2010-07-07 Greg HudsonAdd a missing break in the parsing of krb5kdc's -P...
2010-07-02 Greg HudsonRemove verify_master_key from the DAL table, as well...
2010-07-02 Greg HudsonRemove the set_master_key and get_master_key DAL interf...
2010-05-04 Greg HudsonEliminate the unused realm_dbname field from krb5_realm...
2010-03-17 Ken RaeburnMerge users/raeburn/branches/network-merge
2010-01-01 Ezra PeisachChange db_args from being a global to only defined...
2010-01-01 Russ AllberyAdd a new -P option to krb5kdc and kadmind which, if...
2009-11-16 Tom YuClean up some open-parenthesis problems, and reindent
2009-11-12 Zhanna TsitkovPost-great-reindent check. Part II
2009-11-03 Tom YuReindent after making fixes for emacs-23
2009-10-31 Tom Yumake mark-cstyle
2009-10-28 Tom YuPrint a "starting..." message on stderr if running...
2009-10-25 Greg HudsonAccount lockout
2009-08-12 Ken Raeburn r22529@squish: raeburn | 2009-08-12 13:49:45 -0400
2009-04-09 Ezra Peisachkdc: handle_referral_params does not return ENOMEM...
2009-03-16 Zhanna TsitkovVerify return code from krb5_db_set_mkey_list
2009-03-16 Sam HartmanCall kdb_set_mkey_list from the KDC
2009-03-11 Greg HudsonReport verbose error messages from KDC
2009-02-19 Zhanna TsitkovFix in handle_referral_params
2009-02-04 Zhanna TsitkovUse macros for config parameters
2009-02-02 Ken RaeburnRemove unnecessary pointer casts in args to free,memcpy...
2009-02-02 Ken Raeburnsmall storage leak in KDC startup
2009-01-30 Will FiveashMaster Key Migration Project
2009-01-30 Zhanna TsitkovChanged the name match_config_pattern to krb5_match_con...
2009-01-29 Zhanna TsitkovIntroduced match_config_pattern function to find a...
2009-01-26 Zhanna TsitkovCheck asprintf return codes. Styling
2009-01-23 Zhanna TsitkovEliminate the need for the domain_realm mapping table...
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-12-15 Greg HudsonIn the KDC, remove krb4 request handling support and...
2008-08-25 Ken RaeburnIncorporate Apple's patch
2008-08-15 Will Fiveasha stash file is not a keytab
2008-07-18 Ken RaeburnRewrite krb5_db_open flag handling to avoid confusing...
2007-07-12 Ken RaeburnAvoid unchecked sprintf in some KDC-side programs
2007-04-13 Ken RaeburnClean up usage message a little
2006-10-30 Will Fiveashlatest Novell ldap patches and kdb5_util dump support...
2006-10-14 Ken RaeburnFree v4mode when done with it
2006-10-03 Sam HartmanPreauthentication Plugin Framework
2006-05-16 Ken Raeburn* lib/kadm5/alt_prof.c (kadm5_get_config_params): Repla...
2006-05-13 Ken Raeburn* main.c (initialize_realms): Use precise size allocati...
2006-04-13 Ken RaeburnPartial merge from Novell LDAP integration branch,...
2005-06-21 Ken RaeburnNovell Database Abstraction Layer merge.
2004-02-24 Sam HartmanRemove ENCTYPE_LOCAL_DES3_HMAC_SHA1
2004-02-09 Tom Yu * main.c (init_realm): Apply patch from Will Fiveash...
2003-06-03 Tom YuDrop default_kdc_enctypes and all related code
2003-05-30 Ken Raeburn* main.c (init_realm): Use KRB5_KDB_MAX_RLIFE, not...
2003-03-17 Sam HartmanDisable krb4 cross-realm in krb524d and krb5kdc. Provi...
2003-03-06 Tom Yuuse kdb keytab for kadmind
2003-01-12 Ezra Peisach * kdc_util.h, replay.c, main.c: Pass global krb5_conte...
2003-01-03 Ezra Peisach * main.c: On exit, free more allocated memory, including:
2002-09-19 Ken RaeburnAdd TCP support to the KDC, turned off by default,...
2002-09-19 Ken Raeburn* main.c (DEFAULT_KDC_PORTLIST): Define as DEFAULT_KDC_...
2002-09-13 Ken Raeburn* main.c (initialize_realms): Include replay cache...
2002-09-11 Ken Raeburnprotoize
2002-06-26 Ken Raeburn* dispatch.c (dispatch): Remove arg "portnum"; update...
2002-01-08 Sam HartmanKDC support for new PRNG
2001-12-14 Ezra Peisach * main.c (main, init_realm): Get rid of variables...
2001-09-26 Ken Raeburnbetter realm transit path checking for app server
2001-06-21 Ezra Peisach * configure.in: Test for daemon prototype
2001-06-08 Ezra Peisach * kdc_preauth.c: Include adm_proto.h for krb5_klog_sys...
2001-06-04 Ezra Peisach * kdc_util.c (add_to_transited): Add braces to provide...
2001-04-10 Ken Raeburn* do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util...
2000-08-23 Ken Raeburn* main.c (initialize_realms): For "cannot initialize...
2000-03-01 Tom Yu * main.c: Move kdc_initialize_rcache() to kdc_util.c
2000-02-07 Ken RaeburnFrank Cusack's patches, first two sets. Should be...
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1999-01-05 Tom Yu * configure.in (withval): Conditinalize ATHENA_DES3_KL...
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1998-07-15 Tom Yu * configure.in: Add CHECK_SIGNALS so that POSIX_SIGNAL...
1998-07-11 Geoffrey KingAdded a call to signal() in request_hup() so that the...
1998-07-08 Geoffrey KingThese additions cause the KDC to react to SIGHUP by...
1998-05-06 Theodore TsoPOSIX states that getopt returns -1 when it is done...
1997-10-09 Ezra Peisach * main.c (main): Initialize kdc error table...
1997-09-26 Tom YuRemove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and...
1997-09-23 Ezra Peisach * kerberos_v4.c (check_princ): Add checks for V5 kdc...
1997-08-18 Ezra Peisach * kdc_util.h: Added prototype for setup_server_realm...
1997-07-30 Tom Yu * kdc_util.c:
1997-07-25 Tom Yu * main.c (init_realm): Fix to use new ktkdb
1997-02-18 Richard BaschReplace krb5_xfree with appropriate free routine
1996-12-13 Theodore TsoMerge V1_0_FREEZE_3 into the mainline. (Note this...
1996-11-07 Theodore Tsokdc_preauth.c (check_padata): Fixed error handling...
1996-11-07 Theodore Tso(initialize_realms): Remove rather pointless use of...
1996-06-10 Ezra Peisach * main.c (finish_realm): Do not invoke krb5_finish_key if
1996-05-06 Richard BaschFixed the abstraction violation, where the code knew...
1996-02-28 Ezra PeisachMove com_err.h after k5-int.h include so that autoconf...
1996-02-27 Richard Basch*main.c:
1996-02-25 Mark Eichin * main.c (initialize_realms): missing indirection...
1996-02-24 Mark Eichinone step closer to *really* only depending on krb5...
1996-02-22 Richard Basch* kerberos_v4.c
1996-02-21 Theodore Tsokerberos_v4.c (kerberos_v4): Use strong random number...
next