aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp
AgeCommit message (Expand)AuthorFilesLines
1998-10-28merge from mainlinemarc-3desMarc Horowitz9-193/+494
1998-10-28add fundsxpress copyrightsMarc Horowitz1-0/+26
1998-10-27Add changelog entries for all the changed and added filesMarc Horowitz1-0/+7
1998-10-24merge in from mainlineMarc Horowitz11-182/+560
1998-08-23implement fallback from the krb5 rfcv2 mech to the rfc1964 mechMarc Horowitz1-25/+40
1998-07-23merge mainline as of roughly 7/20 onto the branchMarc Horowitz5-3/+24
1998-05-08ftpcmd.y (cmd): Fix Y2K problem in the MDTM commandTheodore Tso2-3/+8
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso2-1/+6
1998-04-25Fix -n so that it doesn't disable authentication but does disable login. [38]Sam Hartman4-2/+27
1998-04-22* glob.c (ftpglob): Always allocate new storage, even if no magic globKen Raeburn2-2/+17
1998-04-11 (send_file_list): Oops missed a sigsetjmp() call.Tom Yu2-1/+8
1998-04-11 * configure.in: Add CHECK_SETJMP and CHECK_SIGNALSTom Yu2-0/+6
1998-04-11 * ftpd.c (receive_data):Tom Yu3-7/+34
1998-04-07 * secure.c (secure_putbyte): Set nout = 0 *before* callingDan Winship2-1/+9
1998-03-05 * ftpcmd.y (getline): Don't syslog passwords! (or newlines)Dan Winship2-2/+11
1998-02-25 * ftpcmd.y: Add production "nonguest" to catch things thatTom Yu2-5/+22
1998-02-23 * ftpd.c: Use krb5_seteuid() and krb5_setegid(). [krb5-libs/505]Tom Yu3-18/+20
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu6-6/+21
1998-02-14Remove USE_ANAME as aclocal.m4 no longer defines itEzra Peisach2-1/+4
1998-02-14Applied lxs's changes to make ftpd safe for systems whereTheodore Tso2-3/+20
1998-02-13Collapse ftp and ftpd's configure.in into gssftp's configure.inTheodore Tso9-74/+84
1998-02-12Mass makefile/configure.in build system revampTheodore Tso7-2/+22
1998-02-06popen.c (ftpd_popen): Make sure you can't overrun the argv[] andTheodore Tso2-4/+13
1998-01-30 * ftpd.c (auth_data): Accept forwarded credentials and dispose ofDan Winship2-16/+41
1998-01-30Add -x (automatically encrypt) and -f (forward credentials) optionsDan Winship6-14/+43
1997-12-21 * logwtmp.c (ftp_logwtmp): Rename logwtmp to ftp_logwtmp to avoidTom Yu3-4/+13
1997-12-12 * ftpd.c: Don't include netdb.h or sys/socket.h if krb.h isTom Yu2-0/+12
1997-12-12 * ftp.c:Tom Yu3-0/+19
1997-10-16 * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriateTom Yu5-91/+107
1997-10-16 * Makefile.in: Change LOCALINCLUDE and the link line to allow forTom Yu3-56/+73
1997-08-29Fix bug that causes send_file_list to send no dataSam Hartman2-2/+10
1997-08-17 * Makefile.in (SRCS): Add $(srcdir) where neededEzra Peisach4-7/+18
1997-07-16Fix name of srvtab file in the man page to be krb5.keytabTheodore Tso2-1/+5
1997-05-02Fix Y2K bug in the parsing of the MDTM command. [krb5-appl/399]Theodore Tso2-2/+7
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