summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
...
* don't write alias interfaces in shorewall interfaces fileOlivier Blin2005-07-261-1/+2
|
* run shorewall clear if firewall is stopped (#17046)Olivier Blin2005-07-261-1/+6
|
* fix variable declarationOlivier Blin2005-07-261-1/+2
|
* kill(signal, <empty string>) sends the signal to the calling process, avoid itOlivier Blin2005-07-261-1/+3
|
* wait a second for ifplugd to be actually killedOlivier Blin2005-07-241-0/+1
|
* write hosts in correct order in /etc/hostsOlivier Blin2005-07-241-2/+2
|
* allow to select a wireless networkOlivier Blin2005-07-221-0/+6
|
* add some comments, use meaningfull variable namesOlivier Blin2005-07-221-5/+8
|
* use ssid from configuration if found for the MAC address (useful forOlivier Blin2005-07-221-0/+1
| | | | | hidden essid)
* write module aliases if neededOlivier Blin2005-07-211-0/+1
|
* don't use global $in (fix ISDN configuration)Olivier Blin2005-07-213-11/+10
|
* don't translate vga resolutionOlivier Blin2005-07-211-1/+0
|
* new dbus naming schemeOlivier Blin2005-07-201-3/+3
|
* get network ids and current networkOlivier Blin2005-07-201-1/+9
|
* use wpa_supplicant_add_network_simpleOlivier Blin2005-07-201-1/+1
|
* allow to read/write wpa_supplicant config filesOlivier Blin2005-07-201-45/+72
|
* fix ipw data structure and add firmware urlOlivier Blin2005-07-191-13/+12
|
* get_eth_card_mac_address: handle firewire mac_addresses againOlivier Blin2005-07-181-1/+2
|
* new naming schemeOlivier Blin2005-07-151-2/+2
|
* don't have a random result, sortOlivier Blin2005-07-131-1/+1
|
* make net_applet reload the configurationOlivier Blin2005-07-131-0/+1
|
* initial importOlivier Blin2005-07-131-0/+27
|
* use dbus_object;Olivier Blin2005-07-131-55/+12
|
* Mandrakesoft -> Mandriva in DBus namesOlivier Blin2005-07-111-3/+3
|
* don't use undefined variableOlivier Blin2005-07-111-5/+1
|
* really write modem/adsl ifcfg files (fix ONBOOT setting)Olivier Blin2005-07-111-1/+1
|
* don't restart network service at drakconnect startupOlivier Blin2005-07-111-1/+1
|
* reduce the overall perl_checker warningsThierry Vignaud2005-07-081-49/+31
|
* use stop_net_interfaceOlivier Blin2005-07-071-1/+1
|
* do not restart network to apply modifications, run ifup or ifplugd insteadOlivier Blin2005-07-071-0/+9
|
* add start/stop_ifplugdOlivier Blin2005-07-071-0/+11
|
* remove connect/diconnect_backendOlivier Blin2005-07-072-31/+29
| | | | | | add start/stop_net_interface add detach parameter to start/stop_interface
* stricter regexp for MAC addressesOlivier Blin2005-07-071-1/+1
|
* use start/stop_interface instead of connect/disconnect_backendOlivier Blin2005-07-071-2/+2
|
* switch to MandrivaOlivier Blin2005-07-051-1/+1
|
* don't write loc to fw ACCEPT rules, we always reset the policy to acceptOlivier Blin2005-07-011-3/+1
|
* remove useless grouping and rewrite code to be saferOlivier Blin2005-07-011-4/+4
|
* add 'routeback' option for bridge interfaces in shorewall interfaces fileOlivier Blin2005-07-011-2/+7
|
* remove unneeded requires, added in the wrong place...Olivier Blin2005-07-011-5/+0
|
* load bloaty DBus binding on demand (since we don't actually use it for now)Thierry Vignaud2005-06-301-2/+7
|
* sanitize network::activefwThierry Vignaud2005-06-301-1/+1
|
* (format_date) do not load the bloaty POSIX moduleThierry Vignaud2005-06-301-2/+2
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore
* use empty prototypeOlivier Blin2005-06-251-1/+1
|
* don't fork to get route with "ip route", use /proc/net/route insteadOlivier Blin2005-06-251-6/+24
| | | | | (TODO: handle IPv6 with /proc/net/ipv6_route)
* perl_checkerOlivier Blin2005-06-211-1/+1
|
* fix typoOlivier Blin2005-06-211-1/+1
|
* strip "pxelinux_" in profiles-related-only functionsOlivier Blin2005-06-211-6/+6
|
* - add profiles_existOlivier Blin2005-06-211-4/+9
| | | | | | - enhance find_next_profile_name - add_empty_profile now needs a profile name
* perl_checker/suxiness fixesOlivier Blin2005-06-211-3/+3
|