Commit Graph

99 Commits

Author SHA1 Message Date
Karsten Keil dac8c9201c - fix library directories
- build without root permissions
2008-08-31 10:49:38 +00:00
Karsten Keil c26c8315ca allow external overwrite of CFLAGS without dropping features 2006-01-15 15:11:52 +00:00
Karsten Keil d9048239ca change the DLT name for filtering to DLT_PPP_PPPD to match libpcap 0.9.3
version
2005-08-07 13:47:50 +00:00
Karsten Keil 08139ad536 make GCC4 happy 2005-08-01 12:15:15 +00:00
Karsten Keil 1edfddb40d fix ipppd/options.c
fix capifax to support ALERT_REQ with and without SENDINGCOMPLETE
2004-12-13 22:06:52 +00:00
Karsten Keil c31ed0e09f - DLT_PPP_WITHDIRECTION support 2004-12-13 15:14:21 +00:00
Karsten Keil 101ff42c8a use DES functions from openssl if possible 2004-08-30 14:56:36 +00:00
Karsten Keil 231d509c1e fix a strict-aliasing warning 2004-02-12 11:27:39 +00:00
Karsten Keil 683a0b6c8b - newer libpcap versions have pcap-bpf.h include, not net/bpf.h 2004-02-12 10:50:21 +00:00
Karsten Keil 483e1c4e16 add missing file 2003-07-01 09:05:38 +00:00
Karsten Keil 3d5aa23c6a Add PPP filtering to ippp man page (thanks to Frank Elsner) 2003-07-01 09:03:45 +00:00
Karsten Keil 52f3800c53 IPPPD_FILTER option to filter packets for the HUPTIMEOUT; need kernel patch 2003-06-30 22:30:57 +00:00
Karsten Keil 35849c524e multiline strings are not working with newer GCC 2003-01-20 02:23:28 +00:00
Karsten Keil 4e3cdc70f0 More changes to compile without kernel source 2002-07-19 21:23:55 +00:00
Karsten Keil 6bebcfad40 First changes to compile utils without /usr/src/linux/drivers/isdn 2002-07-19 19:03:58 +00:00
Karsten Keil 681c94622d fix the wrong assembling of the device log message introduced by the
buffer overflow fixes
2002-07-18 00:06:21 +00:00
Karsten Keil 52f36844d5 function to read password from stdin, forget to add it 2002-07-07 00:20:12 +00:00
Karsten Keil 3aae39aaa7 add a primitiv password on startup function to avoid to save password on
disc
2002-07-06 00:34:08 +00:00
Karsten Keil 327ac9b254 Fix some possible buffer overflows in ipppd 2002-07-06 00:12:26 +00:00
Karsten Keil 97334bfc99 - Fix some glibc header file problems
- Fix some autoconf file syntax, newer autoconf check it strict
2002-07-06 00:11:19 +00:00
Paul Slootman 20210869ae changed cast to prevent warnings on some architectures 2002-03-11 15:53:21 +00:00
Paul Slootman 9592104e55 Check each configured device for PPP support, instead of just the
first one supplied. Now it works also if the first device is the
slave device.
(Prevents bogus "Sorry - this system lacks PPP kernel support" messages.)
2002-01-31 19:49:07 +00:00
Karsten Keil baabf88ef8 bugfix: loop never executed - this was the reason that droping a slave
could remove the complete ip setup
2001-07-18 18:51:34 +00:00
Paul Slootman cae55f4b80 Various patches to fix errors when using the newest glibc,
replaced use of insecure tempnam() function
and to remove warnings etc.
2001-03-01 14:59:17 +00:00
Paul Slootman c85d085219 add "nohostroute" as alias for "-hostroute" option
(all the other "-" options already have such an alias)
2000-12-07 12:46:49 +00:00
Paul Slootman a6b2487761 "noipx" option _enabled_ IPX.
Also removed spaces at end of lines.
2000-12-07 07:53:19 +00:00
Kai Germaschewski 64b6071396 fix backwards compatibility in capi20 library, small other changes 2000-11-12 16:06:42 +00:00
Kai Germaschewski 6020bc7a3f callback improvements by richard.kunze@web.de 2000-07-25 20:23:51 +00:00
Karsten Keil 6c5f63d017 accept * for all addresses allowed 2000-06-21 09:01:54 +00:00
Kai Germaschewski 72c0b1a299 Fixed bug in ipppd: MPdiscr is now random
added option deldefaultroute
2000-04-29 08:57:24 +00:00
Kai Germaschewski ad23906ba5 improvements by Frank Elsner <Elsner@zrz.TU-Berlin.DE> 2000-04-13 13:34:04 +00:00
Kai Germaschewski a23fb0ab56 CBCP with negotiation of callback number works now (at least for some
people)
2000-02-08 16:24:55 +00:00
Kai Germaschewski d323672f5c added the "BACP Bandwidth Allocation Control Protocol" to
recognized protocols.
2000-01-18 17:59:25 +00:00
Kai Germaschewski 69d32d93c8 changed pathnames.h.in instead of pathnames.h, so now it compiles again 2000-01-13 10:15:41 +00:00
Kai Germaschewski 65de0366f3 updated man page to mention new compatibility option. 2000-01-10 21:27:55 +00:00
Kai Germaschewski 62228dff44 added option "usepeerdns" for compatibility with async pppd 2000-01-10 21:22:56 +00:00
Werner Cornelius 93068dcb3f Added support for auth-fail script if authentication fails.
Updated man page.
1999-11-10 08:01:33 +00:00
Paul Slootman d6425cec81 added dummy declaration for struct compstat to suppress warning from ppp-comp.h 1999-11-03 16:06:35 +00:00
Karsten Keil 2330717a5f Only patch maybe invalid in this case and here are now many
kernel with extra version string (e.g. -ac).
1999-10-25 12:17:29 +00:00
Karsten Keil 4ab3513cc4 ipppd didn't decodes 2.2.13pre2 as 2.2 series 1999-09-24 21:21:55 +00:00
Michael Hipp 38d1f18c6e Again ... *sigh* 1999-09-20 09:05:10 +00:00
Michael Hipp c1427f3af5 Load isdn_lzscomp.h from isdn4k-utils/ipppcomp directory 1999-09-20 09:02:43 +00:00
Paul Slootman 0b0115fc7b added -ip-protocol option to agree with manpage (alias is -ip) 1999-08-09 12:54:32 +00:00
Paul Slootman 98d0ee8733 Oops, typo in previous patch ( : instead of ; ) 1999-08-03 14:52:39 +00:00
Paul Slootman c22fb3aec1 Don't think EEXIST when adding a route is a fatal error. 1999-08-03 14:17:34 +00:00
Paul Slootman d196e39adb Needed for MS-DNS patches; were not added during the previous commit. 1999-06-25 06:47:20 +00:00
Michael Hipp 6d4e9294de Added malware's changes. Added Andre Beck's changes. 1999-06-21 13:28:52 +00:00
Paul Slootman 6200708775 changed MAX_IFS to 4096 so that SIOCGIFCONF buffer <= 128k 1999-06-07 11:26:50 +00:00
Paul Slootman 4d8f8292f1 glibc 2.1 compatibility 1999-06-01 13:02:20 +00:00
Paul Slootman ebe7d76101 allow working with -preX kernel versions 1999-01-25 14:09:30 +00:00