summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: always reload the dns configuration mode on SIGHUPth/dns-resolv-conf-file-bgo764004Thomas Haller2016-03-221-12/+53
* fixup! dns: enable dns plugins also with immutable resolv.confThomas Haller2016-03-221-32/+22
* dns: enable dns plugins also with immutable resolv.confThomas Haller2016-03-221-23/+37
* fixup! dns: add new "rc-manager=file"Thomas Haller2016-03-221-1/+3
* dns: add new "rc-manager=file"Thomas Haller2016-03-223-18/+60
* dns: split create_resolv_conf() out of write_resolv_conf()Thomas Haller2016-03-221-12/+23
* dns: refactor NMDnsManagerResolvConfMode to string conversionThomas Haller2016-03-221-14/+9
* dns: fix _NMLOG() macroThomas Haller2016-03-221-8/+5
* dnsmasq: use _LOG() macrosThomas Haller2016-03-221-17/+29
* dns: refactor kill_existing() to always unlink pidfileThomas Haller2016-03-221-23/+35
* dns: cleanup disposing of NMDnsPluginThomas Haller2016-03-221-8/+1
* dns: refactor cleanup and unlink of pidfileThomas Haller2016-03-221-10/+14
* dns: cleanup pid file when dnsmasq process terminatedMathieu Trudel-Lapierre2016-03-221-0/+6
* dns/trivial: fix indentionThomas Haller2016-03-221-14/+14
* systemd: merge branch systemd into masterThomas Haller2016-03-227-8/+20
|\
| * systemd: update code from upstreamThomas Haller2016-03-229-17/+35
* | dbus: fix a typo in the commentLubomir Rintel2016-03-211-1/+1
* | build: dist $(docbook_generated_man_pages)Thomas Haller2016-03-211-0/+1
* | main: create parent directories of NMSTATEDIR with permissions 755Thomas Haller2016-03-213-6/+28
* | main: create NMSTATEDIR with permissions 700Thomas Haller2016-03-211-1/+1
* | src/Makefile.am: create $rundir mode 0755 instead of 0700Robby Workman2016-03-211-1/+1
* | supplicant-config: fix misleading indentationLubomir Rintel2016-03-201-1/+1
* | dbus: don't do <deny send_interface="..." /> in dbus service fileLubomir Rintel2016-03-201-5/+12
* | man: document IPv4 subnet for "shared" methodThomas Haller2016-03-201-0/+3
* | device: optimize hashtable usage for shared_ipsThomas Haller2016-03-201-4/+1
* | vpn-connection: do not leak the connection if there's no timeoutLubomir Rintel2016-03-181-1/+3
* | vpn-connection: don't dispose the proxy before we get the disconnect responseLubomir Rintel2016-03-181-4/+15
* | dhcp: fix GBytes leak in nm_dhcp_client_start_ip4()Francesco Giudici2016-03-181-1/+4
* | dhcp: support _LOGx_ENABLED() macro in dhcp-clientThomas Haller2016-03-171-1/+8
* | test-nm-client: fix the remaining counterLubomir Rintel2016-03-171-5/+6
* | rdisc: fix setting netns during consturction of NMRDiscThomas Haller2016-03-171-4/+0
* | lldp: merge branch 'th/lldp-bgo763499'Thomas Haller2016-03-178-410/+550
|\ \
| * | lldp: refactor keeping tlv data and order entries in neighbor GVariantThomas Haller2016-03-171-107/+167
| * | lldp: ensure stable order of variants in LLDP neighbor listThomas Haller2016-03-171-14/+24
| * | lldp: drop process_lldp_neighbors()Thomas Haller2016-03-171-105/+9
| * | lldp: process one neighbor at a timeThomas Haller2016-03-172-40/+111
| * | lldp: implement properties via NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-03-171-14/+12
| * | lldp: improve loggingThomas Haller2016-03-171-5/+13
| * | lldp: let lldp_neighbor_new() also create invalid objectsThomas Haller2016-03-171-16/+17
| * | lldp: cache the GVariant in LldpNeighborThomas Haller2016-03-171-11/+14
| * | lldp: factor out lldp_neighbor_to_variant()Thomas Haller2016-03-171-52/+58
| * | lldp: refactor processing all lldp-neighborsThomas Haller2016-03-171-45/+54
| * | lldp: split out creation of LldpNeighbor instanceThomas Haller2016-03-171-163/+211
| * | lldp/trivial: rename internal type LLDPNeighbor to LldpNeighborThomas Haller2016-03-171-11/+11
| * | systemd: lldp: fix starting ttl timer for lldp neighborThomas Haller2016-03-171-7/+10
| * | logging: add new logging domain "SYSTEMD" for internal systemd loggingThomas Haller2016-03-173-2/+4
| * | shared: add nm_unauto() helper macroThomas Haller2016-03-171-0/+12
| * | shared: add nm_assert_not_reached()Thomas Haller2016-03-171-0/+2
| * | utils/core: add NM_UTILS_NS_PER_MSEC macroThomas Haller2016-03-171-0/+3
|/ /
* | libnm: declare internal function as staticThomas Haller2016-03-171-2/+2