| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite walk_rtree.c to handle hierarchical traversal better and to be | Tom Yu | 2009-01-02 | 3 | -309/+468 |
* | I don't know what it was that someone else didn't know, but it doesn't | Ken Raeburn | 2008-12-31 | 1 | -5/+3 |
* | Signed/unsigned fixes | Ezra Peisach | 2008-12-30 | 2 | -3/+5 |
* | Signed/unsigned fixes and remove unused variable | Ezra Peisach | 2008-12-29 | 2 | -3/+3 |
* | Add gssrpcint.h to contain prototype for gssrpcint_printf. Include | Ezra Peisach | 2008-12-29 | 5 | -6/+51 |
* | Revert r21589, and export krb5_get_fallback_host_realm instead | Greg Hudson | 2008-12-29 | 3 | -10/+21 |
* | Create a private header file for local functions missing prototypes. | Ezra Peisach | 2008-12-29 | 4 | -14/+60 |
* | whitespace | Tom Yu | 2008-12-28 | 12 | -628/+633 |
* | Clean up krb5_get_fallback_host_realm in two respects: | Greg Hudson | 2008-12-24 | 2 | -20/+10 |
* | Add a new fallback host-to-realm heuristic to try the components of the | Greg Hudson | 2008-12-24 | 1 | -56/+127 |
* | 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 | 132 | -21815/+124 |
* | Mem leak fix | Zhanna Tsitkov | 2008-12-18 | 1 | -1/+2 |
* | Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument | Ezra Peisach | 2008-12-16 | 2 | -1/+3 |
* | Remove krb4 code in libkrb5 | Greg Hudson | 2008-12-15 | 6 | -526/+4 |
* | Fixed memory leak in krb5_stdccv3_remove | Zhanna Tsitkov | 2008-12-13 | 1 | -1/+5 |
* | Release default credentials before exiting krb5_gss_init_sec_context routine | Zhanna Tsitkov | 2008-12-09 | 1 | -1/+3 |
* | Remove some lingering Saber C cruft | Greg Hudson | 2008-12-05 | 1 | -4/+0 |
* | When storing info into cred cache, remove any dups. | Zhanna Tsitkov | 2008-12-05 | 1 | -4/+9 |
* | Merge in fix from ms-krb-integ branch to avoid modifying input data on aead... | Sam Hartman | 2008-12-05 | 1 | -4/+15 |
* | Fix from Marcus Watts for glob-to-regexp conversion bug. | Ken Raeburn | 2008-12-04 | 1 | -1/+2 |
* | Cleanup warnings | Sam Hartman | 2008-12-04 | 4 | -19/+19 |
* | Merge R21122 from mskrb-integ | Sam Hartman | 2008-12-04 | 6 | -60/+60 |
* | Merge r21120 from mskrb-integ | Sam Hartman | 2008-12-04 | 6 | -39/+210 |
* | make depend | Sam Hartman | 2008-12-02 | 7 | -18/+119 |
* | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 33 | -50/+2561 |
* | Remove unneeded LEAN_CLIENT #define's | Zhanna Tsitkov | 2008-12-02 | 1 | -12/+0 |
* | add k5-platform.h for asprintf | Tom Yu | 2008-12-02 | 1 | -0/+2 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 8 | -16/+13 |
* | make depend | Ezra Peisach | 2008-12-01 | 1 | -1/+1 |
* | Move cc_mutex code from k5-int.h - where it is globally available to cc-int.h | Ezra Peisach | 2008-12-01 | 2 | -1/+31 |
* | Simplify memory management a bit in places, by allocating and freeing | Ken Raeburn | 2008-11-24 | 1 | -139/+107 |
* | Use profile_free_list as appropriate. Fix memory leaks | Ken Raeburn | 2008-11-24 | 1 | -20/+21 |
* | Fix memory leak caught by valgrind | Ken Raeburn | 2008-11-24 | 1 | -23/+29 |
* | Fix a memory management bug | Ken Raeburn | 2008-11-17 | 1 | -2/+4 |
* | Lite Client - the following calls are server-side functions: | Zhanna Tsitkov | 2008-11-17 | 6 | -4/+18 |
* | 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 |
* | Only look for IPv4 addresses for the kpasswd server. This is just a | Ken Raeburn | 2008-11-05 | 1 | -2/+3 |
* | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 9 | -10/+10 |
* | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 3 | -27/+24 |
* | Check in Nalin's patch, and a test case for changing passwords via kinit | Ken Raeburn | 2008-11-04 | 2 | -1/+10 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 35 | -2361/+2508 |
* | Apply Apple patch to null out key->contents after freeing on failure, | Greg Hudson | 2008-11-03 | 1 | -0/+2 |
* | Fix conditionals from last change | Ken Raeburn | 2008-11-03 | 2 | -2/+2 |
* | Apply a patch from Apple to correct a few memory leaks | Greg Hudson | 2008-11-03 | 1 | -2/+9 |
* | If we're not making asn1buf_insert_octet an inline function, then make | Ken Raeburn | 2008-11-03 | 4 | -29/+20 |
* | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 8 | -181/+82 |
* | Only prompt automatically from GUI apps | Alexandra Ellwood | 2008-10-29 | 2 | -6/+27 |