summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: don't fail activation when IP config is unavailable and unneededlr/assumed-activation-rh1141264Lubomir Rintel2014-12-111-15/+40
* device: don't disconnect assumed connectionsLubomir Rintel2014-12-111-0/+8
* device: turn nm_d_ip_config_should_fail to get_ip_config_may_failLubomir Rintel2014-12-112-16/+15
* tests: fix setting MAC address in testsJiří Klimeš2014-12-111-3/+1
* core,cli,agent-mangager: merge branch 'lr/vpn-fixes'Lubomir Rintel2014-12-116-5/+35
|\
| * cli: expose the vpn.persistent propertylr/vpn-fixesLubomir Rintel2014-12-111-1/+13
| * core: don't wipe out VPN secrets if we're changing the connectionLubomir Rintel2014-12-111-0/+6
| * agent-manager: don't ever fail the secrets requests from GetSecrets()Lubomir Rintel2014-12-115-4/+16
|/
* platform: avoid conflicts when reinstalling the device-routeThomas Haller2014-12-114-33/+102
* device: add logging macro _LOGT()Thomas Haller2014-12-091-0/+1
* dispatcher: refactor constructing environment variables from strvThomas Haller2014-12-081-70/+43
* libnm: return 0 for empty address in hwaddr_binary_len()Thomas Haller2014-12-081-2/+5
* tui: fix deletion of slaves with master (rh #1131574)Dan Winship2014-12-051-5/+12
* libnm: fix wrong g_return_if_fail() in nm_utils_file_search_in_paths()Thomas Haller2014-12-052-2/+2
* libnm: merge branch 'th/libnm-version-script-bgo741069'Thomas Haller2014-12-052-17/+51
|\
| * libnm/build: add versioning to linker scriptThomas Haller2014-12-051-4/+7
| * build: adjust tools/check-exports.shThomas Haller2014-12-051-13/+44
|/
* libnm: fix gtkdoc annotations for nm_utils_file_search_in_paths()Thomas Haller2014-12-052-4/+4
* libnm: merge branch 'th/file_search_in_path_bgo740783'Thomas Haller2014-12-058-47/+192
|\
| * core: implement nm_utils_find_helper() based on nm_utils_file_search_in_paths()Thomas Haller2014-12-051-47/+14
| * libnm: add function nm_utils_file_search_in_paths()Thomas Haller2014-12-057-0/+178
|/
* libnm: normalize connections in nm_simple_connection_new_from_dbus()Thomas Haller2014-12-052-2/+2
* merge: fix number of defects found by Coverity scan (bgo #741122)Jiří Klimeš2014-12-059-22/+36
|\
| * utils: fix converting milliseconds to microsecondsJiří Klimeš2014-12-051-2/+13
| * bluetooth: the code cannot be reachedJiří Klimeš2014-12-051-3/+2
| * libnm: check pspec before accessing it in handle_property_changed()Jiří Klimeš2014-12-051-1/+1
| * callout: ignore waitpid() return valueJiří Klimeš2014-12-051-1/+1
| * platform: ignore nm_platform_ip4_route_add/delete return valueJiří Klimeš2014-12-051-3/+5
| * utils: initialize timespec structureJiří Klimeš2014-12-051-4/+4
| * tui: width and height parameters was swapped, but they are ignored anywayJiří Klimeš2014-12-051-4/+4
| * tui: set GError so that it is not NULL laterJiří Klimeš2014-12-051-1/+1
| * libnm-core: do not access array if it is NULLJiří Klimeš2014-12-051-1/+2
| * util: fix _log_connection_sort_names_fcn()Jiří Klimeš2014-12-051-2/+2
| * libnm: missing break on get_propertyJiří Klimeš2014-12-051-0/+1
|/
* libnm-util/tests: fix invalid g_test_expect_message() patternThomas Haller2014-12-041-2/+2
* libnm: don't allocate temporary buffer in nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-041-12/+4
* libnm: fix leak in nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-041-5/+6
* libnm: merge branch 'th/uuid-variant3-bgo740865'Thomas Haller2014-12-0417-35/+311
|\
| * libnm: allow empty strings for nm_utils_uuid_generate_from_string()Thomas Haller2014-12-042-17/+11
| * libnm: hide nm_utils_uuid_generate_from_string() from public APIThomas Haller2014-12-043-5/+5
| * libnm: normalize missing connection UUIDThomas Haller2014-12-043-8/+49
| * settings: change algorithm for UUID generation based on stringsThomas Haller2014-12-042-8/+9
| * core: add nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-043-0/+95
| * libnm: implement variant3 UUIDs according to rfc4122Thomas Haller2014-12-043-10/+51
| * libnm: add a type argument to nm_utils_uuid_generate_from_string()Thomas Haller2014-12-048-19/+30
| * libnm: accept additional length argument in nm_utils_uuid_generate_from_string()Thomas Haller2014-12-048-12/+19
| * libnm: don't heap allocate uuid temporary variableThomas Haller2014-12-042-12/+7
| * libnm/test: add test for nm_utils_uuid_generate_from_string()Thomas Haller2014-12-044-0/+91
|/
* crypto/test: test crypto_md5_hash() for empty passwordsThomas Haller2014-12-041-0/+4
* libnm/crypto: fix uninitialized variable in crypto_md5_hash()Thomas Haller2014-12-041-2/+5