summaryrefslogtreecommitdiffstats
path: root/perl-install/network/isdn.pm
Commit message (Collapse)AuthorAgeFilesLines
* take ISDN protocol into account for people outside Europe to use itDamien Chaumette2004-05-031-0/+1
| | | | | (kind of lost in space before)
* cleaning _last_ 'isdn_' prefixDamien Chaumette2004-04-281-1/+1
|
* drop unused ISA and EXPORTDamien Chaumette2004-04-281-4/+0
|
* drop isdn_ fonction namesDamien Chaumette2004-04-281-7/+6
|
* no need to up ippp0 in net_cnx_up, it's been up'ed at startupDamien Chaumette2004-04-271-2/+0
|
* (isdn_write_config_backend) load ISDN driverThierry Vignaud2004-03-241-3/+5
|
* up ippp0 interface and delete previous default routeThierry Vignaud2004-03-241-2/+2
|
* (isdn_detect_backend) do not try to get "type" field here, we just have nothingThierry Vignaud2004-03-241-1/+0
| | | | | to guess it there
* (isdn_read_config) do not overwrite current parameters with undefed onesThierry Vignaud2004-03-241-1/+1
|
* (read_providers_backend) add prototype in order to please lord perl_checkerThierry Vignaud2004-03-091-1/+1
|
* isdn_read_config() alter its argument, thus there's no need in returning itThierry Vignaud2004-03-081-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 fewThierry Vignaud2004-03-081-10/+1
| | | | | releases :-()
* (isdn_get_cards) introduce it to build a tree bus|card for isdn wizardThierry Vignaud2004-03-081-1/+14
|
* (get_info_providers_backend) prevent faillure as soon as translaters catch upThierry Vignaud2004-03-081-1/+1
|
* export isdn_read_config()Thierry Vignaud2004-03-081-1/+1
|
* kill isdn_ask(), isdn_ask_info() and isdn_ask_protocol() since they wereThierry Vignaud2004-03-081-75/+1
| | | | | merged into wizard (aka ported to new wizard layer)
* (isdn_get_cards_by_type) splited out of old isdn_ask() funcThierry Vignaud2004-03-081-0/+6
|
* (get_info_providers_backend) drop file argument and do ISDN db lookup in placeThierry Vignaud2004-03-081-2/+6
|
* (read_providers_backend) move it from network::tools to network::isdnThierry Vignaud2004-03-081-1/+2
|
* (isdn_detect_backend) enhance detection: just return a list of devicesThierry Vignaud2004-03-081-4/+4
|
* fix doble ISDN detection (#6535)Thierry Vignaud2004-03-021-1/+1
|
* (isdn_detect_backend) try harder to detect ISDN devicesThierry Vignaud2004-02-141-1/+2
|
* convert some write_cnx_script() callers into set_cnx_script() onesThierry Vignaud2004-01-291-1/+1
|
* get rid of pseudo global $prefix, just reuse global $::prefix :-)Thierry Vignaud2004-01-261-9/+9
|
* do not export dead functionsThierry Vignaud2004-01-161-1/+1
|
* (wip but requested for string freeze)Thierry Vignaud2003-12-291-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 oneThierry Vignaud2003-11-241-7/+16
|
* perl_checker fixesThierry Vignaud2003-11-041-3/+3
|
* (isdn_get_info) simplify it trough MDK::CommonThierry Vignaud2003-10-271-3/+1
|
* simplify isdn detection:Thierry Vignaud2003-10-271-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 readableThierry Vignaud2003-10-271-1/+1
| | | | | - ensure previously detected isdn stuff is cleared on redetection
* handle usb isdn adaptersThierry Vignaud2003-10-221-2/+4
|
* fix steping back on choosing isdn card stepThierry Vignaud2003-10-221-1/+1
|
* - fix/use explanationsDamien Chaumette2003-09-081-1/+1
| | | | | - fix #5307 (firmware)
* fix some previous callback in drakconnect wizard modeThierry Vignaud2003-08-181-5/+8
|
* isdn : virtual interface ippp0 is started at boot.damien2003-07-051-3/+6
|
* forgot to commit the new configuration stepDamien Chaumette2003-05-281-1/+4
|
* - remove isdn-light config (seen with isdn4net maintainer)Damien Chaumette2003-05-281-103/+25
| | | | | - new step to keep old device configuration
* s/@isdn::isdndata/@isdndata/Damien Chaumette2003-05-121-3/+3
|
* s|/sbin/isdnctrl|/usr/sbin/isdnctrl|Damien Chaumette2003-05-071-2/+2
|
* perl_checker compliancePascal Rigaux2003-04-301-2/+1
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-4/+4
|
* read right config according to isdn-light or isdn4linuxFrederic Lepied2003-03-051-2/+2
|
* this is perl, not python ;pPascal Rigaux2003-03-051-5/+2
|
* corrected isdn-light choiceFrederic Lepied2003-03-041-1/+5
|
* replace the last @isdndata with @isdn::isdndata (beurk)Pascal Rigaux2003-02-261-1/+1
|
* $isdn->{is_light} wasn't set while using autodetection, rpm wasn't installedDamien Chaumette2003-02-211-1/+2
|
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+1
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* add CVS $IdPascal Rigaux2003-02-131-1/+1
|