| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Warnings in server_stubs.c (signed vs unsigned errmsg, gcc printf) | Alexandra Ellwood | 2008-05-30 | 1 | -39/+44 |
| * | signed vs unsigned char * warnings in kdb_xdr.c | Alexandra Ellwood | 2008-05-30 | 1 | -6/+6 |
| * | Profile library should not call rw_access earlier than needed | Alexandra Ellwood | 2008-05-27 | 3 | -9/+20 |
| * | Use $(DL_LIB) instead of explicit -ldl | Ken Raeburn | 2008-05-19 | 1 | -1/+1 |
| * | Force hostname to lowercase before constructing kadmin principal name. | Ken Raeburn | 2008-05-17 | 1 | -2/+22 |
| * | 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 |
| * | Fix a typo in krb5.conf: ldap_server should be ldap_servers, as the | Russ Allbery | 2008-05-11 | 1 | -2/+2 |
| * | Added kim documentation | Alexandra Ellwood | 2008-05-07 | 30 | -0/+8143 |
| * | Move KIM implementation to the krb5 repository | Alexandra Ellwood | 2008-05-07 | 56 | -0/+20880 |
| * | (more) After malloc/realloc/calloc/strdup/asprintf failures, use | Ken Raeburn | 2008-04-30 | 10 | -31/+31 |
| * | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 21 | -51/+51 |
| * | Properly escape - in kdb5_ldap_util man page | Russ Allbery | 2008-04-28 | 1 | -55/+55 |
| * | 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 |
| * | Generate a large enough array to hold all the base/extension pairs. | Alexandra Ellwood | 2008-04-25 | 1 | -11/+17 |
| * | Remove sched_yield uses | Ken Raeburn | 2008-04-24 | 1 | -56/+10 |
| * | 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 101: Fix minor bounds check error | 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 |
| * | Protect CFBundle calls with mutexes | Alexandra Ellwood | 2008-03-21 | 1 | -81/+84 |
| * | Generate ccapi.def export list from V2, V3, debug lists. It is no longer a f... | Kevin Koch | 2008-03-20 | 4 | -40/+27 |
| * | Fix MITKRB5-SA-2008-001 on trunk. Patch differs from the released one | Ken Raeburn | 2008-03-18 | 3 | -55/+48 |
| * | CCacheServer should track client iterators | Alexandra Ellwood | 2008-03-18 | 12 | -31/+279 |
| * | MITKRB5-SA-2008-002 | Ken Raeburn | 2008-03-18 | 2 | -2/+29 |
| * | Detect if the Vista version of ntsecapi.h is present | Kevin Koch | 2008-03-18 | 4 | -2/+42 |
| * | cc_ccache_iterator_release, cc_credentials_iterator leak server memory | Alexandra Ellwood | 2008-03-14 | 2 | -0/+31 |
| * | Include .h files and move all declarations above all code, for Windows C comp... | Kevin Koch | 2008-03-13 | 7 | -347/+51 |
| * | Invalid assignment while trying to set input to NULL | Alexandra Ellwood | 2008-03-13 | 1 | -1/+5 |
| * | removed unused header file inclusion CoreFoundation.h | Alexandra Ellwood | 2008-03-13 | 1 | -5/+0 |
| * | Accidentally added file with wrong name. Removed | Alexandra Ellwood | 2008-03-12 | 1 | -0/+0 |
| * | Accidentally added empty file. Removed | Alexandra Ellwood | 2008-03-12 | 1 | -0/+0 |
| * | Added tests for iterators and NC info. Added test programs for | Alexandra Ellwood | 2008-03-12 | 31 | -64/+930 |
| * | Add CCAPI v2 tests | Alexandra Ellwood | 2008-03-10 | 4 | -4/+1434 |
| * | Remove C warnings | Alexandra Ellwood | 2008-03-10 | 10 | -31/+31 |
| * | Removed script to run cc_context_get_version test | Alexandra Ellwood | 2008-03-10 | 2 | -17/+0 |
| * | Removed tests for check_cc_context_get_version | Alexandra Ellwood | 2008-03-10 | 3 | -108/+24 |
| * | Fixed error code remapping | Alexandra Ellwood | 2008-03-10 | 1 | -5/+29 |
| * | cc_remove_cred should only remove one cred | Alexandra Ellwood | 2008-03-10 | 1 | -8/+8 |
| * | cc_set_principal should return error on bad cred version | Alexandra Ellwood | 2008-03-10 | 1 | -0/+9 |
| * | Fix pointer cast in cc_seq_fetch_NCs_end | Alexandra Ellwood | 2008-03-10 | 1 | -3/+3 |