| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | explicitly initialize pointer fields after memset (for coverity) | Ken Raeburn | 2009-02-02 | 1 | -0/+1 |
| * | Default allow_weak_crypto=true for now. Default supported_enctypes to | Tom Yu | 2009-01-31 | 2 | -2/+2 |
| * | handle freeing null keyblock | Ken Raeburn | 2009-01-31 | 1 | -6/+6 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 10 | -55/+1193 |
| * | krb5_get_server_rcache had some dead (and incorrect) code for cleaning | Greg Hudson | 2009-01-30 | 1 | -13/+5 |
| * | Make output parameter value of krb5_rc_resolve_full well-defined on | Greg Hudson | 2009-01-30 | 1 | -8/+13 |
| * | In krb5_kdcrep2creds, call the correct free function when cleaning up | Greg Hudson | 2009-01-30 | 1 | -2/+2 |
| * | Changed the name match_config_pattern to krb5_match_config_pattern. Check str... | Zhanna Tsitkov | 2009-01-30 | 2 | -4/+4 |
| * | Introduced match_config_pattern function to find a pattern in the config valu... | Zhanna Tsitkov | 2009-01-29 | 2 | -24/+45 |
| * | whitespace | Ken Raeburn | 2009-01-29 | 1 | -186/+185 |
| * | clear outbuf[0].data to unconfuse coverity | Ken Raeburn | 2009-01-29 | 1 | -0/+1 |
| * | disable single-DES by default | Tom Yu | 2009-01-28 | 5 | -13/+62 |
| * | Run a single expect statement to read from both client and server, to | Tom Yu | 2009-01-28 | 1 | -16/+9 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 71 | -394/+394 |
| * | "Coding practices" related fixes | Zhanna Tsitkov | 2009-01-27 | 2 | -594/+582 |
| * | In asn1_decode_pa_for_user(), ensure that user member is allocated | Luke Howard | 2009-01-26 | 1 | -0/+1 |
| * | gss_header|trailerlen should be unsigned int | Sam Hartman | 2009-01-26 | 1 | -9/+9 |
| * | Use 16/32-bit big/little-endian store functions in more places | Ken Raeburn | 2009-01-26 | 20 | -143/+57 |
| * | Change 16/32/64-bit big-/little-endian/native unaligned load/store | Ken Raeburn | 2009-01-24 | 2 | -3/+3 |
| * | Eliminate the need for the domain_realm mapping table on the client side by i... | Zhanna Tsitkov | 2009-01-23 | 5 | -2/+155 |
| * | Remove some null checks in cases where pointers can't be null | Greg Hudson | 2009-01-23 | 3 | -10/+5 |
| * | In krb5_pac_get_buffer, check the correct value for null after calling | Greg Hudson | 2009-01-23 | 1 | -1/+1 |
| * | In krb5_pac_parse, change the code around a bit to avoid harmlessly | Greg Hudson | 2009-01-23 | 1 | -7/+8 |
| * | Initialize ds.magic in k5_md5_hmac_hash, to avoid harmlessly copying | Greg Hudson | 2009-01-23 | 1 | -0/+1 |
| * | In krb5_get_init_creds, null out err_reply in a case where we free it | Greg Hudson | 2009-01-23 | 1 | -0/+1 |
| * | Always initialize the output parameter in krb5_parse_name and friends | Greg Hudson | 2009-01-23 | 1 | -0/+2 |
| * | Add some output parameter initializations n order to eliminate some | Greg Hudson | 2009-01-23 | 3 | -2/+9 |
| * | Per coding standards, don't declare variables in inner scopes in new | Greg Hudson | 2009-01-23 | 2 | -10/+6 |
| * | Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (moved | Ken Raeburn | 2009-01-23 | 9 | -23/+33 |
| * | fix trailing whitespace | Tom Yu | 2009-01-22 | 14 | -38/+33 |
| * | whitespace | Tom Yu | 2009-01-22 | 43 | -1762/+1762 |
| * | If USE_VALGRIND, check that source principal is defined before copying. | Ken Raeburn | 2009-01-22 | 1 | -0/+8 |
| * | If USE_VALGRIND, check readability of byte string before copying | Ken Raeburn | 2009-01-22 | 1 | -0/+7 |
| * | Define valgrind macros as no-ops if not USE_VALGRIND, and use unconditionally... | Ken Raeburn | 2009-01-22 | 1 | -26/+3 |
| * | Patch from Love: when opening an existing replay cache, check more | Greg Hudson | 2009-01-21 | 1 | -14/+40 |
| * | Patch from Luke: fix error return of krb5_gss_use_kdc_context | Greg Hudson | 2009-01-21 | 1 | -1/+10 |
| * | When encoding, and compiling with -DUSE_VALGRIND, explicitly get valgrind to ... | Ken Raeburn | 2009-01-20 | 1 | -0/+61 |
| * | delete trailing whitespace, including insanely long 'blank' lines | Ken Raeburn | 2009-01-20 | 1 | -64/+62 |
| * | In krb5_rd_rep_dce, initialize repl to NULL to avoid using its | Greg Hudson | 2009-01-20 | 1 | -1/+1 |
| * | If buffer length is 0, force pointer to NULL, to keep valgrind happier when c... | Ken Raeburn | 2009-01-17 | 1 | -2/+4 |
| * | patch from Luke - minor cleanup | Ken Raeburn | 2009-01-17 | 3 | -10/+9 |
| * | patch from Luke - fix enctype-nego enctype list setup | Ken Raeburn | 2009-01-17 | 1 | -16/+8 |
| * | patch from Luke - fix sign problem | Ken Raeburn | 2009-01-17 | 1 | -2/+2 |
| * | Use valgrind in more cases if VALGRIND is set | Ken Raeburn | 2009-01-16 | 3 | -10/+53 |
| * | Make enctype and checksumtype name mapping table types private to the | Ken Raeburn | 2009-01-15 | 6 | -124/+120 |
| * | Fix an additional multiple-write case noted by John, where sendauth | Ken Raeburn | 2009-01-15 | 2 | -22/+51 |
| * | Rework the replay cache extensions to make the hash extension records | Greg Hudson | 2009-01-15 | 2 | -60/+224 |
| * | update | Ken Raeburn | 2009-01-15 | 1 | -0/+10 |
| * | Add new routine krb5int_net_writev using scatter-gather source. | Ken Raeburn | 2009-01-15 | 4 | -24/+49 |
| * | Force tickets acquired by the kadm5 client library via password | Russ Allbery | 2009-01-14 | 1 | -1/+5 |