summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Change krb5_rc_resolve_type (not a public API) to allocate the rcacheGreg Hudson2009-02-052-37/+38
* Detect failure to register with rpcbind/portmap due to securityEzra Peisach2009-02-054-3/+28
* Add a missing break in the switch statement ofGreg Hudson2009-02-051-0/+1
* Create and use (in several places) a variant ofKen Raeburn2009-02-055-68/+55
* 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
* include omitted system header string.hKen Raeburn2009-02-051-0/+1
* int/ptr bug in gssapi codeKen Raeburn2009-02-051-1/+1
* don't do arithmetic on void pointersKen Raeburn2009-02-041-2/+2
* new multi-masterkey support doesn't work well when system clock is setWill Fiveash2009-02-041-11/+18
* Remove xfread/xfwrite macros. Casting the first argument to char * isGreg Hudson2009-02-041-36/+33
* Use macros for config parametersZhanna Tsitkov2009-02-0416-111/+111
* prefer structure assignment to memcpyKen Raeburn2009-02-034-9/+9
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-0248-112/+107
* TWRITE_STR casts second argument; don't add redundant castingKen Raeburn2009-02-021-3/+3
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-027-25/+20
* address lib/kadm5 test suite slownessKen Raeburn2009-02-022-0/+2
* comment needed some grammatical/typographical fixes tooKen Raeburn2009-02-021-11/+11
* comment whitespaceKen Raeburn2009-02-021-11/+11
* explicitly initialize pointer fields after memset (for coverity)Ken Raeburn2009-02-021-0/+1
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-312-2/+2
* handle freeing null keyblockKen Raeburn2009-01-311-6/+6
* Master Key Migration ProjectWill Fiveash2009-01-3010-55/+1193
* 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-302-4/+4
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-292-24/+45
* 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-285-13/+62
* Run a single expect statement to read from both client and server, toTom Yu2009-01-281-16/+9
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-2871-394/+394
* "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
* 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-2620-143/+57
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-242-3/+3
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-235-2/+155
* 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
* In krb5_pac_parse, change the code around a bit to avoid harmlesslyGreg Hudson2009-01-231-7/+8
* Initialize ds.magic in k5_md5_hmac_hash, to avoid harmlessly copyingGreg Hudson2009-01-231-0/+1
* 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-233-2/+9
* Per coding standards, don't declare variables in inner scopes in newGreg Hudson2009-01-232-10/+6
* Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (movedKen Raeburn2009-01-239-23/+33
* fix trailing whitespaceTom Yu2009-01-2214-38/+33