summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* live-reconfig [wip]danw/live-reconfigDan Winship2013-06-279-36/+411
* devices: set vlan properties at activate time, not device creation timeDan Winship2013-06-262-13/+30
* platform: split nm_platform_vlan_set_flags() out of nm_platform_vlan_add()Dan Winship2013-06-267-28/+123
* libnm-util: add NM_SETTING_PARAM_UNIMPLEMENTEDDan Winship2013-06-265-14/+27
* libnm-util: clarify/fix the definition of NM_SETTING_COMPARE_FLAG_FUZZYDan Winship2013-06-266-20/+20
* trivial: update .gitignoreDan Winship2013-06-261-0/+2
* cli: fix erroneous messages and asserts for activation bond/bridge connectionsJiří Klimeš2013-06-261-47/+44
* agents: change secrets request hints back to char **Dan Williams2013-06-257-22/+29
* agents: refactor agent secrets request tracking to be more genericDan Williams2013-06-251-302/+369
* keyfile: fix reading bonding options (bgo #701527)Jiří Klimeš2013-06-251-0/+8
* libnm-util: remove 'downdelay' and 'updelay' when setting 'arp_interval'Jiří Klimeš2013-06-251-1/+4
* libnm-util: verify() - can't set both IPv4 'disabled' and IPv6 'ignore' methodJiří Klimeš2013-06-252-0/+54
* cleanup: remove unused netlink/system codePavel Šimerda2013-06-255-1167/+0
* cleanup: remove libnl dependency from nm-ip4-config/nm-ip6-configPavel Šimerda2013-06-254-222/+0
* core: use nm-platform for route managementPavel Šimerda2013-06-254-99/+45
* vpn: use nm-platform for default routesPavel Šimerda2013-06-254-51/+92
* policy: use nm-platform for routingPavel Šimerda2013-06-251-33/+48
* core: use nm-platform for address managementPavel Šimerda2013-06-254-260/+38
* platform: route utility functionsPavel Šimerda2013-06-252-0/+132
* platform: address utility functionsPavel Šimerda2013-06-252-0/+132
* core: fix flushing of routes and updating legacy IPv4 address propertyDan Williams2013-06-241-3/+10
* config: Include overrides in parsed config file messageColin Walters2013-06-243-2/+24
* main+logging: Allow early logging before config filesColin Walters2013-06-244-60/+93
* main: Move static assertions after setlocale(), but before option processingColin Walters2013-06-241-10/+10
* main: Set umask earlierColin Walters2013-06-241-7/+7
* main: setenv(GIO_USE_VFS=local) *very* earlyColin Walters2013-06-241-6/+6
* dispatcher: fix tests after ac536c212473dadbf49b9e0129f745f497728c7dJiří Klimeš2013-06-241-12/+10
* libnm-util: add Since tag to interface-name propertyJiří Klimeš2013-06-241-0/+4
* cli: print newly added 'gateway-ping-timeout' connection's propertyJiří Klimeš2013-06-242-14/+18
* libnm-util: fix tests after 'gateway-ping-timeout' additionJiří Klimeš2013-06-241-12/+13
* dispatcher: expose domains in IP4/6 configTomas Hozza2013-06-211-6/+8
* core: ping the gateway during the IP_CHECK state (bgo #702515)Dan Williams2013-06-213-4/+226
* libnm-util: add gateway-ping-timeout property to connection settingDan Williams2013-06-213-0/+48
* api: update SecretAgent API with allowed errors for GetSecrets replyDan Williams2013-06-211-2/+44
* update libgsystem submodulePavel Šimerda2013-06-211-0/+0
* dispatcher: publish vpn_ip6_configTomas Hozza2013-06-211-1/+1
* po: updated Telugu (te) translation (bgo #701982)Krishna Babu K2013-06-211-622/+1104
* po: updated Kannada (kn) translation (bgo #701186)Shankar Prasad2013-06-211-501/+529
* platform: handle netlink failures properlyPavel Šimerda2013-06-211-19/+24
* platform: add test for address/route cleanup on link removalPavel Šimerda2013-06-213-5/+118
* platform: remove cached addresses and routes for deleted devicesPavel Šimerda2013-06-212-0/+66
* platform: share main function among testsPavel Šimerda2013-06-215-64/+33
* platform: add tests for default routesPavel Šimerda2013-06-211-4/+36
* platform: workaround a libnl bug affecting default routesPavel Šimerda2013-06-211-5/+18
* platform: specify link-added signal as asynchronousDan Williams2013-06-205-20/+81
* build: fix distcheck after b294a1ef63bDan Williams2013-06-201-1/+1
* autogen: use set -e to propagate errorsColin Walters2013-06-201-3/+7
* autogen.sh: only set up submodules if we have a .git directoryColin Walters2013-06-201-3/+5
* settings: publish add_new_connection() as nm_settings_add_connection_internal()Pavel Šimerda2013-06-202-7/+11
* device: queuing two transitions to the same state is not an errorColin Walters2013-06-191-3/+8