| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -941/+0 |
| * | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 1 | -0/+4 |
| * | Stop checking sizeof(type) at configure time. | Ken Raeburn | 2006-03-31 | 1 | -0/+9 |
| * | * util_token.c: Include limits.h. | Ken Raeburn | 2006-03-31 | 1 | -0/+7 |
| * | * Makefile.in (include_xom): Define as "rem" instead of empty on Windows | Ken Raeburn | 2006-03-27 | 1 | -0/+5 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -0/+5 |
| * | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 1 | -0/+4 |
| * | gss_release_buffer can leak zero-length buffers | Tom Yu | 2005-09-22 | 1 | -0/+5 |
| * | Work around Makefile quoting problems | Tom Yu | 2005-04-07 | 1 | -0/+5 |
| * | * gssapi.hin: (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don't | Ken Raeburn | 2005-02-03 | 1 | -1/+1 |
| * | * gssapi.hin: Don't conditionally include xom.h here | Ken Raeburn | 2005-02-03 | 1 | -1/+2 |
| * | * Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ when | Ken Raeburn | 2005-02-03 | 1 | -0/+10 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -0/+4 |
| * | * util_validate.c (g_save): Call gssint_initialize_library | Ken Raeburn | 2004-06-17 | 1 | -0/+4 |
| * | Patch from kwc@citi.umich.edu to support | Sam Hartman | 2004-06-08 | 1 | -0/+5 |
| * | * disp_com_err_status.c (init_et): Variable deleted. | Ken Raeburn | 2004-06-02 | 1 | -0/+6 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 1 | -0/+5 |
| * | Add a mutex to protect the set manipulations | Ken Raeburn | 2004-03-14 | 1 | -0/+6 |
| * | Make the set type separate from the set-element (linked list node) type | Ken Raeburn | 2004-03-14 | 1 | -0/+10 |
| * | * gssapiP_generic.h (struct _g_set_elt, g_set_elt): Renamed from non-_elt | Ken Raeburn | 2004-03-14 | 1 | -0/+6 |
| * | * util_ordering.c (g_queue_externalize, g_queue_internalize): Check for | Ken Raeburn | 2004-02-09 | 1 | -0/+5 |
| * | * gssapi_generic.c (const_oids): Renamed from oids, and now const. | Ken Raeburn | 2003-12-20 | 1 | -0/+6 |
| * | Add 64-bit sequence number support. Do sequence number ordering tests relative | Ken Raeburn | 2003-12-13 | 1 | -0/+17 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 1 | -0/+4 |
| * | Be more friendly towards parallel builds | Ken Raeburn | 2003-05-14 | 1 | -0/+9 |
| * | * disp_com_err_status.c, gssapi_generic.h: Removed Mac header goober. * gssap... | Alexandra Ellwood | 2003-03-06 | 1 | -0/+11 |
| * | More tweaks to deal with parallel builds | Tom Yu | 2003-02-13 | 1 | -0/+6 |
| * | Fix recursion-forcing rules to be more friendly to parallel builds | Tom Yu | 2003-02-11 | 1 | -0/+5 |
| * | * Makefile.in: Another attempt... turns our that the "copy" | Tom Yu | 2003-02-11 | 1 | -0/+7 |
| * | Fix some things to avoid spurious rebuilds of header files | Tom Yu | 2003-02-11 | 1 | -0/+5 |
| * | Have g_token_size return unsigned int for signed/unsigned cleanup | Ezra Peisach | 2003-02-09 | 1 | -0/+5 |
| * | Use new target create-ehdrdir, defined differently for UNIX and WIN32, to | Ken Raeburn | 2003-01-17 | 1 | -1/+3 |
| * | * Makefile.in ($(EHDRDIR)$(S)gssapi.h): Depend on includes-unix, to make sure | Ken Raeburn | 2003-01-17 | 1 | -0/+7 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 1 | -0/+4 |
| * | Nuke some old .orig files | Ken Raeburn | 2003-01-08 | 1 | -0/+4 |
| * | 2002-12-05 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2002-12-06 | 1 | -0/+7 |
| * | * gssapiP_generic.h, util_token.c: Change g_make_token_header and | Ezra Peisach | 2002-11-15 | 1 | -0/+5 |
| * | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 1 | -0/+4 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 1 | -0/+4 |
| * | undo quoting changes | Ken Raeburn | 2002-08-27 | 1 | -4/+1 |
| * | more quoting | Ken Raeburn | 2002-08-27 | 1 | -0/+3 |
| * | Quote targets of some copy operations within the build tree. Needed | Ken Raeburn | 2002-08-27 | 1 | -0/+5 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 1 | -0/+4 |
| * | * gssapiP_generic.h, util_token.c (g_verify_token_header): Make | Ezra Peisach | 2002-07-15 | 1 | -0/+5 |
| * | Get rid of some unused functions and files. Hide | Ken Raeburn | 2002-07-13 | 1 | -0/+5 |
| * | * gssapi_generic.h: allow inclusion by C++ | Tom Yu | 2002-07-13 | 1 | -0/+22 |
| * | avoid name conflicts with glib | Ken Raeburn | 2001-10-20 | 1 | -0/+6 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -0/+5 |
| * | KRB5_EXPORTVAR is defined lots of places but never used; delete it | Ken Raeburn | 2001-10-06 | 1 | -0/+2 |
| * | Put back GSS_DLLIMP for variables, but define the macro here instead of in | Ken Raeburn | 2001-10-05 | 1 | -0/+20 |