summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/alias_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Export AddLink() function from libalias. It can be used when customae2011-06-221-21/+103
* -don't pass down, to module's fingerprint function, unused data likepiso2009-04-081-1/+1
* Silent userland warnings about missing prototypes.piso2009-01-151-0/+1
* Add support for PORT/EPRT FTP commands in lowercase.mav2008-06-211-96/+21
* MFP4:piso2008-03-061-2/+4
* Include string.h for non-kernel builds to get proper strcpy, strlenkan2007-04-041-0/+1
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-261-4/+78
* Disable checksum processing in LibAlias, when it works as aglebius2005-06-271-0/+4
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andglebius2005-05-061-1/+1
* Always include alias.h before alias_local.hglebius2005-05-051-1/+1
* Play with includes so that libalias can be compiled both as userlandglebius2005-05-051-1/+13
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-061-2/+2
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-051-14/+14
* Parenthesize return values.des2004-07-051-42/+42
* Mechanical whitespace cleanup.des2004-07-051-8/+8
* Run through indent(1) so I can read the code without getting a headache.des2004-03-161-404/+498
* Mostly mechanical rework of libalias:phk2004-01-171-30/+28
* When servicing an internal FTP server, punch ipfirewall(4) holesru2001-11-271-5/+2
* cmott@scientech.com -> cm@linktel.netbrian2001-11-031-1/+1
* Add __FBSDID's to libaliasdillon2001-09-301-2/+3
* Fixed the bug that prevented communication with FTP servers behindru2001-09-211-3/+4
* Make the copyright consistent.brian2001-08-201-3/+0
* Fixed the brain-o in rev. 1.10: the logic check was reversed.ru2001-06-271-1/+1
* Add BSD-style copyright headersbrian2001-06-041-2/+28
* Add an integer field to keep protocol-specific flags with links.ru2001-05-301-4/+11
* Added boolean argument to link searching functions, indicatingru2000-10-301-1/+1
* - Improved passive mode FTP support by aliasing 229 replies.ru2000-06-161-312/+337
* - Added support for passive mode FTP by aliasing 227 replies.ru2000-06-141-15/+207
* - Add support for FTP EPRT (RFC 2428) command.ru2000-04-061-63/+169
* Add $FreeBSD$ and spell Eklund properly.billf1999-08-291-0/+2
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGbrian1999-03-091-0/+2
* Don't call PunchFWHole() ifdef NO_FW_PUNCHbrian1998-06-061-0/+2
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-091-1/+6
* Create the alias library. This is currently only used bybrian1997-05-231-0/+220
OpenPOWER on IntegriCloud