Commit Graph

70 Commits

Author SHA1 Message Date
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
Paul Slootman 6bc6cde8a3 now default is to use devicename in pidfile if no pidfile is specified 1998-12-29 15:21:53 +00:00
Paul Slootman 7beae5921a changed "dns-addr" reference to "ms-dns" 1998-12-03 14:30:05 +00:00
Paul Slootman bd9e79b354 general cleanups for the manpages 1998-12-02 16:54:34 +00:00
Michael Hipp 1b5de430b6 Changed LZS warning from fprintf to syslog 1998-12-01 12:59:38 +00:00
Paul Slootman 9dacea25cb RTF_MAGIC in this file no longer is the same as kernel source.
Commented the definition out here (do we still need this file?)
1998-11-18 16:37:10 +00:00
Fritz Elfert 4dae2325a3 Removed TTY_FIRST option since this is disabled in code anyway. 1998-11-18 13:48:57 +00:00
Michael Hipp 0568925a4d Minor changes in some syslog() functions. 1998-11-05 09:42:37 +00:00
Michael Hipp 3cbeb5b3ea Fixes to compile under non-CVS Linux 2.1.126 1998-10-29 17:28:49 +00:00
Karsten Keil 8204571f18 fixes to compile and install under 2.0.36 1998-10-16 12:38:16 +00:00
Karsten Keil e9c4ae9eea Fixed autoconfig for 2.0.36
version is 2.3 now
1998-10-13 22:37:11 +00:00
Paul Slootman 564bb39ddf /dev/ppp/ioptions.<devname> -> /etc/ppp/ioptions.<devname> 1998-10-12 11:54:42 +00:00
Andreas Kool c8e275d319 - quick and dirty Call-History in "-m" Mode (press "h" for more info) added
- eat's one more socket, Stefan: sockets[3] now is STDIN, FIRST_DESCR=4 !!
 - Support for tesion)) Baden-Wuerttemberg Tarif
 - more Providers
 - Patches from Wilfried Teiken <wteiken@terminus.cl-ki.uni-osnabrueck.de>
   - better zone-info support in "tools/isdnconf.c"
   - buffer-overrun in "isdntools.c" fixed
 - big Austrian Patch from Michael Reinelt <reinelt@eunet.at>
   - added $(DESTDIR) in any "Makefile.in"
   - new Configure-Switches "ISDN_AT" and "ISDN_DE"
     - splitted "takt.c" and "tools.c" into
         "takt_at.c" / "takt_de.c" ...
         "tools_at.c" / "takt_de.c" ...
   - new feature
       CALLFILE = /var/log/caller.log
       CALLFMT  = %b %e %T %N7 %N3 %N4 %N5 %N6
     in "isdn.conf"
 - ATTENTION:
     1. "isdnrep" dies with an seg-fault, if not HTML-Mode (Stefan?)
     2. "isdnlog/Makefile.in" now has hardcoded "ISDN_DE" in "DEFS"
     	should be fixed soon
1998-09-26 18:31:14 +00:00
Paul Slootman 62b630032d Fixed sigsegv on Alpha, where sizeof(long) > 4 1998-09-23 08:10:25 +00:00
Michael Hipp 369dbd221d Changes for LZS compression 1998-07-08 16:48:24 +00:00
Fritz Elfert fbbe18dd6a Misc. Fixes.
Added fallback to libdb for isdnctrl.
Added -V version check in isdnctrl.
1998-06-27 00:36:33 +00:00
Michael Hipp e931b593ca More RADIUS changes from Matjaz Godec. 1998-05-05 08:51:28 +00:00
Michael Hipp 4a8c98abbd Added Radius README File 1998-04-29 14:32:13 +00:00
Michael Hipp a4b2b879b4 Added Matjaz Godec's Radius Patches 1998-04-29 14:29:50 +00:00
Paul Slootman d6dbcb938f Fixed compiler warnings from egcs. 1998-04-28 08:35:11 +00:00
Michael Hipp b3499512ab More defines for older kernels 1998-03-30 09:53:34 +00:00
Michael Hipp ce73839c31 added PPP_LINK_CCP define 1998-03-29 13:19:22 +00:00
Michael Hipp ba92453efb More changes for CCP: additions for individiual link CCP. 1998-03-25 13:13:40 +00:00
Michael Hipp 1ac1d5592f here it is again. Hopefully this works. 1998-03-23 11:45:28 +00:00
Michael Hipp 124fbf81bb wrong permissions. removed to add again. BTW: is there a simple way to
change permissions?
1998-03-23 11:44:48 +00:00
Michael Hipp 45ac6c5c8b Added compression names 1998-03-22 18:53:01 +00:00
Michael Hipp 3ad70afa44 CCP changes and additions 1998-03-22 18:52:36 +00:00
Thomas Bogendoerfer 16a3b0359a not every CPU is from Intel (greetings from Digital :-)) 1998-03-15 22:36:39 +00:00
Michael Hipp 755d5465d3 more glibc patches 1998-03-12 15:07:19 +00:00
Michael Hipp c3550bee90 new files 1998-03-08 13:05:20 +00:00