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