| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | stop exporting a few symbols internal to aes implementation | Ken Raeburn | 2008-07-03 | 1 | -5/+0 |
* | Added type checking for 64-bit platforms | Alexandra Ellwood | 2008-07-01 | 1 | -7/+10 |
* | krb5_get_error_message returns const char * | Alexandra Ellwood | 2008-07-01 | 1 | -2/+2 |
* | memcpy(NULL, ptr, 0) is invalid, so don't do it | Ken Raeburn | 2008-06-30 | 1 | -1/+2 |
* | make depend | Ken Raeburn | 2008-06-30 | 1 | -1/+2 |
* | Big endian stash file support | Alexandra Ellwood | 2008-06-27 | 1 | -2/+18 |
* | misc uninitialized-storage accesses | Ken Raeburn | 2008-06-27 | 1 | -0/+1 |
* | use-after-free bugs | Ken Raeburn | 2008-06-27 | 1 | -1/+1 |
* | When returning an error, don't also pass back an invalid pointer | Ken Raeburn | 2008-06-27 | 1 | -1/+3 |
* | call kg_delete_lucidctx_id before freeing, not after | Ken Raeburn | 2008-06-27 | 1 | -1/+1 |
* | Memory leak, and possible freed-memory dereference, in an error (small | Ken Raeburn | 2008-06-27 | 1 | -1/+1 |
* | misc memory leaks | Ken Raeburn | 2008-06-27 | 7 | -12/+25 |
* | fix free of automatic storage | Ken Raeburn | 2008-06-27 | 1 | -4/+4 |
* | Don't do FD_SETSIZE check on Windows. | Ken Raeburn | 2008-06-27 | 1 | -1/+3 |
* | Fix off-by-one error in range check on file descriptor number | Ken Raeburn | 2008-06-27 | 1 | -1/+1 |
* | Fix possible null pointer deref, possible uninit ptr use, possible | Ken Raeburn | 2008-06-27 | 1 | -6/+13 |
* | Apple PKINIT LKDC support | Alexandra Ellwood | 2008-06-26 | 2 | -20/+86 |
* | Rolled back patch because tickets 4495 and 5124 fix this bug | Alexandra Ellwood | 2008-06-25 | 1 | -4/+1 |
* | krb5_do_preauth_tryagain should check for NULL padata | Alexandra Ellwood | 2008-06-25 | 1 | -1/+4 |
* | kadm5_setkey_principal_3 not copying key_data_ver and key_data_kvno | Alexandra Ellwood | 2008-06-25 | 1 | -0/+2 |
* | 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 |