| Commit message (Expand) | Author | Age | Files | Lines |
| * | Factor out repeated code for looking up string, port, or deltat config params | Ken Raeburn | 2008-06-11 | 1 | -150/+144 |
| * | Don't build spx.o, since we never enable SPX | Ken Raeburn | 2008-06-11 | 1 | -4/+1 |
| * | New target 'undepend' for temporarily removing generated dependency info | Ken Raeburn | 2008-06-11 | 1 | -1/+16 |
| * | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 13 | -192/+69 |
| * | 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 | 4 | -19/+4 |
| * | Remove documentation for no-longer-supported admin_dbname argument | Ken Raeburn | 2008-06-10 | 1 | -6/+1 |
| * | Get rid of handling of set-but-unused kadm5_config_params.admin_lockfile | Ken Raeburn | 2008-06-10 | 4 | -16/+9 |
| * | 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 |
| * | Annotate that 'protocol' in svc_register means an IPPROTO_ value | Ken Raeburn | 2008-06-06 | 1 | -1/+1 |
| * | 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 |
| * | We're not using this makedepend implementation any more | Ken Raeburn | 2008-06-04 | 10 | -3026/+0 |
| * | Revert a few const specs to reduce warnings | Ken Raeburn | 2008-06-03 | 1 | -5/+5 |
| * | Fix various minor format-string issues | Ken Raeburn | 2008-06-03 | 7 | -22/+25 |
| * | Passing 0 to krb5_build_principal requires a cast | Ken Raeburn | 2008-06-03 | 1 | -1/+1 |
| * | Don't use 'log' as a global variable name | Ken Raeburn | 2008-06-02 | 1 | -40/+40 |
| * | Explicitly note number as unsigned to shut gcc up | Ken Raeburn | 2008-06-02 | 1 | -1/+1 |
| * | Partial const-ification, as indicated by the modern Tcl API, except | Ken Raeburn | 2008-06-02 | 2 | -93/+104 |
| * | 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 | 16 | -142/+142 |
| * | 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 | 20 | -10/+4912 |
| * | No prototype when building kdb5_util without krb4 support | Alexandra Ellwood | 2008-05-30 | 1 | -1/+2 |
| * | 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 |
| * | 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 |