aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-06-01move var decl before codeKen Raeburn1-1/+1
2006-06-01krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach4-11/+44
2006-06-01Missed a reference to + sizeof() vs * sizeof(). Pointed out byEzra Peisach1-1/+1
2006-06-01krb5int_get_plugin_dir_data() uses + instead of * in reallocEzra Peisach1-1/+1
2006-05-31Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn34-390/+330
2006-05-30krb5-1.5-alpha1-postreleaseTom Yu1-1/+1
2006-05-30krb5-1.5-alpha1Tom Yu1-1/+1
2006-05-30 Delete some bogus svn:mime-type propertiesTom Yu2-975/+26
2006-05-26Build lib/krb4 makefile at top levelKen Raeburn3-26/+21
2006-05-26Add copyright noticeKen Raeburn1-0/+29
2006-05-25Don't define MODULE_PATHKen Raeburn1-1/+0
2006-05-25Properly recognize Mac environments, and set {KRB5,KDB5}_PLUGIN_BUNDLE_DIRKen Raeburn1-0/+6
2006-05-25Create crypto, des425 Makefiles from top levelKen Raeburn19-54/+34
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn52-390/+390
2006-05-24Drop major version number from service-locator function table structure.Ken Raeburn2-7/+8
2006-05-24Don't output krb5_config_prefix commands into config.status; do the substitut...Ken Raeburn1-11/+4
2006-05-23Mention the python plugin stuff in configure.in, but inside an "if false"Ken Raeburn1-0/+5
2006-05-23update dependenciesKen Raeburn1-7/+7
2006-05-23Include k5-platform.h and fake-addrinfo.h, but not k5-int.hKen Raeburn1-1/+2
2006-05-23service location plugin interface needs header installedKen Raeburn1-0/+1
2006-05-23install headers into include/krb5Ken Raeburn68-2264/+2518
2006-05-18Missed change -- don't configure util/profile separatelyKen Raeburn1-1/+1
2006-05-18* configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn15-108/+42
2006-05-17Remove krb5_init_context macro hack; change all the calls except inKen Raeburn17-18/+16
2006-05-16Don't look for pthread_mutexattr_setrobust_npKen Raeburn3-14/+8
2006-05-16Add SRCS definition and run make dependKen Raeburn6-0/+422
2006-05-16make dependKen Raeburn1-2/+9
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn41-189/+281
2006-05-15* Makefile.in (krb5kdc, rtest): Don't explicitly add kdb5 libs to the linkKen Raeburn1-2/+2
2006-05-13* main.c (initialize_realms): Use precise size allocation for dbname= parameterKen Raeburn1-1/+1
2006-05-13Have Tcl script error out if initialization failsKen Raeburn1-8/+14
2006-05-13* configure.in: Don't create a makefile for posix subdirKen Raeburn1-1/+1
2006-05-13* syslog.c: Discard all the non-Windows bits, since we don't build this onKen Raeburn1-248/+1
2006-05-13* getuid.c, memmove.c, sscanf.c, strcasecmp.c, strdup.c, strerror.c,Ken Raeburn8-1240/+0
2006-05-13Use unsigned char rather than u_int8_t in random_string()Tom Yu1-1/+1
2006-05-11* tests/dejagnu/config/default.exp (setup_krb5_conf): Don't add suffix toKen Raeburn2-2/+2
2006-05-10Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood3-12/+83
2006-05-09vsnprintf not present on windowsJeffrey Altman1-0/+6
2006-05-09plugins support requires a Windows equivalent to opendir and friendsJeffrey Altman1-1/+6
2006-05-09* threads.c (krb5int_pthread_loaded): Supply dummy version for !ENABLE_THREADSKen Raeburn1-0/+5
2006-05-09* send_tgs.c (krb5_send_tgs): Fix memory allocation size when padata isKen Raeburn1-1/+1
2006-05-09Cleanup a number of cast away from const warnings in gssapiEzra Peisach11-53/+55
2006-05-08kdb_load_library(): SGI compiler requires that when initializing arraysEzra Peisach1-1/+4
2006-05-05* plugins.c (krb5int_get_plugin_filenames): Make extention array static and c...Ken Raeburn1-1/+1
2006-05-05* plugins.c (krb5int_get_plugin_filenames): Avoid shadowing local variable namesKen Raeburn1-3/+3
2006-05-05* plugins.c (FILEEXTS): No trailing semicolonKen Raeburn1-2/+2
2006-05-04need to export kadm5_set_use_password_serverAlexandra Ellwood2-2/+3
2006-05-04Export new function namesAlexandra Ellwood1-2/+2
2006-05-04Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood7-141/+279
2006-05-04Removed the unnecessary and incorrect (due to operator precedence) "== MPOOL_...Alexandra Ellwood1-2/+1