summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed the unnecessary and incorrect (due to operator precedence) "== MPOOL_...Alexandra Ellwood2006-05-041-2/+1
* * post.in (.acsyms_okay): Target deleted.Ken Raeburn2006-05-031-10/+3
* ipv4+ipv6 messages can trip up KDC replay detectionKen Raeburn2006-04-293-23/+6
* Don't test HAVE_C_STRUCTURE_ASSIGNMENT.Ken Raeburn2006-04-2911-50/+2
* (DB2_NAME): New macro, adding .so suffix for now.Ken Raeburn2006-04-271-2/+3
* Fix excessive italics in kinit man page;Sam Hartman2006-04-271-1/+2
* Updated comments to explain how the CFBundles get unloaded.Alexandra Ellwood2006-04-251-1/+2
* Change kdb plugin code to use the new plugin support instead ofKen Raeburn2006-04-254-22/+27
* Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn2006-04-253-46/+63
* Protect against multiple inclusion. Don't define macro '_' if already definedKen Raeburn2006-04-251-0/+7
* Don't define DEBUG; it prints debug messages that cause test suite failuresKen Raeburn2006-04-251-2/+0
* Change name of kdb function-table symbol from being derived from theKen Raeburn2006-04-253-5/+3
* (.acsyms_okay): Fix rules to work better from subdirectories, and skip theKen Raeburn2006-04-251-3/+3
* Tweak configure script generation to check that all symbols producedKen Raeburn2006-04-254-0/+50
* Remove comment on first lineKen Raeburn2006-04-251-1/+0
* Set myfulldirKen Raeburn2006-04-251-0/+1
* Generate rpc includes as part of the generate-files-mac targetAlexandra Ellwood2006-04-241-0/+2
* Updated kadm5 Makefile.ins to autogenerate the kadm5 headers as partAlexandra Ellwood2006-04-243-0/+6
* Added CoreFoundation bundle plugin supportAlexandra Ellwood2006-04-243-211/+338
* krb_get_tf_realm(): cc_int32 is an integer type and should be Alexandra Ellwood2006-04-241-1/+1
* Signed/unsigned warnings cleanupEzra Peisach2006-04-223-4/+4
* unsigned/signed int warnings in krb5_context variablesEzra Peisach2006-04-212-4/+4
* Fix memory leak. closedir() was never being called after successful opendir()Ezra Peisach2006-04-201-0/+2
* shsUpdate should take an unsigned int for lengthEzra Peisach2006-04-205-8/+8