summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* extract get_connectionsOlivier Blin2008-11-171-9/+13
|
* extract build_cmanager_box functionOlivier Blin2008-11-171-85/+88
|
* use connection field instead of default input variableOlivier Blin2008-11-171-3/+3
|
* move separator in boxOlivier Blin2008-11-171-1/+2
|
* remember ethernet interface, it is not likely to change, and it is useful to ↵Olivier Blin2008-11-171-1/+1
| | | | keep it to match objects with interfaces on device removal events
* allow to search in networks list (from Pascal Terjan)Olivier Blin2008-11-131-0/+6
|
* remove trailing newlineOlivier Blin2008-11-131-1/+0
|
* use cmp operatorOlivier Blin2008-11-131-4/+5
|
* allow to sort networks list (from Pascal Terjan, #40177)Olivier Blin2008-11-131-0/+23
|
* add network connection type labelOlivier Blin2008-11-131-3/+8
|
* use object notationOlivier Blin2008-11-131-1/+1
|
* reload networks list from wpa_supplicant before checking if a networkOlivier Blin2008-11-131-0/+6
| | | | | | is configured (fixes showing configure window again when clicking Connect right after Configure)
* run wpa_cli reconfigure after writing network settings in wpa config fileOlivier Blin2008-11-131-0/+2
|
* fix typoOlivier Blin2008-11-131-3/+3
|
* revert useless workaround (network::net_applet::ifw is initialized a few ↵Olivier Blin2008-10-121-1/+1
| | | | lines before), this has already been fixed a few weeks ago (#42557)
* (create) prevent crashing on IFW initialization (looks looks timingThierry Vignaud2008-10-111-1/+1
| | | | | issue; lots of report: #41440)
* (main) honnor canceling interactive firewallThierry Vignaud2008-10-101-1/+3
|
* (choose_watched_services) do not display any banner when embedded (like bug ↵Thierry Vignaud2008-10-101-1/+1
| | | | #44732)
* (choose_allowed_services) do not display any banner when embedded (#44732)Thierry Vignaud2008-10-101-1/+1
|
* set higher priority (1) for encrypted wpa_supplicant networks (based on an ↵Olivier Blin2008-10-021-0/+1
| | | | idea from Patrick Sinz)
* set scan_ssid to 1 only for hidden or non-broadcasted SSIDs (based on an ↵Olivier Blin2008-10-021-1/+1
| | | | idea from Pascal Terjan)
* do not create useless monitor objectOlivier Blin2008-10-021-2/+0
|
* write bssid in wpa_supplicant.conf for hidden networks (helps getting ↵Olivier Blin2008-10-021-2/+4
| | | | network ids of hidden networks)
* use logOlivier Blin2008-10-021-0/+1
|
* refresh wpa_supplicant network ids after wpa_supplicant is restarted tooOlivier Blin2008-10-021-4/+3
|
* keep track of hidden networksOlivier Blin2008-10-021-0/+1
|
* log wpa_supplicant network selection through network monitorOlivier Blin2008-10-021-0/+1
|
* keep old network id if wpa_supplicant has not been able to scan the networkOlivier Blin2008-10-021-3/+6
|
* extract network_id variable (for next commit)Olivier Blin2008-10-021-3/+4
|
* drop wpa_cli reconfigure code, useless since wpa_supplicant is shut down ↵Olivier Blin2008-10-021-9/+0
| | | | right after
* run wpa_cli select_network as fallback when network monitor (mandi) is not ↵Olivier Blin2008-10-021-2/+6
| | | | available
* net_applet: fix crash on mandi restart (#42557)Olivier Blin2008-10-011-2/+2
|
* do not show interactive help during installOlivier Blin2008-09-301-2/+2
|
* add support for rtl8187se driverOlivier Blin2008-09-181-0/+7
|
* mention that rt2860 requires a kernel packageOlivier Blin2008-09-181-0/+1
|
* add support for rt2860 driverOlivier Blin2008-09-181-0/+9
|
* make Windows mobile sync hidden by defaultOlivier Blin2008-09-171-0/+1
|
* drakfirewall: add Windows Mobile sync option (from Adam Williamson, #43907)Olivier Blin2008-09-171-0/+5
|
* update bittorrent packages list (handle deluge, ktorrent, transmission, vuze)Olivier Blin2008-09-171-1/+1
|
* rely on module name instead of sysfs driver name (#42990)Olivier Blin2008-09-101-2/+2
|
* adapt wireless settings to rt61pci and rt73usb driversOlivier Blin2008-09-031-2/+2
|
* (choose_allowed_services) fix title style in drakwizardThierry Vignaud2008-09-011-1/+1
|
* add support for iwlagn firmwareOlivier Blin2008-08-281-1/+1
|
* add support for extra ucode versionOlivier Blin2008-08-281-2/+3
|
* add initial support for b43 and b43legacy firmwaresOlivier Blin2008-08-281-0/+22
|
* do not require interactive object in get_available_packages, just do_pkgsOlivier Blin2008-08-181-4/+4
|
* handle correctly LAST LINE comments when writing in /etc/shorewall/stopOlivier Blin2008-08-131-1/+5
|
* move set_in_file from network::drakfirewall to network::shorewall (to be ↵Olivier Blin2008-08-132-9/+10
| | | | used by drakguard)
* write WIRELESS_WPA_REASSOCIATE=yes for rt61pci driverOlivier Blin2008-08-012-1/+7
|
* install kppp if kdebase4-runtime is installed (instead of checking kdebase, ↵Olivier Blin2008-06-251-1/+1
| | | | thanks neoclust)