summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* remove spurious filesTom Yu1996-09-111-31/+0
* utl_nohash_validate.c, util_canonhost.c, util_validate.c: Only includeTheodore Tso1996-08-285-3/+15
* Fix stupid bug; don't free buf before it's allocated!Theodore Tso1996-08-282-1/+5
* * Require DES-CBC-CRC. This works alwaysSam Hartman1996-08-222-1/+6
* * acquire_cred.c (krb5_gss_acquire_cred): Add const to localEzra Peisach1996-08-022-1/+7
* * gssapiP_generic.h: If not on a Mac or under Dos, and stdlib.hEzra Peisach1996-08-023-0/+13
* * Makefile.in (OBJS): Remove trailing backslash on a comment; itTom Yu1996-07-262-1/+6
* Add AC_PROG_INSTALL, since it's needed for a "make install"Theodore Tso1996-07-262-0/+6
* restore old version (oops checked in debugging versTom Yu1996-07-261-3/+0
* * Makefile.in: remove trailing backslash from comment under SRCSTom Yu1996-07-263-1/+10
* 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