summaryrefslogtreecommitdiffstats
path: root/src/kdc/main.c
Commit message (Expand)AuthorAgeFilesLines
* Multi-realm KDC null deref [CVE-2013-1418]Tom Yu2013-11-041-0/+3
* KDC Audit infrastructure and plugin implementationZhanna Tsitkov2013-10-041-0/+12
* Fix various warningsGreg Hudson2013-06-071-2/+0
* Fix minor KDC memory leaksGreg Hudson2013-03-261-1/+1
* Get rid of krb5_read_realm_paramsGreg Hudson2013-01-161-62/+63
* Remove unused krb5_realm_params fieldsGreg Hudson2013-01-151-9/+0
* Simplify KDC host referral codeGreg Hudson2013-01-111-88/+39
* Fix no_host_referral concatention in KDCGreg Hudson2013-01-111-6/+7
* Get rid of adm.hGreg Hudson2013-01-101-1/+1
* Add loop() kdcpreauth methodNathaniel McCallum2012-10-231-1/+1
* Eliminate some KDC globalsTom Yu2012-10-151-38/+47
* 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