summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test,examples: fix scripts to avoid 'has_key' for Python 3Thomas Haller2014-10-312-7/+7
* libnm: Fix a nm_running_changed raceLubomir Rintel2014-10-311-1/+3
* Merge branch 'lr/ap'Lubomir Rintel2014-10-318-51/+172
|\
| * ifcfg-rh: add support for MODE=Aplr/apJiří Klimeš2014-10-232-1/+5
| * cli: Add mode option for wifi connecitonsLubomir Rintel2014-10-235-24/+140
| * 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-3011-22/+63
|\ \
| * | contrib/rpm: Run make checklr/rpm-make-checkLubomir Rintel2014-10-301-0/+7
| * | tests: Fix /general/nm_utils_kill_child raceLubomir Rintel2014-10-301-0/+1
| * | libnm/tests: Properly wait for devices in /libnm/activate-virtualLubomir Rintel2014-10-301-0/+2
| * | libnm: Ignore NoReply errors when NM has vanished from the busLubomir Rintel2014-10-241-0/+6
| * | core: Fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupportedLubomir Rintel2014-10-241-8/+29
| * | tests: Don't run session-long dbus daemons for testsLubomir Rintel2014-10-242-6/+10
| * | build: Don't conditionally omit files from distributionLubomir Rintel2014-10-204-8/+8
* | | 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
* | | merge: show connection secrets in nmcli when required (bgo #737415)Jiří Klimeš2014-10-307-71/+130
|\ \ \
| * | | cli: allow showing secrets in the editorJiří Klimeš2014-10-303-5/+26
| * | | cli: display '<hidden>' string for secret propertiesJiří Klimeš2014-10-303-52/+55
| * | | cli/bash-completion: update bash completion for '--show-secrets' optionThomas Haller2014-10-301-2/+5
| * | | cli: add '--show-secrets' option for 'nmcli connection show'Jiří Klimeš2014-10-302-14/+46
|/ / /
* | | merge: allow connection normalization in nmcli editor (rh #1157164)Jiří Klimeš2014-10-303-8/+69
|\ \ \
| * | | cli: add 'verify fix' command for nmcli connection editorJiří Klimeš2014-10-301-7/+26
| * | | cli: check IP configuration when setting connection.master in editorJiří Klimeš2014-10-303-1/+43
|/ / /
* | | trivial: fix a typo in commentsJiří Klimeš2014-10-302-2/+2
* | | libnm-core, libnm: introspection annotation fixesDan Winship2014-10-293-4/+4
* | | settings: merge branch 'th/bgo738611_load_setting_plugins' (bgo #738611)Thomas Haller2014-10-297-21/+85
|\ \ \
| * | | 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-294-3/+18
| * | | build: add configure option for ibft pluginThomas Haller2014-10-292-1/+10
| * | | man: add description for ibft settings plugin to NetworkManager.confThomas Haller2014-10-291-0/+12
|/ / /
* | | 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-296-3/+14
* | | build: refactor compiler_warnings.m4 macroThomas Haller2014-10-291-16/+12
* | | build: fix -Wstrict-prototypes warningsThomas Haller2014-10-2917-40/+40
* | | libnm-core: Don't warn on missing propertiesLubomir Rintel2014-10-292-4/+2
* | | po: update Swedish (sv) translation (bgo #739304)Josef Andersson2014-10-291-1495/+1528
* | | callouts: Mark nmdbus-dispatcher.[ch] as BUILT_SOURCESColin Walters2014-10-281-0/+2
* | | libnm-core, libnm: remove GSLists in APIs (bgo #739023)Dan Winship2014-10-28123-758/+681
|\ \ \
| * | | libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-2823-255/+207
| * | | libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-2833-246/+216
| * | | libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-2879-253/+225
| * | | libnm-core: #include all nm-core headers from nm-core-internal.hDan Winship2014-10-281-4/+33
|/ / /
* | | libnm-core: hwaddr-related fixes (bgo 739023)Dan Winship2014-10-2815-126/+252
|\ \ \
| * | | libnm-core: canonicalize hardware addresses in settingsDan Winship2014-10-288-33/+73
| * | | libnm-core: add nm_utils_hwaddr_canonical()Dan Winship2014-10-284-11/+76
| * | | libnm-core: make _get_mac_address_blacklist() methods return arraysDan Winship2014-10-287-102/+123
|/ / /