summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Desupport krb5_auth_con_setivectorGreg Hudson2013-02-071-2/+6
* Make kprop/kpropd work with RC4 session keyGreg Hudson2013-02-073-20/+19
* Check for negative poll timeout in k5_sendto_kdcGreg Hudson2013-01-251-0/+4
* Adjust kdb5.c check for ulog being mappedGreg Hudson2013-01-241-1/+1
* Remove ulog_check(); the ulog is not a DB journalNicolas Williams2013-01-231-114/+6
* Propagate policy changes over iprop via full dumpGreg Hudson2013-01-221-3/+51
* Fix iprop log reinitializationGreg Hudson2013-01-222-13/+41
* Modernize style of kdb_log.cGreg Hudson2013-01-221-460/+292
* Clean up iprop flow control in kdb5.cGreg Hudson2013-01-181-53/+42
* Get rid of krb5_read_realm_paramsGreg Hudson2013-01-164-180/+0
* Remove unused krb5_realm_params fieldsGreg Hudson2013-01-152-69/+1
* Clean up style of alt_prof.cGreg Hudson2013-01-121-417/+354
* Simplify KDC host referral codeGreg Hudson2013-01-113-49/+13
* Clean up k5_locate_server error handlingGreg Hudson2013-01-111-25/+10
* make dependGreg Hudson2013-01-1033-533/+647
* Fold kadm5 internal policy functions into callersGreg Hudson2013-01-099-190/+9
* Allow principals to refer to nonexistent policiesGreg Hudson2013-01-097-623/+73
* Rename ccache configuration macrosZhanna Tsitkov2013-01-094-12/+12
* Fix void pointer arithmetic in oid_ops.cGreg Hudson2013-01-091-1/+1
* Fix various result checksNickolai Zeldovich2013-01-071-1/+1
* Fix initial call to svcraw_createNickolai Zeldovich2013-01-071-0/+1
* Fix gss_str_to_oid and gss_oid_to_str edge casesGreg Hudson2013-01-011-125/+121