summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* In PKINIT, notice if DH_compute_key() returns a value less than theGreg Hudson2010-06-141-2/+18
* Adjust the PKINIT DH debugging code:Greg Hudson2010-06-141-7/+8
* Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson2010-06-115-162/+191
* Remove the code for krb5_append_addresses(), which was never used andGreg Hudson2010-06-111-58/+0
* Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson2010-06-111-23/+6
* In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid aGreg Hudson2010-06-101-0/+1
* Remove some unused (as of yet) trace macro definitionsGreg Hudson2010-06-101-10/+0
* Fix a couple of minor defects in trace.cGreg Hudson2010-06-101-3/+2
* kadmin ktadd may display wrong name of default keytabGreg Hudson2010-06-082-4/+7
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-086-9/+10
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-083-29/+3
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-081-14/+0
* make dependGreg Hudson2010-06-0754-1996/+2181
* Trace loggingGreg Hudson2010-06-0724-89/+965
* Add krb5_enctype_to_name() APIGreg Hudson2010-06-044-3/+32
* In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson2010-05-281-4/+0
* make dependGreg Hudson2010-05-282-15/+12
* From Luke: make copies of S4U2Proxy authdata modules work when thereGreg Hudson2010-05-281-1/+1
* Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2010-05-272-63/+11
* 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