ru
cc9d2aeb39
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
hm
89d973129e
Fix bug in find_matching_entry_incoming(): the loop checking the allowed
...
incoming remote telephone numbers and subaddresses ignored the configured
list completely since it was always terminated by a break at the end of
the first run (which was a leftover from the implementation of subaddresses).
Submitted by: Christian Ullrich <chris@chrullrich.de>
2003-07-31 09:13:22 +00:00
imp
1679883a3c
Include stdlib.h for exit()
2003-06-08 06:25:47 +00:00
imp
a97c480b64
remove unnecessary '?' from getopt string
2003-06-07 18:46:30 +00:00
imp
5a3c8adbb8
MAXPATHLEN includes trailing NUL
2003-06-07 18:45:45 +00:00
imp
67d1c8d061
Use safer strlcpy and snprintf interfaces
2003-06-07 18:44:04 +00:00
imp
da3e415da1
Get getopt interface from unistd.h
2003-06-07 18:43:09 +00:00
imp
013edfd246
Get getopt interface from unistd.h
2003-06-07 18:35:45 +00:00
bde
281a16727c
Oops. Back out a style "fix" in the previous commit. SRCS must be defined
...
although there is only one file in it because the file is misnamed main.c
so the default of isdntest.c doesn't work.
2003-04-13 14:21:56 +00:00
bde
07ee1f9a02
Silence `make -s' (echo -> ${ECHO}).
...
Fixed some style bugs.
2003-04-13 14:16:06 +00:00
obrien
a920d12f89
style.Makefile(5)
2003-04-04 17:49:21 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00
ru
4084a2d94b
mdoc(7) police: fixed the document date (the current date was used, as
...
documented in mdoc(7)).
Approved by: re
2002-12-11 15:37:55 +00:00
ru
176aac3b87
mdoc(7) police:
...
Removed whitespace at EOL.
Removed hard sentence breaks.
Removed empty lines.
Spell FreeBSD correctly.
Sort xrefs.
Approved by: re
2002-11-27 15:24:11 +00:00
hm
f9fe2bb8db
After dialling using -n, add the ability to wait for the first response
...
from the dialler, usually indicating success or failure. Add -v to add
verbose responses in addition to return values indication success or
failure. Update man page.
2002-08-27 14:46:22 +00:00
hm
bab2f90e8c
add support properly displaying and logging incoming telephone numbers (MSNs)
...
by looking at the "type of number" field and providing configurable hooks
to correct the numbers accordingly. See keywords add-prefix, prefix-national
and prefix-international in isdnd.rc(5).
This feature was implemented by Christian Ullrich <chris@chrullrich.de>
2002-08-12 07:53:55 +00:00
hm
7465309faa
add experimental support for Data over Voice (DoV) outgoing calls.
...
based on patches received from Guy Ellis (guy@traverse.com.au ),
Chris Collins (xfire@xware.cx ) and Phillip Musumeci (phillip@cs.jcu.edu.au ).
2002-08-11 15:47:26 +00:00
hm
41bbd45191
Update, correct and bring in sync with reality all the i4b kernel
...
part manual pages - long overdue ...
2002-07-28 18:21:48 +00:00
charnier
d2168fe021
The .Nm utility
2002-07-14 14:47:15 +00:00
dd
bd642e8645
demon -> daemon
...
Submitted by: zhuravlev alexander <zaa@box.ulstu.ru>
2002-05-11 23:20:53 +00:00
charnier
fdbc3fd42a
Use `The .Nm utility'
2002-04-20 12:27:18 +00:00
hm
25f947ea14
Add support for Q.931 subaddresses.
...
Submitted by: Steven Looman <fsteevie@wish.net>
2002-03-26 15:13:54 +00:00
hm
be9ab92241
after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,
...
remove now obsolete files.
2002-03-09 13:37:24 +00:00
ru
91fc8e5aa6
mdoc(7) police: shorten AUTHORS section.
2002-01-10 18:30:07 +00:00
joerg
25ebb0c5b8
Remove unused includes, remove the duplicated definitions of AUTHNAMELEN
...
and AUTHKEYLEN and include <net/if_sppp.h> instead.
2001-12-31 09:32:32 +00:00
joerg
9160dbc8d8
Remove ispppcontrol.
2001-12-31 09:31:51 +00:00
hm
737d7ac81c
sync AUTHNAMELEN with AUTHNAMELEN in <machine/i4b_isppp.h>
2001-12-27 09:18:52 +00:00
hm
04e8094fce
Fix potential fclose nullpointer core dumps
...
MFC after: 1 month
2001-12-27 08:41:10 +00:00
gj
6bd421dbc0
Add a manpage for the ifpi2 driver.
...
MFC after: 4 weeks
2001-12-22 09:38:53 +00:00
gj
59f5bd16a0
Add support for the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:38:24 +00:00
phantom
898745463b
Install i4bing.4. It lives for more than year in the tree, but
...
never was installed.
MFC After: 3 days
2001-12-10 16:55:14 +00:00
ru
86628c4e04
mdoc(7) police: fix markup and spelling.
2001-11-20 16:02:42 +00:00
hm
ce75de225a
Close files only if the fp is != NULL.
...
PR: bin/31913
Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no>
Reviewed by: hm
MFC after: 1 week
2001-11-19 14:19:21 +00:00
hm
980b42ded4
Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP
...
card.
Submitted by: Steve Looman
Reviewed by: hm
MFC after: 1 month
2001-10-21 09:20:52 +00:00
hm
49e3567ef7
Add experimental support for sending keypad facility messages.
...
MFC after: 2 months
2001-10-18 11:58:49 +00:00
hm
14ecf90087
keypad facility information element: add keypad facility information decoding.
...
MFC after: 1 month
2001-10-18 08:03:23 +00:00
sobomax
142817d167
Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.
...
MFC after: 2 weeks
2001-10-16 09:21:09 +00:00
ru
d896280a89
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
2001-08-13 17:00:36 +00:00
ru
e8e5635e4a
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
ru
f858dca3dc
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
sheldonh
7950d85ec2
can not -> cannot
2001-08-08 18:32:06 +00:00
ru
18f4d1f9e0
mdoc(7) police: removed hard sentence breaks.
2001-08-07 13:56:00 +00:00
hm
d672ec4d3e
Another hangup bugfix from Juha:
...
Problem 1 is that the config entry hangup flag is zeroed only at
CONNECT_ACTIVE_IND in msghdl.c. If any (other) call is disconnected
after EV_MDO and before CONNECT_ACTIVE_IND, the cleanup routine will
disconnect the in-progress dialout as well, if its hangup flag is
nonzero (which it is likely to be) after the previous incarnation of the
cfg entry. Patch-1 fixes this by clearing the hangup flag as soon as a
cfg entry is reserved for the call.
Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
2001-07-21 16:31:39 +00:00
hm
0bab8d6b8c
Fix hangup bug; Juha writes:
...
Problem 2 is that doing a local hangup (eg. by writing "H" to the
dialout device) to a call which is already disconnected results in isdnd
moving the cfg entry to an illegal state, from which there is no
recovery. This is tricky because there is no way to synchronize local
hangup with the remote end (ie. the callee can always hang up at an
inconvenient time)! Hence, patch-2 alters fsm.c's EV_DRQ state table
such that the local hangup request is processed or ignored in most
states, even for disconnected calls.
Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
2001-07-21 16:28:28 +00:00
hm
5276a48c0f
After being port- and addressscanned continously from several sources where
...
my line stayed open for more than eight hours i decided to implement a
maximum connection time; see keyword maxconnecttime in the manual page.
2001-07-21 11:29:40 +00:00
obrien
9c97c8f02d
Perform a major cleanup of the usr.sbin Makefiles.
...
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
obrien
be022bb715
Remove GCC'isms in CFLAGS.
2001-07-20 04:23:13 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00