summaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpcmd.y
Commit message (Expand)AuthorAgeFilesLines
* Fix build with recent byacc.Jung-uk Kim2020-06-241-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-3/+3
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
* Spelling fixes for libexec/Ulrich Spörlein2012-01-071-1/+1
* Move variable externs into extern.h so they are checked against the definitions.David E. O'Brien2009-04-071-27/+0
* Prevent cross-site forgery attacks on ftpd(8) due to splittingColin Percival2008-12-231-6/+22
* Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).Yaroslav Tykhiy2007-04-181-1/+22
* Fix compilation of ftpcmd.y without -DINET6.Yaroslav Tykhiy2006-06-051-0/+4
* Use __FBSDID.Yaroslav Tykhiy2004-11-181-2/+3
* Use uniform punctuation, capitalization, and language styleYaroslav Tykhiy2004-11-181-20/+19
* Fix perror_reply() vs. reply() usage.Yaroslav Tykhiy2004-11-181-2/+1
* Kill more unneeded casts found.Yaroslav Tykhiy2004-11-171-1/+1
* Kill ancient casts to integral types left from the K&R era.Yaroslav Tykhiy2004-11-131-3/+3
* Change ``(foo *)0'' to ``NULL'' where it's possibleYaroslav Tykhiy2004-07-311-10/+10
* Kill a small herd of casts to off_t where they were not needed.Yaroslav Tykhiy2004-07-311-2/+2
* Printf(3) off_t values through conversion to intmax_t sinceYaroslav Tykhiy2004-07-311-4/+5
* Convert a couple of bogus null statements to the right form.Yaroslav Tykhiy2004-07-311-2/+2
* Pacify gcc warning with a Douglas Adams reference.Peter Wemm2003-10-261-0/+2
* Block SIGURG while reading from the control channel.Yaroslav Tykhiy2003-07-091-0/+6
* Improve error handling in getline():Yaroslav Tykhiy2003-07-091-4/+7
* Don't declare unneeded extern variables,Yaroslav Tykhiy2003-06-211-2/+0
* If ftpd is run with an -h option (hide host-specific info,)Yaroslav Tykhiy2003-06-161-8/+8
* Allow "~/" in pathnames to work for a chrooted user.Yaroslav Tykhiy2003-02-051-2/+4
* Let tilde expansion be done even if a file/directory doesn't exist yet.Yaroslav Tykhiy2003-02-041-35/+98
* Add a new option to ftpd(8), "-h", to disable printing anyYaroslav Tykhiy2003-01-291-1/+5
* Give the code around chroot(2)/chdir(2) a major overhaul byYaroslav Tykhiy2003-01-291-4/+2
* GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT.Yaroslav Tykhiy2003-01-251-1/+1
* Prevent server-side glob(3) patterns from expandingYaroslav Tykhiy2003-01-221-4/+17
* Replace the instances of literal "/bin/ls"Yaroslav Tykhiy2003-01-161-2/+3
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-8/+8
* Fix lexer jam on unimplemented commands.Yaroslav Tykhiy2002-08-291-12/+13
* Fix command help lines:Yaroslav Tykhiy2002-08-131-2/+2
* 1) Use "pathstring" instead of "STRING" consistently.Yaroslav Tykhiy2002-08-051-7/+5
* Since GLOB_NOCHECK is set in the glob(3) call,Yaroslav Tykhiy2002-08-051-1/+1
* Spot places where "pathname" hasn't been checkedYaroslav Tykhiy2002-08-051-3/+4
* Disallow invalid numeric mode values for SITE CHMOD.Yaroslav Tykhiy2002-08-051-3/+2
* Deny the SIZE command on large files when in ASCII mode.Yaroslav Tykhiy2002-07-311-0/+6
* Use <arpa/ftp.h> stuff cleanly, without introducingYaroslav Tykhiy2002-07-251-1/+3
* GLOB_QUOTE has been retired.Mike Heffner2002-07-171-1/+1
* Teach REST how to restart a file transfer after 2^31 bytes: now yylex()Maxim Konovalov2002-03-141-25/+33
* Remove duplicated yacc nonterminals declarations, sort includes.Maxim Konovalov2002-03-111-4/+3
* o Eliminate __PWarner Losh2002-02-031-34/+21
* Remove the setjmp/longjmp stuff completely. Use signalYaroslav Tykhiy2002-01-281-12/+9
* Be more careful about freeing memory after parsing commands.David Malone2002-01-051-7/+19
* Extend the functionality offered by the -o option into a new optionSheldon Hearn2001-09-021-1/+2
* Add a new option, '-o', for "Write-only". Disables the RETR command,Nik Clayton2001-08-281-1/+5
* Change names of functions and variables with global scope that areMark Murray2001-04-281-8/+8
* Previous clobbered a work-in-progress. Here is the merged result:Peter Wemm2001-04-171-3/+6
* Limit number of paths returned via glob() for authorized usersChris D. Faulhaber2001-04-171-0/+4