summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* * g_imp_sec_context.c, g_exp_sec_context.c: Include string.hEzra Peisach1996-03-033-0/+6
* k5mech.c (krb5_gss_get_context): Initialize the serializers here,Theodore Tso1996-03-024-125/+119
* g_glue.c (__gss_get_mech_type): Fix code to properly parse tokenTheodore Tso1996-03-014-42/+72
* Fix to work on 16-bit platforms (we don't allow greater than 64kTheodore Tso1996-03-012-0/+15
* mglueP.h: For MS-DOS, add #include of malloc.hTheodore Tso1996-02-295-62/+180
* g_initialize.c (gss_initialize): Don't fprintf to stderr onTheodore Tso1996-02-283-1/+14
* Add mechglue to the list of directories which are recursively handledTheodore Tso1996-02-282-0/+12
* Protect include of unistd.h with HAVE_UNISTD_HTheodore Tso1996-02-272-0/+6
* Make sure size_t and uid_t are defined under MS-DOSTheodore Tso1996-02-272-1/+16
* accept_sec_context.c (krb5_gss_accept_sec_context): Remove dead codeTheodore Tso1996-02-275-7/+23
* Remoe static declaration of kg_context,Sam Hartman1996-02-262-5/+4
* * g_acquire_cred.c, g_delete_sec_context.c, g_dsp_name.c,Mark Eichin1996-02-2516-0/+23
* Makefile.in, g_inquire_cred.c, g_inquire_names.c, g_inquire_context.c:Theodore Tso1996-02-255-6/+10
* g_acquire_cred.c (gss_add_cred): New GSSAPI V2 functionTheodore Tso1996-02-2526-50/+324
* New error code functionTheodore Tso1996-02-252-0/+10
* Add support for new V2 call gss_wrap_size_limitTheodore Tso1996-02-252-1/+3
* Add support for new V2 call gss_wrap_size_limit()Theodore Tso1996-02-253-2/+57
* No longer need to call name-type/mechanism registration function.Theodore Tso1996-02-242-9/+6
* g_mechname.c (gss_add_mech_name_type): Only mark a name-type as beingTheodore Tso1996-02-2413-256/+473
* * mglueP.h (gss_config): Change int fields to OM_uint32 to matchEzra Peisach1996-02-242-4/+10
* * import_sec_context.c (krb5_gss_import_sec_context): Do notEzra Peisach1996-02-243-6/+12
* * rel_oid.c (krb5_gss_internal_release_oid): Change to match prototypeEzra Peisach1996-02-243-4/+13
* gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * asTheodore Tso1996-02-2424-330/+145
* g_imp_name.c (gss_import_name): If the user passes in a name-typeTheodore Tso1996-02-247-16/+189
* Incluide stdlib.h for declaration of mallocEzra Peisach1996-02-112-0/+8
* * g_glue.c: grab stdlib.h to get NULLTom Yu1996-02-102-0/+7
* Need to include stdio.h and errno.h no matter what.Ezra Peisach1996-02-072-2/+7
* Folded in danw's changes to allow building Makefiles for theTheodore Tso1996-02-072-0/+8
* Commited new snapshot from Roland Schemers at SunTheodore Tso1996-02-0740-454/+1115
* Require DES for credentialsSam Hartman1996-01-262-1/+5
* Fix bug in call to shared library macrosSam Hartman1996-01-262-1/+5
* Remove superfluous link lineSam Hartman1996-01-252-1/+5
* * g_compare_name.c, g_delete_sec_context.c, g_dsp_status.c,Tom Yu1996-01-2515-196/+288
* * pname_to_uid.c (krb5_pname_to_uid): Changed def'n ofTom Yu1996-01-252-2/+8
* Don't assume that the input_name_buffer is null terminated, when itTheodore Tso1996-01-242-8/+26
* Check for stdlib.h, include stdlib.h, string.h, cast to handle gcc warningEzra Peisach1996-01-234-1/+14
* Check for stdlib.h (configure.in)Ezra Peisach1996-01-2311-0/+44
* * Makefile.in (SRCS): Remove extraneous line with only a tab.Ezra Peisach1996-01-232-2/+11
* * Makefile.in (SHLIB_LIBS): Add lines for shared library buildingEzra Peisach1996-01-232-0/+9
* Add support for building GSSAPI as a shared libraryTheodore Tso1996-01-235-8/+57
* configure.in: Add the mechglue directory as a subdirTheodore Tso1996-01-233-2/+10
* gssapiP_generic.h: Removed prototypes of functions that have beenTheodore Tso1996-01-237-543/+9
* rel_oid.c (krb5_gss_internal_release_oid): Add the new interface forTheodore Tso1996-01-237-687/+61
* Added Sun's changes (from Roland), as fixed by Ted, to finally have aTheodore Tso1996-01-2314-54/+995
* New files for Sun's multi-mechanism GSSAPITheodore Tso1996-01-232-0/+427
* Added ##DOS statements after gssapi_err_generic.$(OBJECT) to get itTheodore Tso1996-01-112-0/+9
* Remove #if statement that used sizeof(xxx), since that won't work forTheodore Tso1996-01-112-6/+7
* Added defintion for KRB5_GSS_FOR_CREDS_OPTIONTheodore Tso1996-01-101-0/+2
* gssapiP_krb5.h (KRB5_GSS_FOR_CREDS_OPTION): New constant added forTheodore Tso1996-01-103-77/+252
* gssapiP_generic.h (TWRITE_INT16, TREAD_INT16): Added new macrosTheodore Tso1996-01-052-0/+13