summaryrefslogtreecommitdiff
path: root/net/pppd
AgeCommit message (Collapse)AuthorFilesLines
2010-11-01Reset maintainer.wiz1-2/+2
2009-09-07Linux doesn't support direction-specific filters. Conform to the newdsainty2-1/+61
set_filters() interface introduced by Pkgsrc, but generate errors if the outbound filters are defined. Compile tested only (but it does at least compile!), on Linux with /usr/include/pcap-bpf.h. No functional change on systems that previously successfully built.
2009-08-10Basic default buildlink3.mk, for packages wanting access to pppd's headers.dsainty1-0/+12
2009-08-06Linux doesn't define PPP_FCS() in <net/ppp_defs.h> for userland. pppdump.cdsainty2-11/+14
expects PPP_FCS() to be defined however, and compilation therefore breaks in the presence of the previous version of this patch. This version of the patch reverts back to the behaviour of the distribution code for non-NetBSD systems, but retains the Pkgsrc patched behaviour of pulling in the system copy of the header file for NetBSD and DragonFly. This should only affect success or failure of the package build, so no PKGREVISION bump.
2009-06-14Remove @dirrm entries from PLISTsjoerg2-5/+2
2008-12-30Modify the patch-ae not to include $Id$.hasso2-6/+4
2008-12-26Make it work on DragonFly. Slightly modified patch from PR 40155.hasso6-30/+44
2008-07-29Make this build.tnn4-27/+35
2007-06-11Bring this package closer to building under NetBSD 4.0:tron4-20/+52
- Escape some question marks to avoid weird GCC warning. - Fix broken use of "__attributed (__packed__)". Bump package revision because this is a code generation issue.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-02Still allow pervious behaviour to detect kernel PPP support.cube2-8/+20
2005-01-02Add our revision 1.50 of sys-bsd.c that I had forgotten. It adds supportcube2-14/+39
for cloning ppp(4) as found in -current.
2005-01-02Initial import of pppd, version 2.4.3, into the NetBSD Package Collection.cube46-0/+4983
The PPP Daemon is the userland part of the Point-to-Point Protocol. It works in combination with a dedicated kernel network interface usually named ppp. PPP is a very extensible protocol and pppd supports a large number of options, including compression (through various algorithms), cryptography (Microsoft's MPPE) and authentication (PAP, CHAP, Microsoft CHAP), provided the kernel has the relevant back-ends in some cases.