summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-06gentoo: handle both systemd and OpenRC loopback init at runtimeCanek Peláez Valdés1-3/+46
2010-11-24dns: fix a crash due to uninitialized nis_domain (novell #655685)Jiří Klimeš1-0/+1
2010-11-23core: suppress error message when user settings service is not activeDan Williams1-2/+7
2010-11-23core: handle device removal when properties are unreadableDan Williams1-0/+8
2010-11-23core: correct TIMESTAMP type; fixes potential crash when time() is 32bitJiří Klimeš1-1/+1
2010-11-19dhcp: ensure that dhcp client is exitedMikhail Efremov1-4/+8
2010-11-19wired: fix uninitialized variableMathieu Trudel-Lapierre1-1/+1
2010-11-18dhcpcd: prevent dhcpcd from messing with routing (bgo #634983)Dan Williams1-0/+2
2010-11-08build: create NM state directory at install timeDan Williams1-0/+2
2010-11-05backends: add Exherbo support (bgo #634058)Wulf C. Krueger2-0/+68
2010-11-03Revert "core: add configurable auto connection retries (bgo #628825)"Dan Williams1-32/+5
2010-11-03core: add configurable auto connection retries (bgo #628825)Jiří Klimeš1-5/+32
2010-11-03core: update timestamp in active system connections every 5 mins (bgo #583756)Jiří Klimeš1-0/+74
2010-10-26trivial: make connection activating error more preciseJiří Klimeš1-1/+1
2010-10-21dhcp: add support for Fedora dhclient RFC3442 routes (rh #639935)Dan Williams5-412/+534
2010-10-15core: ignore authorization for sleep/wake requests (but restrict to root) (rh...Dan Williams2-1/+43
2010-10-08linexa: add basic Linexa supportAlex Vogt2-0/+70
2010-10-08build: include <config.h> for kill(2), isblank(3), and isascii(3)Dan Williams10-0/+10
2010-10-07policy: prevent hostname duplication in /etc/hostsDan Williams1-21/+27
2010-10-07policy: add testcases for removing stale hosts mappings (bgo #629020) (rh #63...Dan Williams1-0/+67
2010-10-07policy: preserve custom hostnames on local-mapping lines (rh #627269)Dan Williams4-51/+257
2010-10-07dnsmasq: actually kill stale dnsmasq processDan Williams1-1/+1
2010-10-07dns: actually kill stale dnsmasq processDan Williams1-1/+1
2010-10-07core: fix use-after-free getting user connectionsDan Williams1-32/+23
2010-10-07core: check address family, not route familyDan Williams1-2/+2
2010-10-07dns: fix use-after-free in plugin error pathDan Williams1-1/+1
2010-10-07policy: ensure stale IP mappings are not left in /etc/hosts (bgo #629020) (rh...Dan Williams2-0/+52
2010-10-06system-settings: add timestamp to default auto wired connections (bgo #583756)Martin Pitt1-0/+1
2010-10-06dhcp: fix uninitialized variable usage with dhcp3Martin Pitt1-2/+2
2010-09-28wifi: allow proactive_key_caching through the supplicant settings filter (rh ...Dan Williams1-0/+1
2010-09-27system-settings: allow glob (*) in no-auto-default config file optionPat Suwalski1-2/+13
2010-09-27core: add Version property to org.freedesktop.NetworkManager interfaceJiří Klimeš2-0/+13
2010-09-27core: read initial MAC address on startup; reset to this MAC when disconnectingJiří Klimeš4-7/+69
2010-09-25trivial: typo fixesDan Williams2-3/+3
2010-09-24system-settings: fix use-after-free causing crashes when hostname is emptyDan Williams1-1/+2
2010-09-24wifi: use PMKSA caching with PEAP-GTC (rh #615032) (rh #636877)Dan Williams1-0/+24
2010-09-22dns: warn that the BIND plugin is experimentalDan Williams1-2/+3
2010-09-22dns: write only 127.0.0.1 to resolv.conf when cachingDan Williams1-21/+18
2010-09-22dns: allow random source ports for BIND caching DNSDan Williams1-1/+0
2010-09-22dns: add BIND9 local caching nameserver supportDan Williams4-7/+579
2010-09-22dns: remove unused Chromium bitsDan Williams1-15/+0
2010-09-22dns: (dnsmasq) fix handling of multiple DNS servers in non-split configsDan Williams1-57/+59
2010-09-22dns: only write out new DNS config if it really changedDan Williams1-2/+72
2010-09-22dns: use VPN nameservers first even if no domain was givenDan Williams1-15/+41
2010-09-22dns: hook plugins into DNS updates and make dnsmasq plugin actually workDan Williams4-133/+213
2010-09-22dns: first cut of a dnsmasq local caching pluginDan Williams6-14/+871
2010-09-22core: add DNS plugin config optionsDan Williams6-38/+98
2010-09-20core: be more robust to config file syntax issuesDan Williams1-1/+1
2010-09-13bluetooth: requery default adapter when Bluez actually startsDan Williams1-2/+4
2010-09-07core: rename NMNamedManager -> NMDnsManagerDan Williams15-229/+223