aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient/files
Commit message (Collapse)AuthorAgeFilesLines
* net/pptpclient: Add pptp service(8) scriptDevin Teske2016-02-092-0/+180
| | | | | | | | Reviewed by: feld Differential Revision: https://reviews.freebsd.org/D5236 Notes: svn path=/head/; revision=408595
* - Update to 1.8.0Antoine Brodin2014-01-143-45/+0
| | | | | | | | | | - Stage support PR: ports/185711 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=339704
* Use MAKE_ARGS (CC="${CC}") instead of a patch.Boris Samorodov2013-08-291-8/+3
| | | | | | | Reported by: bapt Notes: svn path=/head/; revision=325569
* . fix build with clang (CC=gcc -> CC?=gcc);Boris Samorodov2013-08-281-6/+11
| | | | | | | | | | . add LICENSE (GPLv2); . bump PORTREVISIONr; . group build statements; . mute mkdir. Notes: svn path=/head/; revision=325536
* - Update to 1.7.2.Chin-San Huang2008-05-182-20/+11
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=213300
* Update to 1.7.0Marcus Alves Grando2005-10-021-0/+20
| | | | | | | | PR: 86773 Approved by: thomas (maintainer), pav (mentor) Notes: svn path=/head/; revision=144014
* Update to 1.6.0Marcus Alves Grando2005-09-292-15/+4
| | | | | | | | | PR: 85033 Pointed by: Dmitry Nikulenko <dmitry@lime-systems.com> Approved by: pav (mentor), thomas@cuivre.fr.eu.org (maintainer timeout, 43 days) Notes: svn path=/head/; revision=143771
* Update to 1.5.0.Daniel Harris2004-06-301-0/+11
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=112622
* Upgrade net/pptpclient to upstream release 1.3.1.Thomas Quinot2003-08-141-9/+10
| | | | | | | Reviewed by: roberto Notes: svn path=/head/; revision=86923
* Update to 1.1.0.Anton Berezin2002-06-133-100/+14
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=61222
* Upgrade from version 1.0.2 to 1.0.3 and welcome Thomas Quinot asJohn Polstra2001-05-125-120/+49
| | | | | | | | | the new maintainer of this port. Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/head/; revision=42558
* We do not need separate `pptp_callmgr' binaryRuslan Ermilov2000-08-111-20/+17
| | | | | | | since it is built directly into `pptp' binary. Notes: svn path=/head/; revision=31515
* Handle an invalid result code of 0 in Start-Control-Connection-ReplyJohn Polstra2000-01-291-0/+11
| | | | | | | | | | | | packets. A popular ADSL service in Korea sends this result code. It is wrong, but the patch doesn't harm anybody else. PR: ports/16372 Submitted by: CHOI Junho <cjh@kr.FreeBSD.ORG> Reviewed by: jdp Notes: svn path=/head/; revision=25230
* New port for the "pptp-linux" VPN client. It allows a FreeBSD machineJohn Polstra1999-06-197-0/+220
to connect to a remote NT server, making it behave as if it were on the same LAN. Notes: svn path=/head/; revision=19577