summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Enable all localizations in main functionsBen Kaduk2012-07-062-4/+5
* Pass empty string instead of NULL to printf-likeBen Kaduk2012-07-031-1/+1
* Remove unused variableBen Kaduk2012-07-031-2/+0
* Minor cleanups relating to size_t being unsignedBen Kaduk2012-07-031-1/+1
* Add client keytab initiation supportGreg Hudson2012-07-025-2/+292
* Add krb5_kt_client_default APIGreg Hudson2012-07-021-2/+14
* Try harder to make keytab-based AS requests workGreg Hudson2012-07-011-3/+4
* Restore some spaces in trvalTom Yu2012-06-254-790/+790
* Eliminate trailing whitespace in trval outputGreg Hudson2012-06-225-1254/+1259
* Fail from gss_acquire_cred if we have no credsGreg Hudson2012-06-151-0/+7
* Add control over session key enctype negotiationNicolas Williams2012-06-062-0/+84
* Fail from gss_acquire_cred if we have no keytabGreg Hudson2012-06-031-0/+7
* Omit start time in common AS requestsGreg Hudson2012-05-111-10/+24
* Add API to interpret changepw result stringsGreg Hudson2012-05-092-4/+186
* Add kadmin ACL enforcement testsGreg Hudson2012-04-262-0/+351
* Add k5test.py helpers for running kadminGreg Hudson2012-04-261-11/+7
* Flip the default of start_kadmind in k5test.pyGreg Hudson2012-04-2614-29/+24
* Add KRB5_TRACE test caseGreg Hudson2012-04-241-1/+19
* Adjust t_general.py organizationGreg Hudson2012-04-241-21/+21
* Try all history keys to decrypt password historyGreg Hudson2012-04-243-1/+124
* Use etypes from keytab in krb5_gic_keytabGreg Hudson2012-04-191-1/+6
* Add keytab kinit test casesGreg Hudson2012-04-193-11/+30
* Allow preauth mechs to work with clock skewGreg Hudson2012-04-171-3/+9
* Add clock skew testsGreg Hudson2012-04-172-0/+39
* Make cross-TGT key rollover work from AD to MITGreg Hudson2012-04-021-0/+35
* Only store master mey list in DAL handleGreg Hudson2012-03-212-8/+2
* Properly decode etype-info2 with no saltGreg Hudson2012-03-081-0/+40
* Simplify some ASN.1 array encoder testsGreg Hudson2012-03-083-67/+19
* Remove unused arg from encode_run in ASN.1 testsGreg Hudson2012-03-081-93/+91
* Remove admin_keytab references in code and docsGreg Hudson2012-03-043-3/+0
* Add test cases for Windows RODC kvno compatibilityTom Yu2012-03-024-0/+26
* Convert utility functions to new decoderGreg Hudson2012-02-121-4/+14
* Data-driven ASN.1 decoderGreg Hudson2012-02-112-4/+2
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-116-139/+1
* Add ASN.1 decoder test for krb5_pa_pac_reqGreg Hudson2012-02-111-0/+30
* Fix uninitialized variable warning in trval.cGreg Hudson2012-02-071-1/+1
* Dump attributes differently in t_saslnameGreg Hudson2012-02-031-10/+32
* Add PKINIT decoder testsGreg Hudson2012-01-134-0/+475
* Fix an allocation size bug in ASN.1 testsGreg Hudson2012-01-101-6/+3
* Remove unneeded kdcRealm field in PKINIT structureGreg Hudson2012-01-081-2/+0
* Fix PKINIT serverDHNonce encodingGreg Hudson2012-01-082-3/+2
* Remove some unneeded accessor fieldsGreg Hudson2012-01-071-2/+2
* Remove some unused structures and encodersGreg Hudson2012-01-079-260/+0
* Remove SAM encoders and structuresGreg Hudson2012-01-079-330/+0
* Add missing test cases for ASN.1 typesGreg Hudson2012-01-069-3/+441
* Add test cases for PKINIT ASN.1 encodersGreg Hudson2012-01-067-15/+748
* Simplify and reformat ASN.1 test codeGreg Hudson2012-01-069-1754/+1191
* Add automated tests for S4U2Self and S4U2ProxyGreg Hudson2011-12-075-9/+347
* ticket: newSam Hartman2011-11-231-0/+2
* Clean up more stuff in make cleanGreg Hudson2011-11-041-1/+1