| Commit message (Expand) | Author | Age | Files | Lines |
| * | * kdb_db2.c (krb5_db2_db_get_principal): Rename local variable "try" | Ken Raeburn | 2004-07-09 | 2 | -3/+10 |
| * | * cc_mslsa.c: Fix thread safety | Jeffrey Altman | 2004-07-08 | 2 | -3/+14 |
| * | * Makefile.in (LOCALINCLUDES): Add $(srcdir)/.. to the list | Ken Raeburn | 2004-07-08 | 2 | -1/+5 |
| * | * disp_status.c: Include gss_libinit.h. | Ken Raeburn | 2004-07-07 | 2 | -8/+9 |
| * | 2004-07-07 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-07-07 | 2 | -0/+6 |
| * | * import_name.c (krb5_gss_import_name) [HAVE_GETPWUID_R]: Use getpwuid_r | Ken Raeburn | 2004-07-07 | 2 | -5/+32 |
| * | * dnssrv.c (krb5int_make_srv_query_realm) [HAVE_RES_NSEARCH]: Use res_nsearch | Ken Raeburn | 2004-07-04 | 3 | -0/+63 |
| * | * an_to_ln.c: Include string.h | Ken Raeburn | 2004-07-02 | 2 | -0/+5 |
| * | Thread-safety for file-based credentials caches | Ken Raeburn | 2004-06-30 | 2 | -74/+195 |
| * | * libkadm5clnt.exports: Export kadm5_get_admin_service_name | Ken Raeburn | 2004-06-30 | 2 | -0/+5 |
| * | * cc_mslsa.c: | Jeffrey Altman | 2004-06-30 | 2 | -63/+358 |
| * | * cc_memory.c (krb5_mcc_free): Don't free the mutex here | Ken Raeburn | 2004-06-29 | 2 | -2/+4 |
| * | Lots of signedness and argument-casting fixes. Some arithmetic | Tom Yu | 2004-06-28 | 12 | -53/+118 |
| * | Missed some log data with last checkin: | Ken Raeburn | 2004-06-28 | 1 | -0/+5 |
| * | * cc_memory.c: Include k5-thread.h. | Ken Raeburn | 2004-06-28 | 4 | -173/+231 |
| * | more namespace cleanup: remove uses of rpc_int32 and rpc_u_int32 | Tom Yu | 2004-06-25 | 5 | -17/+23 |
| * | * configure.in: Fix typo in setting krb5_cv_header_sys_param_h_maxhostnamelen | Ken Raeburn | 2004-06-25 | 2 | -1/+6 |
| * | Use null pointer as service name to request host-based service name | Tom Yu | 2004-06-24 | 2 | -2/+17 |
| * | update copyright, fix comment typo | Ken Raeburn | 2004-06-24 | 1 | -2/+2 |
| * | * cc_file.c (krb5_fcc_read_data): Combine stdio and posix versions of code with | Ken Raeburn | 2004-06-24 | 2 | -32/+24 |
| * | * alt_prof.c (kadm5_get_admin_service_name): Fix call to | Tom Yu | 2004-06-24 | 2 | -3/+15 |
| * | * client_init.c (_kadm5_init_any)[DEBUG]: Print error from | Tom Yu | 2004-06-24 | 2 | -0/+8 |
| * | * cc_file.c (my_fopen): Function deleted. | Ken Raeburn | 2004-06-22 | 2 | -9/+3 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 29 | -103/+66 |
| * | cc_mslsa.c: Comment out calls to FormatMessage and do not terminate | Jeffrey Altman | 2004-06-22 | 2 | -0/+17 |
| * | * cc_mslsa.c: Enforce acceptable enctypes by checking against | Jeffrey Altman | 2004-06-19 | 2 | -56/+121 |
| * | fix some 64-bit bugs in RPCSEC_GSS | Tom Yu | 2004-06-19 | 6 | -23/+63 |
| * | ignore generated file krb5support32.def | Ken Raeburn | 2004-06-19 | 1 | -0/+1 |
| * | ignore generated file gssapi_krb5.h | Ken Raeburn | 2004-06-19 | 1 | -0/+1 |
| * | * Makefile.in (SLIBS, SDEF, S_GLUE, COMERR_GLUE, PROF_GLUE, SGLUE): New | Ken Raeburn | 2004-06-18 | 3 | -31/+125 |
| * | * Makefile.in (OBJFILEDEP, OBJFILELIST) [DOS]: Include locally built object | Ken Raeburn | 2004-06-18 | 2 | -2/+11 |
| * | * Makefile.in (OBJFILELIST, OBJFILEDEP) [DOS]: Depend on locally built objects | Ken Raeburn | 2004-06-18 | 2 | -2/+17 |
| * | oops, forgot something | Tom Yu | 2004-06-17 | 2 | -3/+6 |
| * | * ser_sctx.c (kg_ctx_size, kg_ctx_externalize): Adjust for new | Tom Yu | 2004-06-17 | 2 | -1/+10 |
| * | * libgssrpc.exports: Update | Tom Yu | 2004-06-17 | 2 | -31/+57 |
| * | * util_validate.c (g_save): Call gssint_initialize_library | Ken Raeburn | 2004-06-17 | 2 | -0/+10 |
| * | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 24 | -28/+49 |
| * | more rpc namespace cleanup | Tom Yu | 2004-06-16 | 3 | -12/+38 |
| * | make depend | Tom Yu | 2004-06-16 | 5 | -350/+453 |
| * | This commit merges the RPCSEC_GSS integration branch onto the trunk. | Tom Yu | 2004-06-16 | 71 | -1135/+3682 |
| * | ok, let's try this again.. | Tom Yu | 2004-06-16 | 4 | -4/+21 |
| * | * Makefile.in (LOCALINCLUDES): Add $srcdir/os | Ken Raeburn | 2004-06-16 | 2 | -1/+3 |
| * | * krb5_libinit.c: Include os-proto.h | Ken Raeburn | 2004-06-16 | 2 | -2/+3 |
| * | * Makefile.in (SHLIB_RDIRS): Set | Ken Raeburn | 2004-06-16 | 2 | -0/+3 |
| * | * krb5_libinit.c (krb5int_lib_init): Initialize krb5int_us_time_mutex | Ken Raeburn | 2004-06-15 | 2 | -0/+6 |
| * | Localize the OS-specific bits of retrieving the current time a bit more. | Ken Raeburn | 2004-06-15 | 3 | -44/+78 |
| * | don't leak rcaches in accept_sec_context | Tom Yu | 2004-06-15 | 1 | -1/+5 |
| * | * libkrb5.exports: Drop krb5_init_ets, krb5_free_ets, krb5_kt_default_vno, and | Ken Raeburn | 2004-06-15 | 2 | -4/+5 |
| * | * exports.crypto, exports.des425, exports.kdb5, exports.krb5: Unused files de... | Ken Raeburn | 2004-06-15 | 5 | -383/+5 |
| * | * rc_io.c (dir, dirlen): Top-level variables deleted. | Ken Raeburn | 2004-06-15 | 2 | -10/+19 |