summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: avoid conflicts when reinstalling the device-routeth/bgo723178_device_route_metric_v2Thomas Haller2014-12-043-31/+96
* 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
* core: don't bounce disable_ipv6 when assuming connections (rh #1170530)Jiří Klimeš2014-12-041-1/+1
* libnm-core: merge branch 'nm-utils-init-bgo740893'Dan Winship2014-12-0423-492/+262
|\
| * libnm-core: drop nm_utils_rsa_key_encrypt(), _encrypt_aes()Dan Winship2014-12-045-120/+20
| * libnm-core: relax restrictions on input arguments for crypto_md5_hash()Thomas Haller2014-12-043-14/+21
| * libnm-core: combine duplicate crypto_make_des_aes_key() functionThomas Haller2014-12-043-37/+17
| * libnm: remove nm_utils_init() from the public APIDan Winship2014-12-0411-71/+15
| * libnm-core: call crypto_init() on the flyDan Winship2014-12-047-36/+86
| * libnm-core: reimplement crypto_md5_hash() using GChecksumDan Winship2014-12-046-171/+66
| * tests: add a test of libnm-core's crypto_md5_hash()Dan Winship2014-12-041-0/+54
| * libnm-util: Note that nm_utils_deinit() is a no-opDan Winship2014-12-045-30/+5
| * libnm: drop nm_utils_deinit()Dan Winship2014-12-047-38/+3
|/
* libnm-core: fix the rule for parsing 'gateway' out of 'addresses' (rh #1170199)Dan Winship2014-12-032-26/+84
* core: fix leak of generated connection if device is activeDan Williams2014-12-031-5/+4
* devices: don't release slaves on exit (rh #1169936)Dan Winship2014-12-031-1/+1
* ifcfg-rh: don't include nm-utils-private.h outside of libnm-core/Thomas Haller2014-12-033-5/+4
* cli: g_strdup(NULL) returns NULL; simplify code for thatJiří Klimeš2014-12-031-40/+40
* contrib/rpm: ignore libgsystem/ repository in build_clean.shThomas Haller2014-12-031-1/+1
* cli: additional fix for nmcli connection downJiří Klimeš2014-12-031-6/+13
* cli: fix deactivation for multiple connections (bgo #740775) (rh #1168383)Jiří Klimeš2014-12-032-43/+65
* device: Deal with links that vanish during initializationLubomir Rintel2014-12-023-4/+9
* cli: wait for "con down" to deactivate the connection (bgo #740775) (rh #1168...Dan Williams2014-12-011-3/+73
* iface-helper: disambiguate route priority for IPv4 and IPv6Thomas Haller2014-12-012-16/+20
* core: rename NM_PLATFORM_ROUTE_METRIC_DEFAULT to NM_PLATFORM_ROUTE_METRIC_DEF...Thomas Haller2014-12-013-6/+12
* nmcli/bash-completion: complete [+-] modifier for `connection modify` propertyThomas Haller2014-12-011-1/+6
* keyfile: assert in writer to have valid connection idThomas Haller2014-11-281-5/+1
* cli: fix setting ethernet.s390-subchannelsJiří Klimeš2014-11-281-12/+7
* devices: NM_SETTING_WIRED_S390_SUBCHANNELS is now G_TYPE_STRV (rh #1168764)Jiří Klimeš2014-11-281-9/+8
* core: adjust values for default route-metrics per device typeThomas Haller2014-11-262-21/+28
* vpn: don't choose route priority for VPN connections based on the parent deviceThomas Haller2014-11-261-12/+2
* libnm: (trivial) correct an example in NMSecretAgentOldGetSecretsFunc docsJiří Klimeš2014-11-261-1/+1
* build: fix wrongly linking against libreadline in all applicationsThomas Haller2014-11-261-0/+2
* core: merge branch 'th/bgo723178_device_route_metric'Thomas Haller2014-11-2613-37/+90
|\
| * iface-helper: make priority variable guint32Thomas Haller2014-11-251-3/+4