Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (remove_alias_regexp) simplify | Thierry Vignaud | 2003-11-06 | 1 | -4/+1 |
| | |||||
* | 9.3-3mdk | Thierry Vignaud | 2003-11-06 | 1 | -1/+8 |
| | |||||
* | one more wireless module | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | "let please pixel" changes | Thierry Vignaud | 2003-11-06 | 1 | -2/+2 |
| | |||||
* | (configure_eth_aliases) let the autoprobing load modules too | Thierry Vignaud | 2003-11-06 | 1 | -1/+0 |
| | |||||
* | let only remove aliases on bootstrapping (ie only in harddrake | Thierry Vignaud | 2003-11-06 | 1 | -1/+0 |
| | | | | | caller); it's safer | ||||
* | (configure_eth_aliases) introduce it to autoconfigure all ethernet | Thierry Vignaud | 2003-11-06 | 1 | -0/+10 |
| | | | | | aliases (MdkMove, harddrake service, drakconnect) | ||||
* | (configureNetwork) alter remove_alias() callers for new API | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | - generalize & rename remove_alias() as remove_alias_regexp() to handle regexps | Thierry Vignaud | 2003-11-06 | 1 | -1/+6 |
| | | | | | | | | | - introduce back a simple remove_alias() wrapper to remove_alias_regexp() - change remove_alias*() API from remove_alias(module) to remove_alias(alias) btw old behaviour was broken if eg one has two 3com cards when network::ethernet::configureNetwork removed all ethX aliases on 3c59x | ||||
* | (write_conf) do not discard remove_alias changes ... (why nobody never | Thierry Vignaud | 2003-11-06 | 1 | -1/+3 |
| | | | | | saw it in years :-() | ||||
* | simplify pcmcia matching | Thierry Vignaud | 2003-11-06 | 1 | -5/+2 |
| | |||||
* | save a useless ifconfig fork | Thierry Vignaud | 2003-11-06 | 1 | -1/+0 |
| | |||||
* | (getNetDriver) ask the kernel the network interface <-> driver mapping | Thierry Vignaud | 2003-11-06 | 1 | -0/+29 |
| | |||||
* | document dams logic | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | (conf_network_card_backend) fix unseen/unconfigured usb wireless | Thierry Vignaud | 2003-11-06 | 1 | -2/+1 |
| | | | | | | | | | devices due to francois trap for aliased interfaces (new detect_device::getNet() filter out aliases which were the reasons for the test) btw, if no alias was found, there's a bug somewhere | ||||
* | vivification is dangerous | Guillaume Cottenceau | 2003-11-06 | 1 | -1/+4 |
| | |||||
* | list a few more modules as wireless ones (should really be splited out | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | | | | | from network/usb in list_modules.pm | ||||
* | always list sagem_dhcp in list, hidding it due to missing translations | Thierry Vignaud | 2003-11-06 | 1 | -3/+1 |
| | | | | | is insane | ||||
* | really not a binary test | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 10 | -72/+72 |
| | |||||
* | (configure) fix untranslatable strings: switch from ask_from_list_() | Thierry Vignaud | 2003-11-06 | 1 | -7/+7 |
| | | | | | to ask_from_list() | ||||
* | fix untranslatable string | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | 9.3-2mdk | Thierry Vignaud | 2003-11-05 | 1 | -1/+5 |
| | |||||
* | detect all up||down interfaces w/o any hardcoded limits: | Thierry Vignaud | 2003-11-05 | 1 | -1/+6 |
| | | | | | | | | | | - rollback to old active poll on existing interfaces rather than relying on kernel interfaces list (since it does not list unconfigured interfaces) - get the network interfaces list from /proc/net/dev (reusing the same logic as from "ifconfig -a") | ||||
* | reput back hasNetDevice() instead of getNetInterfaces() since | Thierry Vignaud | 2003-11-05 | 1 | -33/+12 |
| | | | | | SIOCGIFCONF only list *active* network interfaces | ||||
* | Enable bz2 compression option (wish@linux-mandrake.com) | Stew Benedict | 2003-11-04 | 1 | -15/+10 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-11-04 | 1 | -4/+4 |
| | |||||
* | unexport not used elsewhere connected2 function | Thierry Vignaud | 2003-11-04 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-11-04 | 1 | -3/+3 |
| | |||||
* | - 9.3-1mdk | Thierry Vignaud | 2003-11-04 | 1 | -2/+76 |
| | | | | | - sync with 9.2/amd64 package spec logs | ||||
* | manage all interfaces when there more than one | Thierry Vignaud | 2003-11-04 | 1 | -17/+17 |
| | |||||
* | network statistics really are global ones, not per interface ones. | Thierry Vignaud | 2003-11-04 | 1 | -1/+1 |
| | | | | | let not confuse the end user | ||||
* | allow setting hdclun=0 | Pascal Rigaux | 2003-11-04 | 1 | -1/+1 |
| | |||||
* | (set_advanced closure) simplify | Thierry Vignaud | 2003-11-03 | 1 | -1/+1 |
| | |||||
* | perl checker | Guillaume Cottenceau | 2003-11-03 | 1 | -1/+1 |
| | |||||
* | woops, when_load already exists :) | Guillaume Cottenceau | 2003-11-03 | 1 | -14/+9 |
| | |||||
* | for move: ensure "post load" stuff (here, mounting /proc/bus/usb) | Guillaume Cottenceau | 2003-11-03 | 1 | -9/+13 |
| | | | | | is done also when using /sbin/modprobe | ||||
* | check_prog will check first arg, specifying parameters must hence | Guillaume Cottenceau | 2003-11-03 | 1 | -1/+1 |
| | | | | | be done with other args | ||||
* | Removed check for Perl library in checking for installed packages. The | Till Kamppeter | 2003-11-03 | 1 | -1/+0 |
| | | | | | library is in a versioned directory which changes with every Perl release. | ||||
* | ask the kernel the list of network devices instead of manually probing | Thierry Vignaud | 2003-11-03 | 2 | -14/+34 |
| | | | | | everything (this enable to handle more than 4 ethernet cards) | ||||
* | use member | Guillaume Cottenceau | 2003-11-03 | 1 | -1/+1 |
| | |||||
* | workaround empty fields when advanced_state is enabled since the | Thierry Vignaud | 2003-10-31 | 1 | -1/+3 |
| | | | | | beginning | ||||
* | remove useless module use | Thierry Vignaud | 2003-10-31 | 1 | -1/+0 |
| | |||||
* | - for now, check new devices against description (later with port too) | Thierry Vignaud | 2003-10-31 | 1 | -9/+9 |
| | | | | | - fix driver/port mismatch | ||||
* | auto config ups devices | Thierry Vignaud | 2003-10-31 | 1 | -0/+66 |
| | |||||
* | move: "adduser" alike step | Guillaume Cottenceau | 2003-10-31 | 1 | -48/+54 |
| | |||||
* | from Salane KIng <sking4 at cinci.rr dot com>: enable to access samba | Thierry Vignaud | 2003-10-31 | 1 | -1/+1 |
| | | | | | drives on other computers to easily install windows fonts | ||||
* | don't getFile VERSION in move or testing | Pascal Rigaux | 2003-10-31 | 1 | -6/+8 |
| | |||||
* | cleanup Xfree server @options handling | Pascal Rigaux | 2003-10-31 | 1 | -14/+11 |
| | |||||
* | handle new exception system from perl-Glib >= 0.96 | Thierry Vignaud | 2003-10-30 | 1 | -0/+1 |
| |