summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert 18100 before merging onto trunkccapiSam Hartman2006-06-2210-908/+0
* krb5_stdccv3_setup is okJeffrey Altman2006-06-221-1/+2
* Use the old exported names for setup and shutdownJeffrey Altman2006-06-221-2/+2
* Add missing headerJeffrey Altman2006-06-221-0/+1
* Fix parameter name in cc_credentials_iterator_t next()Jeffrey Altman2006-06-221-1/+1
* This commit updates lib/krb5/ccache/ccapi to support CCAPI Version 3Jeffrey Altman2006-06-225-97/+1177
* remove duplicate header file and obsolete source fileJeffrey Altman2006-06-122-440/+0
* Temporarily copied KerberosIPC libary from the KfM repository for Alexandra Ellwood2006-06-0910-0/+908
* Added Mac OS X project file and Mach-IPC support codeAlexandra Ellwood2006-06-098-0/+4360
* Include string.h to get memcpy, strlen, etc on BSD OSesAlexandra Ellwood2006-06-094-0/+4
* Removed ancient Metrowerks tests from public headersAlexandra Ellwood2006-06-092-34/+11
* moved enum cc_list_type to generic_lists.h to avoid "incomplete enum" Alexandra Ellwood2006-06-093-12/+7
* cci_msg_retrieve_blob(): changed argument 4 from void** to char** Alexandra Ellwood2006-06-092-2/+2
* * corrections to windows rpc layerJeffrey Altman2006-06-095-40/+40
* improved error handlingJeffrey Altman2006-06-059-445/+840
* more updatesJeffrey Altman2006-06-0520-75/+1118
* Move generic list functions to common/generic_lists.cJeffrey Altman2006-05-222-341/+1
* Move msg.c and marshall.c to common libraryJeffrey Altman2006-05-2213-1113/+72
* Source files containing common routines used by both Jeffrey Altman2006-05-224-0/+1485
* More byte order conversions in the server operations codeJeffrey Altman2006-05-221-109/+156
* Construct an outline of a sample platform specific main.cJeffrey Altman2006-05-215-6/+71
* Updates of portable CCAPI sources. All code compilesJeffrey Altman2006-05-1938-3951/+5556
* This branch will hold development work on the portable CCAPIJeffrey Altman2006-05-190-0/+0
* 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