aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-01tag krb5-1.7-alpha1krb5-1.7-alpha1Tom Yu0-0/+0
2009-02-01patchlevel.h for krb5-1.7-alpha1Tom Yu1-2/+2
2009-02-01Update README with changes by ticket IDTom Yu1-0/+276
2009-01-31release branch for krb5-1.7Tom Yu0-0/+0
2009-01-31README and patchlevel.h for 1.7 release branchTom Yu2-2/+29
2009-01-31Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu3-2/+7
2009-01-31export new functionsKen Raeburn1-0/+2
2009-01-31fix resource leakKen Raeburn1-1/+2
2009-01-31recode as more straight-line code to simplify analysisKen Raeburn1-5/+7
2009-01-31don't use uninitialized variableKen Raeburn1-1/+1
2009-01-31handle freeing null keyblockKen Raeburn1-6/+6
2009-01-31don't double-freeKen Raeburn1-1/+0
2009-01-30Master Key Migration ProjectWill Fiveash40-196/+3404
2009-01-30krb5_get_server_rcache had some dead (and incorrect) code for cleaningGreg Hudson1-13/+5
2009-01-30Make output parameter value of krb5_rc_resolve_full well-defined onGreg Hudson1-8/+13
2009-01-30In krb5_kdcrep2creds, call the correct free function when cleaning upGreg Hudson1-2/+2
2009-01-30Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov5-23/+71
2009-01-29Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov5-170/+127
2009-01-29whitespaceKen Raeburn1-186/+185
2009-01-29clear outbuf[0].data to unconfuse coverityKen Raeburn1-0/+1
2009-01-28disable single-DES by defaultTom Yu8-13/+68
2009-01-28include netinet/in.h to make sure we know what struct in_addr looks likeKen Raeburn1-0/+1
2009-01-28no more -r option for setting krb.conf pathKen Raeburn2-11/+1
2009-01-28remove some remnants of krb4-related config file optionsKen Raeburn4-18/+0
2009-01-28return correct kvno in TGS caseSam Hartman1-3/+4
2009-01-28Run a single expect statement to read from both client and server, toTom Yu1-16/+9
2009-01-28whitespaceKen Raeburn1-27/+30
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn75-412/+412
2009-01-27Helper script for processing valgrind logs that don't indicate any errors, or...Ken Raeburn1-0/+71
2009-01-27use memchrKen Raeburn1-6/+2
2009-01-27"Coding practices" related fixesZhanna Tsitkov2-594/+582
2009-01-26In asn1_decode_pa_for_user(), ensure that user member is allocatedLuke Howard1-0/+1
2009-01-26Introduced new static function prep_reprocess_req to make code more readableZhanna Tsitkov1-103/+116
2009-01-26gss_header|trailerlen should be unsigned intSam Hartman1-9/+9
2009-01-26Preliminary update of README for krb5-1.7 releaseTom Yu1-121/+51
2009-01-26Use 16/32-bit big/little-endian store functions in more placesKen Raeburn21-148/+60
2009-01-26Check asprintf return codes. StylingZhanna Tsitkov2-589/+617
2009-01-25Use a struct in_addr to insure alignment of address - instead ofEzra Peisach1-3/+3
2009-01-24Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn3-19/+31
2009-01-23Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov11-37/+417
2009-01-23Remove some null checks in cases where pointers can't be nullGreg Hudson3-10/+5
2009-01-23In krb5_pac_get_buffer, check the correct value for null after callingGreg Hudson1-1/+1
2009-01-23In krb5_pac_parse, change the code around a bit to avoid harmlesslyGreg Hudson1-7/+8
2009-01-23Initialize ds.magic in k5_md5_hmac_hash, to avoid harmlessly copyingGreg Hudson1-0/+1
2009-01-23hash db2 code breaks if st_blksize > 64kKen Raeburn1-0/+2
2009-01-23In krb5_get_init_creds, null out err_reply in a case where we free itGreg Hudson1-0/+1
2009-01-23Always initialize the output parameter in krb5_parse_name and friendsGreg Hudson1-0/+2
2009-01-23In kadmin, free the correct item in an error case (fixes a double-freeGreg Hudson1-1/+1
2009-01-23Add some output parameter initializations n order to eliminate someGreg Hudson5-2/+13
2009-01-23Per coding standards, don't declare variables in inner scopes in newGreg Hudson2-10/+6