aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpcmd.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support the empty "PASS\r\n" command.Brian Feldman2001-04-161-3/+7
* Add the "SITE MD5 filename" facility.Poul-Henning Kamp2001-04-151-1/+15
* Change the read-only reply to "550 Permission denied.".Dag-Erling Smørgrav2001-02-191-1/+1
* Limit commands that can be issued when not logged in:Chris D. Faulhaber2001-01-201-70/+90
* Add option -E to disable EPSV which throws certain stateful firewallsPoul-Henning Kamp2000-12-161-18/+52
* Prevent leakage of information about anonymous user's homedirDaniel O'Callaghan2000-11-261-2/+6
* Don't reply "not a plain file" when the requested file doesn't exist.Dag-Erling Smørgrav2000-07-171-2/+8
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-271-23/+341
* sync with netbsd PR 8534, fix undefined C code.Alfred Perlstein1999-10-071-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetics in man page. Exit(-1) -> exit(1).Philippe Charnier1997-11-211-1/+4
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Make useage of hostname global variable consistent.David Nugent1997-07-241-2/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1