Commit Graph

113 Commits

Author SHA1 Message Date
Peter Marschall 091370593c isdnctrl/isdnctrl.man.in: hard-code man-page date & autoreconf
Do not use the date of the last RCS checkin-time as manual page data.
This does not make sense anymore with git as DVCS.
2012-04-27 18:19:30 +02:00
Peter Marschall a5a4a1d5b6 isdnctrl/Makefile.in: fix configure-time warning 2012-04-22 19:45:57 +02:00
Peter Marschall f6a120e95c isdnctrl/configure.ac: simplify & autoreconf 2012-04-22 19:45:05 +02:00
Peter Marschall 7bc75eeede isdnctrl: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'
and remove unnecessary file acconfig.h.
2012-04-20 19:16:06 +02:00
Peter Marschall bc234a12dd isdnctrl/configure.ac: updated from configure.in
* rename configure.in to configure.ac for recent autotools
* require autoconf 2.68
* update obsolete macros
* quote arguments to AC_../AM_.. macros
* remove unneeded options --with-sbin / --with-man:
  --sbindir / --mandir serve exactly the same purpose
2012-04-20 19:16:06 +02:00
Karsten Keil a6896a6481 Fix position independ code generation
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-03-12 20:55:56 +01:00
keil 92956a2c6f * have a seperate config directory for firmware
* have a seperate config directory for card tools
2005-02-21 17:51:57 +00:00
paul 4677525d74 Using sys_errlist[] is deprecated. 2003-03-11 14:03:43 +00:00
paul 281b72c568 Added support for using "-" for stdin / stdout with readconf / writeconf 2003-03-11 14:01:55 +00:00
paul e3fea62b6f "status active" added, this shows only those interfaces that are connected. 2003-03-11 13:49:28 +00:00
paul a41dbcbcc2 "status all" would show also non-ISDN interfaces, this is now fixed.
"status active" added, this shows only those interfaces that are connected.
2003-03-11 13:46:56 +00:00
keil cdb8a3d4a3 - don't allow users to change setup 2003-02-24 17:22:22 +00:00
keil 36aff477ea More changes to compile without kernel source 2002-07-19 21:23:51 +00:00
paul e44aac35c3 Added cisco_h and cisco_hk as aliases for cisco-h and cisco-hk
because the manpage used to have this wrong.
2002-02-07 10:44:12 +00:00
paul 934e4223f6 Changed cisco_h and cisco_hk to cisco-h and cisco-hk (which is what
the program accepts).
2002-02-07 10:43:24 +00:00
paul 8f0ac2615c Fixed error messages when opening /dev/isdnctrl - /dev/isdn/isdnctrl etc.,
only /dev/isdnctrl was mentioned and people assumed that isdnctrl wasn't
devfs-compliant yet when the open failed due to other reasons.
Zero the phone struct before use.
2002-01-31 19:53:41 +00:00
paul 23ad3f4a9c Fixed clean target to also remove *.tmp and .*.tmp files. 2002-01-31 19:49:57 +00:00
detabc 1854527156 cleanup and remove unused source 2001-09-26 20:26:41 +00:00
paul c7b299308d Added 'break' statement after handling data version 5 (otherwise fallthrough
into data version 6 handling!!)
2001-06-11 17:55:58 +00:00
kai 377696f5c9 removed traces of TIMRU. I hope it's been dead for a long enough time now. 2001-05-23 14:59:23 +00:00
kai 0748132381 make isdnctrl independent of the version of installed kernel headers,
we have our own copy now.
2001-05-23 14:48:23 +00:00
kai 4b612cdca0 fixed a stack overflow when using isdnctrl status 2001-03-15 22:02:44 +00:00
paul 10f699ef70 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:11 +00:00
detabc d7b1c7f3e4 remove .so lib's. (No longer need)
little changes netfilter patch and related .c files to compile correct.
2001-02-05 19:10:28 +00:00
paul 53757a09e8 Changed the text a bit. 2000-12-14 10:52:26 +00:00
detabc 5e42607f7a add README file from Paul Slootman
Thank you to Paul for this
2000-10-31 11:55:03 +00:00
detabc 2310153b21 add new netfilter target ISDNDIAL.
add patch for all isdn related match and target functions
against iptables 1.1.2 cvs-tree and the little compiled so addon's.
2000-10-28 19:40:27 +00:00
detabc 2673c32db1 place iptables user-space-tools for testing purpose in this dir.
It includes the source- and the small binary add-on's (*.so) files
compiled for intel x86 plattforms.

