summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a small memory leak in util_errmapGreg Hudson2013-01-011-12/+9
* Fix gss_str_to_oid for OIDs with zero-valued arcsLuke Howard2013-01-011-6/+6
* Delete timestamp_to_sfstring sprintf fallbackTom Yu2012-12-221-9/+0
* Add more formats to krb5_timestamp_to_sfstringTom Yu2012-12-221-1/+6
* Use krb5_init_creds_context as clpreauth rockGreg Hudson2012-12-225-234/+160
* Initialize ret in process_pa_dataGreg Hudson2012-12-211-1/+1
* Fix clntraw_create initializationGreg Hudson2012-12-201-8/+10
* Simplify k5test.py environmentsGreg Hudson2012-12-205-65/+58
* Pass through module errors when preauthenticatingGreg Hudson2012-12-203-18/+26
* Rename internal preauth functionsGreg Hudson2012-12-195-103/+120
* Make clpreauth flags function optionalGreg Hudson2012-12-195-28/+2
* Use a proper consumer interface for clpreauthGreg Hudson2012-12-191-419/+359
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-1936-1256/+1131
* Save extended messages across fallback to masterGreg Hudson2012-12-192-33/+28
* Add functions to save and restore error stateGreg Hudson2012-12-192-0/+37
* Style cleanup for internal error handlingGreg Hudson2012-12-195-42/+46
* Use an empty challenge for the password questionGreg Hudson2012-12-131-1/+1
* Fix various integer issuesGreg Hudson2012-12-101-3/+3
* Build fixes for windowsBen Kaduk2012-12-053-4/+6
* Avoid redundant socket cleanup in sendto_kdc.cGreg Hudson2012-11-291-4/+0
* Fix spin-loop bug in k5_sendto_kdcGreg Hudson2012-11-291-1/+1
* Add camellia_key_cleanupBen Kaduk2012-11-281-1/+9
* Make krb5_trace_info a typedefBen Kaduk2012-11-271-2/+2
* Remove broken clean_hostname trace messagesGreg Hudson2012-11-251-2/+0
* Fix typo disabling static-linked LDAP back endGreg Hudson2012-11-151-1/+1
* Add Camellia enctypes to default enctype listsGreg Hudson2012-11-141-0/+1
* Don't leak new fields of krb5_init_creds_contextGreg Hudson2012-10-241-0/+2
* Don't save empty cc_config_out in ccacheGreg Hudson2012-10-241-1/+2
* Revert last trace.c changeGreg Hudson2012-10-231-1/+1
* Only record real selected preauth typeGreg Hudson2012-10-231-3/+3
* Print tilde characters as-is in trace outputGreg Hudson2012-10-231-1/+1
* Alter responder function signature for consistencyGreg Hudson2012-10-231-2/+2
* Add dependencies for some test programsGreg Hudson2012-10-214-3/+77
* Don't expose binary format in preauth otpNathaniel McCallum2012-10-191-1/+2
* Use config storage for client OTP token selectionNalin Dahyabhai2012-10-181-0/+90
* Fix sam2 client preauth after salt changesGreg Hudson2012-10-181-2/+3
* make dependGreg Hudson2012-10-171-33/+35
* Add "pa_config_data" configuration to ccachesNalin Dahyabhai2012-10-174-1/+183
* Test in_ccache and pa_types functionalityNalin Dahyabhai2012-10-167-6/+411
* Add "pa_type" configuration to ccachesNalin Dahyabhai2012-10-163-0/+85
* Add an input ccache get_init_creds optionNalin Dahyabhai2012-10-163-0/+17