| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -376/+0 |
* | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 1 | -0/+4 |
* | * Makefile.in: Delete @SHARED_RULE@ line. | Ken Raeburn | 2004-09-23 | 1 | -0/+5 |
* | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -0/+5 |
* | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 1 | -0/+4 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 1 | -0/+4 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 1 | -0/+4 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -0/+1 |
* | * mglueP.h: Make all prototypes unconditional | Ken Raeburn | 2001-10-09 | 1 | -0/+5 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -0/+6 |
* | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 1 | -0/+4 |
* | * Makefile.in (unixmac): Target deleted | Ken Raeburn | 2001-04-17 | 1 | -0/+4 |
* | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
* | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
* | Do win32 build in subdir | Danilo Almeida | 1999-05-10 | 1 | -0/+4 |
* | Makefile.in (DLL_FILE_DEF): Tell the Makefile template that we are | Theodore Tso | 1999-03-11 | 1 | -0/+8 |
* | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 1 | -0/+5 |
* | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 1 | -0/+5 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 1 | -0/+4 |
* | Windows/NT integration (V1_0_WIN32_BRANCH merge) | Richard Basch | 1997-02-06 | 1 | -0/+11 |
* | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 1 | -0/+4 |
* | Makefile.in: Remove include of config/windows.in; that's done | Theodore Tso | 1996-06-12 | 1 | -0/+8 |
* | Do not build libgssapi.a on AIX, because it doesnt work | Sam Hartman | 1996-05-23 | 1 | -0/+9 |
* | Add code to support appropriate behavior when the input credentials is | Theodore Tso | 1996-05-03 | 1 | -0/+8 |
* | Fixed code to correctly handle errors reported from the mechanism | Theodore Tso | 1996-04-12 | 1 | -0/+5 |
* | Don't include <sys/types.h> mechglue.h will take care of this by | Theodore Tso | 1996-03-27 | 1 | -0/+6 |
* | g_imp_sec_context.c (gss_import_sec_context): | Theodore Tso | 1996-03-21 | 1 | -0/+14 |
* | mechglue.h: Don't include <sys/types.h>; it's included if necessary in | Theodore Tso | 1996-03-21 | 1 | -0/+16 |
* | use PROTOTYPE macro in mechglue.h | Ken Raeburn | 1996-03-13 | 1 | -0/+5 |
* | * g_imp_sec_context.c, g_exp_sec_context.c: Include string.h | Ezra Peisach | 1996-03-03 | 1 | -0/+4 |
* | g_glue.c (__gss_get_mech_type): Fix code to properly parse token | Theodore Tso | 1996-03-01 | 1 | -0/+9 |
* | mglueP.h: For MS-DOS, add #include of malloc.h | Theodore Tso | 1996-02-29 | 1 | -0/+13 |
* | g_initialize.c (gss_initialize): Don't fprintf to stderr on | Theodore Tso | 1996-02-28 | 1 | -0/+5 |
* | Protect include of unistd.h with HAVE_UNISTD_H | Theodore Tso | 1996-02-27 | 1 | -0/+4 |
* | * g_acquire_cred.c, g_delete_sec_context.c, g_dsp_name.c, | Mark Eichin | 1996-02-25 | 1 | -0/+8 |
* | Makefile.in, g_inquire_cred.c, g_inquire_names.c, g_inquire_context.c: | Theodore Tso | 1996-02-25 | 1 | -0/+4 |
* | g_acquire_cred.c (gss_add_cred): New GSSAPI V2 function | Theodore Tso | 1996-02-25 | 1 | -0/+40 |
* | Add support for new V2 call gss_wrap_size_limit() | Theodore Tso | 1996-02-25 | 1 | -0/+3 |
* | g_mechname.c (gss_add_mech_name_type): Only mark a name-type as being | Theodore Tso | 1996-02-24 | 1 | -0/+42 |
* | * mglueP.h (gss_config): Change int fields to OM_uint32 to match | Ezra Peisach | 1996-02-24 | 1 | -0/+6 |
* | g_imp_name.c (gss_import_name): If the user passes in a name-type | Theodore Tso | 1996-02-24 | 1 | -1/+32 |
* | Incluide stdlib.h for declaration of malloc | Ezra Peisach | 1996-02-11 | 1 | -0/+5 |
* | * g_glue.c: grab stdlib.h to get NULL | Tom Yu | 1996-02-10 | 1 | -0/+4 |
* | Need to include stdio.h and errno.h no matter what. | Ezra Peisach | 1996-02-07 | 1 | -0/+4 |
* | Commited new snapshot from Roland Schemers at Sun | Theodore Tso | 1996-02-07 | 1 | -0/+6 |
* | * g_compare_name.c, g_delete_sec_context.c, g_dsp_status.c, | Tom Yu | 1996-01-25 | 1 | -0/+10 |
* | Check for stdlib.h (configure.in) | Ezra Peisach | 1996-01-23 | 1 | -0/+6 |
* | * Makefile.in (SRCS): Remove extraneous line with only a tab. | Ezra Peisach | 1996-01-23 | 1 | -0/+7 |