summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Simplify kdb_db2's open_db() a little further, avoiding a suspiciousGreg Hudson2010-11-031-7/+11
* Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson2010-11-031-1/+1
* Use size_t to hold set counts in net-server.cGreg Hudson2010-11-031-9/+9
* Clean up the DB2 KDB module code a bit, making it more conformant withGreg Hudson2010-11-021-141/+96
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-016-53/+22
* 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-263-41/+13
* Mark Camellia-CCM code as experimentalGreg Hudson2010-10-261-0/+3
* Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, andGreg Hudson2010-10-266-101/+108
* Make k5-buf.h comments consistent with coding styleGreg Hudson2010-10-261-44/+54
* Set *conf_state on successful return fromGreg Hudson2010-10-261-0/+2
* When we create a temporary memory ccache for use within aGreg Hudson2010-10-255-3/+10
* Use safer output parameter handling inGreg Hudson2010-10-251-2/+4
* In acquire_init_cred in the GSS krb5 mech, don't intern cred->name,Greg Hudson2010-10-251-4/+2
* WhitespaceGreg Hudson2010-10-242-3/+4
* WhitespaceGreg Hudson2010-10-244-72/+61
* Fix adjustment of counterKen Raeburn2010-10-231-1/+1
* Declare xdr_purgekeys_argKen Raeburn2010-10-231-0/+1
* Declare kadmin_purgekeysKen Raeburn2010-10-231-0/+1
* Declare krb5_set_error_message_flKen Raeburn2010-10-231-0/+7
* Include k5-int.h for function declarationsKen Raeburn2010-10-231-0/+2
* In profile-reading performance test, print microseconds not millisecondsKen Raeburn2010-10-231-4/+4
* Try harder to retain the "brand" string in the shared libraryKen Raeburn2010-10-232-5/+14
* Better libk5crypto NSS fork safetyGreg Hudson2010-10-234-10/+141
* Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS atGreg Hudson2010-10-229-9/+20
* configure.in: don't force use of cacheSam Hartman2010-10-191-7/+0
* SecurID build supportSam Hartman2010-10-194-2/+30
* securID error handling fixSam Hartman2010-10-192-29/+29
* securID code fixesSam Hartman2010-10-194-18/+36
* Remove KDC replay cacheGreg Hudson2010-10-197-129/+9
* WhitespaceGreg Hudson2010-10-131-5/+7
* Adjust valgrind support to assume a modern valgrind that requires %p in log f...Sam Hartman2010-10-131-1/+1
* Fix leaks in get_init_creds interfaceSam Hartman2010-10-131-3/+9
* README and patchlevel to 1.10-prereleaseTom Yu2010-10-111-1/+1
* When returning KRB5_KT_NOTFOUND from krb5_ktfile_get_entry, set anGreg Hudson2010-10-111-1/+8
* Plug a memory leak in gss_indicate_mechsGreg Hudson2010-10-091-1/+3
* Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2010-10-0854-54/+54
* In gss_indicate_mechs, avoid setting the output pointer until successGreg Hudson2010-10-081-17/+17
* In gss_inquire_attrs_for_mech, remove the assumption that mech_attrsGreg Hudson2010-10-081-1/+2
* Remove duplicate code block in spnego_gss_set_cred_option()Greg Hudson2010-10-081-17/+0
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-0814-9/+263
* Fix a typo in kerberos.ldif. Reported by nalin@redhat.comGreg Hudson2010-10-071-1/+1
* Performance issue in LDAP policy fetchGreg Hudson2010-10-073-10/+19
* set NT-SRV-INST on TGS principal namesTom Yu2010-10-061-1/+12
* Correct a miscarriage of justice committed by the style policeGreg Hudson2010-10-061-1/+1
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-0617-14/+1407
* Minor comments related changed. Zhanna Tsitkov2010-10-065-6/+35
* Adjust prototype files for easier extraction of copyright/licenseGreg Hudson2010-10-062-8/+8
* Document that krb5_get_error_message() never returns NULLGreg Hudson2010-10-051-1/+3
* CVE-2010-1322 KDC uninitialized pointer crash in authorization data handling ...Tom Yu2010-10-051-4/+4