summaryrefslogtreecommitdiff
path: root/system-settings
AgeCommit message (Expand)AuthorFilesLines
2009-07-29peap: add GTC as a recognized phase2 method (bgo #565065) (rh #451027) (lp #2...Dan Williams1-2/+3
2009-07-02ifupdown: fix miscast due to udev conversionAlexander Sack1-5/+5
2009-06-11everything: use libgudev instead of HAL; merge NM and nm-system-settingsDan Williams35-4580/+484
2009-06-05system-settings: kill usage of sha1 since NM can handle passphrases nowDan Williams8-840/+12
2009-06-03libnm-util:keyfile: typo fixesPablo Martí1-1/+1
2009-05-02Remove NULL in Makefile.amMichael Biebl1-4/+2
2009-05-02Remove DBUS_API_SUBJECT_TO_CHANGEMichael Biebl1-1/+0
2009-04-21core: don't shadow basename (2)Dan Williams1-4/+4
2009-04-21ifcfg-rh: don't shadow basenameDan Williams4-25/+25
2009-04-17ifcfg-rh: don't check PolicyKit when on-disk ifcfg file changes (rh #495884)Dan Williams3-19/+27
2009-04-14ifcfg-rh: fix printf format of guint64Dan Williams1-1/+1
2009-04-14ifcfg-rh: fix distcheckDan Williams2-47/+52
2009-04-14ifcfg-rh: fix writing TTLS-TLS connections and add testcasesDan Williams2-78/+1057
2009-04-14ifcfg-rh: use correct initial size for storing SSIDDan Williams1-1/+1
2009-04-14ifcfg-rh: fix read/write of EAP-TLS connectionsDan Williams10-104/+792
2009-04-14ifcfg-rh: fix writing multiple WPA & WPA ciphersDan Williams2-150/+45
2009-04-14ifcfg-rh: ensure certificates & private keys are mode 0600Dan Williams1-1/+74
2009-04-14ifcfg-rh: fix reading/writing PEAP and wired 802.1x connectionsDan Williams2-4/+174
2009-04-14ifcfg-rh: add testcase for WPA2-PSKDan Williams1-0/+126
2009-04-14ifcfg-rh: fix reading of WPA allowed protocolsDan Williams2-2/+144
2009-04-14ifcfg-rh: test and fix up wifi WEP connection writingDan Williams2-6/+145
2009-04-14ifcfg-rh: remove temp ifcfg fileDan Williams1-1/+1
2009-04-14ifcfg-rh: don't free unused array if wifi no HWADDRDan Williams2-3/+110
2009-04-14ifcfg-rh: don't write LAST_CONNECT if it's 0Dan Williams1-3/+7
2009-04-14ifcfg-rh: fix wifi channel and MTU read/writeDan Williams3-11/+169
2009-04-14ifcfg-rh: fix dhcp-client-idDan Williams2-2/+101
2009-04-14ifcfg-rh: read multiple IP addresses, more DNS servers, write more IP4 stuffDan Williams6-130/+398
2009-04-14ifcfg-rh: initial write support for wifi & wiredDan Williams19-151/+1536
2009-04-14ifcfg-rh: begin adding write supportDan Williams8-17/+224
2009-04-14ifcfg-rh: add tests for Dynamic WEP + TTLS + CHAPDan Williams4-19/+182
2009-04-14ifcfg-rh: add WPA EAP-TTLS + TLS testcase & fixesDan Williams5-28/+264
2009-04-14ifcfg-rh: add testcases for WPA-EAP TLS connectionsDan Williams4-0/+225
2009-04-14ifcfg-rh: fix loading TLS private keys and WPA-EAP key managementDan Williams1-12/+28
2009-04-14ifcfg-rh: add testcases for wired PEAP/MSCHAPV2 connectionsDan Williams6-2/+357
2009-04-14ifcfg-rh: fix bugs parsing 802.1x connectionsDan Williams1-13/+54
2009-04-14ifcfg-rh: read wired 802.1x connectionsDan Williams1-3/+30
2009-04-14ifcfg-rh: read TTLS connectionsDan Williams1-4/+76
2009-04-14ifcfg-rh: read PEAP connectionsDan Williams1-34/+331
2009-04-14ifcfg-rh: parse eap methodsDan Williams1-5/+78
2009-04-04ifupdown: inherit from NMSysconfigConnection to get PolicyKit authorizationDan Williams1-34/+30
2009-04-04ifcfg-rh: remove leftover debugging stuff from cea2885aa733ef86d0889e478886d4...Dan Williams1-2/+2
2009-04-04system-settings: protect system connection secrets with PolicyKitDan Williams8-24/+274
2009-03-27keyfile: fix chmod() error checkingDan Williams1-1/+1
2009-03-23ifcfg-rh: don't reverse lookup on 'localhost' unless NM_IGNORE_HOSTNAME_LOCAL...Dan Williams1-8/+11
2009-03-10ifcfg-rh: treat lack of ONBOOT as autoconnect=true (rh #489422)Dan Williams4-3/+56
2009-03-03ifupdown: fix mapping for 'password', 'identity', and 'key'Alexander Sack1-4/+4
2009-03-03ifupdown: handle previously unsupported format for wifi keys (debian #513874)Alexander Sack1-5/+31
2009-03-03ifupdown: fix crash for wireless-ssid setting (debian #513852)Alexander Sack1-1/+12
2009-03-03CVE-2009-0365: only allow root to ask for secretsDan Williams1-1/+1
2009-03-02keyfile: fix testcase buildDan Williams1-2/+2