Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | (first_modem) fix crash at install time | Thierry Vignaud | 2004-10-07 | 1 | -0/+1 |
| | |||||
* | (ppp_configure) add a specific udev script in addition to the udev | Olivier Blin | 2004-09-23 | 1 | -1/+10 |
| | | | | | | rules file to create /dev/modem (ttySL0 is a symlink, udev won't be called when it's created) | ||||
* | (ppp_read_conf) override Authentication if it does not contain a digit ↵ | Olivier Blin | 2004-09-06 | 1 | -1/+1 |
| | | | | | | | character, the empty string exists ... | ||||
* | (ppp_read_conf) try to read kppp config from user dir | Olivier Blin | 2004-09-06 | 1 | -1/+11 |
| | |||||
* | (ppp_read_conf) return modem configuration | Olivier Blin | 2004-09-06 | 1 | -0/+2 |
| | |||||
* | (ppp_read_conf) use /dev/modem if no modem was detected (do not crash | Olivier Blin | 2004-09-06 | 1 | -1/+4 |
| | | | | | when we edit a connection whose modem is unplugged) | ||||
* | use same keys than manage interface for metrics | Olivier Blin | 2004-08-27 | 1 | -3/+3 |
| | |||||
* | (ppp_read_conf) read metric if set | Olivier Blin | 2004-08-27 | 1 | -0/+1 |
| | |||||
* | write metric in ifcfg files according to connection type | Olivier Blin | 2004-08-27 | 1 | -0/+2 |
| | |||||
* | (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 |
| | | | | | - replace new kppp option values | ||||
* | (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 |
| | | | | | shared with manage interface | ||||
* | simplify code through format callback (thus enabling to centralize translatable | Thierry Vignaud | 2004-01-28 | 1 | -5/+4 |
| | | | | | strings, thus reducing error risk) | ||||
* | 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 |
| | | | | | - translate again strings | ||||
* | 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 |
| | | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs) | ||||
* | 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 |
| | | | | | | - fix winmodem configuration behavior - perl_checker | ||||
* | 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 |
| |