summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson2010-07-021-0/+1
* Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init()Greg Hudson2010-07-021-1/+1
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-026-141/+29
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-027-76/+1
* DAL improvementsGreg Hudson2010-07-027-8/+25
* In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson2010-07-011-11/+32
* Factor out a common socket creation sequence in net-server.c, whichGreg Hudson2010-06-301-116/+67
* Eliminate warnings in net-server.cGreg Hudson2010-06-301-8/+8
* Improve coding style conformance in net-server.cGreg Hudson2010-06-301-131/+155
* Fix a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson2010-06-261-1/+1
* Make kadmin work over IPv6Greg Hudson2010-06-267-45/+147
* Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson2010-06-251-149/+95
* Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson2010-06-251-25/+19
* Remove some dead code in kdb5_stash() left behind by r24142Greg Hudson2010-06-221-9/+0
* In kprop's sockaddr2krbaddr(), fill in addr.magic to avoid copyingGreg Hudson2010-06-221-0/+1
* Eliminate a bunch of duplicated code in kdb5_stash() by usingGreg Hudson2010-06-211-41/+3
* kdb5_stash() contains its own kdb5_db_open() call (because it doesn'tGreg Hudson2010-06-211-1/+1
* Make OFFLINE!=no work againTom Yu2010-06-211-6/+9
* Add correct error table when initializing gss-krb5Greg Hudson2010-06-211-1/+1
* only test t_locate_kdc if known-good DNS name is presentTom Yu2010-06-182-6/+25
* 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