| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4 | Ken Raeburn | 2008-08-02 | 1 | -18/+1 |
| * | 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 |
| * | Reuse more k5beta7 code for iprop | Ken Raeburn | 2008-07-31 | 1 | -61/+1 |
| * | Additional implementation of the KerberosAgent | Alexandra Ellwood | 2008-07-30 | 19 | -6244/+3419 |
| * | Delete decls for nonexistent functions, and an unused typedef | Ken Raeburn | 2008-07-30 | 1 | -15/+0 |
| * | Remove unused file | Ken Raeburn | 2008-07-30 | 1 | -209/+0 |
| * | fix possible uninit variable use in error path | Ken Raeburn | 2008-07-25 | 1 | -0/+1 |
| * | Return extended krb5 error strings | Alexandra Ellwood | 2008-07-24 | 19 | -566/+666 |
| * | In the gss rpc package, replace the type used for a | Jeffrey Altman | 2008-07-23 | 7 | -29/+36 |
| * | 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 |
| * | The NIM error reporting functions (in src/windows/identity/kherr ) keep | Jeffrey Altman | 2008-07-23 | 1 | -1/+1 |
| * | This patch modifies the NIM Kerberos v5 plug-in to use the | Jeffrey Altman | 2008-07-23 | 4 | -8/+64 |
| * | | Jeffrey Altman | 2008-07-23 | 2 | -0/+9 |
| * | cw_handle_header_msg(): | Jeffrey Altman | 2008-07-23 | 1 | -6/+2 |
| * | Catch a few more cases of unchecked k5_mutex_lock calls | Ken Raeburn | 2008-07-22 | 4 | -12/+23 |
| * | A step towards ensuring we check mutex lock attempt results.. | Ken Raeburn | 2008-07-22 | 1 | -15/+12 |
| * | 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 |
| * | An implementation of opendir() and friends for _WIN32 | Jeffrey Altman | 2008-07-21 | 1 | -6/+145 |
| * | Assign fixed ordinals to comerr32.dll exports | Jeffrey Altman | 2008-07-21 | 1 | -7/+7 |
| * | When reading from the routing socket, only provide enough space for | Ken Raeburn | 2008-07-21 | 1 | -30/+22 |
| * | 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 | 25 | -25/+24 |
| * | Drop $(SUBDIRS_@srcdir@) hack, it's not being used any more, and | Ken Raeburn | 2008-07-20 | 1 | -3/+1 |
| * | Use mkstemp(), and fstat() the file to make sure that the mkstemp() | Tom Yu | 2008-07-18 | 1 | -19/+60 |
| * | Set non-blocking mode on incoming TCP connections. | Ken Raeburn | 2008-07-18 | 1 | -3/+12 |
| * | On systems with struct rt_msghdr, open a routing socket and wait for | Ken Raeburn | 2008-07-18 | 2 | -4/+174 |
| * | Rewrite krb5_db_open flag handling to avoid confusing emacs c-mode | Ken Raeburn | 2008-07-18 | 1 | -6/+6 |
| * | 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 |
| * | CCAPI side of the patch | Alexandra Ellwood | 2008-07-17 | 1 | -23/+30 |
| * | Removed _t suffix from KIM types | Alexandra Ellwood | 2008-07-17 | 9 | -762/+762 |
| * | Removed _t suffix from all type names | Alexandra Ellwood | 2008-07-17 | 28 | -1067/+1067 |
| * | Apply patch from Mark Phalan to correctly use progname instead of | Tom Yu | 2008-07-17 | 10 | -165/+152 |
| * | Apply patch from Mark Phalan to initialize progname before use | Tom Yu | 2008-07-16 | 2 | -6/+11 |
| * | 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 | 3 | -11/+25 |
| * | 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 RFC 3542's IPV6_RECVPKTINFO if available. (And IP_RECVPKTINFO too.) | Ken Raeburn | 2008-07-14 | 1 | -2/+12 |
| * | In FREE_SET_DATA, reset the current count as well | Ken Raeburn | 2008-07-12 | 1 | -1/+1 |
| * | Use all local addresses except loopback addresses, even if a non-loopback | Ken Raeburn | 2008-07-12 | 1 | -17/+26 |
| * | Add comment and <TargetConditionals.h> to previous | Tom Yu | 2008-07-10 | 1 | -0/+11 |