For testing copy the *.so files to the iptables lib-dir
(default /usr/local/lib/iptables).

The binary's are usable for NETFILTER_VERSION 1.1.1 and 1.1.2
Version 1.1.2 is compiled in. For version 1.1.1 set the enviroment to
export NETFILTER_VERSION="1.1.1" before use iptables command !

iptables -m dwisdn --help   and   iptables -j DWISDN --help
give you a briefly help over the isdn match and target rules.
2000-09-10 21:06:40 +00:00
paul 2f7dd69aea Added --version option to display (isdn4k-utils) version,
and fixed a compile warning on alpha.
2000-08-17 09:24:06 +00:00
paul 95ff9dd255 Fixed error message:
./configure: /usr/src/linux/include/linux/isdnif.h: Permission denied

Possibly still a problem with some kernel versions, where isdnif.h can't
be included without isdn.h, in with case Leopold must upgrade his
autoconf :-) so that the AC_CHECK_FILE macro can be used again.
2000-08-10 11:44:59 +00:00
paul 26c817ca89 Add $(DESTDIR) to some places in install targets;
also remove *.a for clean target
2000-08-04 11:07:56 +00:00
akool f4bc231091 rebuild "isdn4k-utils/isdnctrl/configure" 2000-08-03 16:59:35 +00:00
akool 0f43decdfa removed unused reference to libg?dbm? 2000-08-01 20:23:46 +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 5cafd56fb1 Typo 2000-05-28 00:21:47 +00:00
calle bd2b21798c DriverId can be longer than 8 for "mapping" and "busreject". 2000-04-27 06:32:28 +00:00
detabc f37d9c5cf3 add test for maybe undefined IIOCNETDWRSET define 2000-04-12 21:49:40 +00:00
paul 97a782467b Error messages from addlink/removelink are now userfriendly. 2000-01-27 15:08:09 +00:00
paul bd346422f5 Added description of addlink/removelink to the manpage. Also noted that
sdelay and trigger is for rawIP, not MPPP.
2000-01-27 15:07:31 +00:00
paul 1450b53f32 Made error message for 'status' command clearer if IIOCNETGPN
is not implemented in kernel (e.g. 2.0.x kernels).
1999-11-23 10:17:27 +00:00
detabc dc58d099c8 added netinterface abc-secure-counter reset (clear) support. 1999-11-20 22:23:53 +00:00
detabc 20e332c124 add dwabc-udpinfo-utilitys in isdnctrl 1999-11-07 22:04:05 +00:00
keil 562d5e7062 make phonenumber ioctl compatible for ctrlconf too 1999-11-02 20:41:21 +00:00
keil f73472612b make the phone number struct compatible between NET_DV 5 and 6 1999-10-27 14:36:19 +00:00
keil 92ca518314 make encap CISCOKEEPALIVE working 1999-09-21 20:28:18 +00:00
fritz 2d39cb2f2e Changed my mail-address. 1999-09-06 08:03:23 +00:00
calle 0be46f502d autoconf macro AC_CHECK_HEADER[S] fails now with absolute path.
changed the check for kernel headers to AC_CHECK_FILE[S] to make
configure work for avmb1, capi20, capifax, capiinfo, imon, iprofd
und isdnctrl.
1999-07-08 08:35:25 +00:00
paul 84d9441df0 `status' command added; shows connection status (connected yes/no, what number) 1999-06-07 19:27:49 +00:00
paul d93ee4f68b isdnctrl.man.in 1999-06-07 19:25:38 +00:00
cpetig 6afa489aa5 added v110 and modem to the level2 encapsulations 1999-03-15 15:53:06 +00:00