summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Do not loop on principal unknown errorskinit-cSimo Sorce2015-01-201-3/+19
* Include file ccache name in error messagesNicolas Williams2014-12-151-43/+45
* Use OFD locks where availableGreg Hudson2014-12-151-1/+25
* Add err_fmt profile parameterNicolas Williams2014-12-073-1/+51
* Use new error message wrapping APIsNicolas Williams2014-12-073-23/+7
* Add new error message wrapping APIsNicolas Williams2014-12-072-0/+48
* Don't fdopen() in append mode in cc_file.cBen Kaduk2014-11-291-1/+1
* Fix minor cleanup issue in file ccacheGreg Hudson2014-11-051-2/+3
* Fix spurious gcc warning in cc_file.cGreg Hudson2014-11-031-0/+1
* Use stdio reads, O_APPEND writes in FILE ccacheGreg Hudson2014-11-031-562/+313
* Remove cc_file.c global lookup tableGreg Hudson2014-11-031-122/+34
* Stop using KRB5_TC_OPENCLOSEGreg Hudson2014-11-033-59/+6
* Remove KRB5_TC_OPENCLOSE handling in FILE ccacheGreg Hudson2014-11-032-116/+47
* Make it easier to find ASN.1 codec functionsGreg Hudson2014-10-242-60/+111
* Fix cursor leak in krb5_verify_init_credsGreg Hudson2014-10-221-2/+6
* Report output ccache errors getting initial credsGreg Hudson2014-10-221-1/+0
* Work around replay cache creation raceGreg Hudson2014-09-181-4/+8
* Avoid unneeded GetMSTGT() calls in cc_mslsa.cBen Kaduk2014-09-091-33/+29
* Move realm conversion into helper in cc_mslsa.cBen Kaduk2014-09-091-11/+13
* Rename cc_mslsa.c routines to avoid OS versionsBen Kaduk2014-09-091-17/+21
* Remove unused code from cc_mslsa.cBen Kaduk2014-09-091-108/+0
* comment some future cleanup for cc_mslsa.cBen Kaduk2014-09-091-0/+5
* Remove old Windows support from cc_mslsa.cBen Kaduk2014-09-091-537/+66
* Fix unlikely memory leak in KCM clientGreg Hudson2014-09-021-1/+3
* Fix KCM ccache per-type cursorGreg Hudson2014-08-301-31/+89
* Make krb5_cc_new_unique create DIR: directoriesNalin Dahyabhai2014-08-091-0/+3
* Fix OS X buildBen Kaduk2014-08-061-1/+1
* Fix the build on windowsBen Kaduk2014-08-063-8/+11
* Use zapfree in krb5_decrypt_tkt_partAndreas Schneider2014-08-061-4/+1
* Add KCM credential cache type (client only)Greg Hudson2014-07-309-2/+1220
* Adjust marshalling interfaces for KCMGreg Hudson2014-07-305-106/+75
* Modify k5buf interfaces for easier useGreg Hudson2014-07-3011-70/+55
* Move KKDCP OpenSSL code to an internal pluginGreg Hudson2014-07-1912-651/+92
* Fix calloc check in krb5_authdata_context_initGreg Hudson2014-07-181-1/+1
* Fix argment validation in krb5_make_fulladdrLukas Slebodnik2014-07-121-1/+1
* Fix error handling in k5_expand_path_tokens_extraLukas Slebodnik2014-07-121-0/+1
* Remove unused variablesLukas Slebodnik2014-07-122-6/+2
* make dependGreg Hudson2014-07-081-0/+22
* Include autoconf.h before system headersGreg Hudson2014-07-0817-36/+12
* Simplify usage of strerror_rGreg Hudson2014-07-081-7/+2
* Avoid using length fields in socket addressesGreg Hudson2014-07-041-12/+0
* Don't depend on sa_len sockaddr fieldGreg Hudson2014-07-041-3/+3
* Fix unlikely null dereference in TGS client codeNeng Xue2014-06-301-1/+3
* Fix unlikely null dereference in mk_cred()Nalin Dahyabhai2014-06-251-7/+0
* Simplify and fix k5_check_cert_addressGreg Hudson2014-06-121-19/+12
* Add missing profile functions to libkrb5 exportsGreg Hudson2014-06-111-0/+5
* Simplify ticket retrieval from AP-REQsGreg Hudson2014-06-101-1/+6
* In KDC, log client principal in bad header ticketrbasch2014-06-101-7/+0
* Treat LDAP KrbKey salt field as optionalGreg Hudson2014-06-051-3/+16
* Use k5_setmsgGreg Hudson2014-06-0521-226/+184