summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftp/cmds.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-2533/+0
* make mark-cstyleTom Yu2009-10-311-9/+9
* include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_HTom Yu2009-07-171-0/+4
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-4/+4
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-3/+3
* cstatus() takes no argumentsKen Raeburn2008-08-061-1/+1
* remove debugging code accidentally left in ftp/cmds.cKen Raeburn2007-04-231-11/+0
* more debugging printfs for nightly testingKen Raeburn2006-10-121-0/+6
* some (more) debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+5
* some debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+6
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-6/+6
* * ftp.c (recvrequest): Add new argument indicating whether "-" and "|..."Ken Raeburn2003-06-161-5/+5
* define "unix" on BSDKen Raeburn2002-03-071-5/+2
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-7/+7
* * Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c,Danilo Almeida2001-07-241-16/+106
* * cmds.c, domacro.c: Cast arguments to isspace() and isdigit()Ezra Peisach2001-06-151-9/+9
* cmds.c: fix broken port number checkKen Raeburn2001-05-011-4/+4
* prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn2001-03-081-0/+2
* * cmds.c (globulize): Use correct address of globbed results whenKen Raeburn2000-11-211-2/+4
* renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli...Alexandra Ellwood2000-08-291-4/+4
* * domacro.c: Compiler warning cleanups and fix the overflow fix toEzra Peisach2000-08-171-135/+143
* 1.2-beta4 pullupKen Raeburn2000-06-301-5/+8
* Volatile decls as needed.Ken Raeburn2000-02-191-1/+1
* * cmds.c (user): Replace "oldlevel" with the more descriptiveGeoffrey King1998-08-281-4/+4
* * ftp.c, cmds.c, cmdtab.c, main.c, secure.c, ftp_var.h: ReplaceGeoffrey King1998-08-121-25/+100
* Fix -n so that it doesn't disable authentication but does disable login. [38]Sam Hartman1998-04-251-2/+4
* Add -x (automatically encrypt) and -f (forward credentials) optionsDan Winship1998-01-301-8/+7
* Fix Y2K bug in the parsing of the MDTM command. [krb5-appl/399]Theodore Tso1997-05-021-2/+2
* * cmds.c (setpeer): Apply jik's fix so "-n" actually works asTom Yu1996-09-271-2/+3
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-1/+1
* some fixes changes from marc. changelogs will be merged laterMark Eichin1996-04-091-0/+4
* update from cygnus sourcesMark Eichin1996-02-241-0/+1
* Portability fixes: don't declare errno everSam Hartman1996-01-191-1/+3
* Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin1996-01-141-0/+2337