summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* regenerateKen Raeburn2009-02-041-4/+4
* Use macros for config parametersZhanna Tsitkov2009-02-042-18/+18
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-6/+4
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-1/+1
* reapply memchr patchKen Raeburn2009-02-021-6/+2
* small storage leak in KDC startupKen Raeburn2009-02-021-1/+0
* Master Key Migration ProjectWill Fiveash2009-01-307-14/+194
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-302-18/+66
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-292-146/+81
* return correct kvno in TGS caseSam Hartman2009-01-281-3/+4
* whitespaceKen Raeburn2009-01-281-27/+30
* use memchrKen Raeburn2009-01-271-6/+2
* Introduced new static function prep_reprocess_req to make code more readableZhanna Tsitkov2009-01-261-103/+116
* Check asprintf return codes. StylingZhanna Tsitkov2009-01-262-589/+617
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-233-33/+253
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-0/+1
* If recv_from_to is passed a buffer for the local endpoint address,Ken Raeburn2009-01-141-1/+9
* Merge some very simple points of divergence in the two copies of network.c --...Ken Raeburn2009-01-141-18/+10
* Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn2009-01-143-5/+23
* /tmp/3Ken Raeburn2009-01-133-91/+39
* Add a call to limit_string that appears to have been accidentally removedSam Hartman2009-01-121-0/+1
* Patch from Luke Howard:Sam Hartman2009-01-123-7/+30
* Patch from Luke HowardSam Hartman2009-01-121-5/+2
* Restore behavior of returning KRB5APP_ERR_BAD_INTEGRITY fromSam Hartman2009-01-121-1/+1
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+1
* Patch from Luke HowardSam Hartman2009-01-061-38/+23
* Fix capitalizationSam Hartman2009-01-061-2/+2
* No C++ style comments in C code pleaseKen Raeburn2009-01-051-4/+4
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-136/+134
* Remove support for setting a client flag indicating pkinit is used on the db ...Sam Hartman2009-01-031-3/+0
* xrealm_non_transitive not trust_non_transitiveSam Hartman2009-01-031-2/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-0312-402/+2134
* Collect ticket-request logging calls together in one place for easierKen Raeburn2008-12-224-103/+181
* In the KDC, remove krb4 request handling support and fakeka codeGreg Hudson2008-12-158-2803/+9
* Remove some lingering Saber C cruftGreg Hudson2008-12-051-35/+0
* Fix data initialization in process_as_req functionZhanna Tsitkov2008-12-051-2/+2
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-1/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-052-19/+17
* Don't build dependencies for fakeka.cKen Raeburn2008-11-041-14/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-74/+76
* Apply a patch from Apple to correct a few memory leaksGreg Hudson2008-11-032-10/+4
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-251-8/+6
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-244-18/+19
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-202-4/+2
* makedependKen Raeburn2008-09-181-56/+70
* Fix resource leakKen Raeburn2008-08-281-0/+1
* Update description of -k option: From the code it appears the defaultKen Raeburn2008-08-251-3/+3
* Incorporate Apple's patchKen Raeburn2008-08-255-0/+318
* a stash file is not a keytabWill Fiveash2008-08-151-1/+2
* error in socket number range check in kdcKen Raeburn2008-08-051-3/+9