summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* util_ordering.c (g_order_check):Theodore Tso1996-07-258-18/+44
* init_sec_context.c (krb5_gss_init_sec_context): Fixed error checkingTheodore Tso1996-07-255-22/+31
* * acquire_cred.c (krb5_gss_acquire_cred): Initialize variableEzra Peisach1996-07-252-0/+7
* util_token.c (g_verify_token_header): Changed return code to be anTheodore Tso1996-07-253-2/+5
* ser_sctx.c (kg_oid_externalize): Add proper return codeTheodore Tso1996-07-254-6/+16
* Remove INTERFACE keyworded; not needed (and causes problems) sinceTheodore Tso1996-07-243-2/+9
* Only include <sys/file.h> if building with BSD_DBTheodore Tso1996-07-242-1/+3
* Remove mechglue from the list of Macintosh subdirectoriesTheodore Tso1996-07-242-1/+6
* Must include k5-int.h on Windows and Macintosh buildsTheodore Tso1996-07-242-0/+6
* Fix broken Windows commands to copy gssapi_krb5.h to include/gssapiTheodore Tso1996-07-242-1/+4
* Must include k5-int.h on Windows and Macintosh buildsTheodore Tso1996-07-242-0/+9
* Renamed release_buffer.c to rel_buffer.c, and release_oid_set.c toTheodore Tso1996-07-234-4/+11
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-2262-1126/+2957
* Fix Win-16 build #defines for KRB5_CALLCONV and KRB5_DLLIMPTheodore Tso1996-06-212-5/+10
* * configure.in: remove ref to ET_RULESTom Yu1996-06-144-2/+10
* Makefile.in: Update special rule for gssapi_err_generic.obj so that itTheodore Tso1996-06-132-5/+7
* Makefile.in: Update special rule for gssapi_err_krb5.obj so that itTheodore Tso1996-06-132-5/+5
* Checked in missing _WIN32 #ifdefTheodore Tso1996-06-131-1/+1
* Makefile.in: Remove include of config/windows.in; that's doneTheodore Tso1996-06-124-11/+17
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-122-1/+6
* Change INTERFACE to be KRB5_CALLCONV, which is where the callingTheodore Tso1996-06-122-57/+109
* cvsignore hackeryTom Yu1996-06-104-4/+0
* Changed `mutual' element of struct _krb5_gss_ctx_id_rec into more generalKevin Mitchell1996-06-076-12/+21
* Don't pass $(LIBCMD) on the command line. It's set in the windows.inTheodore Tso1996-06-062-3/+8
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-0/+3
* Do not build libgssapi.a on AIX, because it doesnt workSam Hartman1996-05-233-8/+24
* update Makefile.in for new libupdateTom Yu1996-05-202-9/+8
* * k5seal.c k5unseal.c util_cksum.c:Richard Basch1996-05-154-11/+14
* Change call to krb5_auth_con_setcksumtype to useTheodore Tso1996-05-142-1/+7
* (clean-unix): Remove libgssapi_krb5.stampEzra Peisach1996-05-072-1/+5
* Add code to support appropriate behavior when the input credentials isTheodore Tso1996-05-032-13/+51
* Renamed MD5 routines to be preceded with krb5_Richard Basch1996-04-133-22/+27
* Integrated OpenVision's changes into the most recent MIT code. ThisMarc Horowitz1996-04-123-0/+330
* Return GSS_S_CRED_UNAVAIL on if krb5_cc_set_flags() returns an error,Theodore Tso1996-04-122-1/+8
* Fixed code to correctly handle errors reported from the mechanismTheodore Tso1996-04-122-31/+47
* If make_ap_req() returns KRB5APP_TKT_EXPIRED, then returnTheodore Tso1996-04-102-0/+8
* Inlined list of source files for SRCS and OBJS (for Macintosh build)Theodore Tso1996-04-022-9/+13
* Makefile.in (SRCS): Inlined list of source files for SRCS and OBJSTheodore Tso1996-04-023-6/+18
* Don't include <sys/types.h> mechglue.h will take care of this byTheodore Tso1996-03-272-1/+6
* g_imp_sec_context.c (gss_import_sec_context):Theodore Tso1996-03-218-5/+23
* Don't compile this procedure, since it's not used. The mechanism glueTheodore Tso1996-03-212-0/+10
* Comment out #ident line. This causes the Macintosh C compilerTheodore Tso1996-03-212-2/+9
* mechglue.h: Don't include <sys/types.h>; it's included if necessary inTheodore Tso1996-03-2130-35/+50
* Add new .Sanitize fileEzra Peisach1996-03-201-0/+71
* Synchronize .Sanitize with current realityEzra Peisach1996-03-203-5/+3
* use PROTOTYPE macro in mechglue.hKen Raeburn1996-03-132-2/+7
* convert __gss_get_mechanism to k&r style definitionMark Eichin1996-03-121-1/+2
* use PROTOTYPE and K&R style definitions, per krb5 styleMark Eichin1996-03-122-9/+11
* Fixed mispelling of Doug Engert's nameTheodore Tso1996-03-111-1/+1
* Change sizeof(long) to sizeof(krb5_int32)Ezra Peisach1996-03-092-1/+6