| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Export krb5_gss_register_acceptor_identity in KFW | Jeffrey Altman | 2006-06-19 | 1 | -0/+1 |
| * | | gssapi32.def: Export gss_inquire_mechs_for_name now that | Jeffrey Altman | 2006-06-18 | 1 | -1/+1 |
| * | | Change a bunch of calls to ctype macros (those cited by Jeff, and a | Ken Raeburn | 2006-06-16 | 8 | -17/+17 |
| * | | * src/lib/gssapi/libgssapi_krb5.exports: Add | Tom Yu | 2006-06-15 | 1 | -0/+1 |
| * | | * src/lib/gssapi/krb5/gssapiP_krb5.h: Restore prototype of | Tom Yu | 2006-06-15 | 2 | -2/+5 |
| * | | make depend | Tom Yu | 2006-06-15 | 5 | -11/+228 |
| * | | * src/lib/gssapi/mechglue/Makefile.in (mydir): | Tom Yu | 2006-06-15 | 2 | -2/+2 |
| * | | * rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normal | Ken Raeburn | 2006-06-15 | 1 | -1/+1 |
| * | | Some simple transformations: | Ken Raeburn | 2006-06-14 | 1 | -151/+169 |
| * | | Merge from branches/mechglue. Initial integration of Sun-donated | Tom Yu | 2006-06-14 | 64 | -1742/+7963 |
| * | | remove old cvs log comment | Ken Raeburn | 2006-06-14 | 1 | -65/+0 |
| * | | When NULL is passed into krb_get_in_pw_tkt, we only want to prompt once | Russ Allbery | 2006-06-14 | 2 | -0/+26 |
| * | | Prevent a library double-free and crash when a keytab is zero-length. | Russ Allbery | 2006-06-13 | 1 | -1/+4 |
| * | | Always initialize the output token in gss_init_sec_context as required | Russ Allbery | 2006-06-12 | 1 | -0/+2 |
| * | | If krb5_gss_canonicalize_name is given GSS_C_NULL_OID as the mechanism, | Russ Allbery | 2006-06-12 | 1 | -1/+2 |
| * | | Since it appears we don't actually set the conf_tgs_ktypes field except in this | Ken Raeburn | 2006-06-10 | 1 | -14/+1 |
| * | | Fix stupid typo in last change | Ken Raeburn | 2006-06-10 | 1 | -1/+1 |
| * | | Use new macro FILE_OWNER_OK to examine uid of .k5login file. | Ken Raeburn | 2006-06-10 | 1 | -1/+8 |
| * | | Call krb5_set_error_message any time multiple errno values are translated to | Ken Raeburn | 2006-06-09 | 1 | -15/+59 |
| * | | Free requested-enctype list when freeing up credentials. Reported by Rainer | Ken Raeburn | 2006-06-08 | 1 | -0/+4 |
| * | | Fixed by having krb5_fcc_interpret call krb5_set_error_message to incorporate | Ken Raeburn | 2006-06-08 | 1 | -0/+3 |
| * | | copyright notice | Ken Raeburn | 2006-06-08 | 1 | -1/+27 |
| * | | Don't call k5_mutex_destroy when krb5_rc_resolve_type fails, because that's | Ken Raeburn | 2006-06-08 | 1 | -2/+0 |
| * | | Avoid memory leak in error path. Reported by Rainer Weikusat | Ken Raeburn | 2006-06-08 | 1 | -1/+3 |
| * | | Updated CCAPI version of krb4int_save_credentials_addr to | Alexandra Ellwood | 2006-06-06 | 1 | -1/+1 |
| * | | Patch from Alejandro R. Sedeno and Jeffrey Hutzelman to allow krb4 to | Sam Hartman | 2006-06-02 | 4 | -16/+326 |
| * | | krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages | Ezra Peisach | 2006-06-01 | 1 | -1/+4 |
| * | | Merge about 1/3 of the remaining configure scripts into the top level. This | Ken Raeburn | 2006-05-31 | 22 | -304/+37 |
| * | | Build lib/krb4 makefile at top level | Ken Raeburn | 2006-05-26 | 2 | -25/+2 |
| * | | Create crypto, des425 Makefiles from top level | Ken Raeburn | 2006-05-25 | 18 | -52/+32 |
| * | | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 33 | -337/+337 |
| * | | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 34 | -1898/+2054 |
| |/ |
|
| * | * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate | Ken Raeburn | 2006-05-18 | 2 | -17/+2 |
| * | Remove krb5_init_context macro hack; change all the calls except in | Ken Raeburn | 2006-05-17 | 17 | -18/+16 |
| * | Add SRCS definition and run make depend | Ken Raeburn | 2006-05-16 | 2 | -0/+129 |
| * | make depend | Ken Raeburn | 2006-05-16 | 1 | -2/+9 |
| * | * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename and | Ken Raeburn | 2006-05-16 | 22 | -113/+215 |
| * | * configure.in: Don't create a makefile for posix subdir | Ken Raeburn | 2006-05-13 | 1 | -1/+1 |
| * | * syslog.c: Discard all the non-Windows bits, since we don't build this on | Ken Raeburn | 2006-05-13 | 1 | -248/+1 |
| * | * getuid.c, memmove.c, sscanf.c, strcasecmp.c, strdup.c, strerror.c, | Ken Raeburn | 2006-05-13 | 8 | -1240/+0 |
| * | Use unsigned char rather than u_int8_t in random_string() | Tom Yu | 2006-05-13 | 1 | -1/+1 |
| * | Fixed the krb5_cc_gen_new memory ccache implementation and updated | Alexandra Ellwood | 2006-05-10 | 3 | -12/+83 |
| * | * send_tgs.c (krb5_send_tgs): Fix memory allocation size when padata is | Ken Raeburn | 2006-05-09 | 1 | -1/+1 |
| * | Cleanup a number of cast away from const warnings in gssapi | Ezra Peisach | 2006-05-09 | 11 | -53/+55 |
| * | kdb_load_library(): SGI compiler requires that when initializing arrays | Ezra Peisach | 2006-05-08 | 1 | -1/+4 |
| * | need to export kadm5_set_use_password_server | Alexandra Ellwood | 2006-05-04 | 2 | -2/+3 |
| * | Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs which | Alexandra Ellwood | 2006-05-04 | 4 | -57/+52 |
| * | Don't test HAVE_C_STRUCTURE_ASSIGNMENT. | Ken Raeburn | 2006-04-29 | 11 | -50/+2 |
| * | (DB2_NAME): New macro, adding .so suffix for now. | Ken Raeburn | 2006-04-27 | 1 | -2/+3 |
| * | Change kdb plugin code to use the new plugin support instead of | Ken Raeburn | 2006-04-25 | 2 | -20/+25 |