summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* fix crash when there is no wireless interfaceOlivier Blin2008-12-091-1/+1
|
* use atm bridging interface if needed in pppoe command lineOlivier Blin2008-11-261-2/+9
|
* fix writing ATM settings (has been broken for ages)Olivier Blin2008-11-241-4/+4
|
* extract atm interfacesOlivier Blin2008-11-241-2/+4
|
* write ATM_DEVICE in config fileOlivier Blin2008-11-241-1/+1
|
* rewrite package selection to avoid dereferencing empty refOlivier Blin2008-11-241-5/+6
|
* install linux-atm for ATMARP or ATM bridgingOlivier Blin2008-11-241-0/+1
|
* add support for ATM bridging (for pppoe over USB modems, #35797)Olivier Blin2008-11-241-0/+11
|
* be more readableOlivier Blin2008-11-241-2/+2
|
* extract uses_atmarpOlivier Blin2008-11-241-1/+6
|
* fix installing rt61 and rt73 firmware packagesOlivier Blin2008-11-191-2/+4
|
* add description for ethernet and wireless typesOlivier Blin2008-11-172-0/+2
|
* prefer type descriptionOlivier Blin2008-11-171-1/+1
|
* detect cellular_card types from ifcfg fileOlivier Blin2008-11-171-0/+5
|
* show/hide connections on hotplug eventsOlivier Blin2008-11-171-3/+22
|
* print connection eventsOlivier Blin2008-11-171-0/+1
|
* simplifyOlivier Blin2008-11-171-1/+1
|
* keep track of box displaying a cmanager (to hide/show on connection events)Olivier Blin2008-11-171-1/+1
|
* keep track of main managers box (to add more managers on hotplugging)Olivier Blin2008-11-171-1/+2
|
* 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