| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * set_ccache.c (gss_krb5_ccache_name): Check thread-specific data for the saved | Ken Raeburn | 2004-07-14 | 2 | -5/+30 |
| * | * gssapiP_krb5.h (gssint_krb5_keytab_lock): Declare | Ken Raeburn | 2004-07-14 | 2 | -0/+3 |
| * | * gss_libinit.c (gssint_lib_init): Initialize new keytab-name mutex, and | Ken Raeburn | 2004-07-14 | 2 | -0/+13 |
| * | * Makefile.in (SHLIB_EXPDEPS): Use _DEPLIB variables. | Ken Raeburn | 2004-07-14 | 2 | -4/+7 |
| * | * acquire_cred.c: Include gss_libinit.h. | Ken Raeburn | 2004-07-14 | 2 | -8/+43 |
| * | * 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 |
| * | * import_name.c (krb5_gss_import_name) [HAVE_GETPWUID_R]: Use getpwuid_r | Ken Raeburn | 2004-07-07 | 2 | -5/+32 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 6 | -22/+10 |
| * | ignore generated file gssapi_krb5.h | Ken Raeburn | 2004-06-19 | 1 | -0/+1 |
| * | * 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 |
| * | * 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 | 4 | -7/+8 |
| * | ok, let's try this again.. | Tom Yu | 2004-06-16 | 4 | -4/+21 |
| * | don't leak rcaches in accept_sec_context | Tom Yu | 2004-06-15 | 1 | -1/+5 |
| * | * Makefile.in (SHLIB_EXPLIBS): Add $(LIBS) | Ken Raeburn | 2004-06-15 | 2 | -1/+5 |
| * | * 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 |
| * | * 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 |
| * | Run make depend | Sam Hartman | 2004-06-08 | 2 | -1/+13 |
| * | Patch from kwc@citi.umich.edu to support | Sam Hartman | 2004-06-08 | 15 | -116/+803 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | * 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 |
| * | * libgssapi_krb5.exports: Remove et_*, generic_*, gssint_*, initialize_*, kg_... | Ken Raeburn | 2004-05-13 | 2 | -61/+5 |
| * | updated dependencies | Ken Raeburn | 2004-04-24 | 1 | -47/+42 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 6 | -10/+46 |
| * | * gssapi_krb5.c (kg_get_ccache_name): Don't test err while it's still known to | Ken Raeburn | 2004-04-24 | 2 | -32/+27 |
| * | update dependencies | Ken Raeburn | 2004-04-23 | 3 | -95/+134 |
| * | Add files containing the export lists used on UNIX, in each directory | Ken Raeburn | 2004-04-22 | 2 | -0/+170 |
| * | * k5unseal.c: gss_krb5int_unseal_token_v3() takes a pointer to | Jeffrey Altman | 2004-04-13 | 3 | -2/+10 |
| * | * rel_cred.c (krb5_gss_release_cred): Create and destroy a local krb5 context. | Ken Raeburn | 2004-03-21 | 4 | -8/+34 |
| * | log for export/import_name changes I accidentally checked in with another change | Ken Raeburn | 2004-03-19 | 1 | -0/+2 |
| * | back out a change I didn't mean to check in | Ken Raeburn | 2004-03-19 | 1 | -0/+3 |
| * | acquire_cred.c: revert previous change, it breaks the test suite | Ken Raeburn | 2004-03-19 | 5 | -30/+29 |
| * | * acquire_cred.c (krb5_gss_acquire_cred): Create and destroy a local krb5 | Ken Raeburn | 2004-03-19 | 9 | -22/+92 |
| * | * k5seal.c (kg_seal): Extract the krb5 context from the security context | Ken Raeburn | 2004-03-15 | 17 | -96/+109 |
| * | * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Add a krb5 context object. | Ken Raeburn | 2004-03-15 | 5 | -22/+72 |
| * | * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Delete fields init_token and | Ken Raeburn | 2004-03-14 | 3 | -65/+11 |
| * | Add a mutex to protect the set manipulations | Ken Raeburn | 2004-03-14 | 3 | -21/+87 |
| * | Make the set type separate from the set-element (linked list node) type | Ken Raeburn | 2004-03-14 | 6 | -29/+50 |
| * | * gssapiP_generic.h (struct _g_set_elt, g_set_elt): Renamed from non-_elt | Ken Raeburn | 2004-03-14 | 4 | -21/+27 |
| * | Missing prototype for gss_krb5int_unseal_token_v3 | Ezra Peisach | 2004-03-08 | 2 | -0/+12 |
| * | fix typo | Ken Raeburn | 2004-03-03 | 1 | -1/+1 |
| * | don't get a krb5_context for the routines that don't need it | Ken Raeburn | 2004-03-03 | 4 | -12/+7 |
| * | Set context flags after calling krb5_rd_req so that the replay cache is set up | Sam Hartman | 2004-02-26 | 2 | -2/+8 |