summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vpn: convert NMVpnConnection <-> VPN service communication to GDBus (bgo #745...dcbw/vpn-gdbusDan 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
| * | dhcp/trivial: add '/* NM_IGNORED */' comment to #endif added by NetworkManagerThomas Haller2015-03-029-40/+40
| * | dhcp/trivial: remove shaddowed '#if 0 /* NM_IGNORED */' blockThomas Haller2015-03-021-2/+0
|/ /
* | cli/completion: add completion for --order optionThomas Haller2015-03-021-2/+29
* | tui: fix the previous commitJiří Klimeš2015-03-021-1/+1
* | tui: add "Enable IGMP snooping" to bridge editor (bgo #744853)Jiří Klimeš2015-03-021-0/+6
* | build: remove bashism from configure.ac constructing session_tracking valueThomas Haller2015-03-021-1/+1
* | tui: fix a crash when connection list for activation is empty (rh #1119663)Jiří Klimeš2015-02-271-3/+5
* | po: updated Russian (ru) translation (bgo #745262)Stas Solovey2015-02-271-2606/+5054
* | route-manager: define singelton using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-02-271-11/+1
* | route-manager/build: fix out-of-tree builds for route-manager testsThomas Haller2015-02-271-4/+4
* | build: order ADSL plugin build after core filesDan Williams2015-02-271-9/+7
* | dhclient: use fqdn.fqdn for server DDNS updatesDan Williams2015-02-272-23/+82
* | route-manager: merge branch 'lr/route-manager-rh740064'Lubomir Rintel2015-02-2735-313/+1481
|\ \
| * | core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-2713-60/+84
| * | core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-2720-67/+89
| * | route-manager: add testLubomir Rintel2015-02-273-0/+715