summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpcmd.y
Commit message (Expand)AuthorAgeFilesLines
* MFC: r262136brueffer2014-02-241-5/+1
* Spelling fixes for libexec/uqs2012-01-071-1/+1
* Move variable externs into extern.h so they are checked against the definitions.obrien2009-04-071-27/+0
* Prevent cross-site forgery attacks on ftpd(8) due to splittingcperciva2008-12-231-6/+22
* Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).yar2007-04-181-1/+22
* Fix compilation of ftpcmd.y without -DINET6.yar2006-06-051-0/+4
* Use __FBSDID.yar2004-11-181-2/+3
* Use uniform punctuation, capitalization, and language styleyar2004-11-181-20/+19
* Fix perror_reply() vs. reply() usage.yar2004-11-181-2/+1
* Kill more unneeded casts found.yar2004-11-171-1/+1
* Kill ancient casts to integral types left from the K&R era.yar2004-11-131-3/+3
* Change ``(foo *)0'' to ``NULL'' where it's possibleyar2004-07-311-10/+10
* Kill a small herd of casts to off_t where they were not needed.yar2004-07-311-2/+2
* Printf(3) off_t values through conversion to intmax_t sinceyar2004-07-311-4/+5
* Convert a couple of bogus null statements to the right form.yar2004-07-311-2/+2
* Pacify gcc warning with a Douglas Adams reference.peter2003-10-261-0/+2
* Block SIGURG while reading from the control channel.yar2003-07-091-0/+6
* Improve error handling in getline():yar2003-07-091-4/+7
* Don't declare unneeded extern variables,yar2003-06-211-2/+0
* If ftpd is run with an -h option (hide host-specific info,)yar2003-06-161-8/+8
* Allow "~/" in pathnames to work for a chrooted user.yar2003-02-051-2/+4
* Let tilde expansion be done even if a file/directory doesn't exist yet.yar2003-02-041-35/+98
* Add a new option to ftpd(8), "-h", to disable printing anyyar2003-01-291-1/+5
* Give the code around chroot(2)/chdir(2) a major overhaul byyar2003-01-291-4/+2
* GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT.yar2003-01-251-1/+1
* Prevent server-side glob(3) patterns from expandingyar2003-01-221-4/+17
* Replace the instances of literal "/bin/ls"yar2003-01-161-2/+3
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-8/+8
* Fix lexer jam on unimplemented commands.yar2002-08-291-12/+13
* Fix command help lines:yar2002-08-131-2/+2
* 1) Use "pathstring" instead of "STRING" consistently.yar2002-08-051-7/+5
* Since GLOB_NOCHECK is set in the glob(3) call,yar2002-08-051-1/+1
* Spot places where "pathname" hasn't been checkedyar2002-08-051-3/+4
* Disallow invalid numeric mode values for SITE CHMOD.yar2002-08-051-3/+2
* Deny the SIZE command on large files when in ASCII mode.yar2002-07-311-0/+6
* Use <arpa/ftp.h> stuff cleanly, without introducingyar2002-07-251-1/+3
* GLOB_QUOTE has been retired.mikeh2002-07-171-1/+1
* Teach REST how to restart a file transfer after 2^31 bytes: now yylex()maxim2002-03-141-25/+33
* Remove duplicated yacc nonterminals declarations, sort includes.maxim2002-03-111-4/+3
* o Eliminate __Pimp2002-02-031-34/+21
* Remove the setjmp/longjmp stuff completely. Use signalyar2002-01-281-12/+9
* Be more careful about freeing memory after parsing commands.dwmalone2002-01-051-7/+19
* Extend the functionality offered by the -o option into a new optionsheldonh2001-09-021-1/+2
* Add a new option, '-o', for "Write-only". Disables the RETR command,nik2001-08-281-1/+5
* Change names of functions and variables with global scope that aremarkm2001-04-281-8/+8
* Previous clobbered a work-in-progress. Here is the merged result:peter2001-04-171-3/+6
* Limit number of paths returned via glob() for authorized usersjedgar2001-04-171-0/+4
* Support the empty "PASS\r\n" command.green2001-04-161-3/+7
* Add the "SITE MD5 filename" facility.phk2001-04-151-1/+15
* Change the read-only reply to "550 Permission denied.".des2001-02-191-1/+1
OpenPOWER on IntegriCloud