summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! libnm: share private DBUS connectionth/bgo737725-libnm-private-dbus-connectionThomas Haller2014-10-011-3/+4
* libnm: share private DBUS connectionThomas Haller2014-10-011-7/+90
* libnm: add NMObject:dbus-connection property to inject DBUS connectionThomas Haller2014-10-012-1/+29
* libnm: assert for interface name in _nm_object_class_add_interface()Thomas Haller2014-10-011-0/+3
* libnm: remove unused variable NMObjectPrivate:private_connectionThomas Haller2014-10-011-1/+0
* core/dbus: debug log unix file descriptor when closing private dbus connectionThomas Haller2014-10-011-4/+5
* core: minor fix in nm_utils_kill_child_sync() having side-effects in MIN() macroThomas Haller2014-10-011-1/+2
* cli: fix NetworkManager.pot after renmaing network-manager.[ch] to general.[ch]Thomas Haller2014-10-011-1/+1
* libnm: return errors in nm_client_networking_set_enabled()Jiří Klimeš2014-10-014-19/+24
* cli: strip errors from D-Bus before presenting to a userJiří Klimeš2014-10-013-24/+41
* cli: rename network-manager.[ch] to general.[ch]Jiří Klimeš2014-10-014-10/+10
* libnm: fix argument type passed to RequestScan() D-Bus callJiří Klimeš2014-10-011-3/+3
* build: support building against libsystemd >= 209 libraryMichael Biebl2014-09-301-3/+6
* devices: fix default ethernet connection codeDan Winship2014-09-301-5/+1
* libnm: g_variant_new() for strings does not allow NULLsJiří Klimeš2014-09-301-0/+5
* core/dbus: disable verbose logging when registering object to private socketThomas Haller2014-09-301-0/+2
* core/dbus: debug log unix file descriptor when accpeting private dbus connectionThomas Haller2014-09-301-1/+3
* core: fix assertion when comparing missing hwaddr while searching connection ...Thomas Haller2014-09-301-1/+2
* core/dbus: minor refactoring not to clone the string tagThomas Haller2014-09-301-4/+3
* auth: merge branch 'th/bgo734146_polkit'Thomas Haller2014-09-2924-489/+1425
|\
| * auth: support disabling POLKIT authentication entirely at compile timeThomas Haller2014-09-296-5/+58
| * auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-2919-479/+1326
| * build: generate man/NetworkManager.conf.xml by autoconfThomas Haller2014-09-293-0/+2
| * auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-09-2912-13/+13
| * config: refactor parsing of boolean config valuesThomas Haller2014-09-291-9/+43
|/
* po: update Swedish (sv) translation (bgo #737086)Josef Andersson2014-09-291-1528/+6669
* po: update Assamese (as) translation (bgo #736849)Nilamdyuti Goswami2014-09-291-130/+184
* po: update Marathi (mr) translation (bgo #737057)Sandeep Shedmake2014-09-291-1309/+1230
* po: update Hindi (hi) translation (bgo #737097)Rajesh Ranjan2014-09-291-2420/+3777
* po: update Telugu (te) translation (bgo #737204)Krishna Babu K2014-09-291-2456/+3823
* po: update Kannada (kn) translation (bgo #737131)Shankar Prasad2014-09-291-2478/+3885
* po: update Tamil (ta) translation (bgo #737419)Shantha kumar2014-09-291-1099/+876
* tui, cli: improve printing of Wi-Fi strength bars (rh #1131491)Dan Winship2014-09-2710-819/+811
|\
| * libnm-core: add nm_utils_wifi_strength_bars(), use it in nmcli and nmtuiDan Winship2014-09-275-40/+65
| * cli: use g_print/g_printerr rather than printf/fprintfDan Winship2014-09-276-779/+746
|/
* merge: secret handling enhancements (bgo #728920)Jiří Klimeš2014-09-262-13/+141
|\
| * core: add ClearSecrets() D-Bus callJiří Klimeš2014-09-262-6/+78
| * settings: do not clear secrets on Update() without any secrets (bgo #728920)Jiří Klimeš2014-09-261-7/+63
|/
* core: do not assert when a device is enslaved externallyJiří Klimeš2014-09-262-6/+2
* po: update Tamil (ta) translation (bgo #736652)Shantha kumar2014-09-261-2661/+3409
* ifcfg-rh: fix handling VLAN connections as bond/bridge slaves (bgo #737377)Jiří Klimeš2014-09-262-17/+5
* trivial: quiet error setting userspace IPv6LL if link no longer existsDan Williams2014-09-251-1/+2
* merge: nmcli: displaying devices info (bgo #737250)Jiří Klimeš2014-09-251-50/+137
|\
| * cli: move "CONNECTIONS" group lower in the outputJiří Klimeš2014-09-251-4/+4
| * cli: show capabilities for Bluetooth devicesJiří Klimeš2014-09-251-5/+60
| * cli: also show team and bridge specific details for devicesJiří Klimeš2014-09-251-51/+83
|/
* platform: fix parsing vxlan netlink message for older kernelThomas Haller2014-09-251-19/+41
* libnm: fix compilation for wrong g_return call on void/non-void functionThomas Haller2014-09-252-7/+7
* libnm: make sync/async APIs more GLib-like (bgo #736988)Dan Winship2014-09-2521-882/+1738
|\
| * libnm: add some missing sync/async method variantsDan Winship2014-09-2511-14/+571