summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-03269-4617/+58874
* With no more fakeka, we don't need the --enable-fakeka optionKen Raeburn2009-01-031-8/+0
* Remove some unused AC_SUBSTsKen Raeburn2009-01-031-2/+0
* Remove some unused variablesKen Raeburn2009-01-033-20/+0
* Rewrite walk_rtree.c to handle hierarchical traversal better and to beTom Yu2009-01-023-309/+468
* Set auth_context's rcache to NULL after destroying and before callingTom Yu2008-12-311-1/+1
* I don't know what it was that someone else didn't know, but it doesn'tKen Raeburn2008-12-311-5/+3
* Signed/unsigned fixesEzra Peisach2008-12-302-3/+5
* Change kpropd_com_err_proc to prototype style, add format attributeKen Raeburn2008-12-301-5/+14
* If full resync fails, go into backoff modeKen Raeburn2008-12-301-0/+1
* Signed/unsigned fixes and remove unused variableEzra Peisach2008-12-292-3/+3
* Fix up warning of suggested parens in assignment in conditionalEzra Peisach2008-12-291-3/+3
* Add gssrpcint.h to contain prototype for gssrpcint_printf. IncludeEzra Peisach2008-12-295-6/+51
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-296-14/+26