summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic
Commit message (Expand)AuthorAgeFilesLines
...
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* make dependTom Yu2006-06-151-10/+0
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-146-479/+13
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-311-2/+2
* Cleanup a number of cast away from const warnings in gssapiEzra Peisach2006-05-093-14/+16
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-941/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-53/+0
* set DEFS empty in more placesKen Raeburn2006-04-042-0/+5
* Stop checking sizeof(type) at configure time.Ken Raeburn2006-03-314-16/+19
* * util_token.c: Include limits.h.Ken Raeburn2006-03-312-3/+11
* make depend, now with dependency sortingKen Raeburn2006-03-311-38/+50
* * Makefile.in (include_xom): Define as "rem" instead of empty on WindowsKen Raeburn2006-03-272-1/+6
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-112-38/+32
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-112-0/+6
* make dependTom Yu2005-11-291-24/+23
* gss_release_buffer can leak zero-length buffersTom Yu2005-09-222-2/+6
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-3/+0
* Update dependenciesKen Raeburn2005-06-211-23/+24
* Work around Makefile quoting problemsTom Yu2005-04-072-1/+6
* * gssapi.hin: (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don'tKen Raeburn2005-02-032-1/+4
* Makefile.in: fix macro syntax in last changeKen Raeburn2005-02-031-1/+1
* * gssapi.hin: Don't conditionally include xom.h hereKen Raeburn2005-02-032-8/+2
* * Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ whenKen Raeburn2005-02-033-9/+14
* run "make depend"Ken Raeburn2004-12-301-48/+58
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-222-7/+5
* * util_validate.c (g_save): Call gssint_initialize_libraryKen Raeburn2004-06-172-0/+10
* Patch from kwc@citi.umich.edu to supportSam Hartman2004-06-084-0/+49
* * disp_com_err_status.c (init_et): Variable deleted.Ken Raeburn2004-06-022-5/+7
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-242-1/+6
* update dependenciesKen Raeburn2004-04-231-27/+27
* Add a mutex to protect the set manipulationsKen Raeburn2004-03-143-21/+87
* Make the set type separate from the set-element (linked list node) typeKen Raeburn2004-03-143-27/+43
* * gssapiP_generic.h (struct _g_set_elt, g_set_elt): Renamed from non-_eltKen Raeburn2004-03-144-21/+27
* * util_ordering.c (g_queue_externalize, g_queue_internalize): Check forKen Raeburn2004-02-092-0/+9
* * gssapi_generic.c (const_oids): Renamed from oids, and now const.Ken Raeburn2003-12-202-1/+8
* make dependKen Raeburn2003-12-151-12/+24
* Add 64-bit sequence number support. Do sequence number ordering tests relativeKen Raeburn2003-12-134-26/+86
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* Be more friendly towards parallel buildsKen Raeburn2003-05-142-5/+17
* * disp_com_err_status.c, gssapi_generic.h: Removed Mac header goober. * gssap...Alexandra Ellwood2003-03-065-19/+12
* More tweaks to deal with parallel buildsTom Yu2003-02-132-19/+22
* Fix recursion-forcing rules to be more friendly to parallel buildsTom Yu2003-02-112-0/+7
* * Makefile.in: Another attempt... turns our that the "copy"Tom Yu2003-02-112-8/+15
* Fix some things to avoid spurious rebuilds of header filesTom Yu2003-02-112-11/+20
* Have g_token_size return unsigned int for signed/unsigned cleanupEzra Peisach2003-02-093-3/+8
* Use new target create-ehdrdir, defined differently for UNIX and WIN32, toKen Raeburn2003-01-172-6/+11
* * Makefile.in ($(EHDRDIR)$(S)gssapi.h): Depend on includes-unix, to make sureKen Raeburn2003-01-172-2/+9
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* Nuke some old .orig filesKen Raeburn2003-01-082-72/+4
* 2002-12-05 Sam Hartman <hartmans@mit.edu>Sam Hartman2002-12-062-23/+28