aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/mechglue
AgeCommit message (Expand)AuthorFilesLines
2004-09-23* Makefile.in: Delete @SHARED_RULE@ line.Ken Raeburn2-3/+6
2004-06-22Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn4-15/+5
2004-06-17Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2-5/+4
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-4/+8
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-4/+8
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2-2/+3
2001-10-09* mglueP.h: Make all prototypes unconditionalKen Raeburn2-102/+89
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn4-9/+11
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn3-8/+12
2001-04-17* Makefile.in (unixmac): Target deletedKen Raeburn2-2/+4
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
1999-10-26log tritan's changesTom Yu1-0/+7
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-3/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn2-2/+8
1999-05-10Do win32 build in subdirDanilo Almeida2-34/+38
1999-03-11Makefile.in (DLL_FILE_DEF): Tell the Makefile template that we areTheodore Tso4-8/+18
1998-12-05Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso2-0/+7
1998-07-17Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic2-2/+2
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu2-2/+7
1998-02-12Mass makefile/configure.in build system revampTheodore Tso3-26/+6
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch25-30/+41
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso2-1/+5
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-0/+11
1996-06-12Makefile.in: Remove include of config/windows.in; that's doneTheodore Tso4-11/+17
1996-06-10cvsignore hackeryTom Yu1-1/+0
1996-05-23 Do not build libgssapi.a on AIX, because it doesnt workSam Hartman3-8/+24
1996-05-03Add code to support appropriate behavior when the input credentials isTheodore Tso2-13/+51
1996-04-12Fixed code to correctly handle errors reported from the mechanismTheodore Tso2-31/+47
1996-03-27Don't include <sys/types.h> mechglue.h will take care of this byTheodore Tso2-1/+6
1996-03-21g_imp_sec_context.c (gss_import_sec_context):Theodore Tso8-5/+23
1996-03-21mechglue.h: Don't include <sys/types.h>; it's included if necessary inTheodore Tso30-35/+50
1996-03-20Add new .Sanitize fileEzra Peisach1-0/+71
1996-03-13use PROTOTYPE macro in mechglue.hKen Raeburn2-2/+7
1996-03-12convert __gss_get_mechanism to k&r style definitionMark Eichin1-1/+2
1996-03-12use PROTOTYPE and K&R style definitions, per krb5 styleMark Eichin1-3/+5
1996-03-03 * g_imp_sec_context.c, g_exp_sec_context.c: Include string.hEzra Peisach3-0/+6
1996-03-01g_glue.c (__gss_get_mech_type): Fix code to properly parse tokenTheodore Tso4-42/+72
1996-02-29mglueP.h: For MS-DOS, add #include of malloc.hTheodore Tso5-62/+180
1996-02-28g_initialize.c (gss_initialize): Don't fprintf to stderr onTheodore Tso3-1/+14
1996-02-27Protect include of unistd.h with HAVE_UNISTD_HTheodore Tso2-0/+6
1996-02-25 * g_acquire_cred.c, g_delete_sec_context.c, g_dsp_name.c,Mark Eichin16-0/+23
1996-02-25Makefile.in, g_inquire_cred.c, g_inquire_names.c, g_inquire_context.c:Theodore Tso5-6/+10
1996-02-25g_acquire_cred.c (gss_add_cred): New GSSAPI V2 functionTheodore Tso26-50/+324
1996-02-25Add support for new V2 call gss_wrap_size_limit()Theodore Tso3-2/+57
1996-02-24g_mechname.c (gss_add_mech_name_type): Only mark a name-type as beingTheodore Tso13-256/+473
1996-02-24 * mglueP.h (gss_config): Change int fields to OM_uint32 to matchEzra Peisach2-4/+10
1996-02-24g_imp_name.c (gss_import_name): If the user passes in a name-typeTheodore Tso7-16/+189
1996-02-11Incluide stdlib.h for declaration of mallocEzra Peisach2-0/+8
1996-02-10 * g_glue.c: grab stdlib.h to get NULLTom Yu2-0/+7
1996-02-07Need to include stdio.h and errno.h no matter what.Ezra Peisach2-2/+7