summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Test multi-value host referral variablesGreg Hudson2013-01-111-5/+5
* Remove manual kdc_realm testsGreg Hudson2013-01-1119-720/+0
* Test KDC host-based referral supportGreg Hudson2013-01-114-11/+234
* Add k5test support for KDC special environmentsGreg Hudson2013-01-111-11/+15
* Clean up k5_locate_server error handlingGreg Hudson2013-01-111-25/+10
* Fix no_host_referral concatention in KDCGreg Hudson2013-01-111-6/+7
* Update the Copyright year to 2012-2013Zhanna Tsitkov2013-01-111-1/+1
* Get rid of adm.hGreg Hudson2013-01-106-243/+35
* Reconfigure MIT Kerb Features doc: dont use tablesZhanna Tsitkov2013-01-107-96/+100
* make dependGreg Hudson2013-01-1077-582/+696
* Fold kadm5 internal policy functions into callersGreg Hudson2013-01-099-190/+9
* Test more policy featuresGreg Hudson2013-01-091-0/+77
* Consolidate policy tests into t_policy.pyGreg Hudson2013-01-094-77/+48
* Allow principals to refer to nonexistent policiesGreg Hudson2013-01-0913-664/+125
* Stop loading policy for pw_expiration in LDAPGreg Hudson2013-01-091-24/+0
* Rename ccache configuration macrosZhanna Tsitkov2013-01-096-21/+21
* Update release numbers, refs in feature list docZhanna Tsitkov2013-01-091-3/+3
* In MIT feature list doc update release number,refsZhanna Tsitkov2013-01-091-7/+8
* Error on void pointer arithmetic with gccGreg Hudson2013-01-091-1/+1
* Fix void pointer arithmetic in oid_ops.cGreg Hudson2013-01-091-1/+1
* Document "first introduced version" in conf filesZhanna Tsitkov2013-01-072-6/+10
* Fix various result checksNickolai Zeldovich2013-01-073-3/+3
* Fix initial call to svcraw_createNickolai Zeldovich2013-01-071-0/+1
* Install pkg-config data filesGreg Hudson2013-01-0412-4/+130
* Move krb5-config to new src/build-tools directoryGreg Hudson2013-01-047-21/+25
* Fix gss_str_to_oid and gss_oid_to_str edge casesGreg Hudson2013-01-014-127/+350
* 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
* Fix DPRINT in ipropd_svc.cGuillaume Rousse2013-01-011-1/+1
* 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 signed overflow check in k5_ucs2s_to_utf8sGreg Hudson2012-12-201-3/+1
* Remove inoperative null checks in KDC codeGreg Hudson2012-12-202-7/+3
* Avoid null dereference in BDB dbtree error caseGreg Hudson2012-12-201-3/+3
* Fix clntraw_create initializationGreg Hudson2012-12-201-8/+10
* Simplify k5test.py environmentsGreg Hudson2012-12-2033-658/+517
* Get rid of KRB5_KDB_SRV_TYPE_PASSWDGreg Hudson2012-12-203-6/+1
* Generate dependencies for kdb5_ldap_utilGreg Hudson2012-12-202-1/+105
* Remove LDAP realm krbTicketPolicyReference codeGreg Hudson2012-12-202-51/+1
* Simplify LDAP KDB module container DN handlingGreg Hudson2012-12-2011-290/+87
* Remove unneeded code in krb5_ldap_put_principalGreg Hudson2012-12-201-17/+7
* Remove unused functions in the LDAP KDB moduleGreg Hudson2012-12-205-342/+0
* Don't output trailing whitespace in depfix.plGreg Hudson2012-12-201-1/+1
* Pass through module errors when preauthenticatingGreg Hudson2012-12-203-18/+26
* Rename internal preauth functionsGreg Hudson2012-12-196-130/+120
* Make clpreauth flags function optionalGreg Hudson2012-12-196-31/+7
* Use a proper consumer interface for clpreauthGreg Hudson2012-12-192-422/+365
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-1969-2060/+2047