History log of /src/sys/netinet/libalias/HISTORY (Results 1 – 25 of 39)
Revision Date Author Comments
# 78d14616 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line bare tag

Remove /^\s*\$FreeBSD\$$\n/


# 2f4d91f9 04-Jul-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Rewrite HISTORY

Fix the history entry (wrong year) and add the missing recent work.
MFC together with the other patches.

MFC after: 2 days


# d989935b 31-May-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Restructure - Finalize

Note, that the restructuring is done.

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30582


# bec0a5dc 31-May-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Remove LibAliasCheckNewLink

Finally drop the function in 14-CURRENT.

Discussed with: kp
Differential Revision: https://reviews.freebsd.org/D30275


# 78d14616 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line bare tag

Remove /^\s*\$FreeBSD\$$\n/


# 2f4d91f9 04-Jul-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Rewrite HISTORY

Fix the history entry (wrong year) and add the missing recent work.
MFC together with the other patches.

MFC after: 2 days


# d989935b 31-May-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Restructure - Finalize

Note, that the restructuring is done.

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30582


# bec0a5dc 31-May-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Remove LibAliasCheckNewLink

Finally drop the function in 14-CURRENT.

Discussed with: kp
Differential Revision: https://reviews.freebsd.org/D30275


# 642e43b3 26-Jul-2000 Archie Cobbs <archie@FreeBSD.org>

Add address translation support for RTSP/RTP used by RealPlayer and
Quicktime streaming media applications.

Add a BUGS section to the man page.

Submitted by: Erik Salander <erik@whistle.com>


# 55a39fc5 20-Jun-2000 Ruslan Ermilov <ru@FreeBSD.org>

Added true support for PPTP aliasing. Some nice features include:

- Multiple PPTP clients behind NAT to the same or different servers.

- Single PPTP server behind NAT -- you just need to redirect

Added true support for PPTP aliasing. Some nice features include:

- Multiple PPTP clients behind NAT to the same or different servers.

- Single PPTP server behind NAT -- you just need to redirect TCP
port 1723 to a local machine. Multiple servers behind NAT is
possible but would require a simple API change.

- No API changes!

For more information on how this works see comments at the start of
the alias_pptp.c.

PacketAliasPptp() is no longer necessary and will be removed soon.

Submitted by: Erik Salander <erik@whistle.com>
Reviewed by: ru
Rewritten by: ru
Reviewed by: Erik Salander <erik@whistle.com>

show more ...


# 91cc2995 05-Apr-2000 Ruslan Ermilov <ru@FreeBSD.org>

Minor spelling fixes.


# 7d96f4ef 27-Feb-1999 Brian Somers <brian@FreeBSD.org>

Version 3.0: January 1, 1999
- Transparent proxying support added.
- PPTP redirecting support added based on patches
contributed by Dru Nelson <dnelson@redwoodsoft.com>.

Submitted by:

Version 3.0: January 1, 1999
- 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>

show more ...


# fb9cd36d 24-May-1998 Atsushi Murai <amurai@FreeBSD.org>

Primary verison of NetBIOS over TCP/IP. Now you can connect Windows
DOMAIN as DOMAIN user through NAT function. See also RFC1002 for
futher detail of SMB structure.

Submitted by: Atsushi Murai <amur

Primary verison of NetBIOS over TCP/IP. Now you can connect Windows
DOMAIN as DOMAIN user through NAT function. See also RFC1002 for
futher detail of SMB structure.

Submitted by: Atsushi Murai <amurai@spec.co.jp>

show more ...


# 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)


# 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()


# 4fe071a9 11-Aug-1997 Brian Somers <brian@FreeBSD.org>

Fix file descriptor leak.

Submitted by: Charles Mott <cmott@srv.net>
Identified by: Gordon Burditt


# 3efa11bb 03-Aug-1997 Brian Somers <brian@FreeBSD.org>

Update to version 2.2. Only the PacketAlias*()
functions should now be used. The old 2.1 stuff is
there for backwards compatability.
Submitted by: Charles Mott <cmott@snake.srv.net>


# 78d14616 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line bare tag

Remove /^\s*\$FreeBSD\$$\n/


# 2f4d91f9 04-Jul-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Rewrite HISTORY

Fix the history entry (wrong year) and add the missing recent work.
MFC together with the other patches.

MFC after: 2 days


# d989935b 31-May-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Restructure - Finalize

Note, that the restructuring is done.

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30582


# bec0a5dc 31-May-2021 Lutz Donnerhacke <donner@FreeBSD.org>

libalias: Remove LibAliasCheckNewLink

Finally drop the function in 14-CURRENT.

Discussed with: kp
Differential Revision: https://reviews.freebsd.org/D30275


# 642e43b3 26-Jul-2000 Archie Cobbs <archie@FreeBSD.org>

Add address translation support for RTSP/RTP used by RealPlayer and
Quicktime streaming media applications.

Add a BUGS section to the man page.

Submitted by: Erik Salander <erik@whistle.com>


# 55a39fc5 20-Jun-2000 Ruslan Ermilov <ru@FreeBSD.org>

Added true support for PPTP aliasing. Some nice features include:

- Multiple PPTP clients behind NAT to the same or different servers.

- Single PPTP server behind NAT -- you just need to redirect

Added true support for PPTP aliasing. Some nice features include:

- Multiple PPTP clients behind NAT to the same or different servers.

- Single PPTP server behind NAT -- you just need to redirect TCP
port 1723 to a local machine. Multiple servers behind NAT is
possible but would require a simple API change.

- No API changes!

For more information on how this works see comments at the start of
the alias_pptp.c.

PacketAliasPptp() is no longer necessary and will be removed soon.

Submitted by: Erik Salander <erik@whistle.com>
Reviewed by: ru
Rewritten by: ru
Reviewed by: Erik Salander <erik@whistle.com>

show more ...


# 91cc2995 05-Apr-2000 Ruslan Ermilov <ru@FreeBSD.org>

Minor spelling fixes.


# 7d96f4ef 27-Feb-1999 Brian Somers <brian@FreeBSD.org>

Version 3.0: January 1, 1999
- Transparent proxying support added.
- PPTP redirecting support added based on patches
contributed by Dru Nelson <dnelson@redwoodsoft.com>.

Submitted by:

Version 3.0: January 1, 1999
- 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>

show more ...


12