Commit Graph

1642 Commits

Author SHA1 Message Date
Karsten Keil dce2c7ee85 isdnlog enhancments
taken from Debian sid isdnlog-diffs.patch without
the directory change for the logfile

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 18:21:28 +01:00
Karsten Keil 1260aa752f Add manpage for rcapid
Thanks to Paul Slootman <paul@debian.org>

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 18:21:28 +01:00
Karsten Keil eafe399e40 Add manpages for eicon
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 18:21:27 +01:00
Karsten Keil 23066c5bda Add capiinit man page
Thanks to Paul Slootman <paul@debian.org> and
Matthias Klose <m@klose.in-berlin.de> from the  Debian project.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 18:21:27 +01:00
Karsten Keil b8ba81cc49 Add dialmax 0 to pppdcapiplugin
dialmax 0 allows infinite dial attemps.

Patch taken from Debian sid - Thanks

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 18:21:27 +01:00
Karsten Keil e915cb413b Version 3.17
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 17:50:32 +01:00
Karsten Keil 27ade0f556 Fix nasty crashes on 64 bit systems
If CAPI buffers are not defined as unsigned byte, the old macro
to read the 64bit DATA buffer address could deliver a wrong value,
if bit 31 was set.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-31 14:23:35 +01:00
Karsten Keil 63080781b6 Version 3.16
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:48:21 +01:00
Karsten Keil c051304616 Add a dummy trace file
For now it is enough to have a fixed file.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:48:14 +01:00
Karsten Keil 696a2eafe6 Add License header
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:48:07 +01:00
Karsten Keil a34934521f Add license files as symlinks
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:48:01 +01:00
Karsten Keil c064ef8352 Remove copies of the GPL/LGPL
Will be replaced by links.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:47:56 +01:00
Karsten Keil 9340bad3a6 Subject: [PATCH 2/3] Add shared memory to allow unique application IDs
- add shared memory to allow unique application IDs
- add a debug interface to debug capi internals
- fix some warnings about unchecked return vulues

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:46:21 +01:00
Karsten Keil 0e0b64162c Export some helpers for capi modules
Export buffer related functions.
Fix warnings. Use same size for applid.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:46:12 +01:00
Karsten Keil 1f5220ef98 Add .gitignore
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:45:16 +01:00
Karsten Keil 39972d51cc Change DOS text files to UNIX format
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:44:24 +01:00
Karsten Keil e4a60e7963 Add missing include <sys/ioctl.h>
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:40:35 +01:00
Karsten Keil 91185bb204 Add missing unistd.h includes
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:40:30 +01:00
Karsten Keil 5118717d05 Version 3.15
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:40:25 +01:00
Karsten Keil 404b09271f Allow modules to supply their own waitformessage method
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:40:17 +01:00
Karsten Keil 0f52af4e56 Export application id functions
These functions maybe used by other (external) modules.
Make capi_mod.h a public header.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:40:10 +01:00
Karsten Keil f4ff5799cd Version 3.14
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:40:05 +01:00
Karsten Keil 10a60ab5f5 Move to new modular capi20 implementation
step2

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:39:58 +01:00
Karsten Keil ba6c742ee2 Move to new modular capi20 implementation
step1

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-08 18:39:50 +01:00
keil b68ffee4ba Some CAPI implementations do not accept 0 for MaxLogicalConnection or
MaxBDataBlocks (return 0x1002 "Logical block size too small" error)
2009-07-22 11:52:54 +00:00
buzz 67965ac5d8 Force fritzbox buffer address to be zero 2009-05-24 23:20:00 +00:00
buzz 3e7db50eb0 Improve capi20.pc.in and update README 2009-05-09 13:01:22 +00:00
buzz 9c79c35967 Add new libcapi20 2009-05-08 21:02:02 +00:00
tobiasb faa791d659 Numerous corrections from Jochen Frieling
who carefully reviewed the entire file.
2008-12-20 17:00:36 +00:00
keil 2019db3988 - bump versione to 3.13 2008-08-31 11:38:16 +00:00
keil 8c55b46db9 -fix build with additional CFLAGS on commandline 2008-08-31 11:35:55 +00:00
keil 9217dc1e09 - fix library directories
- build without root permissions
2008-08-31 11:12:24 +00:00
keil 21b8445a57 - fix library directories
- build without root permissions
2008-08-31 10:59:55 +00:00
keil 3e044b3aec - fix library directories
- build without root permissions
2008-08-31 10:49:37 +00:00
keil 7eb62ce8fa tcl 8.5 2008-04-04 21:23:02 +00:00
keil 2d307c8304 make tcl vesion 8.5 working 2008-04-04 21:08:58 +00:00
keil 8f2706d632 Bump version to 3.12 2007-11-26 13:13:44 +00:00
keil 921574186f newer gcc do not include stdlib.h by default (needed for size_t) 2007-11-26 13:13:00 +00:00
tobiasb 8237c95ce1 Fixed misspelled area code names, thanks to Wolfgang Hamann. 2007-10-02 22:22:12 +00:00
keil 19482907d7 fix compiler warnings 2007-05-17 21:10:29 +00:00
keil 1995f4e78c fix data types for 64 bit (Thanks to Peter Mack) 2007-05-17 15:02:43 +00:00
keil 99ea40ec5a Small fixes to avoid warnings with newer gcc 2007-03-05 18:04:34 +00:00
tobiasb b4ebc28847 Made isdnrep and isdnrate buildable under cygwin. See ChangeLog for details. 2007-01-05 04:23:57 +00:00
tobiasb 0062f5431d - replaced prototype for basename() by #include <libgen.h>
- include <linux/limits.h> only if __linux__ is defined, try
  <limits.h> otherwise
2007-01-05 03:45:50 +00:00
tobiasb 289f669f03 Separate entries for Serbia and Montenegro, new German cellphone prefixes 2007-01-05 03:03:32 +00:00
tobiasb 256b81333f Applied patches to manpages from http://catb.org/~esr/doclifter/problems.html 2007-01-05 02:40:54 +00:00
armin 2eee6f4a50 Correct output when checking for global configuration of libcapi20. 2006-12-17 21:18:22 +00:00
keil 79e42a45ee Bobenkirchen -> Bobenneukirchen
Thanks to Sigward Funke <sfunke@rz.uni-leipzig.de>
2006-08-16 16:15:35 +00:00
keil ed5d995a8f We should not copy other projects (under a different License) files into
our tree.
On build time all you need should be in the ppp devel package.
2006-08-08 18:12:36 +00:00
keil 6f90e0b7bf some endian fixes for BIGENDIAN systems 2006-08-08 13:23:28 +00:00