summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't reject AP-REQs based on PACsGreg Hudson2011-02-161-35/+11
* hmac-md5 checksum doesn't work with DES keysGreg Hudson2011-02-161-1/+1
* In kg_acceptor_princ, make Coverity happy by using a different test toGreg Hudson2011-02-141-1/+1
* In kadm5_rename_principal, fix an oversight which would cause errorsGreg Hudson2011-02-131-1/+2
* Untabify trace.c (tabs crept in when the file was created)Greg Hudson2011-02-131-14/+14
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-1310-767/+588
* Trace logging file descriptor leakGreg Hudson2011-02-131-0/+1
* Reposition a trace call which was dereferencing freed memory afterGreg Hudson2011-02-131-1/+2
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-091-0/+2
* Fix seg faulting trace log message for use of fallback realmGreg Hudson2011-02-081-1/+1
* Improve acceptor name flexibilityGreg Hudson2011-02-0713-150/+388
* Change flow control in krb5_gss_import_name to better match currentGreg Hudson2011-02-041-95/+60
* Remove an unnecessary statement in acquire_init_cred(). We never setGreg Hudson2011-02-031-7/+1
* Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson2011-01-251-15/+49
* Make gss_krb5_set_allowable_enctypes work for the acceptorGreg Hudson2011-01-251-0/+9
* Add a trace log event for unrecognized enctypes in a profile enctypeGreg Hudson2011-01-212-6/+9
* Renamed static function krb5_rd_safe_basic into rd_safe_basic to avoid confus...Zhanna Tsitkov2011-01-181-5/+5
* In t_expire_warn.py, put the hashbang line at the top, instead ofGreg Hudson2011-01-181-1/+2
* In krb5_set_realm():Greg Hudson2011-01-121-4/+5
* Don't call memset with a zero lengthKen Raeburn2011-01-121-1/+2
* Asn.1 decode related file rearrangement. It was made based on the following c...Zhanna Tsitkov2011-01-1110-1292/+1560
* Tighten up the error handling in the mechglue's gss_canonicalize_name,Greg Hudson2011-01-101-32/+14
* Fix a couple of cases in the SPNEGO implementation where aGreg Hudson2011-01-101-1/+4
* Don't attempt to serialize a NULL authdata context when serializing aGreg Hudson2010-12-281-2/+4
* Don't use a krb5 context in t_fork, since we don't set up a krb5.confGreg Hudson2010-12-281-2/+5
* Eliminate some unused variable warningsGreg Hudson2010-12-203-2/+3
* Remove an unnecessary clause from safe_cksumtype() which served onlyGreg Hudson2010-12-161-1/+1
* Ensure time() is prototyped in g_accept_sec_context.cGreg Hudson2010-12-141-0/+1
* memory leak in changepw.cTom Yu2010-12-141-0/+1
* Fix a regression in the client-side ticket renewal code where KDCGreg Hudson2010-12-141-1/+4
* typo in plugin-related error messageTom Yu2010-12-141-1/+1
* handle MS PACs that lack server checksumTom Yu2010-12-101-1/+26
* Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu2010-12-072-0/+4
* update dependenciesKen Raeburn2010-12-058-63/+91
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-012-0/+8
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-3011-71/+81
* Install gssapi_ext.h on Windows. Include gssapi_ext.h in the headerGreg Hudson2010-11-301-1/+2
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2869-788/+74
* Supply static ordinals for new symbols in gssapi32.def and krb5_32.def,Greg Hudson2010-11-262-182/+182
* Fix how gssapi.h is rebuilt on Windows; accidentally omitted fromGreg Hudson2010-11-251-0/+4
* Fix Windows buildGreg Hudson2010-11-2552-310/+460
* Update krb5_gic_opt_private and related code to reflect the change ofTom Yu2010-11-231-1/+1
* Export krb5_tkt_creds_getGreg Hudson2010-11-231-0/+1
* Suppress building camellia-gen in "make check" for now (it has a buildGreg Hudson2010-11-211-1/+2
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-2038-1515/+2449
* Include <openssl/des.h> in the OpenSSL back end's weak_key.c for theGreg Hudson2010-11-091-0/+1
* Use size_t to hold set counts in net-server.cGreg Hudson2010-11-031-9/+9
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-013-11/+6
* Don't fail out from krb5_get_credentials() if we can't store a ticketGreg Hudson2010-10-271-10/+4
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-31/+12