summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpcmd.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* Limit commands that can be issued when not logged in:jedgar2001-01-201-70/+90
* Add option -E to disable EPSV which throws certain stateful firewallsphk2000-12-161-18/+52
* Prevent leakage of information about anonymous user's homedirdanny2000-11-261-2/+6
* Don't reply "not a plain file" when the requested file doesn't exist.des2000-07-171-2/+8
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-23/+341
* sync with netbsd PR 8534, fix undefined C code.alfred1999-10-071-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cosmetics in man page. Exit(-1) -> exit(1).charnier1997-11-211-1/+4
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Make useage of hostname global variable consistent.davidn1997-07-241-2/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* add forgotten $Id$wosch1996-09-221-0/+1
* Convert STATS and PARANOID to run-time options.pst1996-08-051-15/+15
* If PARANOID is set, do not allow PORT commands to remote ports less than 1024pst1996-08-041-18/+37
* Make ftpd use setproctitle() from libutilpeter1996-01-011-0/+1
* Figured it out, misapplied a patch, ftpd now works again.pst1994-10-221-1/+1
* Fix broken command parser (fall back 10 yards and scratch head).pst1994-10-221-1/+1
* Include most of the logdaemon v4.4 S/key changespst1994-10-191-1/+1
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+1266
OpenPOWER on IntegriCloud