| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Two versions of resolver code were almost identical, so unify them and reduce... | Ken Raeburn | 2008-08-02 | 1 | -37/+11 |
| * | Pull out code to compute length of quoted name component and copy with | Ken Raeburn | 2008-08-02 | 1 | -78/+68 |
| * | Delete decls for nonexistent functions, and an unused typedef | Ken Raeburn | 2008-07-30 | 1 | -15/+0 |
| * | fix possible uninit variable use in error path | Ken Raeburn | 2008-07-25 | 1 | -0/+1 |
| * | In the gss rpc package, replace the type used for a | Jeffrey Altman | 2008-07-23 | 6 | -29/+32 |
| * | Fix one missed rename of "exit" label to "done" | Tom Yu | 2008-07-23 | 1 | -1/+1 |
| * | replace "exit" label with "done" | Jeffrey Altman | 2008-07-23 | 1 | -4/+4 |
| * | Catch a few more cases of unchecked k5_mutex_lock calls | Ken Raeburn | 2008-07-22 | 1 | -1/+3 |
| * | Another check for null return from krb5_cc_default_name | Ken Raeburn | 2008-07-21 | 1 | -11/+19 |
| * | Check for null name to krb5_cc_resolve, and return an error | Ken Raeburn | 2008-07-21 | 1 | -1/+3 |
| * | This patch addresses the issues raised in this ticket and ticket 5936 | Jeffrey Altman | 2008-07-21 | 1 | -18/+19 |
| * | kadm5_decrypt_key(). This patch prevents the returned keyblock's | Jeffrey Altman | 2008-07-21 | 1 | -1/+2 |
| * | krb5_string_to_keysalts() | Jeffrey Altman | 2008-07-21 | 1 | -1/+1 |
| * | There are two mutex locking issues that Roland Dowdeswell noticed in | Jeffrey Altman | 2008-07-21 | 1 | -0/+13 |
| * | Assign fixed ordinals to comerr32.dll exports | Jeffrey Altman | 2008-07-21 | 1 | -7/+7 |
| * | ccdefault.c: | Jeffrey Altman | 2008-07-21 | 1 | -2/+4 |
| * | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 6 | -6/+6 |
| * | Use mkstemp(), and fstat() the file to make sure that the mkstemp() | Tom Yu | 2008-07-18 | 1 | -19/+60 |
| * | Revert due to potential file modes race condition | Tom Yu | 2008-07-18 | 1 | -18/+14 |
| * | Make krb5_rc_io_creat() use mkstemp | Tom Yu | 2008-07-18 | 1 | -14/+18 |
| * | In krb5_rc_io_creat(), unlink any existing rcache file before trying | Tom Yu | 2008-07-17 | 1 | -1/+2 |
| * | Fix indirection on assignment to minor status | Tom Yu | 2008-07-16 | 1 | -4/+4 |
| * | Check return value from k5_mutex_lock() to partially mitigate some | Tom Yu | 2008-07-16 | 2 | -10/+23 |
| * | r1926@ken-wireless: raeburn | 2008-07-15 16:49:17 -0400 | Ken Raeburn | 2008-07-15 | 2 | -0/+72 |
| * | krb5_get_cred_via_tkt() should null out_cred on errors | Tom Yu | 2008-07-15 | 1 | -0/+1 |
| * | Use all local addresses except loopback addresses, even if a non-loopback | Ken Raeburn | 2008-07-12 | 1 | -17/+26 |
| * | Use autogenerated darwin.exports files for server frameworks | Alexandra Ellwood | 2008-07-09 | 4 | -2/+6 |
| * | add copyright to lib/crypto/enc_provider/aes.c | Tom Yu | 2008-07-09 | 1 | -0/+26 |
| * | Changes to krb5_kt_default_name changed the krb5 ABI. Reverted | Alexandra Ellwood | 2008-07-08 | 1 | -1/+2 |
| * | krb5int_gic_opte_copy should copy elements individually | Alexandra Ellwood | 2008-07-07 | 1 | -2/+13 |
| * | 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 |