summaryrefslogtreecommitdiffstats
path: root/src/appl/gss-sample/gss-misc.c
Commit message (Expand)AuthorAgeFilesLines
* Some unsigned/signed warning cleanupEzra Peisach2010-01-031-1/+1
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-241-111/+112
* make mark-cstyleTom Yu2009-10-311-4/+4
* Move autoconf.h inclusion before tests for HAVE_UNISTD_H and HAVE_SYS_TIME_HEzra Peisach2007-04-111-1/+3
* Include autoconf.hKen Raeburn2007-03-251-0/+1
* reindent to style in doc/coding-style, via gnu indentKen Raeburn2005-10-211-193/+195
* Jeff's patches for a multi-threaded gss-sample suite, modified to not break theKen Raeburn2005-10-211-1/+1
* update copyright notices on gss sample appsTom Yu2004-02-111-0/+23
* * gss-misc.c: Include sys/time.h or time.h, to get struct timeval declarationKen Raeburn2004-01-311-14/+21
* Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman2004-01-301-3/+13
* Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman2003-01-091-15/+32
* * gss-misc.c (send_token, recv_token): Open-code the math to send and receiveKen Raeburn2002-12-301-5/+15
* * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length toEzra Peisach2001-12-051-2/+2
* * gss-misc.c (recv_token): Do not attempt to malloc 0 bytesEzra Peisach2001-11-071-1/+1
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-1/+1
* * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach2000-09-261-0/+1
* * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu2000-02-111-12/+42
* * gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida2000-02-011-2/+24
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-62/+114
* gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1996-03-021-0/+40
* * gss-misc.c (recv_token): When continuing partial read, decreaseEzra Peisach1995-10-121-1/+2
* (recv_token): When continuning a partial read over the network, putEzra Peisach1995-10-081-1/+1
* gss-client.c (main): Set display_file to be stdoutTheodore Tso1995-09-291-24/+20
* gss-misc.c: Either include stdlib.h or declare mallocEzra Peisach1995-09-041-0/+6
* Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1995-08-311-0/+4
* recv_tocken: Initialize stack variable to 0 before usingEzra Peisach1995-06-101-1/+1
* Allow for partial reads while reading the tokenTheodore Tso1995-06-101-11/+9
* Oops, checked in wrote version of gss-miscTheodore Tso1995-04-281-1/+4
* gss-server.c (main, sign_server): Make changes to allowTheodore Tso1995-04-281-5/+18
* stamp out rcs keywordsMark Eichin1994-08-181-4/+0
* use unistd.h if the system has itMark Eichin1994-08-141-0/+3
* * Makefile.in: fix infinite recursion in rulesTom Yu1994-07-211-5/+15
* As submitted from Openvision --- a sample GSSAPI client/server application!Theodore Tso1994-06-151-0/+181