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
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
ae7fd2a68d
Make isdnd deal with attaching/detaching controllers and non-continous
...
BRI identifiers. Remove arbitrary, hardcoded limits.
2002-03-27 13:46:34 +00:00
skrll
da540a7bd6
Fix typo that caused my ISDN setup to fail. Basically, the connection was
...
being dropped immediately as the ppp-send-auth setting in isdn.rc was
ignored.
2002-03-20 11:39:49 +00:00
martin
3c37541fd6
Remove hardcoded driver identifiers.
...
Query the kernel for supported application drivers instead.
2002-03-17 20:57:24 +00:00
martin
093f5dbc55
Rename ISDN devices, per discussion on tech-kern. The network devices
...
become ippp (ISDN ppp) and irip (ISDN raw IP). The character device now
are called: /dev/isdn (isdnd <-> kernel communication), /dev/isdnctl (dialing
and other control), /dev/isdntrc* (tracing), /dev/isdnbchan* (raw B channel
access, i.e. for user land PPP) and /dev/isdntel* (telephone devices, i.e.
for answering machines).
2002-03-16 17:03:28 +00:00
martin
977cd3d18e
Fix leftover from ioctl generalization, causing crashes by checking
...
the first character of a NULL pointer to detect zero length strings.
Do not set PPP authentication multiple times while parsing the config
file, just do it once later.
2002-01-26 19:31:20 +00:00
martin
4ec800ca5a
Adapt to new if_sppp.h ioctls.
...
Remove limits on names and password length.
2002-01-04 12:24:33 +00:00
tv
f526c532b2
"YFLAGS=-d" causes inconsistent parallelism behavior. Instead, use the
...
NetBSD standard YHEADER and #include "rc_parse.h".
2001-10-19 22:57:53 +00:00
martin
361a81bda9
Don't duplicate essential #defines from if_sppp.h, instead include
...
that properly.
2001-04-09 21:18:00 +00:00
martin
9093099039
Fix configuration of isp* (ISDN ppp) devices via isdnd.rc,
...
patch from Christoph Badura.
2001-01-07 09:00:49 +00:00
martin
fbf08005d7
Import of essential ISDN4BSD userland utilities and their documentation.
...
The left out parts (which have not been installed by ISDN4BSD on NetBSD
anyway), may be added as pkgs later (if demand exists).
2001-01-06 13:00:10 +00:00