aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp/ftpd
AgeCommit message (Expand)AuthorFilesLines
1998-10-28merge from mainlinemarc-3desMarc Horowitz5-170/+403
1998-10-24merge in from mainlineMarc Horowitz4-103/+345
1998-07-23merge mainline as of roughly 7/20 onto the branchMarc Horowitz3-2/+19
1998-05-08ftpcmd.y (cmd): Fix Y2K problem in the MDTM commandTheodore Tso2-3/+8
1998-04-11 (send_file_list): Oops missed a sigsetjmp() call.Tom Yu2-1/+8
1998-04-11 * ftpd.c (receive_data):Tom Yu3-7/+34
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 Yu2-2/+7
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 Tso3-50/+7
1998-02-12Mass makefile/configure.in build system revampTheodore Tso2-0/+6
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
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-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 Peisach2-5/+10
1997-07-16Fix name of srvtab file in the man page to be krb5.keytabTheodore Tso2-1/+5
1997-02-09Merge of libhack_branchTom Yu3-9/+10
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-10remove ".so man1/header.doc" and extra args to .THTom Yu2-2/+5
1996-08-29man page rewrite from Cygnus. (Got rid of dependency on tmac.doc, whichJeff Bigler1-268/+392
1996-07-30 * configure.in: Determine sizeof short, int, long for secure.cEzra Peisach2-0/+7
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 Horowitz3-6/+13
1996-06-13* ftpd.c (authdata): misplaced braces caused server to not be able toKevin Mitchell2-1/+8
1996-06-10cvsignore hackeryTom Yu1-1/+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-04-09some fixes changes from marc. changelogs will be merged laterMark Eichin1-1/+1
1996-03-19Use AC_HEADER_STDARG and use that test to set STDARG.Ezra Peisach4-2/+10
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 Eichin3-1/+11
1996-02-24more changes from cygnus sourceMark Eichin3-1/+14
1996-02-07Make clean removes ftpd (not ftp)Ezra Peisach2-1/+5
1996-02-04* Makefile.inRichard Basch1-3/+6
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-18Fix loop so that a ftp/host@REALM is not required,Sam Hartman2-4/+11
1996-01-14Sanitize and cvsignore files for gssftpMark Eichin2-0/+46
1996-01-14Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin12-0/+4803