summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
Commit message (Expand)AuthorAgeFilesLines
* * ftpd.c: strcat -> strncatTom Yu1999-02-132-5/+12
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-136-0/+21
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-302-25/+73
* Add -A (require authentication but not necessarily authorization) andDan Winship1998-10-265-160/+381
* * ftp.M: Add documentation for new ccc and cprotect commands.Geoffrey King1998-10-263-23/+77
* ftpd.c (pass): Wait 5 seconds before returning "passwordTheodore Tso1998-10-243-10/+36
* update ftpd man page to fully match reality (-a, -c, -u, CCC)Dan Winship1998-10-202-6/+24
* * ftpd.c: Add support for restricted users, as requested inGeoffrey King1998-10-082-16/+59
* cmdtab.c: Update help message for passive mode so that itTheodore Tso1998-10-023-2/+9
* Don't use h_errno, it's not fully portable, and it's not worth itTheodore Tso1998-09-292-2/+7
* Of course, the following sentence actually refers to the login function,Geoffrey King1998-08-291-4/+3
* * ftpd.c (login): New function. Essentially, the old passGeoffrey King1998-08-292-21/+74
* * cmds.c (user): Replace "oldlevel" with the more descriptiveGeoffrey King1998-08-283-6/+25
* Add optional support for the CCC (Clear Command Channel) command.Geoffrey King1998-08-193-14/+55
* * ftpcmd.y, ftpd.c: Replace global variable level with clevel andGeoffrey King1998-08-123-21/+30
* * ftp.c, cmds.c, cmdtab.c, main.c, secure.c, ftp_var.h: ReplaceGeoffrey King1998-08-127-69/+166
* Tue Aug 11 04:30:59 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-112-7/+55
* Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-082-6/+9
* Forgot to check in the ChangeLog. :)Matthew Hancher1998-08-081-0/+5
* Fri Aug 7 22:39:47 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-081-2/+2
* * ftp.c (getreply): Restore proper setting of safe. This variableTom Yu1998-08-072-1/+9
* Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-072-15/+38
* Preliminary fixes for AIX4.3:Sam Hartman1998-07-122-1/+5
* logwtmp.c: Include paths.h if present, and use _PATH_WTMP to determineTheodore Tso1998-05-272-1/+14
* configure.in: Add check for paths.hTheodore Tso1998-05-272-1/+5
* ftpcmd.y (cmd): Fix Y2K problem in the MDTM commandTheodore Tso1998-05-082-3/+8
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-062-1/+6
* Fix -n so that it doesn't disable authentication but does disable login. [38]Sam Hartman1998-04-254-2/+27
* * glob.c (ftpglob): Always allocate new storage, even if no magic globKen Raeburn1998-04-222-2/+17
* (send_file_list): Oops missed a sigsetjmp() call.Tom Yu1998-04-112-1/+8
* * configure.in: Add CHECK_SETJMP and CHECK_SIGNALSTom Yu1998-04-112-0/+6
* * ftpd.c (receive_data):Tom Yu1998-04-113-7/+34
* * secure.c (secure_putbyte): Set nout = 0 *before* callingDan Winship1998-04-072-1/+9
* * ftpcmd.y (getline): Don't syslog passwords! (or newlines)Dan Winship1998-03-052-2/+11
* * ftpcmd.y: Add production "nonguest" to catch things thatTom Yu1998-02-252-5/+22
* * ftpd.c: Use krb5_seteuid() and krb5_setegid(). [krb5-libs/505]Tom Yu1998-02-233-18/+20
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-186-6/+21
* Remove USE_ANAME as aclocal.m4 no longer defines itEzra Peisach1998-02-142-1/+4
* Applied lxs's changes to make ftpd safe for systems whereTheodore Tso1998-02-142-3/+20
* Collapse ftp and ftpd's configure.in into gssftp's configure.inTheodore Tso1998-02-139-74/+84
* Mass makefile/configure.in build system revampTheodore Tso1998-02-127-2/+22
* popen.c (ftpd_popen): Make sure you can't overrun the argv[] andTheodore Tso1998-02-062-4/+13
* * ftpd.c (auth_data): Accept forwarded credentials and dispose ofDan Winship1998-01-302-16/+41
* Add -x (automatically encrypt) and -f (forward credentials) optionsDan Winship1998-01-306-14/+43
* * logwtmp.c (ftp_logwtmp): Rename logwtmp to ftp_logwtmp to avoidTom Yu1997-12-213-4/+13
* * ftpd.c: Don't include netdb.h or sys/socket.h if krb.h isTom Yu1997-12-122-0/+12
* * ftp.c:Tom Yu1997-12-123-0/+19
* * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriateTom Yu1997-10-165-91/+107
* * Makefile.in: Change LOCALINCLUDE and the link line to allow forTom Yu1997-10-163-56/+73
* Fix bug that causes send_file_list to send no dataSam Hartman1997-08-292-2/+10