| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | dependency updates | Ken Raeburn | 2004-02-24 | 1 | -5/+7 |
| * | ignore some more generated files | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
| * | * wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix calculation for | Ken Raeburn | 2004-02-23 | 2 | -6/+19 |
| * | * ser_sctx.c (kg_oid_externalize): Check for errors. | Ken Raeburn | 2004-02-10 | 2 | -49/+154 |
| * | * util_ordering.c (g_queue_externalize, g_queue_internalize): Check for | Ken Raeburn | 2004-02-09 | 2 | -0/+9 |
| * | no license on k5sealv3.c | Ken Raeburn | 2004-02-08 | 1 | -2/+28 |
| * | 2004-02-05 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-02-06 | 4 | -7/+24 |
| * | need more testing support for MS | Ken Raeburn | 2004-01-27 | 3 | -3/+43 |
| * | * init_sec_context.c: Include auth_con.h if CFX_EXERCISE is defined. | Ken Raeburn | 2004-01-05 | 3 | -15/+48 |
| * | * util_crypt.c (kg_encrypt, kg_decrypt): Input pointer now points to const. | Ken Raeburn | 2003-12-20 | 4 | -5/+12 |
| * | * gssapi_generic.c (const_oids): Renamed from oids, and now const. | Ken Raeburn | 2003-12-20 | 2 | -1/+8 |
| * | * init_sec_context.c: Include k5-int.h for accessor | Tom Yu | 2003-12-19 | 2 | -0/+5 |
| * | The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64, | Jeffrey Altman | 2003-12-19 | 4 | -9/+41 |
| * | make depend | Ken Raeburn | 2003-12-15 | 3 | -58/+118 |
| * | Add 64-bit sequence number support. Do sequence number ordering tests relative | Ken Raeburn | 2003-12-13 | 15 | -290/+932 |
| * | Added kg_sync_ccache_name(), kg_get_ccache_name, and kg_set_ccache_name() and... | Alexandra Ellwood | 2003-12-11 | 5 | -33/+177 |
| * | krb5_gss_register_acceptor_identity does not allocate enough memory for cache... | Ezra Peisach | 2003-07-19 | 2 | -1/+6 |
| * | Remove kg_release_defcred and caching of default credential. Rewrite | Tom Yu | 2003-07-17 | 9 | -479/+625 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 4 | -2/+8 |
| * | * accept_sec_context.c (krb5_gss_accept_sec_context): Call | Tom Yu | 2003-07-15 | 2 | -4/+9 |
| * | * acquire_cred.c (acquire_init_cred): Close the ccache if | Tom Yu | 2003-07-10 | 2 | -0/+8 |
| * | libgss leaks, UMRs | Tom Yu | 2003-06-13 | 3 | -0/+9 |
| * | make_ap_req_v1 leaks memory | Tom Yu | 2003-06-13 | 2 | -0/+7 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -17/+17 |
| * | Be more friendly towards parallel builds | Ken Raeburn | 2003-05-14 | 2 | -5/+17 |
| * | * gssapi_krb5.h: Remove check for GSS_RFC_COMPLIANT_OIDS | Tom Yu | 2003-05-13 | 2 | -3/+4 |
| * | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 3 | -6/+14 |
| * | Do not claim GSS_C_PROT_READY_FLAG since we don't support it | Sam Hartman | 2003-03-14 | 4 | -1/+14 |
| * | Yet another attempt at cross-directory dependencies. Seems to fix the parallel | Ken Raeburn | 2003-03-08 | 2 | -8/+46 |
| * | * gss_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_BU... | Alexandra Ellwood | 2003-03-07 | 2 | -2/+8 |
| * | * disp_status.c, gssapi_krb5.h, gssapiP_krb5.h: Removed Mac header goober | Alexandra Ellwood | 2003-03-06 | 4 | -20/+8 |
| * | * disp_com_err_status.c, gssapi_generic.h: Removed Mac header goober. * gssap... | Alexandra Ellwood | 2003-03-06 | 5 | -19/+12 |
| * | * gss_libinit.c: Removed Mac header goober. Fixed USE_HARDCODED_FALLBACK_ERRO... | Alexandra Ellwood | 2003-03-06 | 3 | -8/+13 |
| * | * acquire_cred.c (krb5_gss_register_acceptor_identity): New | Tom Yu | 2003-03-06 | 3 | -19/+61 |
| * | Do not expect sequence number in encrypted krb_cred | Sam Hartman | 2003-03-04 | 2 | -1/+5 |
| * | GSS_C_NO_CREDENTIAL should accept any principal | Sam Hartman | 2003-03-04 | 5 | -40/+62 |
| * | Use com_err_deplib rather than an explicit path so we do not have our | Sam Hartman | 2003-03-02 | 1 | -1/+1 |
| * | There isn't really a point to validating cred_handle if it was just | Tom Yu | 2003-03-01 | 2 | -6/+11 |
| * | Thanks, similar patch applied | Tom Yu | 2003-02-25 | 2 | -6/+52 |
| * | * gssapi_krb5.c (kg_get_defcred): Revert previous; it's probably | Tom Yu | 2003-02-24 | 3 | -32/+34 |
| * | This should fix things, but I don't have an easy way to test | Tom Yu | 2003-02-21 | 2 | -15/+37 |
| * | * Makefile.in ($(GSSAPI_KRB5_HDR)): Use $(S) to avoid problems on | Tom Yu | 2003-02-14 | 2 | -1/+6 |
| * | Oops, add $(GSSAPI_KRB5_HDR) to all-unix | Tom Yu | 2003-02-13 | 2 | -2/+3 |
| * | More tweaks to deal with parallel builds | Tom Yu | 2003-02-13 | 4 | -28/+32 |
| * | Fix recursion-forcing rules to be more friendly to parallel builds | Tom Yu | 2003-02-11 | 4 | -2/+24 |
| * | * Makefile.in: Another attempt... turns our that the "copy" | Tom Yu | 2003-02-11 | 2 | -8/+15 |
| * | Fix some things to avoid spurious rebuilds of header files | Tom Yu | 2003-02-11 | 4 | -13/+28 |
| * | Have g_token_size return unsigned int for signed/unsigned cleanup | Ezra Peisach | 2003-02-09 | 5 | -4/+13 |
| * | Use new target create-ehdrdir, defined differently for UNIX and WIN32, to | Ken Raeburn | 2003-01-17 | 2 | -6/+11 |
| * | * Makefile.in ($(EHDRDIR)$(S)gssapi.h): Depend on includes-unix, to make sure | Ken Raeburn | 2003-01-17 | 2 | -2/+9 |