summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* gssapiP_generic.h: Don't include <sys/types.h> since it's alreadyTheodore Tso1996-01-053-3/+9
* Add rule for building shared object filesTheodore Tso1995-12-012-0/+5
* Changed token ID for KG_TOK_WRAP_MSG to match KG_TOK_SEAL_MSG bothTheodore Tso1995-12-012-1/+5
* * krb5_gss_glue.c (gss_inquire_names_for_mech): Added new contextTheodore Tso1995-12-013-2/+12
* Makefile.in, ChangeLog: Add support to compile shared librariesTheodore Tso1995-11-184-3/+29
* Fixed token type numbers so they conform with the protocol spec. PaulTheodore Tso1995-11-182-3/+11
* Renamed filenames so they would be unique in an 8.3 filesystem. AddedTheodore Tso1995-11-1829-100/+239
* Initial checkin of Sun's (Derek's) multi-mechanism GSSAPI supportTheodore Tso1995-11-1531-0/+2356
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-036-42/+28
* Change the input type of do_mutual to be OM_int32 instead of an int,Theodore Tso1995-10-252-1/+8
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-076-5/+15
* For MS-DOS, use the brute force method of defining the size ofTheodore Tso1995-09-292-9/+17
* Misc Mac cleanupsKeith Vetter1995-09-292-3/+12
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-256-14/+21
* Fix tabbing in prototypes. (Just to clear up a conflict)Theodore Tso1995-09-251-6/+6
* Fixed kb_seal_size prototypeKeith Vetter1995-09-252-2/+6
* acquire_.c: changed int to size_t.Theodore Tso1995-09-237-5/+76
* oid_ops.c: signed/unsigned mismatch, removed unused variablesTheodore Tso1995-09-233-5/+10
* Put back in all:: all-$(WHAT) rule--PC needs itTheodore Tso1995-09-232-0/+5
* Lots of memory leaks and other fixes...Theodore Tso1995-09-1618-106/+136
* Free the auth context when freeing the GSSAPI context structureTheodore Tso1995-09-133-0/+14
* Undo MACINTOSH changes to path in these files - theye were correct. TheEzra Peisach1995-09-124-12/+5
* Reintegrate the keytab -> enctype changesEzra Peisach1995-09-123-5/+5
* Mac Beta 1 submissionKeith Vetter1995-09-1113-5/+52
* (gss_delete_sec_context): Add extra indirection so that we actuallyTheodore Tso1995-09-093-6/+14
* * accept_sec_context.c, init_sec_context.c, util.c :Chris Provenzano1995-09-064-5/+9