summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Create and use (in several places) a variant ofKen Raeburn2009-02-054-42/+44
* In krb5_ktfileint_find_slot, check for an error return from ftell.Greg Hudson2009-02-051-0/+3
* Coverity was nervous that hst_realm.c's domain_heuristic() wasn'tGreg Hudson2009-02-051-10/+10
* Fix a memory leak in krb5_kt_resolve when we fail to lockGreg Hudson2009-02-051-6/+9
* Remove xfread/xfwrite macros. Casting the first argument to char * isGreg Hudson2009-02-041-36/+33
* Use macros for config parametersZhanna Tsitkov2009-02-0414-72/+72
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-0226-45/+41
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-027-25/+20
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-311-1/+1
* Master Key Migration ProjectWill Fiveash2009-01-301-0/+3
* krb5_get_server_rcache had some dead (and incorrect) code for cleaningGreg Hudson2009-01-301-13/+5
* Make output parameter value of krb5_rc_resolve_full well-defined onGreg Hudson2009-01-301-8/+13
* In krb5_kdcrep2creds, call the correct free function when cleaning upGreg Hudson2009-01-301-2/+2
* whitespaceKen Raeburn2009-01-291-186/+185
* clear outbuf[0].data to unconfuse coverityKen Raeburn2009-01-291-0/+1
* disable single-DES by defaultTom Yu2009-01-281-2/+15
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-2860-358/+358
* "Coding practices" related fixesZhanna Tsitkov2009-01-271-60/+48
* In asn1_decode_pa_for_user(), ensure that user member is allocatedLuke Howard2009-01-261-0/+1
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-262-11/+11
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-241-1/+1
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-232-1/+72
* In krb5_pac_get_buffer, check the correct value for null after callingGreg Hudson2009-01-231-1/+1
* In krb5_pac_parse, change the code around a bit to avoid harmlesslyGreg Hudson2009-01-231-7/+8
* In krb5_get_init_creds, null out err_reply in a case where we free itGreg Hudson2009-01-231-0/+1
* Always initialize the output parameter in krb5_parse_name and friendsGreg Hudson2009-01-231-0/+2
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-1/+4
* Per coding standards, don't declare variables in inner scopes in newGreg Hudson2009-01-232-10/+6
* fix trailing whitespaceTom Yu2009-01-225-10/+9
* whitespaceTom Yu2009-01-228-27/+27
* If USE_VALGRIND, check readability of byte string before copyingKen Raeburn2009-01-221-0/+7
* Patch from Love: when opening an existing replay cache, check moreGreg Hudson2009-01-211-14/+40
* In krb5_rd_rep_dce, initialize repl to NULL to avoid using itsGreg Hudson2009-01-201-1/+1
* If buffer length is 0, force pointer to NULL, to keep valgrind happier when c...Ken Raeburn2009-01-171-2/+4
* patch from Luke - fix enctype-nego enctype list setupKen Raeburn2009-01-171-16/+8
* patch from Luke - fix sign problemKen Raeburn2009-01-171-2/+2
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-152-22/+51
* 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
* Patch from Luke Howard to:Sam Hartman2009-01-133-1/+11
* 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-1212-43/+378
* Follow "off-path" TGT referralsTom Yu2009-01-091-21/+189
* Add support for referral null realms and use the default realm as krb5_rd_req...Sam Hartman2009-01-061-2/+10
* fix missed var renameKen Raeburn2009-01-051-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0518-1882/+1864
* Include ucdata/ucdata.h for missing prototypesEzra Peisach2009-01-051-0/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-0369-306/+41413