summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Get t_ser to build again after the S4U authdata branch mergeGreg Hudson2010-05-271-2/+2
* In testrealm.py, stash the passwords in testdir/passwords so that theyGreg Hudson2010-05-251-1/+6
* FAST negotiation could erroneously succeedGreg Hudson2010-05-251-0/+1
* Fix long lines and other formatting issues in fast.hGreg Hudson2010-05-241-25/+36
* Fix long lines and other formatting issues in fast.cGreg Hudson2010-05-241-56/+81
* Don't include nul characters in the text we send with krb-errorGreg Hudson2010-05-242-2/+2
* Make signedpath authdata visible via GSS naming extsGreg Hudson2010-05-235-2/+615
* Remove a non-functional and unnecessary check in kdb5_util'sGreg Hudson2010-05-211-2/+0
* Fix an error case in kdb_util's dump.c where the dump file handle wasGreg Hudson2010-05-211-0/+1
* Remove an unneeded conditional in the cleanup for kadmin's keytabGreg Hudson2010-05-211-5/+3
* In getdate.y, remove an error check from r19656 which couldn't everGreg Hudson2010-05-211-2/+0
* Use ANSI-style function definitions in our copy of getdate.yGreg Hudson2010-05-211-37/+11
* Document the disable_last_success and disable_lockout variables inGreg Hudson2010-05-211-0/+17
* Apply patch from Arlene Berry to detect and ignore a duplicateTom Yu2010-05-201-0/+12
* kdc_tcp_ports not documented in kdc.conf.MTom Yu2010-05-201-0/+20
* In gss_acquire_cred_with_password() and gss_add_cred_with_password(),Greg Hudson2010-05-201-38/+23
* CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)Tom Yu2010-05-191-0/+7
* When parsing a KDC or admin server string, allow the name or addressGreg Hudson2010-05-182-40/+55
* Improve the error message from kadmin when hostname resolution failsGreg Hudson2010-05-183-4/+7
* If gss_inquire_cred is called with a null credential, acquire aGreg Hudson2010-05-171-44/+13
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-177-244/+30
* The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson2010-05-174-411/+1
* Reformat with shorter linesKen Raeburn2010-05-161-15/+23
* Delete an old pre-Yarrow itemKen Raeburn2010-05-161-4/+0
* Update dependenciesKen Raeburn2010-05-165-38/+54
* Stop exporting some profile symbols that aren't either published inKen Raeburn2010-05-162-54/+0
* Force hostname to lower-case for use in principal namesKen Raeburn2010-05-161-1/+2
* Negative enctypes improperly read from ccachesGreg Hudson2010-05-131-1/+2
* Error handling bug in krb5_init_creds_init()Greg Hudson2010-05-131-4/+5
* Negative enctypes improperly read from keytabsGreg Hudson2010-05-131-3/+2
* Make k5test.py work for builds in the source dirGreg Hudson2010-05-131-1/+1
* Remove krb5_get_in_tktTom Yu2010-05-121-1/+1
* Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson2010-05-127-1170/+53
* Add lockout-related performance tuning variablesGreg Hudson2010-05-107-39/+126
* Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAPGreg Hudson2010-05-101-22/+29
* General code consistency pass in kdb_db2.c.Greg Hudson2010-05-051-136/+56
* Adjust for removal of krb5_ldap_set_option in r23965Tom Yu2010-05-041-1/+0
* Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson2010-05-041-32/+1
* Remove some unused format string definitions from kdb5_util's dump.cGreg Hudson2010-05-041-14/+0
* Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson2010-05-044-10/+2
* Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson2010-05-045-10/+1
* Remove a stray comment from r23966Greg Hudson2010-05-041-1/+0
* Refactor the kdb_db2.c code which processes db_args and profileGreg Hudson2010-05-042-305/+134
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-048-93/+0
* Correct the DAL documentation for db_createGreg Hudson2010-05-031-3/+4
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-036-14/+7
* Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson2010-05-038-140/+8
* Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2010-05-013-28/+18
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-3043-318/+2850
* memory leak in process_tgs_req in r23724Tom Yu2010-04-301-1/+3