summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* preset domainname for a few known providersThierry Vignaud2004-01-272-1/+6
|
* typo fixThierry Vignaud2004-01-271-1/+1
|
* Remove unused sub.Stew Benedict2004-01-261-15/+1
|
* reuse values got from provider dbThierry Vignaud2004-01-261-1/+4
|
* rename dns fields as they're named in netc structureThierry Vignaud2004-01-261-32/+32
|
* (mapIntfToDevice) actually use given interface rather than hardcoded "eth0"Thierry Vignaud2004-01-261-1/+1
|
* cleanupsThierry Vignaud2004-01-261-7/+4
|
* display nice "ethX: card description" rather than raw interface name whenThierry Vignaud2004-01-261-6/+12
| | | | | selecting an ethernet interface
* (get_eth_cards)Thierry Vignaud2004-01-261-15/+21
| | | | | | | | | - split it out of conf_network_card_backend() (which still call it for compatibility for now but sincefunctions whose behavior is totally altered by arguments are insane should just be splited, caller will be fixed then this compatibily call removed) - add a third string in returned tuples (physical net device description)
* (mapIntfToDevice) introduce it in order to map a network interface to aThierry Vignaud2004-01-261-1/+8
| | | | | pci/usb/... device
* Another cron issue reported on Anthill.Stew Benedict2004-01-261-2/+3
|
* reput back my changes that poulpy gratuitously rollbacked because:Thierry Vignaud2004-01-261-12/+6
| | | | | | | | | | - he hadn't update network/*pm but only update standalone/drakconnect - he happilly followed what perl_checker instrumentate him w/o any second thoughs next time damien, do not listen gc when he's explaining how he resolves conflicts the first time he used cvs :-(
* - fix sucky fixDamien Chaumette2004-01-261-1/+1
|
* *** empty log message ***Thierry Vignaud2004-01-261-2/+2
|
* - fix missing parametersDamien Chaumette2004-01-261-16/+24
| | | | | | - add kind and protocol to $config - fix various issues from $config changes
* perl_checker was wrongThierry Vignaud2004-01-261-1/+1
|
* get rid of global variables regarding connect/disconnect scriptsThierry Vignaud2004-01-264-36/+26
|
* (stop_internet) init_globals()'s prefix parameter is deadThierry Vignaud2004-01-261-1/+1
|
* get rid of pseudo global $prefix, just reuse global $::prefix :-)Thierry Vignaud2004-01-266-66/+65
|
* kill unused down_it() and up_it() functionsThierry Vignaud2004-01-261-15/+1
|
* fix the cleanupThierry Vignaud2004-01-261-1/+1
|
* remove useless parenthessisThierry Vignaud2004-01-261-1/+1
|
* - pack add_modify_remove widget growablePascal Rigaux2004-01-261-2/+1
| | | | | - no need to size it
* make wizard be faster when trying to install speedtouch_mgmt and when firmwareThierry Vignaud2004-01-261-2/+2
| | | | | is already present
* share provider db for all usb modems (vpi/vci parameters are need for mostThierry Vignaud2004-01-261-4/+4
| | | | | | modem/protocol combinaisons and anyway it's ok to guess the protocol and dns servers for the end user)
* new function add_modify_remove_action()Pascal Rigaux2004-01-261-24/+35
|
* fix typoPascal Rigaux2004-01-261-1/+1
|
* perl Gtk2 has been rebuiltPascal Rigaux2004-01-261-2/+2
|
* add gtk_set_treelistPascal Rigaux2004-01-261-0/+7
|
* - let be faster when trying to install already installed packagesThierry Vignaud2004-01-261-5/+5
| | | | | - fix next step name when installing kppp
* *** empty log message ***Pascal Rigaux2004-01-261-1/+298
|
* don't use ioctl KDSKBENT with kernel 2.6, until fixed...Pascal Rigaux2004-01-261-1/+1
|
* (Repaint) help perl_checker in checking time_to_rad() argumentsThierry Vignaud2004-01-261-1/+2
|
* (spinned) do not pass extra arguments to time_to_rad()Thierry Vignaud2004-01-261-3/+1
|
* reindent gtkpack callsThierry Vignaud2004-01-261-42/+43
|
* rename adj_* variables as adj* in order to help cperl-mode parsingThierry Vignaud2004-01-261-15/+15
| | | | | this file
* (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hwThierry Vignaud2004-01-261-3/+12
| | | | | | addr (or "N/A" for some isapnp cards due to lack of support from drivers)
* kill unused dhcp_hostname stepThierry Vignaud2004-01-251-5/+1
|
* fix again adsl type setting :-(Thierry Vignaud2004-01-251-1/+1
|
* modem connection: install kpppThierry Vignaud2004-01-251-0/+1
|
* set adsl protocol to use according to provider database when using a sagem 800Thierry Vignaud2004-01-251-2/+3
| | | | | modem
* modem connection: default to pap/chap authentification method (should work forThierry Vignaud2004-01-251-0/+1
| | | | | most people)
* typo fixThierry Vignaud2004-01-251-1/+1
|
* typo fixThierry Vignaud2004-01-251-1/+1
|
* s/ppptp/pptp/Thierry Vignaud2004-01-241-1/+1
|
* factorize lan module search for adsl through ethernetThierry Vignaud2004-01-241-1/+3
|
* make adsl device choose somewhat readable (detabable thoughThierry Vignaud2004-01-241-1/+1
|
* fix adsl device setting :-(Thierry Vignaud2004-01-241-1/+1
|
* kill unreachable codeThierry Vignaud2004-01-241-1/+0
|
* kill unused variableThierry Vignaud2004-01-241-1/+1
|