aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample
AgeCommit message (Expand)AuthorFilesLines
2011-03-21add gss_pname_to_uid test to gss-serverLuke Howard1-0/+19
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
2003-01-09Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman4-30/+69
2002-12-30* gss-misc.c (send_token, recv_token): Open-code the math to send and receiveKen Raeburn2-5/+21
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+2
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-06-14Use ws2_32.lib instead of wsock32.libKen Raeburn2-2/+7
2002-04-30Free the context when it is non-null not when it is nullSam Hartman3-2/+9
2001-12-05Fix typo in last checkinEzra Peisach1-1/+0
2001-12-05 * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length toEzra Peisach4-10/+17
2001-11-19 * gss-server.c (server_establish_context, sign_server): EnsureEzra Peisach2-10/+39