| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump minor version number. Update dependencies | Ken Raeburn | 2008-06-25 | 1 | -1/+4 |
| * | Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current r... | Ken Raeburn | 2008-06-25 | 3 | -0/+167 |
| * | Include kdb_log.h for missing prototypes. Declare conv_princ_2db & | Ezra Peisach | 2008-06-24 | 1 | -2/+3 |
| * | Merge from branch sun-iprop | Ken Raeburn | 2008-06-24 | 19 | -73/+3004 |
| * | Remove test115 for 'bad client params', no longer appropriate | Ken Raeburn | 2008-06-19 | 1 | -104/+0 |
| * | This patch is derived from a patch originally submitted to RT | Jeffrey Altman | 2008-06-18 | 2 | -2/+7 |
| * | Disable check for invalid client-side admin config parameters in the | Ken Raeburn | 2008-06-18 | 1 | -1/+5 |
| * | Factor out repeated code for looking up string, port, or deltat config params | Ken Raeburn | 2008-06-11 | 1 | -150/+144 |
| * | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 4 | -12/+7 |
| * | Warn against new uses of kadm5_config_params.dbname field | Ken Raeburn | 2008-06-10 | 1 | -0/+4 |
| * | Get rid of handling of set-but-unused kadm5_config_params.admin_dbname | Ken Raeburn | 2008-06-10 | 3 | -14/+3 |
| * | Get rid of handling of set-but-unused kadm5_config_params.admin_lockfile | Ken Raeburn | 2008-06-10 | 3 | -11/+8 |
| * | Don't check for NULL before calling free or krb5_xfree | Ken Raeburn | 2008-06-09 | 1 | -43/+21 |
| * | Report file name in detailed cache creation error | Ken Raeburn | 2008-06-08 | 1 | -2/+2 |
| * | Do hash stuff with unsigned math | Ken Raeburn | 2008-06-08 | 1 | -8/+9 |
| * | On Mac OS X, try poking launchd to get the portmapper launched before | Ken Raeburn | 2008-06-06 | 1 | -3/+55 |
| * | Check for GSS_C_NO_CREDENTIAL before loop check | Ken Raeburn | 2008-06-06 | 1 | -3/+3 |
| * | Fix a few incompatible-pointer warnings that aren't just about signedness | Ken Raeburn | 2008-06-02 | 5 | -13/+17 |
| * | Change krb5_context.db_context to point to the real structure type, | Ken Raeburn | 2008-06-02 | 4 | -82/+81 |
| * | Add header for kill() in USE_PASSWORD_SERVER case | Alexandra Ellwood | 2008-05-30 | 1 | -0/+2 |
| * | Apple PKINIT patch commit | Alexandra Ellwood | 2008-05-30 | 8 | -4/+3189 |
| * | Minor spelling & comment formatting | Ken Raeburn | 2008-05-16 | 1 | -13/+19 |
| * | Move auto var to outer scope, because its storage is used beyond the inner scope | Ken Raeburn | 2008-05-15 | 1 | -1/+1 |
| * | Don't test error code when it's known to be 0 | Ken Raeburn | 2008-05-15 | 1 | -3/+1 |
| * | Fix minor bug in kg_save_name failure cleanup code | Ken Raeburn | 2008-05-15 | 1 | -1/+1 |
| * | Free context after use, not before | Ken Raeburn | 2008-05-15 | 1 | -2/+2 |
| * | (more) After malloc/realloc/calloc/strdup/asprintf failures, use | Ken Raeburn | 2008-04-30 | 7 | -12/+12 |
| * | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 10 | -21/+21 |
| * | Left-shifting all the way in signed math is undefined, use unsigned | Ken Raeburn | 2008-04-25 | 1 | -1/+1 |
| * | Multiple assignments without sequence points invoke undefined | Ken Raeburn | 2008-04-25 | 1 | -6/+12 |
| * | Don't do UTF-8 bits (and include Apple headers) when just rebuilding dependen... | Ken Raeburn | 2008-04-24 | 1 | -2/+2 |
| * | fix possible buffer overrun in handling generic-error return | Ken Raeburn | 2008-04-18 | 1 | -2/+3 |
| * | Pull out generic array expansion code from array_append macro into a | Ken Raeburn | 2008-04-03 | 1 | -7/+22 |
| * | Coverity CID 220: NULL check of "buf" after dereference | Ken Raeburn | 2008-03-29 | 1 | -1/+3 |
| * | Coverity CID 46: mech_type will always have the address of an | Ken Raeburn | 2008-03-29 | 1 | -3/+0 |
| * | Coverity CID 47: Unreachable code | Ken Raeburn | 2008-03-29 | 1 | -6/+0 |
| * | Coverity CID 91: Context is tested for null, and then unconditionally | Ken Raeburn | 2008-03-29 | 1 | -1/+1 |
| * | Coverity CID 228: Possible use of uninitialized variable time_req in | Ken Raeburn | 2008-03-29 | 2 | -1/+30 |
| * | MITKRB5-SA-2008-002 | Ken Raeburn | 2008-03-18 | 2 | -2/+29 |
| * | Fix memory leak by delaying instantiation of lid until it's needed | Justin Anderson | 2008-03-04 | 1 | -7/+6 |
| * | Add "-framework CoreFoundation" to crypto library link command in darwin-mode | Ken Raeburn | 2008-03-04 | 1 | -1/+1 |
| * | Make a NUL-terminated copy of realm name before passing to a plugin | Tom Yu | 2008-02-29 | 1 | -1/+16 |
| * | krb5int_arcfour_string_to_key does not support utf-8 strings | Alexandra Ellwood | 2008-02-26 | 1 | -9/+47 |
| * | fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
| * | fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3() | Tom Yu | 2007-12-14 | 1 | -1/+0 |
| * | fix CVE-2007-5972: double fclose() in krb5_def_store_mkey() | Tom Yu | 2007-12-14 | 1 | -2/+1 |
| * | fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
| * | copy correct key for lucid context acceptor_subkey | Kevin Coffman | 2007-12-12 | 1 | -1/+1 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 32 | -40/+122 |
| * | Reject socket fds > FD_SETSIZE | Ken Raeburn | 2007-10-18 | 1 | -0/+6 |