| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Use #pragma pop on the Mac to ensure that the krb5_gic_opt_ext | Tom Yu | 2008-07-10 | 1 | -0/+8 |
| * | CCacheServer crashes iterating over creds which have been destroyed | Alexandra Ellwood | 2008-07-10 | 1 | -7/+4 |
| * | Apply patch from Apple to handle missing krb5.conf for zeroconf | Tom Yu | 2008-07-10 | 1 | -2/+5 |
| * | Don't print spurious errors to debug logs | Alexandra Ellwood | 2008-07-09 | 2 | -6/+8 |
| * | Add macro so we don't print deprecated warnings while building KfM | Alexandra Ellwood | 2008-07-09 | 2 | -3/+3 |
| * | Use autogenerated darwin.exports files for server frameworks | Alexandra Ellwood | 2008-07-09 | 4 | -2/+6 |
| * | Don't use "ccache" in error string printed to user | Alexandra Ellwood | 2008-07-09 | 1 | -1/+1 |
| * | Use -dead_strip when linking dynamic libraries on Darwin | Ken Raeburn | 2008-07-09 | 1 | -1/+1 |
| * | 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 | 2 | -2/+3 |
| * | Add kerberos icon | Alexandra Ellwood | 2008-07-08 | 1 | -0/+0 |
| * | Add EnableTransactions launchd option to CCacheServer | Alexandra Ellwood | 2008-07-07 | 1 | -0/+2 |
| * | krb5int_gic_opte_copy should copy elements individually | Alexandra Ellwood | 2008-07-07 | 1 | -2/+13 |
| * | kdc does not compile with glibc 2.8 | Ezra Peisach | 2008-07-06 | 1 | -2/+2 |
| * | 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 |
| * | Check for strdup failure. Fix a memory leak in one failure case | Ken Raeburn | 2008-06-27 | 1 | -0/+32 |
| * | misc uninitialized-storage accesses | Ken Raeburn | 2008-06-27 | 3 | -3/+5 |
| * | fix ktutil listing with timestamp | Ken Raeburn | 2008-06-27 | 1 | -1/+2 |
| * | use-after-free bugs | Ken Raeburn | 2008-06-27 | 4 | -6/+4 |