Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not write cnx_script anymore (isdn4linux service will modprobe the | Olivier Blin | 2004-08-04 | 1 | -10/+0 |
| | | | | | driver, ibod service is started at boot, ifup/ifdown handle the dial) | ||||
* | - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections | Olivier Blin | 2004-07-23 | 1 | -3/+0 |
| | | | | | | - write this settings with configureNetwork2, kill the old tweak in isdn.pm - use the isdn_dial_on_boot step instead of nework_on_boot in netconnect.pm | ||||
* | FIRMWARE isn't used by ifup-ippp | Olivier Blin | 2004-07-23 | 1 | -2/+0 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | take ISDN protocol into account for people outside Europe to use it | Damien Chaumette | 2004-05-03 | 1 | -0/+1 |
| | | | | | (kind of lost in space before) | ||||
* | cleaning _last_ 'isdn_' prefix | Damien Chaumette | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | drop unused ISA and EXPORT | Damien Chaumette | 2004-04-28 | 1 | -4/+0 |
| | |||||
* | drop isdn_ fonction names | Damien Chaumette | 2004-04-28 | 1 | -7/+6 |
| | |||||
* | no need to up ippp0 in net_cnx_up, it's been up'ed at startup | Damien Chaumette | 2004-04-27 | 1 | -2/+0 |
| | |||||
* | (isdn_write_config_backend) load ISDN driver | Thierry Vignaud | 2004-03-24 | 1 | -3/+5 |
| | |||||
* | up ippp0 interface and delete previous default route | Thierry Vignaud | 2004-03-24 | 1 | -2/+2 |
| | |||||
* | (isdn_detect_backend) do not try to get "type" field here, we just have nothing | Thierry Vignaud | 2004-03-24 | 1 | -1/+0 |
| | | | | | to guess it there | ||||
* | (isdn_read_config) do not overwrite current parameters with undefed ones | Thierry Vignaud | 2004-03-24 | 1 | -1/+1 |
| | |||||
* | (read_providers_backend) add prototype in order to please lord perl_checker | Thierry Vignaud | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | isdn_read_config() alter its argument, thus there's no need in returning it | Thierry Vignaud | 2004-03-08 | 1 | -1/+0 |
| | | | | | | | | (which may induce developer in error by believing argument is not overwritten...) standalone drakconnect already discard returned value anyway... | ||||
* | kill isdn_get_info() and isdn_get_list() (they were unused since quite a few | Thierry Vignaud | 2004-03-08 | 1 | -10/+1 |
| | | | | | releases :-() | ||||
* | (isdn_get_cards) introduce it to build a tree bus|card for isdn wizard | Thierry Vignaud | 2004-03-08 | 1 | -1/+14 |
| | |||||
* | (get_info_providers_backend) prevent faillure as soon as translaters catch up | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | export isdn_read_config() | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | kill isdn_ask(), isdn_ask_info() and isdn_ask_protocol() since they were | Thierry Vignaud | 2004-03-08 | 1 | -75/+1 |
| | | | | | merged into wizard (aka ported to new wizard layer) | ||||
* | (isdn_get_cards_by_type) splited out of old isdn_ask() func | Thierry Vignaud | 2004-03-08 | 1 | -0/+6 |
| | |||||
* | (get_info_providers_backend) drop file argument and do ISDN db lookup in place | Thierry Vignaud | 2004-03-08 | 1 | -2/+6 |
| | |||||
* | (read_providers_backend) move it from network::tools to network::isdn | Thierry Vignaud | 2004-03-08 | 1 | -1/+2 |
| | |||||
* | (isdn_detect_backend) enhance detection: just return a list of devices | Thierry Vignaud | 2004-03-08 | 1 | -4/+4 |
| | |||||
* | fix doble ISDN detection (#6535) | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | (isdn_detect_backend) try harder to detect ISDN devices | Thierry Vignaud | 2004-02-14 | 1 | -1/+2 |
| | |||||
* | convert some write_cnx_script() callers into set_cnx_script() ones | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | get rid of pseudo global $prefix, just reuse global $::prefix :-) | Thierry Vignaud | 2004-01-26 | 1 | -9/+9 |
| | |||||
* | do not export dead functions | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 1 | -55/+0 |
| | | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs) | ||||
* | fix isdn detection: detect all isdn cards, not only the first one | Thierry Vignaud | 2003-11-24 | 1 | -7/+16 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-11-04 | 1 | -3/+3 |
| | |||||
* | (isdn_get_info) simplify it trough MDK::Common | Thierry Vignaud | 2003-10-27 | 1 | -3/+1 |
| | |||||
* | simplify isdn detection: | Thierry Vignaud | 2003-10-27 | 1 | -1/+2 |
| | | | | | | | - no need to pass a ref around; if it's bound to be overwritten, just return a new hash - let isdn_detect only care of which fields we want for isdn stuff | ||||
* | - make isdn detection more readable | Thierry Vignaud | 2003-10-27 | 1 | -1/+1 |
| | | | | | - ensure previously detected isdn stuff is cleared on redetection | ||||
* | handle usb isdn adapters | Thierry Vignaud | 2003-10-22 | 1 | -2/+4 |
| | |||||
* | fix steping back on choosing isdn card step | Thierry Vignaud | 2003-10-22 | 1 | -1/+1 |
| | |||||
* | - fix/use explanations | Damien Chaumette | 2003-09-08 | 1 | -1/+1 |
| | | | | | - fix #5307 (firmware) | ||||
* | fix some previous callback in drakconnect wizard mode | Thierry Vignaud | 2003-08-18 | 1 | -5/+8 |
| | |||||
* | isdn : virtual interface ippp0 is started at boot. | damien | 2003-07-05 | 1 | -3/+6 |
| | |||||
* | forgot to commit the new configuration step | Damien Chaumette | 2003-05-28 | 1 | -1/+4 |
| | |||||
* | - remove isdn-light config (seen with isdn4net maintainer) | Damien Chaumette | 2003-05-28 | 1 | -103/+25 |
| | | | | | - new step to keep old device configuration | ||||
* | s/@isdn::isdndata/@isdndata/ | Damien Chaumette | 2003-05-12 | 1 | -3/+3 |
| | |||||
* | s|/sbin/isdnctrl|/usr/sbin/isdnctrl| | Damien Chaumette | 2003-05-07 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-04-30 | 1 | -2/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+2 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -4/+4 |
| | |||||
* | read right config according to isdn-light or isdn4linux | Frederic Lepied | 2003-03-05 | 1 | -2/+2 |
| | |||||
* | this is perl, not python ;p | Pascal Rigaux | 2003-03-05 | 1 | -5/+2 |
| | |||||
* | corrected isdn-light choice | Frederic Lepied | 2003-03-04 | 1 | -1/+5 |
| |