| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | move var decl before code | Ken Raeburn | 2006-06-01 | 1 | -1/+1 |
| * | | krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages | Ezra Peisach | 2006-06-01 | 4 | -11/+44 |
| * | | Missed a reference to + sizeof() vs * sizeof(). Pointed out by | Ezra Peisach | 2006-06-01 | 1 | -1/+1 |
| * | | krb5int_get_plugin_dir_data() uses + instead of * in realloc | Ezra Peisach | 2006-06-01 | 1 | -1/+1 |
| * | | Merge about 1/3 of the remaining configure scripts into the top level. This | Ken Raeburn | 2006-05-31 | 34 | -390/+330 |
| * | | krb5-1.5-alpha1-postrelease | Tom Yu | 2006-05-30 | 1 | -1/+1 |
| * | | krb5-1.5-alpha1 | Tom Yu | 2006-05-30 | 1 | -1/+1 |
| * | | Build lib/krb4 makefile at top level | Ken Raeburn | 2006-05-26 | 3 | -26/+21 |
| * | | Add copyright notice | Ken Raeburn | 2006-05-26 | 1 | -0/+29 |
| * | | Don't define MODULE_PATH | Ken Raeburn | 2006-05-25 | 1 | -1/+0 |
| * | | Properly recognize Mac environments, and set {KRB5,KDB5}_PLUGIN_BUNDLE_DIR | Ken Raeburn | 2006-05-25 | 1 | -0/+6 |
| * | | Create crypto, des425 Makefiles from top level | Ken Raeburn | 2006-05-25 | 19 | -54/+34 |
| * | | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 52 | -390/+390 |
| * | | Drop major version number from service-locator function table structure. | Ken Raeburn | 2006-05-24 | 2 | -7/+8 |
| * | | Don't output krb5_config_prefix commands into config.status; do the substitut... | Ken Raeburn | 2006-05-24 | 1 | -11/+4 |
| * | | Mention the python plugin stuff in configure.in, but inside an "if false" | Ken Raeburn | 2006-05-23 | 1 | -0/+5 |
| * | | update dependencies | Ken Raeburn | 2006-05-23 | 1 | -7/+7 |
| * | | Include k5-platform.h and fake-addrinfo.h, but not k5-int.h | Ken Raeburn | 2006-05-23 | 1 | -1/+2 |
| * | | service location plugin interface needs header installed | Ken Raeburn | 2006-05-23 | 1 | -0/+1 |
| * | | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 68 | -2264/+2518 |
| |/ |
|
| * | Missed change -- don't configure util/profile separately | Ken Raeburn | 2006-05-18 | 1 | -1/+1 |
| * | * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate | Ken Raeburn | 2006-05-18 | 15 | -108/+42 |
| * | Remove krb5_init_context macro hack; change all the calls except in | Ken Raeburn | 2006-05-17 | 17 | -18/+16 |
| * | Don't look for pthread_mutexattr_setrobust_np | Ken Raeburn | 2006-05-16 | 3 | -14/+8 |
| * | Add SRCS definition and run make depend | Ken Raeburn | 2006-05-16 | 6 | -0/+422 |
| * | make depend | Ken Raeburn | 2006-05-16 | 1 | -2/+9 |
| * | * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename and | Ken Raeburn | 2006-05-16 | 41 | -189/+281 |
| * | * Makefile.in (krb5kdc, rtest): Don't explicitly add kdb5 libs to the link | Ken Raeburn | 2006-05-15 | 1 | -2/+2 |
| * | * main.c (initialize_realms): Use precise size allocation for dbname= parameter | Ken Raeburn | 2006-05-13 | 1 | -1/+1 |
| * | Have Tcl script error out if initialization fails | Ken Raeburn | 2006-05-13 | 1 | -8/+14 |
| * | * configure.in: Don't create a makefile for posix subdir | Ken Raeburn | 2006-05-13 | 1 | -1/+1 |
| * | * syslog.c: Discard all the non-Windows bits, since we don't build this on | Ken Raeburn | 2006-05-13 | 1 | -248/+1 |
| * | * getuid.c, memmove.c, sscanf.c, strcasecmp.c, strdup.c, strerror.c, | Ken Raeburn | 2006-05-13 | 8 | -1240/+0 |
| * | Use unsigned char rather than u_int8_t in random_string() | Tom Yu | 2006-05-13 | 1 | -1/+1 |
| * | * tests/dejagnu/config/default.exp (setup_krb5_conf): Don't add suffix to | Ken Raeburn | 2006-05-11 | 2 | -2/+2 |
| * | Fixed the krb5_cc_gen_new memory ccache implementation and updated | Alexandra Ellwood | 2006-05-10 | 3 | -12/+83 |
| * | vsnprintf not present on windows | Jeffrey Altman | 2006-05-09 | 1 | -0/+6 |
| * | plugins support requires a Windows equivalent to opendir and friends | Jeffrey Altman | 2006-05-09 | 1 | -1/+6 |
| * | * threads.c (krb5int_pthread_loaded): Supply dummy version for !ENABLE_THREADS | Ken Raeburn | 2006-05-09 | 1 | -0/+5 |
| * | * send_tgs.c (krb5_send_tgs): Fix memory allocation size when padata is | Ken Raeburn | 2006-05-09 | 1 | -1/+1 |
| * | Cleanup a number of cast away from const warnings in gssapi | Ezra Peisach | 2006-05-09 | 11 | -53/+55 |
| * | kdb_load_library(): SGI compiler requires that when initializing arrays | Ezra Peisach | 2006-05-08 | 1 | -1/+4 |
| * | * plugins.c (krb5int_get_plugin_filenames): Make extention array static and c... | Ken Raeburn | 2006-05-05 | 1 | -1/+1 |
| * | * plugins.c (krb5int_get_plugin_filenames): Avoid shadowing local variable names | Ken Raeburn | 2006-05-05 | 1 | -3/+3 |
| * | * plugins.c (FILEEXTS): No trailing semicolon | Ken Raeburn | 2006-05-05 | 1 | -2/+2 |
| * | need to export kadm5_set_use_password_server | Alexandra Ellwood | 2006-05-04 | 2 | -2/+3 |
| * | Export new function names | Alexandra Ellwood | 2006-05-04 | 1 | -2/+2 |
| * | Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs which | Alexandra Ellwood | 2006-05-04 | 7 | -141/+279 |
| * | Removed the unnecessary and incorrect (due to operator precedence) "== MPOOL_... | Alexandra Ellwood | 2006-05-04 | 1 | -2/+1 |
| * | * post.in (.acsyms_okay): Target deleted. | Ken Raeburn | 2006-05-03 | 1 | -10/+3 |