<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet/libalias, branch releng/8.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-07-28T10:16:30Z</updated>
<entry>
<title>MFC r223437:</title>
<updated>2011-07-28T10:16:30Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2011-07-28T10:16:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6de142f723b41a12ea65a39f7dc9c4f1545029d6'/>
<id>urn:sha1:6de142f723b41a12ea65a39f7dc9c4f1545029d6</id>
<content type='text'>
  Export AddLink() function from libalias.  It can be used when custom
  alias address needs to be specified.
  Add inbound handler to the alias_ftp module. It helps handle active
  FTP transfer mode for the case with external clients and FTP server behind
  NAT. Fix passive FTP transfer case for server behind NAT using redirect with
  external IP address different from NAT ip address.

  PR:		kern/157957
  Submitted by:	Alexander V. Chernikov
</content>
</entry>
<entry>
<title>MFC r223080:</title>
<updated>2011-07-28T10:10:39Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2011-07-28T10:10:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c58f3d0142161ef035bac1047e01819e1315ed2'/>
<id>urn:sha1:2c58f3d0142161ef035bac1047e01819e1315ed2</id>
<content type='text'>
  Implement "global" mode for ipfw nat. It is similar to natd(8)
  "globalport" option for multiple NAT instances.

  If ipfw rule contains "global" keyword instead of nat_number, then
  for each outgoing packet ipfw_nat looks up translation state in all
  configured nat instances. If an entry is found, packet aliased
  according to that entry, otherwise packet is passed unchanged.

  User can specify "skip_global" option in NAT configuration to exclude
  an instance from the lookup in global mode.

  PR:		kern/157867
  Submitted by:	Alexander V. Chernikov (previous version)
</content>
</entry>
<entry>
<title>MFC 223773:</title>
<updated>2011-07-26T19:05:10Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2011-07-26T19:05:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53444e3bca2a83448de984baa3a1b1a57c5694ac'/>
<id>urn:sha1:53444e3bca2a83448de984baa3a1b1a57c5694ac</id>
<content type='text'>
- General grammar and mdoc(7) fixes.
- While here, remove a paragraph about userspace operation
  that has been outdated for some time.

PR:		158623
</content>
</entry>
<entry>
<title>Merge from head/ 220800,220837,220914:</title>
<updated>2011-07-08T14:30:06Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2011-07-08T14:30:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce23198661bea849d821cb86c24b811b28ffa8b0'/>
<id>urn:sha1:ce23198661bea849d821cb86c24b811b28ffa8b0</id>
<content type='text'>
Log:
  LibAliasInit() should allocate memory with M_WAITOK flag. Modify it
  and its callers.

Log:
  - Rewrite functions that copyin/out NAT configuration, so that they
    calculate required memory size dynamically.
  - Fix races on chain re-lock.
  - Introduce new field to ip_fw_chain - generation count. Now utilized
    only in the NAT configuration, but can be utilized wider in ipfw.
  - Get rid of NAT_BUF_LEN in ip_fw.h

  PR:           kern/143653
</content>
</entry>
<entry>
<title>MFC r218909:</title>
<updated>2011-02-24T10:23:22Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2011-02-24T10:23:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=252b710c510f1981e5acfd15f436d31080c011e1'/>
<id>urn:sha1:252b710c510f1981e5acfd15f436d31080c011e1</id>
<content type='text'>
Fix typos - remove duplicate "the".

PR:		bin/154928
Submitted by:	Eitan Adler &lt;lists at eitanadler.com&gt;
</content>
</entry>
<entry>
<title>MFC r214754:</title>
<updated>2010-11-22T22:41:43Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2010-11-22T22:41:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07bb0fca365a687bf585b5cf4884c6b19b45b7f2'/>
<id>urn:sha1:07bb0fca365a687bf585b5cf4884c6b19b45b7f2</id>
<content type='text'>
Don't spam the console with 'Loading &lt;alias module&gt;' messages.

This cannot be hidden behind 'bootverbose' as this file is included from
userland.
</content>
</entry>
<entry>
<title>MFC r215153:</title>
<updated>2010-11-16T00:01:44Z</updated>
<author>
<name>Lawrence Stewart</name>
<email>lstewart@FreeBSD.org</email>
</author>
<published>2010-11-16T00:01:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0228fb35e5b22e7a033d6a1e8c02eedba3a3899c'/>
<id>urn:sha1:0228fb35e5b22e7a033d6a1e8c02eedba3a3899c</id>
<content type='text'>
Standardise all Swinburne related copyright/licence statements throughout the
tree in preparation for another large code import. Swinburne University is the
legal entity that owns copyright and the 2-clause BSD licence is acceptable.
</content>
</entry>
<entry>
<title>MFC r215152:</title>
<updated>2010-11-15T23:51:11Z</updated>
<author>
<name>Lawrence Stewart</name>
<email>lstewart@FreeBSD.org</email>
</author>
<published>2010-11-15T23:51:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7fc500198cf25d2de8170574bdd3ac1358f7806e'/>
<id>urn:sha1:7fc500198cf25d2de8170574bdd3ac1358f7806e</id>
<content type='text'>
The university does not require that its CRICOS number be included in source
code. Remove all references from the tree.
</content>
</entry>
<entry>
<title>MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,</title>
<updated>2010-02-11T18:34:06Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2010-02-11T18:34:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7733cf8fffadd4b286f7ed03e7748ee70e36433d'/>
<id>urn:sha1:7733cf8fffadd4b286f7ed03e7748ee70e36433d</id>
<content type='text'>
201408,201325,200089,198822,197373,197372,197214,196162). Since one of those
changes was a semicolon cleanup from somebody else, this touches a lot more.
</content>
</entry>
<entry>
<title>MFC r201145 to stable/8:</title>
<updated>2010-01-30T12:11:21Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2010-01-30T12:11:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2b36efde5fd60df4195a726045f06e2feb6de5e'/>
<id>urn:sha1:e2b36efde5fd60df4195a726045f06e2feb6de5e</id>
<content type='text'>
  (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
  Fix some wrong usages.
  Note: this does not affect generated binaries as this argument is not used.

  PR:		137213
  Submitted by:	Eygene Ryabinkin (initial version)
</content>
</entry>
</feed>
