summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
* make dependGreg Hudson2013-03-241-388/+364
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-2426-181/+274
* Fix use-before-init in two test programsGreg Hudson2013-03-152-2/+2
* Add localauth pluggable interfaceGreg Hudson2013-03-091-1/+2
* 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-271-2/+2
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-271-0/+3
* 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-143-42/+38
* Make internal JSON functions return error codesGreg Hudson2013-02-134-99/+84
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-098-49/+27
* 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
* make dependGreg Hudson2013-01-101-2/+2
* 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-203-57/+50
* Pass through module errors when preauthenticatingGreg Hudson2012-12-203-18/+26
* Rename internal preauth functionsGreg Hudson2012-12-193-101/+118
* 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-196-205/+205
* 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-192-36/+39
* Use an empty challenge for the password questionGreg Hudson2012-12-131-1/+1
* Build fixes for windowsBen Kaduk2012-12-051-3/+3
* 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
* Only record real selected preauth typeGreg Hudson2012-10-231-3/+3
* Alter responder function signature for consistencyGreg Hudson2012-10-231-2/+2
* Add dependencies for some test programsGreg Hudson2012-10-212-1/+61
* 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-164-0/+403
* Add "pa_type" configuration to ccachesNalin Dahyabhai2012-10-163-0/+85
* Add an input ccache get_init_creds optionNalin Dahyabhai2012-10-161-0/+15
* Handle concat OTP responder caseNathaniel McCallum2012-10-161-8/+11