summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1410-137/+132
* Make internal JSON functions return error codesGreg Hudson2013-02-134-99/+84
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-0918-117/+54
* 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
* Clean up k5_locate_server error handlingGreg Hudson2013-01-111-25/+10
* make dependGreg Hudson2013-01-109-20/+20
* Rename ccache configuration macrosZhanna Tsitkov2013-01-092-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
* Simplify k5test.py environmentsGreg Hudson2012-12-204-64/+57
* 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-1913-359/+359
* 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-193-38/+41
* Use an empty challenge for the password questionGreg Hudson2012-12-131-1/+1
* Build fixes for windowsBen Kaduk2012-12-051-3/+3
* 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
* Make krb5_trace_info a typedefBen Kaduk2012-11-271-2/+2
* Remove broken clean_hostname trace messagesGreg Hudson2012-11-251-2/+0
* 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-166-6/+410
* Add "pa_type" configuration to ccachesNalin Dahyabhai2012-10-163-0/+85