summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* keyfile: fix integer list SSID parsing after 30c41a4b800408150edcca9047a3996f...Dan Williams2011-07-204-1/+141
* ifcfg-rh: add testcase for PEAP anonymous identity (rh #708436)Dan Williams2011-07-182-1/+16
* ifcfg-rh: read IEEE_8021X_ANON_IDENTITY for PEAP too (rh #708436)Jiří Klimeš2011-07-151-0/+6
* keyfile: distinguish better between string x int list formats (bgo #649422)Jiří Klimeš2011-07-071-15/+13
* keyfile: correct a warning messageJiří Klimeš2011-07-071-1/+1
* settings: do not crash on GetSecrets() in case of missing secretsJiří Klimeš2011-07-071-0/+2
* ifcfg-rh: fix for three-digit prefixesDan Williams2011-07-052-3/+3
* ifcfg-rh: don't try to set a prefix of 0Dan Williams2011-07-051-4/+6
* settings: add function for validating connection's active user permissionsDan Williams2011-07-012-0/+55
* agents: add nm_agent_manager_get_agent_by_user()Dan Williams2011-07-012-0/+21
* agents: track agent wifi permissionsDan Williams2011-07-011-11/+137
* agents: store agent permissions for laterDan Williams2011-07-012-0/+82
* agents: track agent usernameDan Williams2011-07-012-1/+25
* core: connections failed due to missing secrets are re-tried when an secret a...Jiří Klimeš2011-07-014-1/+56
* ifcfg-rh: change MACADDR_BLACKLIST to HWADDR_BLACKLIST (to correspond to HWAD...Jiří Klimeš2011-06-302-8/+8
* ifcfg-rh: support "mac-address-blacklist" property in ifcfg-rh pluginJiří Klimeš2011-06-302-0/+86
* ifcfg-rh: fix an assertion failure and read-after-free error for invalid MACsJiří Klimeš2011-06-301-1/+7
* ifcfg-rh: fix distcheck after c2dbd1f836fd2b2a9bd05cf942b87a51b339d421Dan Williams2011-06-201-21/+91
* ifcfg-rh: fix IPV4_FAILURE_FATAL handling and memory leaks, when IPv4 is disa...Jiří Klimeš2011-06-161-8/+7
* ifcfg-rh: read some more IPv6-related values as well even if IPV6INIT=noJiří Klimeš2011-06-161-36/+36
* vpn: fix handling of connections with only system secretsDan Williams2011-06-152-3/+7
* ifcfg-rh: socket() returns -1 on failureJiří Klimeš2011-06-151-1/+1
* ifcfg-rh: fix possible crash when route file creation failsJiří Klimeš2011-06-141-2/+3
* core: fix auto-connect to hidden SSIDs (rh #707406)Jiří Klimeš2011-06-083-11/+217
* core: trivial whitespace fixesJiří Klimeš2011-06-081-9/+9
* settings: ensure transient secrets are ignored when rereading connections (rh...Dan Williams2011-06-074-18/+27
* keyfile: better handle cert/key files that don't exist (bgo #649807)Dan Williams2011-06-015-2/+211
* keyfile: write relative cert/key paths tooDan Williams2011-06-012-4/+35
* keyfile: convert relative cert/key paths to absolute ones when readingDan Williams2011-06-012-4/+10
* keyfile: ignore .pem and .der file changesDan Williams2011-06-012-3/+7
* settings: suppress warnings about NULL hash tablesDan Williams2011-05-261-2/+4
* settings: only update transient secrets if they existDan Williams2011-05-251-5/+7
* settings: ensure connection changes don't overwrite transient secretsDan Williams2011-05-251-77/+116
* core: complete the openconnect migration hack; add flags for the saved secret...David Woodhouse2011-05-231-0/+12
* core: treat VPN secrets without flags as system-ownedDan Williams2011-05-233-33/+41
* settings: when checking for system-owned secrets ignore NOT_SAVEDDan Williams2011-05-191-1/+1
* settings: fix VPN secret flag handling in secrets returned from agentsDavid Woodhouse2011-05-191-12/+49
* core: openconnect migration hackDan Williams2011-05-181-0/+31
* core: consolidate PolicyKit codeDan Williams2011-05-185-94/+4
* settings: clean up signal handlers when destroying connectionsDan Williams2011-05-041-0/+2
* settings: fix assertion checksDan Williams2011-05-041-3/+6
* settings: add a GetConnectionByUuid methodDan Williams2011-04-221-0/+37
* ifcfg-rh: fix emitting signal for unmanaged specs when removing connection (r...Jiří Klimeš2011-04-201-1/+1
* ifcfg-rh: fix writing out WPA connection which is changed to open (rh #695604)Dan Williams2011-04-192-0/+221
* settings: simplify some codeDan Williams2011-04-191-7/+7
* settings: fix refcount mismatch (bgo #647066)Dan Williams2011-04-191-1/+1
* trivial: remove some dead codeDan Williams2011-04-191-8/+0
* ifcfg-rh: fix some memory leaks in tests (test-ifcfg-rh.c)Jiří Klimeš2011-04-141-24/+290
* ifcfg-rh: fix some memory leaks in ifcfg-rh pluginJiří Klimeš2011-04-143-5/+17
* ifcfg-rh: fix memory leaks in tests (test-ifcfg-rh-utils.c)Jiří Klimeš2011-04-141-4/+7