| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 21 | -21/+0 |
* | Update/fix Makefile.depend for userland | Simon J. Gerraty | 2023-04-19 | 7 | -7/+0 |
* | Rename NO_WERROR -> MK_WERROR=no | Alex Richardson | 2021-01-07 | 1 | -1/+1 |
* | pkgbase: Put libalias in the natd package | Emmanuel Vadot | 2021-01-04 | 8 | -14/+22 |
* | libalias: retire cuseeme support | Ed Maste | 2020-05-16 | 3 | -24/+0 |
* | Update Makefile.depend files | Simon J. Gerraty | 2019-12-11 | 1 | -1/+0 |
* | pkgbase: Create a FreeBSD-utilities package and make it the default one | Emmanuel Vadot | 2019-09-05 | 1 | -1/+0 |
* | Move libalias.conf to lib/libalias/libalias/ | Brad Davis | 2018-09-18 | 2 | -0/+9 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 9 | -9/+0 |
* | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones | Enji Cooper | 2017-01-20 | 3 | -3/+3 |
* | Update libalias and libpam packaged files. | Glen Barber | 2016-02-05 | 1 | -0/+1 |
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 |
* | Revert r284417 it is not necessary anymore | Baptiste Daroussin | 2015-06-15 | 2 | -2/+2 |
* | Enforce overwritting SHLIBDIR | Baptiste Daroussin | 2015-06-15 | 2 | -2/+2 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 9 | -0/+164 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 9 | -9/+1 |
| * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 9 | -0/+18 |
| * | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 9 | -0/+9 |
| * | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 9 | -18/+0 |
| * | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 9 | -0/+27 |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 9 | -0/+145 |
|/ |
|
* | Remove redundant WARNS?=6 overrides and inherit the WARNS setting from | Ulrich Spörlein | 2010-03-02 | 2 | -1/+3 |
* | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 1 | -1/+1 |
* | -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentIn | Paolo Pisati | 2008-03-12 | 1 | -1/+1 |
* | - Bump share library version which were missed in last bump | Rong-En Fan | 2007-06-18 | 1 | -1/+1 |
* | Fix a regression: let natd load libalias modules before /usr is mounted | Paolo Pisati | 2006-10-08 | 9 | -9/+10 |
* | - Removed a copyright from makefile. | Ruslan Ermilov | 2006-09-27 | 4 | -31/+7 |
* | Put back NO_WERROR= to fix sparc64 build. | Ruslan Ermilov | 2006-09-27 | 1 | -0/+1 |
* | Summer of Code 2005: improve libalias - part 1 of 2 | Paolo Pisati | 2006-09-26 | 12 | -13/+101 |
* | Bump the shared library version number of all libraries that have not | Ken Smith | 2005-07-22 | 1 | -1/+1 |
* | Build userland libalias using src/sys/netinet/libalias. | Gleb Smirnoff | 2005-05-04 | 17 | -10259/+2 |
* | natd core dumps when -reverse switch is used because of a bug in | Poul-Henning Kamp | 2005-04-05 | 1 | -2/+2 |
* | Fix a problem in the Skinny ALG where a specially crafted packet could cause | Joe Marcus Clarke | 2005-03-03 | 1 | -4/+4 |
* | Sort sections. | Ruslan Ermilov | 2005-01-20 | 1 | -5/+5 |
* | include "alias.h", not <alias.h> | Brian Somers | 2005-01-10 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
* | Fix outgoing ICMP on global instance. | Poul-Henning Kamp | 2004-08-14 | 1 | -5/+5 |
* | Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next | Joe Marcus Clarke | 2004-08-04 | 2 | -2/+2 |
* | Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the | Dag-Erling Smørgrav | 2004-07-06 | 1 | -1/+2 |
* | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | Dag-Erling Smørgrav | 2004-07-06 | 12 | -52/+77 |
* | Rewrite twowords() to access its argument through a char pointer and not | Dag-Erling Smørgrav | 2004-07-06 | 1 | -3/+10 |
* | Temporarily lower WARNS to 3 while I figure out the alignment issues on | Dag-Erling Smørgrav | 2004-07-06 | 1 | -1/+1 |
* | Make libalias WARNS?=6-clean. This mostly involves renaming variables | Dag-Erling Smørgrav | 2004-07-05 | 15 | -676/+721 |
* | Parenthesize return values. | Dag-Erling Smørgrav | 2004-07-05 | 6 | -120/+120 |
* | Mechanical whitespace cleanup. | Dag-Erling Smørgrav | 2004-07-05 | 6 | -126/+126 |
* | Add LibAliasOutTry() which checks a packet for a hit in the tables, but | Poul-Henning Kamp | 2004-07-04 | 2 | -16/+29 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -7/+7 |
* | Bumped document date. | Ruslan Ermilov | 2004-07-01 | 1 | -5/+7 |
* | Unbreak natd. | Daniel Eischen | 2004-04-02 | 1 | -0/+1 |