summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-glib: add nm_device_wifi_request_scan_simple() to tell NM to scan for APsJiří Klimeš2013-01-093-0/+95
* build: add code coverage supportPavel Šimerda2013-01-082-0/+165
* systemd: set KillMode=processDan Winship2013-01-041-0/+2
* build: negate the grep result. Not the echo result.Alban Browaeys2013-01-021-1/+1
* build: Fix with_session_tracking check vs consolkit.Alban Browaeys2013-01-021-1/+1
* build: cleanupsPavel Šimerda2012-12-281-48/+20
* build: various session tracking fixesGuido Günther2012-12-281-1/+3
* modem-manager: avoid assertion when exposed modem has no 3GPP/3GPP2 capabilitiesAleksander Morgado2012-12-191-4/+15
* core: fix crash on device deactivation after 'pending' branch mergeDan Williams2012-12-181-2/+1
* build: add --enable-tests=root to enable tests that require uid=0Pavel Šimerda2012-12-181-3/+4
* ifcfg-rh: treat missing IPv6 setting as IPv6 "auto" method (rh #830434)Jiří Klimeš2012-12-182-7/+130
* trivial: remove unused argumentDan Williams2012-12-171-2/+1
* vpn: reduce memory usage a bitDan Williams2012-12-173-7/+5
* vpn: make nm_vpn_manager_deactivate_connection() take an object, not a pathDan Williams2012-12-173-9/+7
* core: simplify looking up NMActiveConnection objects by object pathDan Williams2012-12-171-72/+56
* vpn: remove unused connection activated/deactivated signalsDan Williams2012-12-172-66/+7
* policy: monitor connection activation/deactivation via the managerDan Williams2012-12-173-126/+149
* core: add manager active connection added/removed signalsDan Williams2012-12-172-0/+26
* core: handle some connection timestamp updating in NMActiveConnectionDan Williams2012-12-173-32/+13
* vpn: kill nm_vpn_manager_get_vpn_connection_for_active()Dan Williams2012-12-173-51/+7
* vpn: kill nm_vpn_manager_get_active_connections()Dan Williams2012-12-175-91/+58
* core: track active connections directly in the managerDan Williams2012-12-174-115/+119
* core: add the NM_ACTIVE_CONNECTION_STATE_DEACTIVATED stateDan Williams2012-12-174-8/+26
* vpn: kill nm_vpn_connection_get_name()Dan Williams2012-12-172-24/+9
* core: move most activation request logic to the active connection classDan Williams2012-12-177-239/+294
* core: add header for NM object typesDan Williams2012-12-173-2/+30
* policy: fix logging address for reverse-lookup in hostname4_thread_new()Jiří Klimeš2012-12-171-3/+2
* libnm-glib: clarify documentation of nm_client_get_devices()Colin Walters2012-12-131-3/+7
* vpn: fix ifindex value checkJiří Klimeš2012-12-131-1/+1
* ifnet: avoid -Wformat-security errorsPavel Šimerda2012-12-111-3/+3
* examples: fix nm-state.py exampleJiří Klimeš2012-12-071-3/+18
* dnsmasq: only pass confdir if it exists (rh #873621)Dan Williams2012-12-061-1/+5
* dnsmasq: trivial cleanupDan Williams2012-12-061-13/+15
* wifi: always enable proactive key caching for WPA Enterprise (rh #834444)Dan Williams2012-12-061-14/+8
* main: ensure NMSTATEDIR exists (bgo #689744)Jiří Klimeš2012-12-061-0/+6
* po: updated Telugu (te) translation (bgo #689213)Krishna Babu K2012-12-061-657/+1970
* po: updated Oriya (Odia) (or) translation (bgo #689150)Manoj Kumar Giri2012-12-061-669/+1962
* po: updated Malayalam (ml) translation (bgo #689133)Ani Peter2012-12-061-476/+582
* po: updated Bengali (bn_IN) translation (bgo #689131)Runa Bhattacharjee2012-12-061-622/+1843
* po: updated Hindi (hi) translation (bgo #688925)Rajesh Ranjan2012-12-061-499/+425
* po: updated Marathi (mr) translation (bgo #688854)Sandeep Shedmake2012-12-061-172/+221
* build: enable silent rulesPavel Šimerda2012-12-051-2/+1
* build: clean up --with-session-trackingPavel Šimerda2012-12-051-20/+20
* dhcp: ensure hostname is sent to the DHCP server for default wired connectionsMathieu Trudel-Lapierre2012-12-041-14/+16
* libnm-util: fix format string warningDan Williams2012-12-041-4/+4
* core: fix agent secret cancelationDan Williams2012-12-042-31/+75
* sleep-monitor: make the systemd's sleep also work for GLib < 2.30Jiří Klimeš2012-12-041-14/+161
* core: set GError on failures in nm-dnsmasq-manager.c:create_dm_cmd_line()Jiří Klimeš2012-12-041-8/+17
* core: don't crash in start_sharing() on failures (if error is NULL) (rh #883142)Jiří Klimeš2012-12-041-1/+2
* build: quote $@ in autogen.shEvan Nemerson2012-12-031-1/+1