summaryrefslogtreecommitdiffstats
path: root/src/appl/gss-sample/gss-client.c
Commit message (Expand)AuthorAgeFilesLines
* Add "-dce" commandline option to gss-client.c to set GSS_C_DCE_STYLE flagSam Hartman2011-10-141-0/+2
* Fixed some warnings on WindowsSam Hartman2011-09-191-2/+2
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* WhitespaceGreg Hudson2011-08-091-2/+2
* Windows fixes for gss-client.cSam Hartman2011-08-091-9/+19
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-061-7/+35
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-9/+81
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-241-433/+429
* make mark-cstyleTom Yu2009-10-311-7/+7
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-6/+10
* Cleanup some warnings on missing prototypesEzra Peisach2006-10-151-1/+1
* reindent to style in doc/coding-style, via gnu indentKen Raeburn2005-10-211-480/+490
* Jeff's patches for a multi-threaded gss-sample suite, modified to not break theKen Raeburn2005-10-211-17/+130
* * gss-client.c: change if (this) if (that) => if (this && that)Jeffrey Altman2004-02-271-170/+168
* update copyright notices on gss sample appsTom Yu2004-02-111-0/+23
* gss-client.c: remove extraneous parameters from client_establish_context()Jeffrey Altman2004-02-101-5/+5
* * update usage() for gss-clientJeffrey Altman2004-02-071-0/+1
* 2004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-061-13/+20
* Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman2003-01-091-15/+25
* Free the context when it is non-null not when it is nullSam Hartman2002-04-301-1/+1
* 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-051-5/+6
* 2001-11-01 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-011-3/+3
* * gss-client.c (parse_oid): Cast argument to isdigit() to intEzra Peisach2001-06-181-5/+1
* * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach2000-09-261-9/+9
* * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu2000-02-111-218/+308
* * gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida2000-02-011-1/+6
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-16/+19
* gss-server.c (server_establish_context): Rearrange server establishTheodore Tso1997-06-111-8/+12
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-1/+1
* gss-server.c: Re-added code to test import and export securityTheodore Tso1996-10-221-7/+52
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-326/+261
* When reading in the test value from a file, don't free freeTheodore Tso1996-06-061-2/+2
* gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1996-03-021-13/+75
* Get the nametype OID from gss_display_name, print it, and then releaseTheodore Tso1996-02-281-2/+14
* * gss-client.c (main, client_establish_context): If the -d flag isTheodore Tso1996-01-041-2/+9
* gss-client.c (main): Set display_file to be stdoutTheodore Tso1995-09-291-0/+4
* Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1995-08-311-16/+155
* Use new gss_{im,ex}port_sec_contextPaul Park1995-08-291-1/+20
* Check for string.h and include if present, else include strings.hEzra Peisach1995-05-241-0/+6
* stamp out rcs keywordsMark Eichin1994-08-181-4/+0
* * Makefile.in: fix infinite recursion in rulesTom Yu1994-07-211-11/+21
* As submitted from Openvision --- a sample GSSAPI client/server application!Theodore Tso1994-06-151-0/+313