summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
Commit message (Expand)AuthorAgeFilesLines
* * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.hEzra Peisach1999-05-112-0/+5
* configure.in: Check to see if we need to pull in the util library inTheodore Tso1999-04-142-0/+7
* * ftpd.c (login): Check that the luid is not the uid we want toTom Yu1999-03-262-1/+8
* * configure.in: Check for sys/sockio.h for systems that need itTom Yu1999-03-242-1/+6
* * ftpcmd.y (urgsafe_getc): New function; like getc() except itTom Yu1999-03-242-4/+39
* * ftpd.c (user): Remove extra "%s" in call to sprintf() to avoidTom Yu1999-03-122-1/+6
* * ftpd.M: Resync with realityTom Yu1999-03-094-29/+105
* * ftpd.c (reply): Don't call secure_gss_error() or secure_error()Tom Yu1999-02-262-0/+12
* * secure.c (secure_putbuf): Revert Sam's last change; ifTom Yu1999-02-262-1/+10
* * configure.in: Add check for setluidTom Yu1999-02-182-0/+15
* * ftpd.c (login): Add call to setluid() if necessaryTom Yu1999-02-182-0/+15
* * 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