aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample/gss-client.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-17This commit was manufactured by cvs2svn to create tagkfw-2.6.2-beta2no author1-15/+46
2003-01-09Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman1-15/+25
2002-04-30Free the context when it is non-null not when it is nullSam Hartman1-1/+1
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 Peisach1-5/+6
2001-11-012001-11-01 Sam Hartman <hartmans@mit.edu>Sam Hartman1-3/+3
2001-06-18 * gss-client.c (parse_oid): Cast argument to isdigit() to intEzra Peisach1-5/+1
2000-09-26 * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach1-9/+9
2000-02-11 * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu1-218/+308
2000-02-01* gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida1-1/+6
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-16/+19
1997-06-11gss-server.c (server_establish_context): Rearrange server establishTheodore Tso1-8/+12
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1-1/+1
1996-10-22gss-server.c: Re-added code to test import and export securityTheodore Tso1-7/+52
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-326/+261
1996-06-06When reading in the test value from a file, don't free freeTheodore Tso1-2/+2
1996-03-02gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1-13/+75
1996-02-28Get the nametype OID from gss_display_name, print it, and then releaseTheodore Tso1-2/+14
1996-01-04* gss-client.c (main, client_establish_context): If the -d flag isTheodore Tso1-2/+9
1995-09-29gss-client.c (main): Set display_file to be stdoutTheodore Tso1-0/+4
1995-08-31Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1-16/+155
1995-08-29Use new gss_{im,ex}port_sec_contextPaul Park1-1/+20
1995-05-24Check for string.h and include if present, else include strings.hEzra Peisach1-0/+6
1994-08-18stamp out rcs keywordsMark Eichin1-4/+0
1994-07-21 * Makefile.in: fix infinite recursion in rulesTom Yu1-11/+21
1994-06-15As submitted from Openvision --- a sample GSSAPI client/server application!Theodore Tso1-0/+313