summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Include default DIR::file ccache in collectionGreg Hudson2013-04-222-3/+41
* Simplify sendto_kdc exception handlingGreg Hudson2013-04-121-83/+25
* Remove sendto_kdc debugging codeGreg Hudson2013-04-125-257/+2
* Dynamically expand timeout when TCP connectsNathaniel McCallum2013-04-121-1/+27
* Use millisecond timeouts in sendto_kdc.cNathaniel McCallum2013-04-121-68/+51
* Get rid of cm.c and cm.hGreg Hudson2013-04-129-171/+137
* Trace log with a subset of struct conn_stateGreg Hudson2013-04-124-56/+59
* Tighten up fixed buffer usage in hst_realm.cGreg Hudson2013-04-101-9/+10
* Allow numeric addresses as service hostnamesGreg Hudson2013-04-091-47/+66
* Update hst_realm.c coding styleGreg Hudson2013-04-091-337/+236
* Initialize outpos in krb5int_utf8_normalizeGreg Hudson2013-04-091-3/+1
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-0815-49/+50
* Simplify principal access within libkrb5Greg Hudson2013-04-0828-200/+144
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-014-25/+18
* Add support for client keytab from cred storeSimo Sorce2013-04-012-10/+44
* Fix zap size in confounder checksum mk_xorkeyGreg Hudson2013-03-291-1/+1
* 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
* Get rid of krb5_xfreeGreg Hudson2013-03-281-4/+4
* 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 import_sec_context with interposersSimo Sorce2013-03-241-21/+14
* make dependGreg Hudson2013-03-2427-1371/+1199
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-2458-354/+455
* Get rid of krb5_{get,free}_krbhstGreg Hudson2013-03-227-210/+9
* Get rid of osconfig.cGreg Hudson2013-03-225-50/+2
* Eliminate unused variablesGreg Hudson2013-03-151-1/+0
* Fix argument type in kg_unseal_v1Greg Hudson2013-03-151-1/+1
* 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
* Remove stray include in localauth_plugin.hGreg Hudson2013-03-111-75/+35
* Add localauth pluggable interfaceGreg Hudson2013-03-0911-1068/+1273
* 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-274-6/+8
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-273-3/+6
* Fix fd leak in DIR ccache cursor functionGreg Hudson2013-02-211-1/+1
* Fix memory leak closing DIR ccachesGreg Hudson2013-02-201-0/+1
* Allow multi-hop SAM-2 exchangesGreg Hudson2013-02-191-0/+5
* Convert success in krb5_chpw_result_code_stringJonathan Reams2013-02-151-0/+3
* Modernize k5bufGreg Hudson2013-02-1418-185/+180
* Add k5_json_array_fmt and use it in export_cred.cGreg Hudson2013-02-131-261/+273
* Make internal JSON functions return error codesGreg Hudson2013-02-136-174/+181
* Fix RFC 5587 const pointer typedefsGreg Hudson2013-02-111-3/+3
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-0929-159/+76
* Simplify TGS request constructionGreg Hudson2013-02-084-171/+60
* Modernize send_tgs.cGreg Hudson2013-02-081-245/+190
* Replace i_vector with cstate in auth contextGreg Hudson2013-02-076-95/+50