| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In gc_frm_kdc.c's do_traversal(), fix an assert which was doing an | Greg Hudson | 2009-02-05 | 1 | -1/+1 |
* | In recvauth_common, initialize ap_option. It can't be used | Greg Hudson | 2009-02-05 | 1 | -1/+1 |
* | Add a missing break in the switch statement of | Greg Hudson | 2009-02-05 | 1 | -0/+1 |
* | Create and use (in several places) a variant of | Ken Raeburn | 2009-02-05 | 3 | -42/+43 |
* | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 4 | -39/+39 |
* | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 1 | -1/+1 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 20 | -28/+25 |
* | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 2 | -3/+3 |
* | Default allow_weak_crypto=true for now. Default supported_enctypes to | Tom Yu | 2009-01-31 | 1 | -1/+1 |
* | krb5_get_server_rcache had some dead (and incorrect) code for cleaning | Greg Hudson | 2009-01-30 | 1 | -13/+5 |
* | In krb5_kdcrep2creds, call the correct free function when cleaning up | Greg Hudson | 2009-01-30 | 1 | -2/+2 |
* | 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 | 1 | -2/+15 |
* | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 44 | -242/+242 |
* | Use 16/32-bit big/little-endian store functions in more places | Ken Raeburn | 2009-01-26 | 1 | -8/+8 |
* | Change 16/32/64-bit big-/little-endian/native unaligned load/store | Ken Raeburn | 2009-01-24 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | In krb5_rd_rep_dce, initialize repl to NULL to avoid using its | Greg Hudson | 2009-01-20 | 1 | -1/+1 |
* | 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 |
* | Fix an additional multiple-write case noted by John, where sendauth | Ken Raeburn | 2009-01-15 | 1 | -13/+16 |
* | Patch from Luke Howard to: | Sam Hartman | 2009-01-13 | 2 | -1/+10 |
* | Add message hash support to the replay interface, using extension | Greg Hudson | 2009-01-12 | 7 | -1/+13 |
* | Follow "off-path" TGT referrals | Tom Yu | 2009-01-09 | 1 | -21/+189 |
* | Add support for referral null realms and use the default realm as krb5_rd_req... | Sam Hartman | 2009-01-06 | 1 | -2/+10 |
* | fix missed var rename | Ken Raeburn | 2009-01-05 | 1 | -1/+1 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -914/+912 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 27 | -281/+2152 |
* | Rewrite walk_rtree.c to handle hierarchical traversal better and to be | Tom Yu | 2009-01-02 | 3 | -309/+468 |
* | Revert r21589, and export krb5_get_fallback_host_realm instead | Greg Hudson | 2008-12-29 | 1 | -7/+8 |
* | Clean up krb5_get_fallback_host_realm in two respects: | Greg Hudson | 2008-12-24 | 1 | -8/+7 |
* | Signed/unsigned fix. The function is called with a sizeof - so unsigned is | Ezra Peisach | 2008-12-19 | 1 | -1/+1 |
* | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 1 | -5/+0 |
* | Remove krb4 code in libkrb5 | Greg Hudson | 2008-12-15 | 3 | -397/+1 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 3 | -7/+5 |
* | Fix memory leak caught by valgrind | Ken Raeburn | 2008-11-24 | 1 | -23/+29 |
* | Lite Client - the following calls are server-side functions: | Zhanna Tsitkov | 2008-11-17 | 5 | -4/+16 |
* | PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult... | Zhanna Tsitkov | 2008-11-17 | 2 | -4/+75 |
* | In pa_sam(), free the outer krb5_data structure returned by | Greg Hudson | 2008-11-10 | 1 | -0/+2 |
* | Properly free sam_challenge in pa_sam() | Greg Hudson | 2008-11-10 | 1 | -8/+8 |
* | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 2 | -2/+2 |
* | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -545/+563 |
* | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 2 | -63/+22 |
* | partial rewrite of the ASN.1 encoders | Ken Raeburn | 2008-10-25 | 3 | -4/+10 |
* | krb5_build_principal_ext walks off beginning of array | Alexandra Ellwood | 2008-10-24 | 1 | -1/+1 |