#
483d2f22 |
| 18-Apr-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add support for multiple PPTP sessions:
- new API function: PacketAliasRedirectPptp() - new mode bit: PKT_ALIAS_DENY_PPTP
Please see manual page for details.
|
#
a2900666 |
| 13-Apr-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
A complete reformatting of manual page.
|
#
3e6ac25b |
| 02-Apr-2000 |
Brian Somers <brian@FreeBSD.org> |
Correct Charles Mott's email address
Requested by: Charles Mott <cmott@scientech.com>
|
#
5dd44916 |
| 31-Mar-2000 |
Brian Somers <brian@FreeBSD.org> |
Allow PacketAliasSetTarget() to be passed the following: INADDR_NONE: Incoming packets go to the alias address (the default) INADDR_ANY: Incoming packets are not NAT'd (direct access to the
Allow PacketAliasSetTarget() to be passed the following: INADDR_NONE: Incoming packets go to the alias address (the default) INADDR_ANY: Incoming packets are not NAT'd (direct access to the internal network from outside) anything else: Incoming packets go to the specified address
Change a few inaddr::s_addr == 0 to inaddr::s_addr == INADDR_ANY while I'm there.
show more ...
|
Revision tags: release/4.0.0_cvs |
|
#
c6ff3a1b |
| 02-Mar-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
|
#
47a11f04 |
| 28-Feb-2000 |
Alfred Perlstein <alfred@FreeBSD.org> |
-it do, among other things, clear out any +it does, amongst other things, clear out any
The old sentance didn't seem to make sense.
|
#
21b9df57 |
| 03-Feb-2000 |
Brian Somers <brian@FreeBSD.org> |
Mention what PKT_ALIAS_PROXY_ONLY does.
Prompted by: archie
|
Revision tags: release/3.4.0_cvs |
|
#
61989d76 |
| 09-Dec-1999 |
Archie Cobbs <archie@FreeBSD.org> |
Fix several typos.
Submitted by: Erik Salander <erik@whistle.com>
|
#
1855100f |
| 09-Nov-1999 |
Alexey Zelkin <phantom@FreeBSD.org> |
Restore sub-chapters order.
PR: docs/14766 Submitted by: Kazutoshi Kubota <kazu@iworks.co.jp>
|
Revision tags: release/3.3.0_cvs |
|
#
2f896967 |
| 08-Sep-1999 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix typo.
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
a395af90 |
| 22-Aug-1999 |
Tim Vanderhoek <hoek@FreeBSD.org> |
Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)
|
#
74804d58 |
| 15-Aug-1999 |
Mike Pritchard <mpp@FreeBSD.org> |
Various man page cleanup:
- Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup.
PR: doc/13144 Submitted by: Alexy M. Zelkin
Various man page cleanup:
- Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup.
PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net>
show more ...
|
#
0622eafc |
| 22-Jun-1999 |
Brian Somers <brian@FreeBSD.org> |
Don't get caught in an infinite recursion when PKT_ALIAS_REVERSE is set. Document PKT_ALIAS_REVERSE.
Pointed out by: Jonathan Hanna <jh@cr1003333-a.crdva1.bc.home.com> PR: 12304
|
Revision tags: release/3.2.0 |
|
#
f1dfc957 |
| 04-May-1999 |
Brian Somers <brian@FreeBSD.org> |
Add missing ``.''.
|
#
42889ed1 |
| 25-Mar-1999 |
Brian Somers <brian@FreeBSD.org> |
PacketAliasProxyRule takes a const char * Reminded by: bde
|
#
164928d3 |
| 07-Mar-1999 |
Brian Somers <brian@FreeBSD.org> |
Document PacketAliasPptp() and allow it to be disabled by passing INADDR_NONE.
|
#
ac8e3334 |
| 07-Mar-1999 |
Brian Somers <brian@FreeBSD.org> |
Mention that PacketAliasProxyRule() doesn't accept host names, just IP numbers.
|
#
619d1a30 |
| 06-Mar-1999 |
Brian Somers <brian@FreeBSD.org> |
Document PacketAliasProxyRule() and fix a typo.
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
b2052ac8 |
| 19-Nov-1998 |
John Polstra <jdp@FreeBSD.org> |
Fix a couple of typos.
|
Revision tags: release/2.2.7 |
|
#
9c727d2c |
| 06-Jun-1998 |
Joseph Koshy <jkoshy@FreeBSD.org> |
Spelling corrections.
PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
|
Revision tags: release/2.2.6 |
|
#
bf9a92b7 |
| 23-Mar-1998 |
Bruce Evans <bde@FreeBSD.org> |
FixedSpellingErrorInAFunctionname.
|
#
442a25bd |
| 16-Jan-1998 |
Bruce Evans <bde@FreeBSD.org> |
Fixed a missing #include in the synopsis. Fixed some wrong prototypes. Fixed a misspelled function name.
The owner of this file should add a copyright and an Id.
|
#
8ddc51bc |
| 09-Jan-1998 |
Eivind Eklund <eivind@FreeBSD.org> |
Teach libalias to work with IPFW firewalls (controlled by a flag).
Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author)
|
Revision tags: release/2.2.5_cvs |
|
#
59354a4e |
| 06-Sep-1997 |
Brian Somers <brian@FreeBSD.org> |
Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY) Submitted by: Charles Mott <cmott@srv.net>
Add __libalias_version so that ppp can derive the correct library name for dlopen()
|