| Commit message (Expand) | Author | Age | Files | Lines |
| * | * init_sec_context.c (make_ap_req_v1): Free checksum data | Tom Yu | 2004-08-28 | 1 | -0/+8 |
| * | * acquire_cred.c (krb5_gss_acquire_cred): Call gssint_initialize_library. | Ken Raeburn | 2004-08-26 | 1 | -0/+6 |
| * | * gssapi_krb5.c (kg_ccache_name): Variable deleted. | Ken Raeburn | 2004-07-30 | 1 | -0/+6 |
| * | Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it while | Ken Raeburn | 2004-07-29 | 1 | -0/+23 |
| * | * set_ccache.c (gss_krb5_ccache_name): Don't make a copy of the string returned | Ken Raeburn | 2004-07-29 | 1 | -0/+4 |
| * | * gssapi_krb5.c (kg_get_ccache_name): Make the copy always, not just | Ken Raeburn | 2004-07-29 | 1 | -0/+2 |
| * | * gssapi_krb5.c (kg_get_ccache_name): Make a copy of the default ccache name, | Ken Raeburn | 2004-07-28 | 1 | -0/+5 |
| * | Get rid of the global krb5 context used by the GSSAPI Kerberos mechanism. I | Ken Raeburn | 2004-07-15 | 1 | -0/+15 |
| * | * set_ccache.c (gss_krb5_ccache_name): Check thread-specific data for the saved | Ken Raeburn | 2004-07-14 | 1 | -0/+4 |
| * | * gssapiP_krb5.h (gssint_krb5_keytab_lock): Declare | Ken Raeburn | 2004-07-14 | 1 | -0/+1 |
| * | * acquire_cred.c: Include gss_libinit.h. | Ken Raeburn | 2004-07-14 | 1 | -0/+7 |
| * | * Makefile.in (LOCALINCLUDES): Add $(srcdir)/.. to the list | Ken Raeburn | 2004-07-08 | 1 | -0/+4 |
| * | * disp_status.c: Include gss_libinit.h. | Ken Raeburn | 2004-07-07 | 1 | -0/+7 |
| * | * import_name.c (krb5_gss_import_name) [HAVE_GETPWUID_R]: Use getpwuid_r | Ken Raeburn | 2004-07-07 | 1 | -0/+6 |
| * | oops, forgot something | Tom Yu | 2004-06-17 | 1 | -2/+2 |
| * | * ser_sctx.c (kg_ctx_size, kg_ctx_externalize): Adjust for new | Tom Yu | 2004-06-17 | 1 | -0/+5 |
| * | ok, let's try this again.. | Tom Yu | 2004-06-16 | 1 | -0/+13 |
| * | * init_sec_context.c (krb5_gss_init_sec_context): Fix pointer | Tom Yu | 2004-06-14 | 1 | -0/+6 |
| * | * Makefile.in (gssapi_krb5.h): Add Windows version of generation rule | Ken Raeburn | 2004-06-11 | 1 | -0/+5 |
| * | Install gssapi_krb5.h from build dir not srcdir | Sam Hartman | 2004-06-10 | 1 | -0/+3 |
| * | If channel bindings are supplied to server require them to be matched | Sam Hartman | 2004-06-09 | 1 | -0/+7 |
| * | Patch from kwc@citi.umich.edu to support | Sam Hartman | 2004-06-08 | 1 | -0/+10 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 1 | -0/+3 |
| * | * gssapi_krb5.c (kg_get_ccache_name): Don't test err while it's still known to | Ken Raeburn | 2004-04-24 | 1 | -0/+7 |
| * | * k5unseal.c: gss_krb5int_unseal_token_v3() takes a pointer to | Jeffrey Altman | 2004-04-13 | 1 | -0/+8 |
| * | * rel_cred.c (krb5_gss_release_cred): Create and destroy a local krb5 context. | Ken Raeburn | 2004-03-21 | 1 | -0/+7 |
| * | log for export/import_name changes I accidentally checked in with another change | Ken Raeburn | 2004-03-19 | 1 | -0/+2 |
| * | acquire_cred.c: revert previous change, it breaks the test suite | Ken Raeburn | 2004-03-19 | 1 | -3/+2 |
| * | * acquire_cred.c (krb5_gss_acquire_cred): Create and destroy a local krb5 | Ken Raeburn | 2004-03-19 | 1 | -0/+14 |
| * | * k5seal.c (kg_seal): Extract the krb5 context from the security context | Ken Raeburn | 2004-03-15 | 1 | -0/+24 |
| * | * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Add a krb5 context object. | Ken Raeburn | 2004-03-15 | 1 | -0/+12 |
| * | * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Delete fields init_token and | Ken Raeburn | 2004-03-14 | 1 | -0/+8 |
| * | Make the set type separate from the set-element (linked list node) type | Ken Raeburn | 2004-03-14 | 1 | -0/+5 |
| * | Missing prototype for gss_krb5int_unseal_token_v3 | Ezra Peisach | 2004-03-08 | 1 | -0/+4 |
| * | 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 | 1 | -0/+7 |
| * | Set context flags after calling krb5_rd_req so that the replay cache is set up | Sam Hartman | 2004-02-26 | 1 | -0/+6 |
| * | * wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix calculation for | Ken Raeburn | 2004-02-23 | 1 | -0/+5 |
| * | * ser_sctx.c (kg_oid_externalize): Check for errors. | Ken Raeburn | 2004-02-10 | 1 | -0/+14 |
| * | 2004-02-05 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-02-06 | 1 | -0/+16 |
| * | need more testing support for MS | Ken Raeburn | 2004-01-27 | 1 | -0/+11 |
| * | * init_sec_context.c: Include auth_con.h if CFX_EXERCISE is defined. | Ken Raeburn | 2004-01-05 | 1 | -0/+14 |
| * | * util_crypt.c (kg_encrypt, kg_decrypt): Input pointer now points to const. | Ken Raeburn | 2003-12-20 | 1 | -0/+7 |
| * | * init_sec_context.c: Include k5-int.h for accessor | Tom Yu | 2003-12-19 | 1 | -0/+4 |
| * | The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64, | Jeffrey Altman | 2003-12-19 | 1 | -0/+6 |
| * | Add 64-bit sequence number support. Do sequence number ordering tests relative | Ken Raeburn | 2003-12-13 | 1 | -0/+37 |
| * | Added kg_sync_ccache_name(), kg_get_ccache_name, and kg_set_ccache_name() and... | Alexandra Ellwood | 2003-12-11 | 1 | -0/+9 |
| * | krb5_gss_register_acceptor_identity does not allocate enough memory for cache... | Ezra Peisach | 2003-07-19 | 1 | -0/+5 |
| * | Remove kg_release_defcred and caching of default credential. Rewrite | Tom Yu | 2003-07-17 | 1 | -0/+37 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 1 | -0/+4 |