summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-glib: add NMDnsManager [WIP]danw/dnspubDan Winship2013-08-052-0/+1055
* dns-manager: export state via D-BusDan Winship2013-08-057-108/+623
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-0326-219/+215
* core: use NMIP[46]Route in nm-ip[46]-configPavel Šimerda2013-08-0310-301/+301
* platform: simplify getting routes and ignoring the default routeDan Williams2013-08-0310-52/+38
* updated libgsystemPavel Šimerda2013-08-031-0/+0
* core: add nm_ip4_config_dump()Dan Williams2013-08-022-0/+82
* core: recognize and handle external IPv4 routes and addresses added under NMDan Williams2013-08-021-3/+0
* core: fix handling of externally added IPv4 adresses and routes on IP changeDan Williams2013-08-021-24/+32
* core: add nm_ip4_config_subtract()Dan Williams2013-08-024-2/+428
* core: track VPN routes on the master device, not the VPNDan Williams2013-08-024-176/+117
* core: combine and apply IPv4 configs instead of applying directlyDan Williams2013-08-023-79/+140
* build: fix distcheckDan Williams2013-08-021-0/+1
* platform: add reason attribute to all signalsPavel Šimerda2013-08-0211-49/+61
* platform: re-check potentially removed objectsPavel Šimerda2013-08-021-21/+55
* platform: rework the object refresh codePavel Šimerda2013-08-021-54/+80
* platform: don't check for route existence (fixup)Pavel Šimerda2013-08-021-1/+1
* Revert "platform: work around missing kernel netlink notifications of default...Pavel Šimerda2013-08-025-26/+1
* ifcfg-rh: update InfiniBand P_Key support to match latest initscriptsDan Winship2013-08-022-18/+18
* updated libndpPavel Šimerda2013-08-021-0/+0
* platform: don't check for route existencePavel Šimerda2013-08-013-36/+58
* platform: work around missing kernel netlink notifications of default route c...Dan Williams2013-07-315-1/+26
* agents: don't make method calls with a destroyed proxyDan Williams2013-07-311-1/+19
* agents: remove request_cancel()Dan Williams2013-07-311-15/+6
* vpn: handle interactive plugin secrets requestsDan Williams2013-07-314-77/+276
* libnm-glib-vpn: add support for interactive secrets requestsDan Williams2013-07-314-16/+257
* libnm-glib-vpn: consolidate connect handling codeDan Williams2013-07-311-78/+40
* libnm-glib: add support for agent capabilities during registrationDan Williams2013-07-313-11/+90
* agents: add agent capabilitiesDan Williams2013-07-315-6/+72
* autogen.sh: pass --enable-static=libndpDan Winship2013-07-301-1/+1
* dhcp: fix IPv6 address timestamp settingPavel Šimerda2013-07-301-2/+1
* platform: show address lifetimes in debugPavel Šimerda2013-07-301-4/+4
* cli: editor: show current configuration for 'nmcli' command without argumentsJiří Klimeš2013-07-301-1/+9
* cli: confirm connection saving when autoconnect=yes (rh #953296)Jiří Klimeš2013-07-303-5/+54
* cli: editor: automagic changes of IP 'addresses'/'method' if the other is setJiří Klimeš2013-07-301-2/+161
* platform-test: fix build with glib < 2.34Jiří Klimeš2013-07-302-0/+2
* build: only add 'serial-tests' for automake >= 1.12Jiří Klimeš2013-07-301-1/+14
* platform: ignore kernel-generated routesPavel Šimerda2013-07-301-0/+2
* platform: update all address lifetimesPavel Šimerda2013-07-304-57/+73
* platform: simplify address comparisonsPavel Šimerda2013-07-301-8/+2
* platform: handle empty arrays in array_contains_ip[46]_*()Pavel Šimerda2013-07-301-14/+16
* dhcp: push address lifetime to nm-ip[46]-configPavel Šimerda2013-07-301-2/+29
* core: use address lifetimes from router discoveryPavel Šimerda2013-07-301-0/+3
* trivial: allow building tests from rdisc directoryPavel Šimerda2013-07-303-7/+9
* trivial: use 'preferred' attribute name for preferred lifetimePavel Šimerda2013-07-302-2/+2
* valgrind: print absolute pathPavel Šimerda2013-07-301-1/+1
* platform: temporarily work around mismatching lifetime/timestamp/preferred (b...Dan Williams2013-07-291-2/+10
* core: turn link_changed() into a proper virtual functionPavel Šimerda2013-07-295-10/+24
* core: use NM_PLATFORM_LIFETIME_PERMANENT instead of G_MAXUINT32Dan Williams2013-07-281-3/+3
* core: detect automatic addresses when assuming connectionsPavel Šimerda2013-07-272-0/+16