summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Re-disable python plugin configuration accidentally enabled in an earlier che...Ken Raeburn2006-06-021-1/+1
* Patch from Alejandro R. Sedeno and Jeffrey Hutzelman to allow krb4 toSam Hartman2006-06-024-16/+326
* move var decl before codeKen Raeburn2006-06-011-1/+1
* krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach2006-06-014-11/+44
* Missed a reference to + sizeof() vs * sizeof(). Pointed out byEzra Peisach2006-06-011-1/+1
* krb5int_get_plugin_dir_data() uses + instead of * in reallocEzra Peisach2006-06-011-1/+1
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-3134-390/+330
* krb5-1.5-alpha1-postreleaseTom Yu2006-05-301-1/+1
* krb5-1.5-alpha1Tom Yu2006-05-301-1/+1
* Build lib/krb4 makefile at top levelKen Raeburn2006-05-263-26/+21
* Add copyright noticeKen Raeburn2006-05-261-0/+29
* Don't define MODULE_PATHKen Raeburn2006-05-251-1/+0
* Properly recognize Mac environments, and set {KRB5,KDB5}_PLUGIN_BUNDLE_DIRKen Raeburn2006-05-251-0/+6
* Create crypto, des425 Makefiles from top levelKen Raeburn2006-05-2519-54/+34
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-2452-390/+390
* Drop major version number from service-locator function table structure.Ken Raeburn2006-05-242-7/+8
* Don't output krb5_config_prefix commands into config.status; do the substitut...Ken Raeburn2006-05-241-11/+4
* Mention the python plugin stuff in configure.in, but inside an "if false"Ken Raeburn2006-05-231-0/+5
* update dependenciesKen Raeburn2006-05-231-7/+7
* Include k5-platform.h and fake-addrinfo.h, but not k5-int.hKen Raeburn2006-05-231-1/+2
* service location plugin interface needs header installedKen Raeburn2006-05-231-0/+1
* install headers into include/krb5Ken Raeburn2006-05-2368-2264/+2518
* Missed change -- don't configure util/profile separatelyKen Raeburn2006-05-181-1/+1
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-1815-108/+42
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-1717-18/+16
* Don't look for pthread_mutexattr_setrobust_npKen Raeburn2006-05-163-14/+8
* Add SRCS definition and run make dependKen Raeburn2006-05-166-0/+422
* make dependKen Raeburn2006-05-161-2/+9
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-1641-189/+281
* * Makefile.in (krb5kdc, rtest): Don't explicitly add kdb5 libs to the linkKen Raeburn2006-05-151-2/+2
* * main.c (initialize_realms): Use precise size allocation for dbname= parameterKen Raeburn2006-05-131-1/+1
* Have Tcl script error out if initialization failsKen Raeburn2006-05-131-8/+14
* * configure.in: Don't create a makefile for posix subdirKen Raeburn2006-05-131-1/+1
* * syslog.c: Discard all the non-Windows bits, since we don't build this onKen Raeburn2006-05-131-248/+1
* * getuid.c, memmove.c, sscanf.c, strcasecmp.c, strdup.c, strerror.c,Ken Raeburn2006-05-138-1240/+0
* Use unsigned char rather than u_int8_t in random_string()Tom Yu2006-05-131-1/+1
* * tests/dejagnu/config/default.exp (setup_krb5_conf): Don't add suffix toKen Raeburn2006-05-112-2/+2
* Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood2006-05-103-12/+83
* vsnprintf not present on windowsJeffrey Altman2006-05-091-0/+6
* plugins support requires a Windows equivalent to opendir and friendsJeffrey Altman2006-05-091-1/+6
* * threads.c (krb5int_pthread_loaded): Supply dummy version for !ENABLE_THREADSKen Raeburn2006-05-091-0/+5
* * send_tgs.c (krb5_send_tgs): Fix memory allocation size when padata isKen Raeburn2006-05-091-1/+1
* Cleanup a number of cast away from const warnings in gssapiEzra Peisach2006-05-0911-53/+55
* kdb_load_library(): SGI compiler requires that when initializing arraysEzra Peisach2006-05-081-1/+4
* * plugins.c (krb5int_get_plugin_filenames): Make extention array static and c...Ken Raeburn2006-05-051-1/+1
* * plugins.c (krb5int_get_plugin_filenames): Avoid shadowing local variable namesKen Raeburn2006-05-051-3/+3
* * plugins.c (FILEEXTS): No trailing semicolonKen Raeburn2006-05-051-2/+2
* need to export kadm5_set_use_password_serverAlexandra Ellwood2006-05-042-2/+3
* Export new function namesAlexandra Ellwood2006-05-041-2/+2
* Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2006-05-047-141/+279