summaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_ftp.c
AgeCommit message (Expand)Author
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-09ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger
2021-05-15libalias: Style cleanupLutz Donnerhacke
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-12libalias: fix potential memory disclosure from ftp moduleEd Maste
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-06-22Export AddLink() function from libalias. It can be used when customAndrey V. Elsukov
2009-04-08-don't pass down, to module's fingerprint function, unused data likePaolo Pisati
2009-01-15Silent userland warnings about missing prototypes.Paolo Pisati
2008-06-21Add support for PORT/EPRT FTP commands in lowercase.Alexander Motin
2008-03-06MFP4:Paolo Pisati
2007-04-04Include string.h for non-kernel builds to get proper strcpy, strlenAlexander Kabaev
2006-09-26Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati
2005-06-27Disable checksum processing in LibAlias, when it works as aGleb Smirnoff
2005-05-06s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andGleb Smirnoff
2005-05-05Always include alias.h before alias_local.hGleb Smirnoff
2005-05-05Play with includes so that libalias can be compiled both as userlandGleb Smirnoff
2004-07-06Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav
2004-07-05Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav
2004-07-05Parenthesize return values.Dag-Erling Smørgrav
2004-07-05Mechanical whitespace cleanup.Dag-Erling Smørgrav
2004-03-16Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav
2004-01-17Mostly mechanical rework of libalias:Poul-Henning Kamp
2001-11-27When servicing an internal FTP server, punch ipfirewall(4) holesRuslan Ermilov
2001-11-03cmott@scientech.com -> cm@linktel.netBrian Somers
2001-09-30Add __FBSDID's to libaliasMatthew Dillon
2001-09-21Fixed the bug that prevented communication with FTP servers behindRuslan Ermilov
2001-08-20Make the copyright consistent.Brian Somers
2001-06-27Fixed the brain-o in rev. 1.10: the logic check was reversed.Ruslan Ermilov
2001-06-04Add BSD-style copyright headersBrian Somers
2001-05-30Add an integer field to keep protocol-specific flags with links.Ruslan Ermilov
2000-10-30Added boolean argument to link searching functions, indicatingRuslan Ermilov
2000-06-16- Improved passive mode FTP support by aliasing 229 replies.Ruslan Ermilov
2000-06-14- Added support for passive mode FTP by aliasing 227 replies.Ruslan Ermilov
2000-04-06- Add support for FTP EPRT (RFC 2428) command.Ruslan Ermilov
1999-08-29Add $FreeBSD$ and spell Eklund properly.Bill Fumerola
1999-03-09Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers
1998-06-06Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers
1998-01-09Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund
1997-05-23Create the alias library. This is currently only used byBrian Somers