summaryrefslogtreecommitdiffstats
path: root/perl-install/network/isdn.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-193/+0
* don't use global $in (fix ISDN configuration)Olivier Blin2005-07-211-5/+4
* don't need use MDK::Common... when we have "use common" (which is the standar...Pascal Rigaux2005-06-101-1/+0
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+0
* write_secret_backend isn't exported anymoreOlivier Blin2005-06-101-1/+1
* use services::enable() and services::disable()Olivier Blin2005-06-101-3/+3
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-1/+1
* use services::set_statusOlivier Blin2005-05-311-6/+3
* read I4L_IDLETIME settingOlivier Blin2005-05-311-0/+1
* handle huptimeout setting again (I4L_IDLETIME in isdn4net)Olivier Blin2005-05-311-0/+1
* remove unneeded commentsOlivier Blin2005-05-301-3/+0
* remove useless includesOlivier Blin2005-04-181-1/+0
* fix capi kernel drivers installationOlivier Blin2005-02-021-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* stop capi service before new config is written so that capiinit can unload th...Olivier Blin2004-09-161-1/+4
* make isdn over capi work againOlivier Blin2004-09-161-1/+1
* do not add prefix in path given to ensure_is_installed ! (i.e. replace untest...Olivier Blin2004-09-151-1/+1
* adapt to kernel packages namingOlivier Blin2004-09-141-2/+2
* (write_config) remove unused parameterOlivier Blin2004-09-141-1/+1
* (setup_capi_conf) use capi4linux file to detect isdn4k-utils packageOlivier Blin2004-09-141-1/+1
* (setup_capi_conf) install firmware if neededOlivier Blin2004-09-141-0/+3
* (setup_capi_conf) do not do dsl-specific stuff hereOlivier Blin2004-09-141-9/+1
* (setup_capi_conf) install isdn4k-utilsOlivier Blin2004-09-131-0/+2
* handle capi driversOlivier Blin2004-09-131-8/+61
* do not write cnx_script anymore (isdn4linux service will modprobe theOlivier Blin2004-08-041-10/+0
* - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connectionsOlivier Blin2004-07-231-3/+0
* FIRMWARE isn't used by ifup-ipppOlivier Blin2004-07-231-2/+0
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-2/+3
* take ISDN protocol into account for people outside Europe to use itDamien Chaumette2004-05-031-0/+1
* 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
* (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
* kill isdn_get_info() and isdn_get_list() (they were unused since quite a fewThierry Vignaud2004-03-081-10/+1
* (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
* (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