aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp
AgeCommit message (Expand)AuthorFilesLines
1997-02-09Merge of libhack_branchTom Yu6-19/+20
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso2-2/+8
1996-11-20Apply patch from shadow@andrew.cmu.edu to fix a bug I fixedSam Hartman2-1/+8
1996-11-12 * ftpd.c (ftpd_userok): Don't undconditionally return -1Tom Yu2-1/+6
1996-11-08Check return value of krb5_init_context()Theodore Tso2-1/+7
1996-10-22 * ftpd.c (auth_data): actually exit the for loop if the ftp keyMark Eichin2-2/+7
1996-10-14 * ftpd.c (secure_fprintf): Use STDARG routines ifEzra Peisach2-5/+28
1996-09-27 * cmds.c (setpeer): Apply jik's fix so "-n" actually works asTom Yu2-2/+8
1996-09-10remove ".so man1/header.doc" and extra args to .THTom Yu4-4/+10
1996-08-29man page rewrite from Cygnus. (Got rid of dependency on tmac.doc, whichJeff Bigler2-1216/+1225
1996-08-05s/struct fd_set/fd_set/gSam Hartman2-5/+10
1996-07-30 * configure.in: Determine sizeof short, int, long for secure.cEzra Peisach2-0/+7
1996-07-30 * secure.c: Do not assume sizeof(long) = 4 for sending lengths OTWEzra Peisach3-3/+24
1996-07-27* Define a non-zero FUDGE_FACTOR for GSSAPI; I have it set to 64 now,Sam Hartman3-9/+33
1996-07-26*** empty log message ***Marc Horowitz1-0/+5
1996-07-24 * ftpd.c (auth_data): the logic which dealt with multiple acceptorMarc Horowitz1-207/+204
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz6-10/+22
1996-06-13* ftpd.c (authdata): misplaced braces caused server to not be able toKevin Mitchell2-1/+8
1996-06-10cvsignore hackeryTom Yu3-3/+0
1996-06-03 * Makefile.in, configure.in: back out previous changes and useTom Yu3-7/+8
1996-06-03 * configure.in, Makefile.in: only link getdtablesize.o if neededTom Yu3-2/+11
1996-05-01hpux is unix. really, it isKen Raeburn2-0/+12
1996-05-01previously checked-in changesKen Raeburn1-0/+12
1996-04-09some fixes changes from marc. changelogs will be merged laterMark Eichin3-28/+47
1996-03-19Use AC_HEADER_STDARG and use that test to set STDARG.Ezra Peisach9-5/+21
1996-03-15 * ftpd.c (auth_data): Do not fail if last gss_service is notEzra Peisach2-2/+13
1996-03-15Added shadow password supportRichard Basch3-0/+30
1996-03-13update from cygnus sources. Get local hostname in a consistent manner,Mark Eichin4-1/+13
1996-02-24remove errno correctlyMark Eichin1-1/+1
1996-02-24remove extraneous second include of stdlib.hMark Eichin1-6/+1
1996-02-24more changes from cygnus sourceMark Eichin3-1/+14
1996-02-24update from cygnus sourcesMark Eichin3-10/+32
1996-02-07 * configure.in: Check for stdlib.hEzra Peisach6-1/+18
1996-02-07Make clean removes ftpd (not ftp)Ezra Peisach2-1/+5
1996-02-04* Makefile.inRichard Basch2-5/+12
1996-01-22Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1-1/+1
1996-01-19Deal with sys_errlistSam Hartman3-0/+12
1996-01-19Portability fixes: don't declare errno everSam Hartman5-2/+18
1996-01-18Fix loop so that a ftp/host@REALM is not required,Sam Hartman2-4/+11
1996-01-18Include sys/select.h for AIXSam Hartman3-0/+10
1996-01-14Sanitize and cvsignore files for gssftpMark Eichin7-0/+173
1996-01-14Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin37-0/+14111