summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* When reading from the routing socket, only provide enough space forKen Raeburn2008-07-211-30/+22
* Set non-blocking mode on incoming TCP connections.Ken Raeburn2008-07-181-3/+12
* On systems with struct rt_msghdr, open a routing socket and wait forKen Raeburn2008-07-181-4/+169
* Rewrite krb5_db_open flag handling to avoid confusing emacs c-modeKen Raeburn2008-07-181-6/+6
* Use RFC 3542's IPV6_RECVPKTINFO if available. (And IP_RECVPKTINFO too.)Ken Raeburn2008-07-141-2/+12
* In FREE_SET_DATA, reset the current count as wellKen Raeburn2008-07-121-1/+1
* kdc does not compile with glibc 2.8 Ezra Peisach2008-07-061-2/+2
* use-after-free bugsKen Raeburn2008-06-271-2/+0
* misc memory leaksKen Raeburn2008-06-272-4/+13