<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libalias/alias_pptp.c, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-08-04T15:17:08Z</updated>
<entry>
<title>Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next</title>
<updated>2004-08-04T15:17:08Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2004-08-04T15:17:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c7e7e80ccdf71f9d2cfe8864a449ac63ae16cc9'/>
<id>urn:sha1:5c7e7e80ccdf71f9d2cfe8864a449ac63ae16cc9</id>
<content type='text'>
functions.  Basically, the ip_next() function was used to get the PPTP and
Skinny headers when tcp_next() should have been used instead.  Symptoms of
this included a segfault in natd when trying to process a PPTP or Skinny
packet.

Approved by:	des
</content>
</entry>
<entry>
<title>Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an</title>
<updated>2004-07-06T12:13:28Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-07-06T12:13:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fa0fd268273d90e765d9ebfe0be87ea4d64e138'/>
<id>urn:sha1:9fa0fd268273d90e765d9ebfe0be87ea4d64e138</id>
<content type='text'>
{ip,udp,tcp} header and return a void * pointing to the payload (i.e. the
first byte past the end of the header and any required padding).  Use them
consistently throughout libalias to a) reduce code duplication, b) improve
code legibility, c) get rid of a bunch of alignment warnings.
</content>
</entry>
<entry>
<title>Make libalias WARNS?=6-clean.  This mostly involves renaming variables</title>
<updated>2004-07-05T11:10:57Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-07-05T11:10:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed01a5821550bf9859165f24c95b30c5f1b69f22'/>
<id>urn:sha1:ed01a5821550bf9859165f24c95b30c5f1b69f22</id>
<content type='text'>
named link, foo_link or link_foo to lnk, foo_lnk or lnk_foo, fixing
signed / unsigned comparisons, and shoving unused function arguments
under the carpet.

I was hoping WARNS?=6 might reveal more serious problems, and perhaps
the source of the -O2 breakage, but found no smoking gun.
</content>
</entry>
<entry>
<title>Deal with aliasing warnings.</title>
<updated>2004-03-31T21:32:58Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-03-31T21:32:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2871c50186332900ef081db99ff114096eec0b3b'/>
<id>urn:sha1:2871c50186332900ef081db99ff114096eec0b3b</id>
<content type='text'>
Reviewed by:	ru
Approved by:	silence on the lists
</content>
</entry>
<entry>
<title>Run through indent(1) so I can read the code without getting a headache.</title>
<updated>2004-03-16T21:30:41Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-03-16T21:30:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0f93429cfff16c9a06c162ae62d362ec20e050c'/>
<id>urn:sha1:f0f93429cfff16c9a06c162ae62d362ec20e050c</id>
<content type='text'>
The result isn't quite knf, but it's knfer than the original, and far
more consistent.
</content>
</entry>
<entry>
<title>Mostly mechanical rework of libalias:</title>
<updated>2004-01-17T10:52:21Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-01-17T10:52:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5e289f9eb682d86a53ecf2c20be45175a6491803'/>
<id>urn:sha1:5e289f9eb682d86a53ecf2c20be45175a6491803</id>
<content type='text'>
Makes it possible to have multiple packet aliasing instances in a
single process by moving all static and global variables into an
instance structure called "struct libalias".

Redefine a new API based on s/PacketAlias/LibAlias/g

Add new "instance" argument to all functions in the new API.

Implement old API in terms of the new API.
</content>
</entry>
<entry>
<title>Add __FBSDID's to libalias</title>
<updated>2001-09-30T21:03:33Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T21:03:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e2505aa6765ae571b731c45bdb36e1ffb55e1f3d'/>
<id>urn:sha1:e2505aa6765ae571b731c45bdb36e1ffb55e1f3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make header files conform to style(9).</title>
<updated>2001-03-25T12:05:10Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-03-25T12:05:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=71593f95e03a410b45bacf77ac8ab5932a952894'/>
<id>urn:sha1:71593f95e03a410b45bacf77ac8ab5932a952894</id>
<content type='text'>
Reviewed by (*): bde

(*) alias_local.h only got a cursory glance.
</content>
</entry>
<entry>
<title>A significant rewrite of PPTP aliasing code.</title>
<updated>2000-10-30T12:39:41Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-10-30T12:39:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=03453c5e87ebbd465a742eb7d176c52c26769701'/>
<id>urn:sha1:03453c5e87ebbd465a742eb7d176c52c26769701</id>
<content type='text'>
PPTP links are no longer dropped by simple (and inappropriate in this
case) "inactivity timeout" procedure, only when requested through the
control connection.

It is now possible to have multiple PPTP servers running behind NAT.
Just redirect the incoming TCP traffic to port 1723, everything else
is done transparently.

Problems were reported and the fix was tested by:
		Michael Adler &lt;Michael.Adler@compaq.com&gt;,
		David Andersen &lt;dga@lcs.mit.edu&gt;
</content>
</entry>
<entry>
<title>- Do not modify Peer's Call ID in outgoing Incoming-Call-Connected</title>
<updated>2000-08-09T11:25:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-08-09T11:25:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0eb10a0963dc2645ee345d40300851b015b66804'/>
<id>urn:sha1:0eb10a0963dc2645ee345d40300851b015b66804</id>
<content type='text'>
  PPTP control messages.

- Cosmetics: replace `GRE link' with `PPTP link'.

Reviewed by:	Erik Salander &lt;erik@whistle.com&gt;
</content>
</entry>
</feed>
