| Commit message (Expand) | Author | Age | Files | Lines |
* | (ppp_configure) really fix modem symlink (#7967) | Thierry Vignaud | 2004-03-16 | 1 | -1/+1 |
* | fix modem symlink (#7967) | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
* | - allow writting to another kppprc file | Damien Chaumette | 2004-02-25 | 1 | -8/+10 |
* | (ppp_read_conf) really default to dynamic dns, gateway and ip (really fix #7705) | Thierry Vignaud | 2004-02-23 | 1 | -3/+3 |
* | misc perl_checker cleanups | Thierry Vignaud | 2004-02-23 | 1 | -3/+3 |
* | split kppp config reading into network::modem::ppp_read_conf() in order to be | Thierry Vignaud | 2004-02-23 | 1 | -0/+35 |
* | simplify code through format callback (thus enabling to centralize translatable | Thierry Vignaud | 2004-01-28 | 1 | -5/+4 |
* | remove useless LOGIN field | Thierry Vignaud | 2004-01-20 | 1 | -1/+0 |
* | do not gratuitously reinvent write_secret_backend() | Thierry Vignaud | 2004-01-20 | 1 | -15/+1 |
* | s/N('...')/N("...")/ | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
* | save login in ifcfg-ppp0 | Thierry Vignaud | 2004-01-20 | 1 | -0/+1 |
* | save ip if needed | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
* | fix dyn/static stuff | Thierry Vignaud | 2004-01-20 | 1 | -1/+3 |
* | fix static/dyn settings | Thierry Vignaud | 2004-01-20 | 1 | -6/+7 |
* | - handle PAP/CHAP auth method too | Thierry Vignaud | 2004-01-20 | 1 | -2/+1 |
* | handle more kppp options from new steps | Thierry Vignaud | 2004-01-20 | 1 | -4/+12 |
* | make sections more visible in generated kppprc conf file | Thierry Vignaud | 2004-01-20 | 1 | -0/+4 |
* | simpkify %toreplace build | Thierry Vignaud | 2004-01-20 | 1 | -2/+1 |
* | merge ppp_configure_raw() into its only caller (ppp_configure()) | Thierry Vignaud | 2004-01-20 | 1 | -4/+0 |
* | do not bother try installing packages in testing mode | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
* | (ppp_configure_raw) remove code stolen from ppp_configure() | Thierry Vignaud | 2004-01-19 | 1 | -4/+1 |
* | (ppp_configure) reintroduce it for drakconnect's manager | Thierry Vignaud | 2004-01-16 | 1 | -0/+9 |
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 1 | -104/+3 |
* | fix #6184: read back "Connection Name" and "Domain Name" fields | Thierry Vignaud | 2003-11-25 | 1 | -3/+4 |
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
* | always ask for modem device even if not detected, unless user has winmodem | Damien Chaumette | 2003-09-04 | 1 | -1/+1 |
* | fix #5242, don't go back to main menu if winmodem isn't found | Damien Chaumette | 2003-09-04 | 1 | -2/+2 |
* | fix no winmodem message/behavior | Damien Chaumette | 2003-08-21 | 1 | -0/+2 |
* | fix some previous callback in drakconnect wizard mode | Thierry Vignaud | 2003-08-18 | 1 | -2/+4 |
* | remove /dev/ttyS14 link by drakconnect. | Francois Pons | 2003-05-28 | 1 | -1/+1 |
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -5/+2 |
* | - drop unused $intf in configure and winmodemConfigure | Damien Chaumette | 2003-05-05 | 1 | -27/+21 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -6/+6 |
* | added login and password retrieval for ppp0 in configure function. | Francois Pons | 2003-03-24 | 1 | -6/+6 |
* | propose /dev/modem before other device (as it will work for other most case). | Francois Pons | 2003-03-24 | 1 | -1/+1 |
* | added modem configuration after LT Modem support. | Francois Pons | 2003-03-24 | 1 | -3/+14 |
* | fixed typo. | Francois Pons | 2003-03-12 | 1 | -1/+1 |
* | fix ltmodem package name with newer version. | Francois Pons | 2003-03-12 | 1 | -1/+1 |
* | added support for kernel base name of ltmodem. | Francois Pons | 2003-03-06 | 1 | -2/+3 |
* | install kdenetwork-kppp if kdebase is already installed | Frederic Lepied | 2003-03-04 | 1 | -0/+1 |
* | add LT WinModem support by searching ltmodem package. | Francois Pons | 2003-02-28 | 1 | -5/+5 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -3/+4 |
* | add CVS $Id | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
* | isdn.pm now in use strict | Damien Chaumette | 2003-01-23 | 1 | -1/+0 |
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
* | in network::modem::configure $intf is unused, rename it to $_intf | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
* | - do not use a global $in in network::modem, pass it as a parameter | Pascal Rigaux | 2002-12-29 | 1 | -6/+9 |
* | - use $::prefix instead the global $prefix | Pascal Rigaux | 2002-12-29 | 1 | -10/+10 |
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -8/+169 |
* | isdn data are now fetched form system instead of drakconnect conf file | Arnaud Desmons | 2002-12-06 | 1 | -0/+1 |