| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | partial rewrite of the ASN.1 encoders | Ken Raeburn | 2008-10-25 | 14 | -2195/+2327 |
* | More regression tests for ASN.1 encoders | Ken Raeburn | 2008-10-25 | 1 | -0/+3 |
* | krb5_build_principal_ext walks off beginning of array | Alexandra Ellwood | 2008-10-24 | 1 | -1/+1 |
* | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 14 | -46/+33 |
* | krb5_build_principal_va does not allocate krb5_principal | Alexandra Ellwood | 2008-10-24 | 2 | -64/+140 |
* | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 7 | -57/+20 |
* | Fix previous commit by adding "extern" to header declarations for | Tom Yu | 2008-10-22 | 1 | -2/+2 |
* | krb5_change_set_password should free chpw_rep contents | Alexandra Ellwood | 2008-10-21 | 1 | -0/+2 |
* | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 2 | -18/+3 |
* | Apply adapted patch from http://bugs.debian.org/480434 to recurse into | Tom Yu | 2008-10-20 | 1 | -0/+13 |
* | Apply (adapted) patch from Apple to check for SPNEGO mechanism in | Tom Yu | 2008-10-20 | 3 | -19/+48 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 25 | -91/+35 |
* | Include k5-platform.h for SIZE_MAX | Ezra Peisach | 2008-10-19 | 1 | -0/+1 |
* | In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:.... | Ezra Peisach | 2008-10-19 | 1 | -9/+8 |
* | Adapted patch from Apple to work around SAMBA mech OID quirks and to | Tom Yu | 2008-10-17 | 1 | -39/+37 |
* | Untabify. Normalize whitespace. Reindent. Fix some of the most | Tom Yu | 2008-10-15 | 66 | -8076/+8163 |
* | handle stash file names with missing keytab type spec and colon in path | Ken Raeburn | 2008-10-15 | 1 | -0/+5 |
* | Change LDAP key-sequence encoder to use a single data structure | Ken Raeburn | 2008-10-06 | 1 | -7/+16 |
* | Increase the default RPC timeout for kadmin from 25 seconds to 120 | Greg Hudson | 2008-10-02 | 2 | -3/+3 |
* | In clntudp_call, fix a bug in the handling of an error case (it failed | Greg Hudson | 2008-10-02 | 1 | -1/+0 |
* | Make unset strings in kim_options and kim_selection_hints | Alexandra Ellwood | 2008-10-01 | 1 | -1/+1 |
* | Finished KLL to KIM shim. | Alexandra Ellwood | 2008-10-01 | 4 | -41/+62 |
* | krb5 library-side changes for com_err based error strings | Alexandra Ellwood | 2008-09-30 | 2 | -8/+3 |
* | Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_... | Justin Anderson | 2008-09-22 | 9 | -181/+966 |
* | makedepend | Ken Raeburn | 2008-09-18 | 34 | -2050/+2250 |
* | Untabify; trim trailing whitespace; add emacs local variables to avoid tabs | Ken Raeburn | 2008-09-09 | 21 | -2285/+2306 |
* | whitespace | Ken Raeburn | 2008-09-08 | 1 | -176/+169 |
* | Use braces to repair broken emacs indentation, caused by omission of a | Ken Raeburn | 2008-09-05 | 1 | -4/+6 |
* | Whitespace changes, mostly horizontal, for consistency with current | Ken Raeburn | 2008-09-05 | 12 | -3223/+3224 |
* | Use GSS_S_BAD_STATUS for unknown status codes | Ken Raeburn | 2008-09-03 | 1 | -1/+1 |