| Commit message (Expand) | Author | Age | Files | Lines |
* | lean client changes | Zhanna Tsitkov | 2008-08-20 | 10 | -10/+44 |
* | a stash file is not a keytab | Will Fiveash | 2008-08-15 | 3 | -6/+0 |
* | Two versions of resolver code were almost identical, so unify them and reduce... | Ken Raeburn | 2008-08-02 | 1 | -37/+11 |
* | Catch a few more cases of unchecked k5_mutex_lock calls | Ken Raeburn | 2008-07-22 | 1 | -1/+3 |
* | misc uninitialized-storage accesses | Ken Raeburn | 2008-06-27 | 1 | -0/+1 |
* | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 2 | -1/+3 |
* | Add enhanced error messages to new error return cases, explaining the | Ken Raeburn | 2007-10-10 | 1 | -0/+6 |
* | kt_file.c: Support multiple iterators active simultaneously, using a | Ken Raeburn | 2007-10-09 | 2 | -18/+113 |
* | Make internal functions static | Ken Raeburn | 2007-08-31 | 1 | -38/+38 |
* | make depend | Ken Raeburn | 2007-08-16 | 1 | -58/+62 |
* | Free memory leak in do_test() from asprintf integration | Ezra Peisach | 2007-08-14 | 1 | -0/+2 |
* | Set KTFILEP field to null any time we close the file | Ken Raeburn | 2007-07-27 | 1 | -0/+3 |
* | Check for null file handle in get_next. | Ken Raeburn | 2007-07-27 | 1 | -0/+4 |
* | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -7/+6 |
* | In file-not-found case, report the filename sought | Ken Raeburn | 2007-07-04 | 1 | -4/+17 |
* | provide asprintf functionality for internal use | Ken Raeburn | 2007-06-20 | 1 | -3/+9 |
* | set eol-style and mime-type properties | Ken Raeburn | 2007-06-19 | 1 | -677/+677 |
* | don't check for readability resolving SRVTAB: keytab | Ken Raeburn | 2007-05-31 | 1 | -7/+0 |
* | update dependencies | Ken Raeburn | 2007-03-02 | 1 | -1/+1 |
* | In the resolve function - ensure on memory allocation error - | Ezra Peisach | 2007-02-12 | 1 | -3/+6 |
* | krb5_kt_get_type should return const char *. | Ezra Peisach | 2007-02-05 | 2 | -2/+2 |
* | Add a new program to perform various tests on the WRFILE: and MEMORY: keytabs | Ezra Peisach | 2007-02-04 | 2 | -8/+461 |
* | MEMORY keytab krb5_kt_get_entry sets enctype to 0 if unspecified | Ezra Peisach | 2007-02-04 | 1 | -10/+10 |
* | MEMORY keytab does not copy keytab_entry keyblock contents | Ezra Peisach | 2007-02-04 | 1 | -3/+21 |
* | Memory leak in new memory keytab | Ezra Peisach | 2007-02-03 | 1 | -0/+2 |
* | buffer overflow in krb5_kt_get_name | Ezra Peisach | 2007-02-01 | 3 | -3/+3 |
* | This commit adds a thread safe MEMORY keytab implementation | Jeffrey Altman | 2007-01-30 | 5 | -11/+720 |
* | kt_file.c memory leak on error in krb5_kt_resolve / krb5_kt_wresolve | Jeffrey Altman | 2007-01-23 | 1 | -0/+2 |
* | ktfns.c (krb5_kt_get_entry): If the supplied server principal has an empty | Ken Raeburn | 2006-12-19 | 1 | -1/+18 |
* | make depend | Tom Yu | 2006-10-06 | 1 | -18/+23 |
* | windows ccache and keytab file paths without a prefix | Jeffrey Altman | 2006-09-05 | 1 | -2/+2 |
* | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -1/+1 |
* | Change a bunch of calls to ctype macros (those cited by Jeff, and a | Ken Raeburn | 2006-06-16 | 1 | -1/+1 |
* | Prevent a library double-free and crash when a keytab is zero-length. | Russ Allbery | 2006-06-13 | 1 | -1/+4 |
* | Merge about 1/3 of the remaining configure scripts into the top level. This | Ken Raeburn | 2006-05-31 | 1 | -2/+2 |
* | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 1 | -9/+9 |
* | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -45/+49 |
* | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -22/+18 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -686/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -45/+0 |
* | * Makefile.in (DEFS): Make empty | Ken Raeburn | 2006-04-02 | 2 | -0/+5 |
* | * kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): Read | Ken Raeburn | 2006-03-31 | 2 | -21/+13 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -67/+67 |
* | make depend | Ken Raeburn | 2006-03-27 | 1 | -19/+27 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -27/+27 |
* | make depend | Ken Raeburn | 2006-03-08 | 1 | -9/+18 |
* | make depend | Tom Yu | 2005-11-29 | 1 | -28/+19 |
* | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -19/+28 |
* | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 3 | -2/+5 |
* | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -55/+55 |