summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * src/lib/gssapi/mechglue/Makefile.in (mydir):Tom Yu2006-06-152-2/+2
* * rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normalKen Raeburn2006-06-151-1/+1
* Some simple transformations:Ken Raeburn2006-06-141-151/+169
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-1464-1742/+7963
* remove old cvs log commentKen Raeburn2006-06-141-65/+0
* When NULL is passed into krb_get_in_pw_tkt, we only want to prompt onceRuss Allbery2006-06-142-0/+26
* Prevent a library double-free and crash when a keytab is zero-length.Russ Allbery2006-06-131-1/+4
* Always initialize the output token in gss_init_sec_context as requiredRuss Allbery2006-06-121-0/+2
* If krb5_gss_canonicalize_name is given GSS_C_NULL_OID as the mechanism,Russ Allbery2006-06-121-1/+2
* Since it appears we don't actually set the conf_tgs_ktypes field except in thisKen Raeburn2006-06-101-14/+1
* Fix stupid typo in last changeKen Raeburn2006-06-101-1/+1
* Use new macro FILE_OWNER_OK to examine uid of .k5login file.Ken Raeburn2006-06-101-1/+8
* Call krb5_set_error_message any time multiple errno values are translated toKen Raeburn2006-06-091-15/+59
* Free requested-enctype list when freeing up credentials. Reported by RainerKen Raeburn2006-06-081-0/+4
* Fixed by having krb5_fcc_interpret call krb5_set_error_message to incorporateKen Raeburn2006-06-081-0/+3
* copyright noticeKen Raeburn2006-06-081-1/+27
* Don't call k5_mutex_destroy when krb5_rc_resolve_type fails, because that'sKen Raeburn2006-06-081-2/+0
* Avoid memory leak in error path. Reported by Rainer WeikusatKen Raeburn2006-06-081-1/+3
* Updated CCAPI version of krb4int_save_credentials_addr toAlexandra Ellwood2006-06-061-1/+1
* Patch from Alejandro R. Sedeno and Jeffrey Hutzelman to allow krb4 toSam Hartman2006-06-024-16/+326
* krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach2006-06-011-1/+4
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-3122-304/+37
* Build lib/krb4 makefile at top levelKen Raeburn2006-05-262-25/+2
* Create crypto, des425 Makefiles from top levelKen Raeburn2006-05-2518-52/+32
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-2433-337/+337
* install headers into include/krb5Ken Raeburn2006-05-2334-1898/+2054
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-182-17/+2
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-1717-18/+16
* Add SRCS definition and run make dependKen Raeburn2006-05-162-0/+129
* make dependKen Raeburn2006-05-161-2/+9
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-1622-113/+215
* * 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
* Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood2006-05-103-12/+83
* * 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
* need to export kadm5_set_use_password_serverAlexandra Ellwood2006-05-042-2/+3
* Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2006-05-044-57/+52
* 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
* Change kdb plugin code to use the new plugin support instead ofKen Raeburn2006-04-252-20/+25
* Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn2006-04-251-3/+6
* Change name of kdb function-table symbol from being derived from theKen Raeburn2006-04-251-3/+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-241-0/+4
* krb_get_tf_realm(): cc_int32 is an integer type and should be Alexandra Ellwood2006-04-241-1/+1