summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* supplicant: disconnect properties handler on disposeDan Williams2015-03-101-0/+2
* examples: python: print into stderrPetr Vorel2015-03-105-5/+5
* examples/trvial: replace tabs by whitespace in python exampleThomas Haller2015-03-101-2/+2
* nm-device: merge branch 'lr/ipv6-mtu-rh1194007'Lubomir Rintel2015-03-092-11/+71
|\
| * nm-device: avoid improper IPv6 MTU configurationlr/ipv6-mtu-rh1194007Lubomir Rintel2015-03-091-4/+49
| * nm-device: move device MTU setting from IP4Config to NMDeviceLubomir Rintel2015-03-092-5/+10
| * nm-device: set ipv6 mtu at config commit timeLubomir Rintel2015-03-091-6/+16
|/
* route-manager: refactor: a readability improvementLubomir Rintel2015-03-091-2/+4
* examples: add a Python example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+83
* examples: add a Lua example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+84
* build: fix typo in configure script failing detection of libsystemdThomas Haller2015-03-041-1/+1
* supplicant: remove unused variableThomas Haller2015-03-041-1/+0
* session: check for libsystemd-logind and fallback to libsystemdPavel Šimerda2015-03-041-1/+1
* session: check for libsystemd and fallback to libsystemd-loginPavel Šimerda2015-03-041-1/+1
* dhcp: sd-dhcp6-client: delay setting the DUID and don't fail constructorThomas Haller2015-03-042-11/+13
|\
| * dhcp: update systemd DHCP codeThomas Haller2015-03-042-7/+13
* | vpn: convert NMVpnConnection <-> VPN service communication to GDBus (bgo #745...Dan Williams2015-03-034-592/+485
* | merge: replace usage of dbus-glib in supplicant code with GDBus (bgo #744598)Dan Williams2015-03-0314-1469/+1025
|\ \
| * | supplicant: remove unused nm-call-store.c/.hdcbw/wifi-gdbusDan Williams2015-03-034-163/+0
| * | supplicant: convert interface/config to GDBusDan Williams2015-03-038-1096/+888
| * | supplicant: clean up some whitespaceDan Williams2015-03-031-28/+28
| * | supplicant: make NMSupplicantInterface independent of NMSupplicantManagerDan Williams2015-03-035-89/+39
| * | supplicant: clean up NMSupplicantInterface::dispose()Dan Williams2015-03-031-27/+23
| * | supplicant: convert NMSupplicantManager to GDBusDan Williams2015-03-031-93/+81
| * | supplicant: clean up NMSupplicantManager::dispose()Dan Williams2015-03-031-16/+9
|/ /
* | dhcp: revert "remove local modifications initializing cleanup variables"Thomas Haller2015-03-035-6/+6
* | dhcp: merge branch 'th/systemd-dhcp-integration' (bgo #742719)Thomas Haller2015-03-0337-825/+3496
|\ \
| * | dhcp: add prefix to logging lines from systemd libraryThomas Haller2015-03-031-1/+1
| * | dhcp: avoid compilation error in macro.h due to undefined __STDC_VERSION__ va...Thomas Haller2015-03-031-1/+1
| * | dhcp: include sys/resource.h in nm-sd-adapt.hThomas Haller2015-03-031-0/+1
| * | dhcp: include net/if_arp.h in nm-sd-adapt.hThomas Haller2015-03-031-0/+2
| * | dhcp: remove sd_dhcp6_client_set_ifname() functionThomas Haller2015-03-033-21/+0
| * | dhcp: add systemd's dhcp-identifier.c for dhcp_identifier_set_duid_en()Thomas Haller2015-03-033-0/+16
| * | dhcp: add systemd's sd-id128.c for sd_id128_get_machine()Thomas Haller2015-03-033-1/+8
| * | dhcp: add systemd's path-util.c for path_kill_slashes()Thomas Haller2015-03-034-0/+14
| * | dhcp: add systemd's 'log.h' to provide logging macrosThomas Haller2015-03-034-24/+30
| * | dhcp: comment-out unused systemd utility functionsThomas Haller2015-03-032-2/+2
| * | dhcp: comment-in now needed string_table_lookup() function in util.cThomas Haller2015-03-031-0/+2
| * | dhcp: comment-in now needed filename_is_valid() function in util.cThomas Haller2015-03-031-0/+2
| * | dhcp: remove local modifications initializing cleanup variablesThomas Haller2015-03-035-6/+8
| * | dhcp/trivial: remove unused fixes to our copy of the systemd codeThomas Haller2015-03-032-5/+6
| * | dhcp/trivial: remove code commentThomas Haller2015-03-031-2/+0
| * | dhcp: merge branch 'master' into th/systemd-dhcp-integrationThomas Haller2015-03-03692-36420/+61398
| |\ \ | |/ / |/| / | |/
* | wwan: refactor nm_modem_ip_type_to_string() and fix return typeThomas Haller2015-03-031-19/+9
* | wwan: don't warn on disconnect if ModemManager isn't runningDan Williams2015-03-021-1/+2
* | trivial: don't run wifi tests if the tests are disabledLubomir Rintel2015-03-021-0/+2
* | dhcp: cleanup internal systemd dhcp libraryThomas Haller2015-03-0245-78/+100
|\ \
| * | dhcp: ensure every systemd dhcp file includes 'nm-sd-adapt.h' firstThomas Haller2015-03-0224-2/+48
| * | dhcp: don't include config.h in systemd sourceThomas Haller2015-03-0217-31/+3
| * | logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller2015-03-023-3/+9