summaryrefslogtreecommitdiffstats
path: root/perl-install/network/isdn.pm
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* 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
* - make isdn detection more readableThierry Vignaud2003-10-271-1/+1
* 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 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
* 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
* add CVS $IdPascal Rigaux2003-02-131-1/+1
* force strict pragmaThierry Vignaud2003-01-231-1/+1
* isdn.pm now in use strictDamien Chaumette2003-01-231-3/+3
* force strict modeThierry Vignaud2003-01-231-0/+1
* English proofreading (first pass)Pablo Saratxaga2003-01-211-1/+1
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-291-1/+1
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-1/+1
* perl_checker fixesThierry Vignaud2002-12-101-14/+14
* remove unused modulesThierry Vignaud2002-12-091-1/+0
* be more perl_checker compliantPascal Rigaux2002-12-061-3/+2
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-061-22/+82
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+1
* use output_with_perm()Pascal Rigaux2002-12-021-4/+1
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
* since $mouse is undefined, replace it with undef (??)Pascal Rigaux2002-11-251-1/+1
* make perl_checker happyPascal Rigaux2002-11-181-1/+1
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-9/+9
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-2/+2
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-2/+2