aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Add Cisco Skinny Station Protocol translation support to libaliasJoe Marcus Clarke2003-11-011-1/+1
| | | | | | | | | and supporting applications (ppp and natd). Approved by: ru Notes: svn path=/stable/4/; revision=121841
* MFC: Whitespace and other non-functional changes for diff reduction.Ruslan Ermilov2003-06-271-9/+7
| | | | Notes: svn path=/stable/4/; revision=116909
* Bring ipfw2 into the -stable tree. This will give more people aLuigi Rizzo2002-07-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chance to test it, and hopefully accelerate the transition from the old to the new ipfw code. NOTE: THIS COMMIT WILL NOT CHANGE THE FIREWALL YOU USE, NOR A SINGLE BIT IN YOUR KERNEL AND BINARIES. YOU WILL KEEP USING YOUR OLD "ipfw" UNLESS YOU: + add "options IPFW2" (undocumented) to your kernel config file; + compile and install sbin/ipfw and lib/libalias with make -DIPFW2 in other words, you must really want it. On the other hand, i believe you do really want to use this new code. In addition to being twice as fast in processing individual rules, you can use more powerful match patterns such as ... ip from 1.2.3.0/24{50,6,27,158} to ... ... ip from { 1.2.3.4/26 or 5.6.7.8/22 } to ... ... ip from any 5-7,9-66,1020-3000,4000-5000 to ... i.e. match sparse sets of IP addresses in constant time; use "or" connectives between match patterns; have multiple port ranges; etc. which I believe will dramatically reduce your ruleset size. As an additional bonus, "keep-state" rules will now send keepalives when the rule is about to expire, so you will not have your remote login sessions die while you are idle. The syntax is backward compatible with the old ipfw. A manual page documenting the extensions has yet to be completed. Notes: svn path=/stable/4/; revision=100592
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75949
* MFC: use strtok, eliminate warnings.Jordan K. Hubbard2000-09-201-2/+2
| | | | Notes: svn path=/stable/4/; revision=66102
* MFC:John Baldwin2000-08-181-1/+2
| | | | | | | | | - Add address translation support for RTSP/RTP used by RealPlayer and Quicktime streaming media applications. - Add a BUGS section to the man page. Notes: svn path=/stable/4/; revision=64832
* MFC:Ruslan Ermilov2000-06-271-2/+2
| | | | | | | | | | | - Added support for FTP EPRT (RFC 2428) command. - Added support for passive mode FTP servers behind NAT. - Added security checks for FTP aliasing. - Load Sharing using IP Network Address Translation (RFC 2391). - Real PPTP support. Notes: svn path=/stable/4/; revision=62162
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* brucifyBrian Somers1999-05-231-2/+2
| | | | | | | Mentioned by: sprice@hiwaay.net Notes: svn path=/head/; revision=47427
* Version 3.0: January 1, 1999Brian Somers1999-02-271-4/+4
| | | | | | | | | | | - Transparent proxying support added. - PPTP redirecting support added based on patches contributed by Dru Nelson <dnelson@redwoodsoft.com>. Submitted by: Charles Mott <cmott@srv.net> Notes: svn path=/head/; revision=44307
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-311-10/+5
| | | | | | | | | | | OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde Add Id keyword. Notes: svn path=/head/; revision=38681
* Add OpenBSD build supportBrian Somers1998-08-301-3/+9
| | | | Notes: svn path=/head/; revision=38663
* Add CUSEEME support. This has *not* been tested, norBrian Somers1998-06-241-2/+2
| | | | | | | | could I find anyone to test it, so please report any problems to me. Notes: svn path=/head/; revision=37131
* Primary verison of NetBIOS over TCP/IP. Now you can connect WindowsAtsushi Murai1998-05-241-1/+3
| | | | | | | | | | DOMAIN as DOMAIN user through NAT function. See also RFC1002 for futher detail of SMB structure. Submitted by: Atsushi Murai <amurai@spec.co.jp> Notes: svn path=/head/; revision=36321
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-091-1/+1
| | | | | | | | Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author) Notes: svn path=/head/; revision=32377
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)Brian Somers1997-09-061-1/+1
| | | | | | | | | | Submitted by: Charles Mott <cmott@srv.net> Add __libalias_version so that ppp can derive the correct library name for dlopen() Notes: svn path=/head/; revision=29162
* Fix file descriptor leak.Brian Somers1997-08-111-1/+1
| | | | | | | | Submitted by: Charles Mott <cmott@srv.net> Identified by: Gordon Burditt Notes: svn path=/head/; revision=28084
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-031-2/+3
| | | | | | | | | functions should now be used. The old 2.1 stuff is there for backwards compatability. Submitted by: Charles Mott <cmott@snake.srv.net> Notes: svn path=/head/; revision=27864
* Create the alias library. This is currently only used byBrian Somers1997-05-231-0/+11
ppp (or will be shortly). Natd can now be updated to use this library rather than carrying its own version of the code. Submitted by: Charles Mott <cmott@srv.net> Notes: svn path=/cvs2svn/branches/CMOTT/; revision=26026