summaryrefslogtreecommitdiffstats
path: root/src/appl/gss-sample
Commit message (Expand)AuthorAgeFilesLines
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-062-9/+117
* Update dependenciesKen Raeburn2010-05-161-2/+6
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-303-13/+136
* Add a Python test script to exercise the GSS sample appGreg Hudson2010-04-242-0/+43
* Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson2010-04-241-0/+1
* Some unsigned/signed warning cleanupEzra Peisach2010-01-031-1/+1
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-244-947/+933
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-4/+2
* make mark-cstyleTom Yu2009-10-314-18/+18
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-14/+12
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-6/+10
* Add resource data windows/version.rc for:Jeffrey Altman2007-04-141-7/+23
* Move autoconf.h inclusion before tests for HAVE_UNISTD_H and HAVE_SYS_TIME_HEzra Peisach2007-04-111-1/+3
* make dependKen Raeburn2007-03-281-3/+3
* Configure appl test programs from top levelKen Raeburn2007-03-251-2/+2
* Include autoconf.hKen Raeburn2007-03-251-0/+1
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-0/+2
* Cleanup some warnings on missing prototypesEzra Peisach2006-10-152-2/+2
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-481/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-40/+0
* make depend, now with dependency sortingKen Raeburn2006-03-311-7/+9
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-1/+1
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-272-2/+6
* make dependKen Raeburn2005-10-271-1/+2
* Renamed variable 'log' to 'logfile' and made it staticKen Raeburn2005-10-212-40/+47
* reindent to style in doc/coding-style, via gnu indentKen Raeburn2005-10-213-1178/+1196
* Jeff's patches for a multi-threaded gss-sample suite, modified to not break theKen Raeburn2005-10-214-32/+315
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-2/+0
* run "make depend"Ken Raeburn2004-12-301-1/+0
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-082-1/+4
* * gss-client.c: change if (this) if (that) => if (this && that)Jeffrey Altman2004-02-272-170/+172
* update copyright notices on gss sample appsTom Yu2004-02-113-0/+69
* gss-client.c: remove extraneous parameters from client_establish_context()Jeffrey Altman2004-02-102-5/+10
* * update usage() for gss-clientJeffrey Altman2004-02-073-1/+7
* 2004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-063-14/+36
* * gss-misc.c: Include sys/time.h or time.h, to get struct timeval declarationKen Raeburn2004-01-312-14/+26
* Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman2004-01-303-145/+161
* Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman2003-01-094-30/+69
* * gss-misc.c (send_token, recv_token): Open-code the math to send and receiveKen Raeburn2002-12-302-5/+21
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+2
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* Use ws2_32.lib instead of wsock32.libKen Raeburn2002-06-142-2/+7
* Free the context when it is non-null not when it is nullSam Hartman2002-04-303-2/+9
* Fix typo in last checkinEzra Peisach2001-12-051-1/+0
* * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length toEzra Peisach2001-12-054-10/+17
* * gss-server.c (server_establish_context, sign_server): EnsureEzra Peisach2001-11-192-10/+39
* * gss-misc.c (recv_token): Do not attempt to malloc 0 bytesEzra Peisach2001-11-072-2/+6
* 2001-11-01 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-013-11/+23