summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in t_credstore.cGreg Hudson2013-04-021-1/+1
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-015-25/+33
* Add gss_import_cred_from client keytab testGreg Hudson2013-04-013-54/+63
* Add support for client keytab from cred storeSimo Sorce2013-04-012-10/+44
* Fix copy/pasto in ksu error messageBen Kaduk2013-03-291-1/+1
* Fix warnings in tests/gss-threadsGreg Hudson2013-03-293-17/+16
* Reformat tests/gss-threadsGreg Hudson2013-03-294-662/+632
* Free unconditionally in plugins.cGreg Hudson2013-03-291-8/+8
* Fix zap size in confounder checksum mk_xorkeyGreg Hudson2013-03-291-1/+1
* Fix typo in ktest_make_sample_auth_packGreg Hudson2013-03-291-1/+1
* Fix errno hygiene in kadmind write_pid_fileGreg Hudson2013-03-291-3/+3
* Simplify krb5_ldap_readpasswordGreg Hudson2013-03-291-19/+2
* Using k5-int.h data helpers for some functionsGreg Hudson2013-03-293-21/+14
* Clean up cksum handling in CMAC token functionsGreg Hudson2013-03-291-3/+1
* Fix kdb_ldap_create_principal cleanupGreg Hudson2013-03-281-2/+2
* Fix more password_policy cleanup codeGreg Hudson2013-03-281-11/+6
* Get rid of krb5_xfreeGreg Hudson2013-03-284-30/+27
* Fix krb5_ldap_put_password_policy cleanupGreg Hudson2013-03-281-3/+2
* Init output parameter of krb5_decode_princ_entryGreg Hudson2013-03-281-0/+2
* Fix unused assignment in mechglue loadConfigFileGreg Hudson2013-03-281-1/+1
* Fix an error case in krb5int_fcc_new_uniqueGreg Hudson2013-03-281-1/+0
* Fix an error case in krb5_sendauthGreg Hudson2013-03-281-3/+1
* Fix minor KDC memory leaksGreg Hudson2013-03-263-17/+13
* Fix a trivial file leak writing kadmind pid fileGreg Hudson2013-03-261-3/+4
* Export verto_set_flags from libvertoGreg Hudson2013-03-261-0/+1
* Replace "First introduced" with concise "New"Zhanna Tsitkov2013-03-251-37/+37
* Fix import_sec_context with interposersSimo Sorce2013-03-241-21/+14
* make dependGreg Hudson2013-03-2451-1744/+1515
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-2460-728/+455
* Get rid of krb5_{get,free}_krbhstGreg Hudson2013-03-228-212/+9
* Get rid of osconfig.cGreg Hudson2013-03-226-53/+2
* Clean up getclhoststr in ipropd_svc.cGreg Hudson2013-03-211-17/+9
* Update shlib.conf for FreeBSDBen Kaduk2013-03-181-14/+11
* Reset ulog header if iprop load failsGreg Hudson2013-03-151-0/+2
* Add PEM password prompter callback in PKINITNalin Dahyabhai2013-03-151-3/+45
* Eliminate unused variablesGreg Hudson2013-03-152-2/+1
* Fix argument type in kg_unseal_v1Greg Hudson2013-03-151-1/+1
* Fix kadmin_getpol format stringGreg Hudson2013-03-151-2/+2
* Fix condition with empty bodyDavid Benjamin2013-03-151-2/+2
* Allocate space for NUL byte in test codeDavid Benjamin2013-03-151-1/+1
* Fix use-before-init in two test programsGreg Hudson2013-03-152-2/+2
* Initialize status in krb5_ldap_parse_db_paramsGreg Hudson2013-03-111-1/+1
* Add support for k5srvutil -e keysaltsAlex Dehnert2013-03-111-2/+8
* Remove stray include in localauth_plugin.hGreg Hudson2013-03-113-91/+41
* Add tests for localauth interfaceGreg Hudson2013-03-099-4/+449
* Add localauth pluggable interfaceGreg Hudson2013-03-0914-1069/+1426
* Fix dependencies in tests/gssapiNickolai Zeldovich2013-03-031-3/+3
* Simplify and clarify lookup_etypes_for_keytabGreg Hudson2013-03-011-27/+21
* Fix a memory leak in krb5_get_init_creds_keytabGreg Hudson2013-02-281-3/+11
* Add krb5_free_enctypes APIGreg Hudson2013-02-276-8/+21