summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* - basic profiles supportOlivier Blin2005-06-211-1/+101
| | | | | - per_mac address configuration support
* - give config file path as argument in network::pxe::{read,write}_pxelinux_confOlivier Blin2005-06-211-7/+9
| | | | | - add write_conf in drakpxelinux to ease profile handling
* inline ask_shorewall_interfaceOlivier Blin2005-06-201-8/+1
|
* don't strip VLAN and MTU fields from ifcfg filesOlivier Blin2005-06-201-1/+1
|
* add missing requireOlivier Blin2005-06-201-0/+1
|
* remove duplicate lan detectionOlivier Blin2005-06-201-2/+0
|
* no space before question marksPablo Saratxaga2005-06-171-1/+1
|
* prefix write_secret_backendOlivier Blin2005-06-131-1/+1
|
* don't need use MDK::Common... when we have "use common" (which is the ↵Pascal Rigaux2005-06-102-2/+1
| | | | standard for libDrakX modules)
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-1010-14/+3
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* write_secret_backend isn't exported anymoreOlivier Blin2005-06-101-1/+1
|
* use services::enable() and services::disable()Olivier Blin2005-06-102-5/+5
|
* add some "use xxx;" (the idea is to see what the package needs, but i may ↵Pascal Rigaux2005-06-102-0/+3
| | | | rollback after understanding better dependencies)
* - create network::pxe out of drakpxelinux (pxe configuration files management)Olivier Blin2005-06-101-0/+180
| | | | | | | | | | | | - get_items() -> network::pxe::read_pxelinux_conf() - don't read comments in pxelinux configuration file - store pxelinux configuration in a hash to avoid multiple cat_() - add network::pxe::list_pxelinux_labels() to get labels from a pxelinux configuration - only overwrite pxelinux settings (prompt, timeout, ...) when pxe is reconfigured - use network::network and network::tools to get hostname, domain name, IP address, net interface - move row creation code in set_pxelinux_entry_at_iter() and factorize - use ensure_is_installed to make sure pxe is installed
* add get_interface_ip_address (with bits from drakpxelinux)Olivier Blin2005-06-091-0/+6
|
* - added senegal ADSL provider entryDaouda Lo2005-06-091-0/+10
|
* remove non-ASCII characterOlivier Blin2005-06-091-1/+1
|
* allow to install ndiswrapper drivers during installOlivier Blin2005-06-081-2/+3
|
* use prefix only once it has been defined by installOlivier Blin2005-06-082-19/+23
|
* do not crash when restarting shorewallOlivier Blin2005-06-071-0/+1
|
* don't be fooled by if_ not short-circuiting and auto-vivification, use ↵Olivier Blin2005-06-071-2/+2
| | | | $conf->{masq_subnet} instead of $conf->{masquerade}{subnet} (i.e. do not write buggy shorewall masqfile when connection sharing is disabled)
* make it more readableOlivier Blin2005-06-061-1/+1
|
* set system hostname when writing network configurationOlivier Blin2005-06-061-0/+1
|
* update commentsOlivier Blin2005-06-061-2/+2
|
* add ISP field in eagle-usb.confOlivier Blin2005-06-061-1/+1
|