summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * errors.c (krb5int_get_error): Try strerror_r if available before strerror.Ken Raeburn2006-04-192-2/+29
* Prototype for krb5_c_prf missing constEzra Peisach2006-04-191-2/+3
* * error_table.h (ET_EBUFSIZ): Increase to 1k.Ken Raeburn2006-04-182-42/+39
* * configure.in: Check for strerror_rKen Raeburn2006-04-181-1/+1
* (LOCAL_SUBDIRS, STOBJLISTS, SUBDIROBJLISTS): Don't build posix dir on UNIXKen Raeburn2006-04-181-3/+1
* (krb5int_debug_fprint): Use strerror_r if available.Ken Raeburn2006-04-181-12/+11
* (KRB5_KDB_SRV_TYPE_*, KRB5_DB_LOCKMODE_*): Delete definitions duplicated from...Ken Raeburn2006-04-181-32/+0
* Compute dependencies for profile_tcl.oKen Raeburn2006-04-151-1/+4
* * Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBSKen Raeburn2006-04-151-1/+1
* * aclocal.m4 (KRB5_AC_CHOOSE_ET): Make sure that the error-table symbol isKen Raeburn2006-04-141-1/+1
* Include com_err.hKen Raeburn2006-04-141-0/+1
* (*-*-solaris*): Set LDCOMBINE_TAIL to use LDFLAGSKen Raeburn2006-04-141-0/+1
* Include stdarg.hKen Raeburn2006-04-141-0/+2
* Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn2006-04-147-20/+14