aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias/alias_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-14/+14
* Parenthesize return values.Dag-Erling Smørgrav2004-07-051-42/+42
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-051-8/+8
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-404/+498
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-30/+28
* When servicing an internal FTP server, punch ipfirewall(4) holesRuslan Ermilov2001-11-271-5/+2
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
* Fixed the bug that prevented communication with FTP servers behindRuslan Ermilov2001-09-211-3/+4
* Make the copyright consistent.Brian Somers2001-08-201-3/+0
* Fixed the brain-o in rev. 1.10: the logic check was reversed.Ruslan Ermilov2001-06-271-1/+1
* Add BSD-style copyright headersBrian Somers2001-06-041-2/+28
* Add an integer field to keep protocol-specific flags with links.Ruslan Ermilov2001-05-301-4/+11
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-301-1/+1
* - Improved passive mode FTP support by aliasing 229 replies.Ruslan Ermilov2000-06-161-312/+337
* - Added support for passive mode FTP by aliasing 227 replies.Ruslan Ermilov2000-06-141-15/+207
* - Add support for FTP EPRT (RFC 2428) command.Ruslan Ermilov2000-04-061-63/+169
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-291-0/+2
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-091-0/+2
* Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-061-0/+2
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-091-1/+6
* Create the alias library. This is currently only used byBrian Somers1997-05-231-0/+220