summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-174-7/+8
* ok, let's try this again..Tom Yu2004-06-164-4/+21
* don't leak rcaches in accept_sec_contextTom Yu2004-06-151-1/+5
* * Makefile.in (SHLIB_EXPLIBS): Add $(LIBS)Ken Raeburn2004-06-152-1/+5
* * init_sec_context.c (krb5_gss_init_sec_context): Fix pointerTom Yu2004-06-142-1/+7
* * Makefile.in (gssapi_krb5.h): Add Windows version of generation ruleKen Raeburn2004-06-112-0/+11
* * Makefile.in (krb5/gssapi_krb5.h): Depend on recursion ruleKen Raeburn2004-06-102-1/+5
* Install gssapi_krb5.h from build dir not srcdirSam Hartman2004-06-102-1/+4
* If channel bindings are supplied to server require them to be matchedSam Hartman2004-06-092-15/+11
* Run make dependSam Hartman2004-06-082-1/+13
* Patch from kwc@citi.umich.edu to supportSam Hartman2004-06-0815-116/+803
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-042-1/+5
* * disp_com_err_status.c (init_et): Variable deleted.Ken Raeburn2004-06-022-5/+7
* * gss_libinit.c (gssint_lib_init): Initialize error tables here.Ken Raeburn2004-06-022-28/+18
* * libgssapi_krb5.exports: Remove et_*, generic_*, gssint_*, initialize_*, kg_...Ken Raeburn2004-05-132-61/+5
* updated dependenciesKen Raeburn2004-04-241-47/+42
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-246-10/+46
* * gssapi_krb5.c (kg_get_ccache_name): Don't test err while it's still known toKen Raeburn2004-04-242-32/+27
* update dependenciesKen Raeburn2004-04-233-95/+134
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-222-0/+170
* * k5unseal.c: gss_krb5int_unseal_token_v3() takes a pointer toJeffrey Altman2004-04-133-2/+10
* * rel_cred.c (krb5_gss_release_cred): Create and destroy a local krb5 context.Ken Raeburn2004-03-214-8/+34
* log for export/import_name changes I accidentally checked in with another changeKen Raeburn2004-03-191-0/+2
* back out a change I didn't mean to check inKen Raeburn2004-03-191-0/+3
* acquire_cred.c: revert previous change, it breaks the test suiteKen Raeburn2004-03-195-30/+29
* * acquire_cred.c (krb5_gss_acquire_cred): Create and destroy a local krb5Ken Raeburn2004-03-199-22/+92
* * k5seal.c (kg_seal): Extract the krb5 context from the security contextKen Raeburn2004-03-1517-96/+109
* * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Add a krb5 context object.Ken Raeburn2004-03-155-22/+72
* * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Delete fields init_token andKen Raeburn2004-03-143-65/+11
* Add a mutex to protect the set manipulationsKen Raeburn2004-03-143-21/+87
* Make the set type separate from the set-element (linked list node) typeKen Raeburn2004-03-146-29/+50
* * gssapiP_generic.h (struct _g_set_elt, g_set_elt): Renamed from non-_eltKen Raeburn2004-03-144-21/+27
* Missing prototype for gss_krb5int_unseal_token_v3Ezra Peisach2004-03-082-0/+12
* fix typoKen Raeburn2004-03-031-1/+1
* don't get a krb5_context for the routines that don't need itKen Raeburn2004-03-034-12/+7
* Set context flags after calling krb5_rd_req so that the replay cache is set upSam Hartman2004-02-262-2/+8
* dependency updatesKen Raeburn2004-02-241-5/+7
* ignore some more generated filesKen Raeburn2004-02-241-0/+1
* * wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix calculation forKen Raeburn2004-02-232-6/+19
* * ser_sctx.c (kg_oid_externalize): Check for errors.Ken Raeburn2004-02-102-49/+154
* * util_ordering.c (g_queue_externalize, g_queue_internalize): Check forKen Raeburn2004-02-092-0/+9
* no license on k5sealv3.cKen Raeburn2004-02-081-2/+28
* 2004-02-05 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-064-7/+24
* need more testing support for MSKen Raeburn2004-01-273-3/+43
* * init_sec_context.c: Include auth_con.h if CFX_EXERCISE is defined.Ken Raeburn2004-01-053-15/+48
* * util_crypt.c (kg_encrypt, kg_decrypt): Input pointer now points to const.Ken Raeburn2003-12-204-5/+12
* * gssapi_generic.c (const_oids): Renamed from oids, and now const.Ken Raeburn2003-12-202-1/+8
* * init_sec_context.c: Include k5-int.h for accessorTom Yu2003-12-192-0/+5
* The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman2003-12-194-9/+41
* make dependKen Raeburn2003-12-153-58/+118