summaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_pptp.c
Commit message (Expand)AuthorAgeFilesLines
* libalias: Style cleanupLutz Donnerhacke2021-05-291-45/+39
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+2
* Kill space at eols.Gleb Smirnoff2013-12-251-30/+30
* -don't pass down, to module's fingerprint function, unused data likePaolo Pisati2009-04-081-2/+2
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-26/+167
* Always include alias.h before alias_local.hGleb Smirnoff2005-05-051-0/+1
* Play with includes so that libalias can be compiled both as userlandGleb Smirnoff2005-05-051-2/+10
* Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_nextJoe Marcus Clarke2004-08-041-1/+1
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-6/+6
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-35/+35
* Deal with aliasing warnings.Dag-Erling Smørgrav2004-03-311-6/+2
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-218/+224
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-10/+12
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
* Make header files conform to style(9).Brian Somers2001-03-251-0/+2
* A significant rewrite of PPTP aliasing code.Ruslan Ermilov2000-10-301-52/+128
* - Do not modify Peer's Call ID in outgoing Incoming-Call-ConnectedRuslan Ermilov2000-08-091-18/+25
* Adjust TCP checksum rather than compute it afresh.Ruslan Ermilov2000-08-071-4/+8
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-201-0/+279