Commit Graph

22 Commits

Author SHA1 Message Date
paul 713b726d7a Pressing button 2 to make an ISDN connection didn't work. 2003-03-11 14:15:02 +00:00
keil 36aff477ea More changes to compile without kernel source 2002-07-19 21:23:51 +00:00
paul 6a72d76394 Be more sane in the UPCMD and DOWNCMD department; those weren't really working.
Document correctly how it works now.
2002-01-31 20:18:13 +00:00
paul 7d5693c2dd Add -I$(CONFIG_KERNELDIR)/include to the CFLAGS so that the correct
kernel headers are used.
Be more sane in the UPCMD and DOWNCMD department; those weren't really working.
2002-01-31 20:17:41 +00:00
keil 57142c5551 rule for man page 2002-01-30 00:51:52 +00:00
paul 16c23bf7f9 Build target xmonisdn.man before xmonisdn . This prevents wierd error when
building with latest (4.1.x) XFree86 stuff.
2001-08-09 15:06:26 +00:00
akool 1c0a68c4e8 - Ported "imontty", "isdnctrl", "isdnlog", "xmonisdn" and "hisaxctrl" to
Linux-2.4 "devfs" ("/dev/isdnctrl" -> "/dev/isdn/isdnctrl")
2000-06-29 17:38:26 +00:00
paul 7ede89aeab xmonisdn was meant to be installed setuid root. However, this was not secure
(scripts were executed with system() so e.g. IFS and PATH could be used to
work around any attempt of security...).
Now check that it is not installed setuid root (unless the user insists,
details in manpage), and recommend to put user in group `dialout' or similar
and also make the isdn devices group `dialout'; the scripts can then use
isdnctrl to stop/start stuff.
1999-08-03 14:00:18 +00:00
paul 6f263aef81 small error in handling MANDATE for manpage 1998-12-29 16:06:18 +00:00
fritz c95e64a475 Removed moduledir option for loopctrl - driver is in both kernels.
Added xmonisdn.man to distclean-tag.
1998-12-07 13:28:22 +00:00
paul ad277024d2 some minor changes (spelling etc.) 1998-12-02 11:58:51 +00:00
paul 58c3fdd2d1 added support for xmonisdn.man.in 1998-12-02 11:38:05 +00:00
paul 2123c00ae7 moved xmonisdn.man to xmonisdn.man.in so config options can be updated in it 1998-12-02 11:36:36 +00:00
keil edcc46f7a8 fix syntax 1998-11-09 17:32:21 +00:00
paul 5bf7387a67 Some fixes for DESTDIR install support. From Jos Vos <jos@xos.nl> 1998-11-09 12:40:03 +00:00
akool bdd419c038 - fixed "configure.in" problem with NATION_*
- DESTDIR fixes (many thanks to Michael Reinelt <reinelt@eunet.at>)
 - isdnrep: Outgoing calls ordered by Zone/Provider/MSN corrected
 - new Switch "-i" -> running on internal S0-Bus
 - more providers
 - "sonderrufnummern.dat" extended (Frag Fred, Telegate ...)
 - added AVM-B1 to the documentation
 - removed the word "Teles" from the whole documentation ;-)
1998-11-01 08:49:21 +00:00
akool 31048f5b41 - 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:27:23 +00:00
paul f2abd95a27 Fixed compiler warnings from egcs. 1998-04-28 08:33:52 +00:00
keil f192738607 bugfixes from Florian La Roche 1998-03-01 20:36:22 +00:00
fritz e4b959d13e Added capbility to override CFLAGS from commandline. 1997-03-24 01:34:43 +00:00
fritz bafbf79663 Misc corrections, more config otions. 1997-03-03 04:00:33 +00:00
fritz 3cfc218cb5 Tons of changes.
New toplevel Makefile
added xisdnload, xmonisdn, toplevel config for isdnload
Added new interactive configuration utility using lxdialog.
Some adaptions for existing packages.
Some corrections in man pages.
1997-03-02 19:41:56 +00:00