summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftp/secure.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-410/+0
* make mark-cstyleTom Yu2009-10-311-12/+12
* Remove krb4 support in gssftp and telnetGreg Hudson2008-12-151-71/+0
* * secure.c (secure_putbuf): Initialize automatic variable LENGTH to 0.Ken Raeburn2006-11-021-1/+1
* Use memmove for overlapping regionsKen Raeburn2006-10-151-1/+1
* * secure.c: Include autoconf.h. Include stdint.h and inttypes.h if available.Ken Raeburn2006-03-311-9/+9
* * ftp.c: Include Winsock 2 instead of Winsock.Danilo Almeida2002-04-111-1/+3
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-1/+1
* * Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c,Danilo Almeida2001-07-241-0/+6
* * secure.c: Instead of hard wiring the FUDGE_FACTOR, newEzra Peisach2001-07-041-18/+57
* prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn2001-03-081-4/+7
* * domacro.c: Compiler warning cleanups and fix the overflow fix toEzra Peisach2000-08-171-28/+34
* 1.2-beta4 pullupKen Raeburn2000-06-301-0/+5
* * secure.c (secure_putbuf): Revert Sam's last change; ifTom Yu1999-02-261-1/+1
* * ftp.c, cmds.c, cmdtab.c, main.c, secure.c, ftp_var.h: ReplaceGeoffrey King1998-08-121-14/+14
* * secure.c (secure_putbyte): Set nout = 0 *before* callingDan Winship1998-04-071-1/+1
* * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriateTom Yu1997-10-161-11/+12
* Apply patch from shadow@andrew.cmu.edu to fix a bug I fixedSam Hartman1996-11-201-1/+1
* * secure.c: Do not assume sizeof(long) = 4 for sending lengths OTWEzra Peisach1996-07-301-3/+15
* * Define a non-zero FUDGE_FACTOR for GSSAPI; I have it set to 64 now,Sam Hartman1996-07-271-9/+14
* some fixes changes from marc. changelogs will be merged laterMark Eichin1996-04-091-27/+42
* Use AC_HEADER_STDARG and use that test to set STDARG.Ezra Peisach1996-03-191-1/+1
* * configure.in: Check for stdlib.hEzra Peisach1996-02-071-0/+3
* Portability fixes: don't declare errno everSam Hartman1996-01-191-1/+3
* Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin1996-01-141-0/+382