summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dhcp: add systemd-based "internal" DHCP clientDan Williams2014-11-064-2/+937
* dhcp: add nm_dhcp_utils_client_id_string_to_bytes()Dan Williams2014-11-064-6/+110
* dhcp: systemd DHCP code changes necessary for NM integrationDan Williams2014-11-062-29/+18
* dhcp: make systemd DHCP code into a libraryDan Williams2014-11-0623-0/+434
* dhcp: fix compiler warning in IN_SET macroThomas Haller2014-11-061-3/+3
* sd-dhcp-client: fix REBOOT state handlingDan Williams2014-11-061-18/+15
* sd-dhcp-client: clean up raw socket sd_event_source when creating UDP sourceDan Williams2014-11-061-0/+3
* sd-dhcp-lease: expose load/save functionsDan Williams2014-11-063-5/+5
* sd-dhcp-lease: load/save client IDDan Williams2014-11-064-1/+80
* sd-dhcp-client: support custom client IDsDan Williams2014-11-062-12/+105
* sd-dhcp6-client: fix off-by-two error in DUID lengthDan Williams2014-11-061-5/+5
* dhcp: add systemd DHCP codeDan Williams2014-11-0644-0/+19423
* vpn: reconnect on service failures (bgo #349151)Dan Williams2014-11-063-1/+57
* vpn/core: move VPN gateway route between devices when routing changesDan Williams2014-11-064-28/+147
* vpn: allow plugins to indicate 'can-persist' capabilityDan Williams2014-11-061-0/+13
* vpn: allow plugins to re-enter the STARTING state to indicate reconnectDan Williams2014-11-061-11/+21
* libnm/libnm-util: add VPN 'persistent' propertyDan Williams2014-11-061-1/+3
* platform: fix lifetime/preferred type in _address_get_lifetime()Dan Williams2014-11-051-1/+1
* wimax/build: use NM_PRAGMA_WARNING_DISABLE() macro instead of #pragmaThomas Haller2014-10-311-4/+3
* dhcp: don't add special route to DHCP server when having direct routeThomas Haller2014-10-311-5/+5
* core: add nm_ipX_config_get_direct_route_for_host() functionsThomas Haller2014-10-316-6/+77
* core: add nm_utils_ip6_route_metric_normalize() functionThomas Haller2014-10-312-0/+17
* Merge branch 'lr/ap'Lubomir Rintel2014-10-313-27/+32
|\
| * ifcfg-rh: add support for MODE=Aplr/apJiří Klimeš2014-10-232-1/+5
| * wifi: Use SSID from connection also if AP is not configuredLubomir Rintel2014-10-231-26/+27
* | Merge branch 'lr/rpm-make-check'Lubomir Rintel2014-10-305-14/+36
|\ \
| * | tests: Fix /general/nm_utils_kill_child raceLubomir Rintel2014-10-301-0/+1
| * | core: Fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupportedLubomir Rintel2014-10-241-8/+29
| * | build: Don't conditionally omit files from distributionLubomir Rintel2014-10-203-6/+6
* | | core/logging: make log level and domain a C enumThomas Haller2014-10-302-33/+29
* | | core/logging: adjust numerical values of the logging domain flagsThomas Haller2014-10-301-35/+35
* | | settings: check file permissions when loading settings pluginsThomas Haller2014-10-291-8/+26
* | | settings: accept missing settings pluginsThomas Haller2014-10-291-12/+22
* | | config: set a compile time default for the main.plugins configuration optionThomas Haller2014-10-291-0/+2
* | | build: add configure option for ibft pluginThomas Haller2014-10-291-1/+5
* | | utils: fix printf format for pid_t in nm_utils_get_start_time_for_pid()Thomas Haller2014-10-291-1/+3
* | | platform: deal with default route being passed to route_sync() (bgo 735325)Dan Winship2014-10-291-0/+12
* | | rdisc: properly handle RDNSS/DNSSL forced expirationDan Winship2014-10-291-12/+18
* | | build: renable -Wstrict-prototypes compiler warningThomas Haller2014-10-295-3/+13
* | | build: fix -Wstrict-prototypes warningsThomas Haller2014-10-2914-32/+32
* | | libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-11/+1
* | | libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-2828-116/+36
* | | libnm-core: make _get_mac_address_blacklist() methods return arraysDan Winship2014-10-283-36/+22
* | | dhcp: suppress warning about invalid DNS serversDan Williams2014-10-271-20/+28
* | | core: don't use libnm-core private header outside of libnm-core/Thomas Haller2014-10-271-1/+1
* | | settings: pass valid error code to g_set_error() in load_plugins()Thomas Haller2014-10-271-3/+3
* | | wifi: avoid assertion about duplicate nm_device_add_pending_action()Thomas Haller2014-10-271-1/+1
* | | supplicant: avoid assertion when DBUS connection closesThomas Haller2014-10-271-1/+7
* | | core: ignore SIGPIPEThomas Haller2014-10-271-0/+4
* | | core: autoconnect fixes for default-unmanaged devices and property notificationDan Williams2014-10-272-8/+63