aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample/gss-misc.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-09Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman1-15/+32
2002-12-30* gss-misc.c (send_token, recv_token): Open-code the math to send and receiveKen Raeburn1-5/+15
2001-12-05 * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length toEzra Peisach1-2/+2
2001-11-07 * gss-misc.c (recv_token): Do not attempt to malloc 0 bytesEzra Peisach1-1/+1
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-1/+1
2000-09-26 * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach1-0/+1
2000-02-11 * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu1-12/+42
2000-02-01* gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida1-2/+24
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-62/+114
1996-03-02gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1-0/+40
1995-10-12 * gss-misc.c (recv_token): When continuing partial read, decreaseEzra Peisach1-1/+2
1995-10-08(recv_token): When continuning a partial read over the network, putEzra Peisach1-1/+1
1995-09-29gss-client.c (main): Set display_file to be stdoutTheodore Tso1-24/+20
1995-09-04gss-misc.c: Either include stdlib.h or declare mallocEzra Peisach1-0/+6
1995-08-31Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1-0/+4
1995-06-10recv_tocken: Initialize stack variable to 0 before usingEzra Peisach1-1/+1
1995-06-10Allow for partial reads while reading the tokenTheodore Tso1-11/+9
1995-04-28Oops, checked in wrote version of gss-miscTheodore Tso1-1/+4
1995-04-28gss-server.c (main, sign_server): Make changes to allowTheodore Tso1-5/+18
1994-08-18stamp out rcs keywordsMark Eichin1-4/+0
1994-08-14use unistd.h if the system has itMark Eichin1-0/+3
1994-07-21 * Makefile.in: fix infinite recursion in rulesTom Yu1-5/+15
1994-06-15As submitted from Openvision --- a sample GSSAPI client/server application!Theodore Tso1-0/+181