summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-153-23/+53
* Rework the replay cache extensions to make the hash extension recordsGreg Hudson2009-01-152-60/+224
* updateKen Raeburn2009-01-151-0/+10
* Add new routine krb5int_net_writev using scatter-gather source.Ken Raeburn2009-01-154-24/+49
* If we have a local UDP socket without the PKTINFO option set, it'sKen Raeburn2009-01-141-0/+11
* If recv_from_to is passed a buffer for the local endpoint address,Ken Raeburn2009-01-142-2/+19
* Merge some very simple points of divergence in the two copies of network.c --...Ken Raeburn2009-01-142-27/+18
* Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn2009-01-143-5/+23
* Force tickets acquired by the kadm5 client library via passwordRuss Allbery2009-01-141-1/+5
* Patch from Luke Howard to:Sam Hartman2009-01-1310-62/+198
* /tmp/3Ken Raeburn2009-01-133-91/+39
* FreeBSD compiler errors out on an error "zero or negative size array"Ezra Peisach2009-01-131-0/+8
* Add a call to limit_string that appears to have been accidentally removedSam Hartman2009-01-121-0/+1
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-129-243/+0
* Patch from Luke Howard:Sam Hartman2009-01-123-7/+30
* Patch from Luke HowardSam Hartman2009-01-121-5/+2
* Restore behavior of returning KRB5APP_ERR_BAD_INTEGRITY fromSam Hartman2009-01-121-1/+1
* Check the return code from krb5int_clean_hostname as the sanity verification...Zhanna Tsitkov2009-01-121-3/+7
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-1215-43/+384
* Follow "off-path" TGT referralsTom Yu2009-01-091-21/+189
* Remove conflict marker; restore broken copyright lineKen Raeburn2009-01-091-2/+1
* kdb/keytab.c: map KRB5_KDB_NO_MATCHING_KEY to KRB5_KT_KVNONOTFOUND.Sam Hartman2009-01-071-0/+2
* Don't create include/kerberosIV on installationKen Raeburn2009-01-072-2/+0
* Add support for referral null realms and use the default realm as krb5_rd_req...Sam Hartman2009-01-061-2/+10
* Remove ksu's own implementation of krb5_verify_init_creds now that it is not ...Sam Hartman2009-01-061-122/+0
* Ksu should call krb5_verify_init_creds instead of using its own function.Sam Hartman2009-01-061-7/+13
* Set RELTAIL back to "trunk"Tom Yu2009-01-061-1/+1
* Patch from Luke HowardSam Hartman2009-01-062-39/+30
* be a little looser in checking for tail outputKen Raeburn2009-01-061-2/+2
* remove unused fileKen Raeburn2009-01-061-190/+0
* Clean up many error-condition leaks of the server handle in theGreg Hudson2009-01-061-83/+46
* In kadmin, remove a bunch of checks for handle being NULL (some old,Greg Hudson2009-01-061-41/+41
* Fix capitalizationSam Hartman2009-01-062-3/+3
* Oops. Don't include openssl install paths from my local machine.Ken Raeburn2009-01-051-19/+3
* include string.hKen Raeburn2009-01-051-0/+1
* fix missed var renameKen Raeburn2009-01-051-1/+1
* Define SWAP16 if not already definedKen Raeburn2009-01-051-0/+3
* No C++ style comments in C code pleaseKen Raeburn2009-01-051-4/+4
* move generated dependencies out of Makefile.inKen Raeburn2009-01-05207-7120/+7012
* Build against Python 2.5 as well as 2.3. Long term, should use python-configKen Raeburn2009-01-053-2/+9
* fix minor comment typosKen Raeburn2009-01-051-2/+2
* fix merge of new openldap noticeKen Raeburn2009-01-051-3/+4
* ifdef out unused functions that are also missing prototypes.Ezra Peisach2009-01-051-0/+2
* Include ucdata/ucdata.h for missing prototypesEzra Peisach2009-01-051-0/+1
* Include strings.h for memset prototypeEzra Peisach2009-01-052-0/+3
* Remove support for setting a client flag indicating pkinit is used on the db ...Sam Hartman2009-01-031-3/+0
* xrealm_non_transitive not trust_non_transitiveSam Hartman2009-01-032-4/+4
* Remove flags that do not correspond to behavior we supportSam Hartman2009-01-031-4/+0
* KDB API should not be publicSam Hartman2009-01-031-3/+0
* Merge mskrb-integ onto trunkSam Hartman2009-01-03271-4617/+58990