| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -52/+56 |
| * | Apply a patch from Apple to correct a few memory leaks | Greg Hudson | 2008-11-03 | 1 | -2/+9 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 2 | -4/+3 |
| * | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 1 | -9/+4 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -10/+1 |
| * | In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:.... | Ezra Peisach | 2008-10-19 | 1 | -9/+8 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -44/+48 |
| * | lean client changes | Zhanna Tsitkov | 2008-08-20 | 1 | -2/+13 |
| * | a stash file is not a keytab | Will Fiveash | 2008-08-15 | 3 | -100/+273 |
| * | Don't leak attr_types storage on error | Ken Raeburn | 2008-08-07 | 1 | -9/+27 |
| * | Check fstat result. Close fd on error | Ken Raeburn | 2008-08-06 | 1 | -1/+5 |
| * | Rewrite conditional test for update log processing to make static analysis si... | Ken Raeburn | 2008-08-06 | 1 | -4/+4 |
| * | After freeing dbprinc, reset it to null | Ken Raeburn | 2008-08-06 | 1 | -1/+3 |
| * | In loop over entries, make local vars local to each iteration | Ken Raeburn | 2008-08-06 | 1 | -11/+11 |
| * | Use autogenerated darwin.exports files for server frameworks | Alexandra Ellwood | 2008-07-09 | 1 | -0/+2 |
| * | 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 |
| * | make depend | Ken Raeburn | 2008-06-30 | 1 | -1/+2 |
| * | Big endian stash file support | Alexandra Ellwood | 2008-06-27 | 1 | -2/+18 |
| * | Include kdb_log.h for missing prototypes. Declare conv_princ_2db & | Ezra Peisach | 2008-06-24 | 1 | -2/+3 |
| * | Merge from branch sun-iprop | Ken Raeburn | 2008-06-24 | 7 | -33/+2795 |
| * | Change krb5_context.db_context to point to the real structure type, | Ken Raeburn | 2008-06-02 | 2 | -74/+73 |
| * | Minor spelling & comment formatting | Ken Raeburn | 2008-05-16 | 1 | -13/+19 |
| * | (more) After malloc/realloc/calloc/strdup/asprintf failures, use | Ken Raeburn | 2008-04-30 | 1 | -2/+2 |
| * | fix CVE-2007-5972: double fclose() in krb5_def_store_mkey() | Tom Yu | 2007-12-14 | 1 | -2/+1 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -1/+3 |
| * | make depend | Ken Raeburn | 2007-08-16 | 1 | -24/+27 |
| * | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -4/+6 |
| * | Make clean in lib/kdb leaves error table files | Ezra Peisach | 2006-11-05 | 1 | -0/+1 |
| * | Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>" | Ken Raeburn | 2006-10-12 | 1 | -4/+4 |
| * | make depend | Tom Yu | 2006-10-06 | 1 | -12/+12 |
| * | (get_errmsg): Check for errcode_2_string and release_errcode_string | Ken Raeburn | 2006-09-29 | 1 | -1/+4 |
| * | * kdb5.c (kdb_load_library): Make error message a little more accurate. | Ken Raeburn | 2006-09-16 | 1 | -29/+47 |
| * | Make database plugin responsible for releasing the error-message string, so | Ken Raeburn | 2006-09-06 | 1 | -0/+1 |
| * | whitespace | Ken Raeburn | 2006-09-06 | 1 | -111/+113 |
| * | * kdb_default.c (krb5_def_store_mkey): If the file can't be opened, construct | Ken Raeburn | 2006-08-15 | 1 | -0/+3 |
| * | Merge remaining changes from LDAP integration branch | Ken Raeburn | 2006-07-18 | 1 | -2/+3 |
| * | * kdb_default.c (krb5_def_promote_db): New function. | Ken Raeburn | 2006-06-30 | 3 | -0/+11 |
| * | New kdb backend operation promote_db, makes a temporary database become the | Ken Raeburn | 2006-06-30 | 2 | -0/+45 |
| * | * lib/kdb/kdb5.h: Remove macros also defined in include/kdb5.h | Sam Hartman | 2006-06-30 | 1 | -6/+0 |
| * | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -2/+2 |
| * | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 1 | -6/+6 |
| * | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -29/+33 |
| * | * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate | Ken Raeburn | 2006-05-18 | 2 | -17/+2 |
| * | * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename and | Ken Raeburn | 2006-05-16 | 1 | -1/+2 |
| * | kdb_load_library(): SGI compiler requires that when initializing arrays | Ezra Peisach | 2006-05-08 | 1 | -1/+4 |
| * | Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs which | Alexandra Ellwood | 2006-05-04 | 2 | -51/+45 |
| * | (DB2_NAME): New macro, adding .so suffix for now. | Ken Raeburn | 2006-04-27 | 1 | -2/+3 |
| * | Change kdb plugin code to use the new plugin support instead of | Ken Raeburn | 2006-04-25 | 2 | -20/+25 |
| * | Change name of kdb function-table symbol from being derived from the | Ken Raeburn | 2006-04-25 | 1 | -3/+1 |