summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-0214-59/+54
* Collect hairy parts of krb5_is_<msgtype> macros into one helper macroKen Raeburn2009-02-021-51/+20
* Revise last change to better resemble the original test, keeping theKen Raeburn2009-02-022-22/+19
* speed up kpasswd testsKen Raeburn2009-02-021-12/+23
* address lib/kadm5 test suite slownessKen Raeburn2009-02-022-0/+2
* don't delay so long while waiting for daemon startupKen Raeburn2009-02-021-2/+2
* comment needed some grammatical/typographical fixes tooKen Raeburn2009-02-021-11/+11
* comment whitespaceKen Raeburn2009-02-021-11/+11
* reapply memchr patchKen Raeburn2009-02-021-6/+2
* explicitly initialize pointer fields after memset (for coverity)Ken Raeburn2009-02-021-0/+1
* small storage leak in KDC startupKen Raeburn2009-02-021-1/+0
* use t_inetd with a ready message and avoid waiting a lot in non-root testsKen Raeburn2009-01-314-24/+31
* back to trunkTom Yu2009-01-311-1/+1
* README and patchlevel.h for 1.7 release branchTom Yu2009-01-311-1/+1
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-313-2/+7
* export new functionsKen Raeburn2009-01-311-0/+2
* fix resource leakKen Raeburn2009-01-311-1/+2
* recode as more straight-line code to simplify analysisKen Raeburn2009-01-311-5/+7
* don't use uninitialized variableKen Raeburn2009-01-311-1/+1
* handle freeing null keyblockKen Raeburn2009-01-311-6/+6
* don't double-freeKen Raeburn2009-01-311-1/+0
* Master Key Migration ProjectWill Fiveash2009-01-3040-196/+3404
* 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
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-305-23/+71
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-295-170/+127
* 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-288-13/+68
* include netinet/in.h to make sure we know what struct in_addr looks likeKen Raeburn2009-01-281-0/+1
* no more -r option for setting krb.conf pathKen Raeburn2009-01-282-11/+1
* remove some remnants of krb4-related config file optionsKen Raeburn2009-01-284-18/+0
* return correct kvno in TGS caseSam Hartman2009-01-281-3/+4
* Run a single expect statement to read from both client and server, toTom Yu2009-01-281-16/+9
* whitespaceKen Raeburn2009-01-281-27/+30
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-2875-412/+412
* Helper script for processing valgrind logs that don't indicate any errors, or...Ken Raeburn2009-01-271-0/+71
* use memchrKen Raeburn2009-01-271-6/+2
* "Coding practices" related fixesZhanna Tsitkov2009-01-272-594/+582
* In asn1_decode_pa_for_user(), ensure that user member is allocatedLuke Howard2009-01-261-0/+1
* Introduced new static function prep_reprocess_req to make code more readableZhanna Tsitkov2009-01-261-103/+116
* gss_header|trailerlen should be unsigned intSam Hartman2009-01-261-9/+9
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-2621-148/+60
* Check asprintf return codes. StylingZhanna Tsitkov2009-01-262-589/+617
* Use a struct in_addr to insure alignment of address - instead ofEzra Peisach2009-01-251-3/+3
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-243-19/+31
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-2311-37/+417
* Remove some null checks in cases where pointers can't be nullGreg Hudson2009-01-233-10/+5
* In krb5_pac_get_buffer, check the correct value for null after callingGreg Hudson2009-01-231-1/+1