aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp
AgeCommit message (Expand)AuthorFilesLines
2003-04-09This commit was manufactured by cvs2svn to create tagkrb5-1.2.8-finalno author12-221/+564
2000-02-19Volatile decls as needed.Ken Raeburn8-28/+53
1999-10-26log tritan's changesTom Yu3-0/+21
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez3-12/+9
1999-09-21Don't fclose(NULL). Don't declare string functions that are macrosKen Raeburn4-2/+23
1999-09-01disable krb5-mech2 for now; from 1.1 branchKen Raeburn2-2/+4
1999-05-11 * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.hEzra Peisach2-0/+5
1999-04-14configure.in: Check to see if we need to pull in the util library inTheodore Tso2-0/+7
1999-03-26 * ftpd.c (login): Check that the luid is not the uid we want toTom Yu2-1/+8
1999-03-24 * configure.in: Check for sys/sockio.h for systems that need itTom Yu2-1/+6
1999-03-24 * ftpcmd.y (urgsafe_getc): New function; like getc() except itTom Yu2-4/+39
1999-03-12 * ftpd.c (user): Remove extra "%s" in call to sprintf() to avoidTom Yu2-1/+6
1999-03-09 * ftpd.M: Resync with realityTom Yu4-29/+105
1999-02-26 * ftpd.c (reply): Don't call secure_gss_error() or secure_error()Tom Yu2-0/+12
1999-02-26 * secure.c (secure_putbuf): Revert Sam's last change; ifTom Yu2-1/+10
1999-02-18 * configure.in: Add check for setluidTom Yu2-0/+15
1999-02-18 * ftpd.c (login): Add call to setluid() if necessaryTom Yu2-0/+15
1999-02-13 * ftpd.c: strcat -> strncatTom Yu2-5/+12
1998-11-13Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso6-0/+21
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz2-25/+73
1998-10-26Add -A (require authentication but not necessarily authorization) andDan Winship5-160/+381
1998-10-26 * ftp.M: Add documentation for new ccc and cprotect commands.Geoffrey King3-23/+77
1998-10-24ftpd.c (pass): Wait 5 seconds before returning "passwordTheodore Tso3-10/+36
1998-10-20update ftpd man page to fully match reality (-a, -c, -u, CCC)Dan Winship2-6/+24
1998-10-08 * ftpd.c: Add support for restricted users, as requested inGeoffrey King2-16/+59
1998-10-02cmdtab.c: Update help message for passive mode so that itTheodore Tso3-2/+9
1998-09-29Don't use h_errno, it's not fully portable, and it's not worth itTheodore Tso2-2/+7
1998-08-29Of course, the following sentence actually refers to the login function,Geoffrey King1-4/+3
1998-08-29 * ftpd.c (login): New function. Essentially, the old passGeoffrey King2-21/+74
1998-08-28* cmds.c (user): Replace "oldlevel" with the more descriptiveGeoffrey King3-6/+25
1998-08-19Add optional support for the CCC (Clear Command Channel) command.Geoffrey King3-14/+55
1998-08-12 * ftpcmd.y, ftpd.c: Replace global variable level with clevel andGeoffrey King3-21/+30
1998-08-12 * ftp.c, cmds.c, cmdtab.c, main.c, secure.c, ftp_var.h: ReplaceGeoffrey King7-69/+166
1998-08-11Tue Aug 11 04:30:59 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher2-7/+55
1998-08-08Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher2-6/+9
1998-08-08Forgot to check in the ChangeLog. :)Matthew Hancher1-0/+5
1998-08-08Fri Aug 7 22:39:47 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1-2/+2
1998-08-07 * ftp.c (getreply): Restore proper setting of safe. This variableTom Yu2-1/+9
1998-08-07Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher2-15/+38
1998-07-12Preliminary fixes for AIX4.3:Sam Hartman2-1/+5
1998-05-27logwtmp.c: Include paths.h if present, and use _PATH_WTMP to determineTheodore Tso2-1/+14
1998-05-27configure.in: Add check for paths.hTheodore Tso2-1/+5
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