hubertf
a383094e4a
Remove duplicate #include <errno.h>
...
From Slava Semushin <slava.semushin@gmail.com> in private mail
2007-01-16 12:07:08 +00:00
christos
0bc3d9d62f
Coverity CID 3792: Avoid double free; while I am here avoid NULL deref.
2006-09-27 21:39:15 +00:00
martin
ad53adb7c1
Make "entries" optional - so that `echo system > /etc/isdn/isdnd.rc; isdnd`
...
works.
2006-05-27 20:11:14 +00:00
christos
4f8217f507
Coverity CID 796: Add an extra test to pacify coverity.
2006-05-24 23:44:34 +00:00
christos
aecdec648e
Coverity CID 834: Add a test to pacify coverity.
2006-05-24 23:43:11 +00:00
christos
84a9244669
Coverity CID 1753: don't leak fp's.
2006-05-24 23:41:44 +00:00
mrg
10c621b36e
sprinkle some -Wno-pointer-sign for now.
2006-05-11 08:55:10 +00:00
mrg
0dc9fb54b5
u_char -> char in one place.
2006-05-11 07:08:40 +00:00
mrg
0c37c63edc
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
...
socklen_t are different signness.
2006-05-09 20:18:05 +00:00
elad
615bdca25f
Fix three off-by-ones found by Coverity, CID 1489.
2006-03-17 21:10:02 +00:00
elad
0ba17c4726
/dev/i4b -> /dev/isdn. From ulfdoz.
2005-12-26 19:11:17 +00:00
lukem
bbd17ef8af
Don't attempt to use an uninitialized variable in a debug message.
...
Detected with gcc -Wuninitialized.
2005-06-02 05:54:44 +00:00
dsl
91fe418901
Add (unsigned char) cast to ctype functions
2004-10-30 08:19:30 +00:00
martin
812e909997
Make "local-phone-dialout" optional.
...
This makes creating standard config files for peers that do not care about
the calling number easy and helps roaming users.
2004-05-06 21:13:28 +00:00
pooka
3c143ba9cd
* Make isdnd unlearn that an isdn interface has two B channels, so that it
...
is possible to support 30-channel primary rate adapters.
Mostly from jml@cubical.fi via FreeBSD.
* Follow kernel naming trend: bri => isdnif
2004-03-28 20:49:22 +00:00
martin
3259bd6456
Bail out with a proper error message when mandatory configuration entries
...
are missing. While there improve error messages slightly.
Inspired by PR kern/24807.
2004-03-21 16:31:22 +00:00
grant
cacf2d0f45
s/netbsd.org/NetBSD.org/i
2003-11-12 13:31:07 +00:00
itojun
fdd3180d27
minor KNFs
2003-10-06 09:43:27 +00:00
itojun
e45e8f9d58
use bouded string op as much as possible
2003-10-06 09:18:41 +00:00
itojun
d8db5e11b1
sprintf -> snprintf. hints from Thorsten Glaser
2003-10-06 04:19:41 +00:00
itojun
c4beb9648d
sync w/ header file changes
2003-10-03 23:27:31 +00:00
wiz
1d02c95b43
Bump date for previous (hi antti!). New sentence, new line.
2003-09-25 09:37:32 +00:00
pooka
8ac798e2ed
Document the controller/firmware keyword.
2003-09-25 09:21:48 +00:00
pooka
8446050ba0
Add support for loading firmware to a controller using the firmware
...
keyword in the controller section (kernel counterpart already exists).
similar to what's in FreeBSD
2003-09-05 13:31:03 +00:00
wiz
ff81956eb8
New sentence, new line.
2003-06-27 19:09:02 +00:00
wiz
d43e332f1e
setup -> set up.
2003-05-14 12:11:03 +00:00
martin
6d77f1d081
Add some error handling for an ioctl - the old code could loop tightly if
...
the peer closed a socket unexpectedly.
This addresses one of the issues Frank Kardel patched (differently) in
PR kern/21448, after clarification from Frank via private mail.
2003-05-13 07:07:37 +00:00
martin
59b588f4a2
The FIONREAD ioctl() expects an int parameter.
...
Noticed by Frank Kardel in PR 21448.
2003-05-08 08:35:40 +00:00
wiz
38ae31a7c0
Fix device names, from Sergey Svishchev in PR 21485.
2003-05-07 08:01:08 +00:00
thorpej
b393c94e79
Shuffle a bit to allow some compilers to optimize symbol references
...
more effectively.
From Ian Lance Taylor.
2003-05-02 04:29:03 +00:00
martin
03b03281c7
Fix buffer overrun noticed by Markus Dolze on the freebsd-isdn mailing
...
list.
2003-04-06 21:07:09 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
wiz
b517ab4402
.Nm still needs "".
2003-02-23 23:40:47 +00:00
wiz
45ad5c9584
successful with only one l.
2003-01-06 12:46:05 +00:00
thorpej
0f8f1290fe
Avoid conflict with reserved identifier "log".
2002-12-06 15:00:14 +00:00
mycroft
bead6c7cd4
Use STDIN_FILENO/STDOUT_FILENO as appropriate.
2002-09-20 15:23:05 +00:00
mycroft
1ae4d43ce6
select() -> poll()
2002-09-20 15:15:49 +00:00
pooka
87a8e425d5
make usrdevicenames match reality better
...
from Ilpo Ruotsalainen
2002-09-13 14:29:15 +00:00
wiz
1e24ad3422
Update some man page references (i4b -> isdn rename).
2002-07-29 01:05:21 +00:00
wiz
3e4ae32f21
Uppercase ISDN and some unrelated fixes to words ispell didn't like.
2002-07-29 00:54:44 +00:00
wiz
9e20e355d7
Fix Xref from i4bipr to irip.
2002-06-13 09:15:39 +00:00
lukem
06de426449
SIMPLEQ rototill:
...
- implement SIMPLEQ_REMOVE(head, elm, type, field). whilst it's O(n),
this mirrors the functionality of SLIST_REMOVE() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
drochner
a6d922db91
pass correct usedevicename to telephony record/answer scripts
2002-04-17 15:27:15 +00:00
drochner
1b7bad835c
fix the check for invalid usrdevicename
2002-04-17 15:26:13 +00:00
drochner
e4a8393a6b
initialize a global pointer before re-reading the config file,
...
otherwise we'd take free()d memory as configuration data
2002-04-16 17:07:58 +00:00
martin
573dfcd430
Fix copyright notice, sprinkle some $NetBSD$.
2002-04-14 11:41:42 +00:00
wiz
b9337deef4
ispell, and grammar fixes.
2002-04-11 12:34:31 +00:00
martin
81bc5473a1
Fix a stupid bug when setting authentication for multiple PPP interfaces.
...
Add some magic to UP/DOWN interface using ISDN on startup/exit and a
configuration entry (autoupdown=yes/no) to prevent this.
2002-04-10 23:35:07 +00:00
martin
1ec36d3e93
Allow configuration entries that don't hardcode a specific BRI.
...
Fixes PR 15919 by Matthias Scheler.
2002-04-05 15:26:59 +00:00
martin
ac4b5b6e98
Initialize the D-channel protocol for cards attaching new.
...
If the kernel passes number type/plan for incoming calls, log the type
(e.g. "national" or "international").
2002-03-30 07:12:41 +00:00