summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nmcli: improve setting connection.secondaries propertyJiří Klimeš2014-04-225-69/+130
* dispatcher/test: fix tests after adding PATH environment variableThomas Haller2014-04-225-2/+14
* ifnet/test: fix test breakage after moving wifi-utils to platformThomas Haller2014-04-221-0/+3
* core: fix MTU handling while merging/subtracting IP configs (bgo #721420)Jiří Klimeš2014-04-222-2/+60
* dispatcher: multiple fixesDan Winship2014-04-188-36/+129
|\
| * man: updates to the dispatcher sectionDan Winship2014-04-181-0/+9
| * dispatcher: add better debuggingDan Winship2014-04-185-15/+52
| * dispatcher: Leave PATH set in the dispatcher script environmentDan Winship2014-04-181-9/+16
| * dispatcher: tell systemd to not kill dispatcher childrenDan Winship2014-04-181-0/+4
| * dispatcher: only dispatch one request at a time (rh #1061212)Dan Winship2014-04-181-6/+34
| * dispatcher: bump script timeout up to 20 seconds (rh #1048345)Dan Winship2014-04-182-8/+16
|/
* ifcfg-rh: don't write out IP config on Team connectionsDan Winship2014-04-171-1/+2
* keyfile: don't g_return_if_fail() on bad user inputDan Winship2014-04-171-1/+2
* core: don't break Wake-on-LANDan Winship2014-04-179-11/+153
|\
| * core: leave wake-on-LAN devices up over suspend/resumeDan Winship2014-04-171-10/+39
| * platform: add link_get_wake_on_lan()Dan Winship2014-04-174-1/+56
| * wifi: add wifi_utils_get_wowlan()Stanislaw Gruszka2014-04-174-0/+58
|/
* wifi: move wifi-utils into platformDan Winship2014-04-1720-128/+594
|\
| * wifi: move wifi-utils into platformDan Winship2014-04-1720-77/+534
| * wifi: (trivial) style / indent / whitespace fixesDan Winship2014-04-173-51/+60
|/
* core: refactor NMManager by adding function for converting NMState to stringThomas Haller2014-04-151-27/+22
* cli/bash-completion: escape spaces in profile names (rh #1041901) (bgo #709426)Jiří Klimeš2014-04-151-0/+30
* platform: be more resilient in init_link against missing name of the rtnl linkThomas Haller2014-04-151-2/+6
* policy: check device state before changing it for secondaries (rh #1055099)Jiří Klimeš2014-04-151-3/+6
* ppp-manager: don't use kernel pppoe (rh #1034860, rh #1061641)Dan Winship2014-04-142-28/+69
* ppp-manager: find pppd at build time, allow overridingDan Winship2014-04-142-7/+17
* ppp-manager: trivial: fix tabs/spacesDan Winship2014-04-142-27/+27
* ppp-manager: minor GObject boilerplate cleanupsDan Winship2014-04-141-28/+11
* Merge changes for connection matching on connection assumption (rh #1083196)Jiří Klimeš2014-04-113-102/+313
|\
| * device-ethernet: add finalize() methodJiří Klimeš2014-04-111-8/+18
| * tests: improve tests for nm_utils_match_connection() functionJiří Klimeš2014-04-111-0/+113
| * utils: allow matching connections with no MAC (missing HWADDR) (rh #1083196)Jiří Klimeš2014-04-111-0/+33
| * device: add s390 values to connection in update_connection() (rh #1083196)Jiří Klimeš2014-04-111-32/+78
| * utils: fix check_possible_match() functionJiří Klimeš2014-04-111-65/+74
* | dhcp: merge branch 'th/bgo726278_div_refact_dhcp'Thomas Haller2014-04-1110-150/+122
|\ \
| * | dhcp: refactor state to string conversionThomas Haller2014-04-111-46/+37
| * | dhcp: refactor using named defines for signal names instead of plain stringThomas Haller2014-04-114-19/+23
| * | dhcp: refactor not to pass on NMSettingIP4Config objectsThomas Haller2014-04-118-51/+31
| * | dhcp: refactor dhcp code to use @dhcp_anycast_addr as #GByteArray typeThomas Haller2014-04-1110-34/+31
|/ /
* | core: merge branch 'th/bgo726525_sort_ip6_addresses'Thomas Haller2014-04-116-71/+493
|\ \ | |/ |/|
| * core: sort IPv6 addresses (add nm_ip6_config_addresses_sort())Thomas Haller2014-04-114-7/+209
| * test: make use of new libnm-util/nm-test-utils.h headerThomas Haller2014-04-111-63/+21
| * libnm-util: add private header file nm-test-utils.hThomas Haller2014-04-112-1/+263
|/
* core: sort connections in descending timestamp order on take-over (rh #1067712)Jiří Klimeš2014-04-112-2/+6
* libnm-glib: add documentation for NMRemoteSettings and connection additionDan Williams2014-04-101-1/+95
* Merge branch 'th/bgo726287_cleanup_read_sysctl'Thomas Haller2014-04-109-92/+258
|\
| * platform: relax assert when checking pathnames for accessing sysctlThomas Haller2014-04-101-2/+2
| * core: refactor nm_utils_ascii_str_to_int64()Thomas Haller2014-04-102-41/+151
| * core: use nm_platform_sysctl_get() to read wifi rfkill valueThomas Haller2014-04-101-2/+4
| * core: use nm_platform_sysctl_get() to read infiniband modeThomas Haller2014-04-101-4/+5