aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Add "-dce" commandline option to gss-client.c to set GSS_C_DCE_STYLE flagSam Hartman3-1/+9
2011-10-14Use gssalloc memory management where appropriateSam Hartman1-41/+46
2011-10-05Replace gss_pname_to_uid with gss_localname in gss-server.cSam Hartman1-5/+5
2011-09-19Use closesocket() instead of close() for sockets on WindowsSam Hartman1-2/+2
2011-09-19Fixed some warnings on WindowsSam Hartman1-2/+2
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+1
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn1-4/+0
2011-08-20make-dependKen Raeburn1-5/+5
2011-08-09WhitespaceGreg Hudson1-2/+2
2011-08-09Windows fixes for gss-client.cSam Hartman1-9/+19
2011-04-04Add gss_userok and gss_pname_to_uidGreg Hudson1-0/+18
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
2010-10-06Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2-9/+117
2010-05-16Update dependenciesKen Raeburn1-2/+6
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson3-13/+136
2010-04-24Add a Python test script to exercise the GSS sample appGreg Hudson2-0/+43
2010-04-24Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson1-0/+1
2010-01-03Some unsigned/signed warning cleanupEzra Peisach1-1/+1
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson4-947/+933
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-4/+2
2009-10-31make mark-cstyleTom Yu4-18/+18
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-14/+12
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-6/+10
2007-04-14Add resource data windows/version.rc for:Jeffrey Altman1-7/+23
2007-04-11Move autoconf.h inclusion before tests for HAVE_UNISTD_H and HAVE_SYS_TIME_HEzra Peisach1-1/+3
2007-03-28make dependKen Raeburn1-3/+3
2007-03-25Configure appl test programs from top levelKen Raeburn1-2/+2
2007-03-25Include autoconf.hKen Raeburn1-0/+1
2006-12-07 Modifications to support the generation and embedding Jeffrey Altman1-0/+2
2006-10-15Cleanup some warnings on missing prototypesEzra Peisach2-2/+2
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-481/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn1-40/+0
2006-03-31make depend, now with dependency sortingKen Raeburn1-7/+9
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-1/+1
2006-02-27Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2-2/+6
2005-10-27make dependKen Raeburn1-1/+2
2005-10-21Renamed variable 'log' to 'logfile' and made it staticKen Raeburn2-40/+47
2005-10-21reindent to style in doc/coding-style, via gnu indentKen Raeburn3-1178/+1196
2005-10-21Jeff's patches for a multi-threaded gss-sample suite, modified to not break theKen Raeburn4-32/+315
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman1-2/+0
2004-12-30run "make depend"Ken Raeburn1-1/+0
2004-03-08Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2-1/+4
2004-02-27 * gss-client.c: change if (this) if (that) => if (this && that)Jeffrey Altman2-170/+172
2004-02-11update copyright notices on gss sample appsTom Yu3-0/+69
2004-02-10 gss-client.c: remove extraneous parameters from client_establish_context()Jeffrey Altman2-5/+10
2004-02-07* update usage() for gss-clientJeffrey Altman3-1/+7
2004-02-062004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman3-14/+36
2004-01-31* gss-misc.c: Include sys/time.h or time.h, to get struct timeval declarationKen Raeburn2-14/+26
2004-01-30Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman3-145/+161