summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftpd/ftpcmd.y
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-1532/+0
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-21/+21
* Remove krb4 support in gssftp and telnetGreg Hudson2008-12-151-30/+2
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-2/+2
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-4/+8
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* ftpd's getline conflicts with current glibc headersKen Raeburn2006-06-161-2/+2
* ticket: newSam Hartman2004-11-261-7/+0
* merge athena ftpd changes for requiring encrypted passwordsTom Yu2004-11-031-0/+13
* Gets a bit closer, still not working..Ken Raeburn2003-12-131-0/+1
* * ftpcmd.y: Bison 1.75 cleanup. Essentially remove `=' beforeEzra Peisach2002-10-231-78/+78
* define "unix" on BSDKen Raeburn2002-03-071-4/+2
* * ftpcmd.y (pathname): Handle returns from ftpglob() better soTom Yu2001-12-081-6/+9
* * popen.c: Include ftpd_var.hEzra Peisach2001-07-021-6/+6
* * ftpcmd.y (help): Change local variable type to ftypeEzra Peisach2001-06-221-6/+6
* * ftpcmd.y: Cleanup potential ambiguity between comparsion andEzra Peisach2001-06-191-1/+1
* * ftpcmd.y, ftpd.c: Cast argument to isspace()/isdigit() to intEzra Peisach2001-06-151-6/+6
* * ftpcmd.y: Include "ftpd_var.h" and remove prototype for reply()Ezra Peisach2001-06-061-14/+22
* * ftpcmd.y: Don't dereference a NULL pointer returned fromTom Yu2001-04-261-3/+7
* * ftpcmd.y: Fix up grammar so that single character token namesTom Yu2000-08-261-37/+34
* 1.2-beta4 pullupKen Raeburn2000-06-301-1/+1
* * ftpcmd.y (urgsafe_getc): New function; like getc() except itTom Yu1999-03-241-4/+31
* ftpd.c (pass): Wait 5 seconds before returning "passwordTheodore Tso1998-10-241-8/+20
* Add optional support for the CCC (Clear Command Channel) command.Geoffrey King1998-08-191-14/+37
* * ftpcmd.y, ftpd.c: Replace global variable level with clevel andGeoffrey King1998-08-121-1/+3
* Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-081-6/+6
* ftpcmd.y (cmd): Fix Y2K problem in the MDTM commandTheodore Tso1998-05-081-3/+4
* * ftpd.c (receive_data):Tom Yu1998-04-111-2/+0
* * ftpcmd.y (getline): Don't syslog passwords! (or newlines)Dan Winship1998-03-051-2/+7
* * ftpcmd.y: Add production "nonguest" to catch things thatTom Yu1998-02-251-5/+15
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-4/+4
* hpux is unix. really, it isKen Raeburn1996-05-011-0/+3
* Use AC_HEADER_STDARG and use that test to set STDARG.Ezra Peisach1996-03-191-1/+1
* more changes from cygnus sourceMark Eichin1996-02-241-0/+5
* Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin1996-01-141-0/+1454