| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | * kt_file.c (krb5_kt_default_vno): Replaced variable with macro | Ken Raeburn | 2004-06-15 | 2 | -1/+5 |
| * | * Makefile.in (SHLIB_EXPLIBS): Add $(LIBS) | Ken Raeburn | 2004-06-15 | 2 | -1/+5 |
| * | * Makefile.in (SHLIB_DIRS, SHLIB_EXPLIBS, SHLIB_EXPDEPLIBS): Set to depend on | Ken Raeburn | 2004-06-15 | 3 | -2/+12 |
| * | * init_sec_context.c (krb5_gss_init_sec_context): Fix pointer | Tom Yu | 2004-06-14 | 2 | -1/+7 |
| * | * Makefile.in (gssapi_krb5.h): Add Windows version of generation rule | Ken Raeburn | 2004-06-11 | 2 | -0/+11 |
| * | * asn1_encode.c (asn1_encode_generaltime): Fix memcpy argument to actually | Ken Raeburn | 2004-06-11 | 3 | -12/+24 |
| * | * Makefile.in (krb5/gssapi_krb5.h): Depend on recursion rule | Ken Raeburn | 2004-06-10 | 2 | -1/+5 |
| * | Install gssapi_krb5.h from build dir not srcdir | Sam Hartman | 2004-06-10 | 2 | -1/+4 |
| * | If channel bindings are supplied to server require them to be matched | Sam Hartman | 2004-06-09 | 2 | -15/+11 |
| * | ugh. revert last change | Ken Raeburn | 2004-06-09 | 2 | -6/+1 |
| * | * sendto_kdc.c (krb5int_sendtokdc_debug_handler) [!DEBUG]: Define as a macro, | Ken Raeburn | 2004-06-09 | 2 | -1/+6 |
| * | Run make depend | Sam Hartman | 2004-06-08 | 4 | -11/+17 |
| * | Patch from kwc@citi.umich.edu to support | Sam Hartman | 2004-06-08 | 15 | -116/+803 |
| * | * yarrow.c (yarrow_str_error): Now const | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | * asn1_encode.c (asn1_encode_generaltime): Use gmtime_r if available | Ken Raeburn | 2004-06-04 | 2 | -3/+16 |
| * | * str_conv.c (krb5_string_to_timestamp): Use localtime_r if available. | Ken Raeburn | 2004-06-04 | 2 | -2/+21 |
| * | * parse.c (krb5_parse_name): Use assert and abort, not exit | Ken Raeburn | 2004-06-04 | 2 | -5/+6 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 20 | -10/+50 |
| * | Oops | Ken Raeburn | 2004-06-04 | 2 | -1/+9 |
| * | * kuserok.c (krb5_kuserok): Handle draft POSIX versions of getpwnam_r | Ken Raeburn | 2004-06-04 | 2 | -2/+20 |
| * | * prng.c (init_once): Variable deleted. | Ken Raeburn | 2004-06-02 | 2 | -9/+13 |
| * | * disp_com_err_status.c (init_et): Variable deleted. | Ken Raeburn | 2004-06-02 | 2 | -5/+7 |
| * | * gss_libinit.c (gssint_lib_init): Initialize error tables here. | Ken Raeburn | 2004-06-02 | 2 | -28/+18 |
| * | Oops. Add and remove k524 error table too | Ken Raeburn | 2004-06-02 | 2 | -1/+4 |
| * | Add/remove error tables in library initialization/termination, not per context. | Ken Raeburn | 2004-06-02 | 6 | -23/+28 |
| * | * srv_rcache.c (krb5_get_server_rcache): Use krb5_rc_resolve_full instead of | Ken Raeburn | 2004-06-02 | 2 | -13/+13 |
| * | Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, and | Ken Raeburn | 2004-06-02 | 6 | -1/+49 |
| * | fix missing braces in an_to_ln.c security patch | Tom Yu | 2004-06-02 | 2 | -1/+7 |
| * | fix buffer overflow in an_to_ln.c | Tom Yu | 2004-06-01 | 2 | -4/+48 |
| * | * clnt_tcp.c: Include string.h | Ken Raeburn | 2004-05-30 | 2 | -0/+6 |
| * | Add prototypes for library init and fini functions. Makefile dependencies | Ezra Peisach | 2004-05-28 | 15 | -6/+129 |
| * | * yarrow.c (krb5int_yarrow_final): Call | Ezra Peisach | 2004-05-26 | 4 | -0/+23 |
| * | * cc_mslsa.c: GetMSTGT(). Add krb5_context | Jeffrey Altman | 2004-05-26 | 2 | -32/+26 |
| * | * cc_mslsa.c: GetMSTGT() Initialize pTicketRequest to NULL to prevent | Jeffrey Altman | 2004-05-26 | 2 | -1/+6 |
| * | * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as always | Tom Yu | 2004-05-25 | 2 | -11/+23 |
| * | * keytab.c (krb5_ktkdb_get_entry): Change local variable rom int | Ezra Peisach | 2004-05-25 | 2 | -1/+7 |
| * | * conv_creds.c (krb5int_encode_v4tkt): Unsigned vs signed warning fix | Ezra Peisach | 2004-05-25 | 2 | -1/+6 |
| * | * aes.c (krb5int_aes_encrypt): Signed/unsigned warning fix | Ezra Peisach | 2004-05-25 | 2 | -2/+8 |
| * | * t_encrypt.c (compare_results): Declare static. | Ezra Peisach | 2004-05-24 | 3 | -3/+12 |