summaryrefslogtreecommitdiffstats
path: root/src/kdc/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove irrelevant to current code Novell copyrightZhanna Tsitkov2012-08-101-27/+0
* Allow using locales when gettext is absentBen Kaduk2012-07-061-0/+1
* Enable all localizations in main functionsBen Kaduk2012-07-061-1/+1
* Add control over session key enctype negotiationNicolas Williams2012-06-061-0/+6
* Use a hash table in the KDC lookaside cacheGreg Hudson2012-05-301-0/+9
* Add clock skew testsGreg Hudson2012-04-171-1/+7
* Only store master mey list in DAL handleGreg Hudson2012-03-211-3/+1
* Update verto to 0.2.2 releaseGreg Hudson2011-11-151-1/+5
* Fix terminate_workers() in the KDCGreg Hudson2011-09-141-3/+2
* Simplify terminate_workers() in the KDCGreg Hudson2011-09-141-8/+9
* Set up monitor signal handlers before forkingGreg Hudson2011-09-141-17/+20
* Split signal setup into loop_setup_signals()Greg Hudson2011-09-141-1/+18
* Reinitialize verto after creating worker childGreg Hudson2011-09-141-0/+2
* Migrate net-server loop to use libvertoGreg Hudson2011-09-021-52/+56
* Add a loop_ prefix to net-server.c functionsGreg Hudson2011-09-021-5/+5
* Simplify KDC realm initialization slightlyGreg Hudson2011-07-251-3/+1
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-101-52/+55
* Don't leak the default realm name when initializing the default realmGreg Hudson2011-03-171-1/+8
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-011-5/+15
* Remove KDC replay cacheGreg Hudson2010-10-191-16/+1
* Slight revisions to create_workers() in the KDC:Greg Hudson2010-09-191-6/+9
* KDC worker processes featureGreg Hudson2010-09-171-7/+129
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-6/+0
* Add a missing break in the parsing of krb5kdc's -P option. ReportedGreg Hudson2010-07-071-0/+1
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-021-17/+0
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-021-5/+0
* Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson2010-05-041-2/+0
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-171-7/+40
* Change db_args from being a global to only defined in the functionEzra Peisach2010-01-011-15/+16
* Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery2010-01-011-2/+29
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-161-5/+5
* Post-great-reindent check. Part IIZhanna Tsitkov2009-11-121-13/+27
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-1/+1
* make mark-cstyleTom Yu2009-10-311-358/+357
* Print a "starting..." message on stderr if running in nofork mode, forTom Yu2009-10-281-0/+2
* Account lockoutGreg Hudson2009-10-251-4/+1
* 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