summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifnet
Commit message (Expand)AuthorAgeFilesLines
* settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship2013-12-032-0/+5
* core: add support for EAP-PWD authenticationjvoisin2013-10-231-0/+1
* Fix typosYuri Chornoivan2013-10-191-2/+2
* core: don't use deprecated 'security' property of wifi settingJiří Klimeš2013-09-021-9/+3
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-222-30/+22
* settings: correctly handle connection deletion after unsaved and monitor-conn...Dan Williams2013-08-091-11/+23
* trivial: fix spelling errors in code comments and README fileThomas Haller2013-08-061-1/+1
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-032-12/+12
* core: add monitor-connection-files=false and ReloadConnectionsDan Winship2013-06-141-8/+12
* settings: implement ability to add connections without saving them to diskDan Williams2013-05-289-61/+160
* ifnet: don't require a conn_name when creating an ifnet connectionDan Williams2013-05-283-52/+68
* ifnet: track connections by UUID not conf.d net connection nameDan Williams2013-05-286-130/+137
* settings: track whether connection is saved to disk or notDan Williams2013-05-281-1/+8
* ifnet: replace SIOCGIFHWADDR ioctlPavel Šimerda2013-05-181-19/+1
* core: use non-recursive buildDan Winship2013-05-082-6/+1
* settings: use NMConfig directly rather than reparsing NetworkManager.confDan Winship2013-04-037-51/+30
* settings: don't pass config_path to NMSettings and settings pluginsDan Winship2013-04-032-16/+4
* libnm-util: consolidate hex-string <-> bin conversion functionsJiří Klimeš2013-03-283-87/+3
* core: allow marking a device unmanaged by its interface nameDan Winship2013-03-131-7/+11
* settings: read/write NMSettingConnection:interface-nameDan Winship2013-03-131-3/+6
* settings: add support for code coverage to the settings pluginsPavel Šimerda2013-02-192-7/+23
* all: remove more pointless NULL checksDan Winship2013-02-133-16/+2
* ifnet: allow testcase to remove backup files (fixes distcheck)Dan Williams2012-11-309-22/+63
* ifnet: fix srcdir != builddir issue with certificate pathsDan Williams2012-11-305-44/+70
* ifnet: simplify testcaseDan Williams2012-11-301-22/+20
* ifnet: simplify test supplicant configDan Williams2012-11-301-804/+2
* ifnet: use g_assert_cmpstr() in a few placesDan Williams2012-11-301-13/+7
* ifnet: fix some builddir != srcdir issues in testcasesDan Williams2012-11-215-58/+68
* build: srcdir != builddir issues in pluginsPavel Šimerda2012-11-143-4/+13
* build: improve documentation and test configure optionsPavel Šimerda2012-11-132-0/+5
* build: unify NetworkManager path handling (some paths are changed)Pavel Šimerda2012-11-051-1/+0
* build: clean up GLib-related pkg-config usage (bgo #687218)Colin Walters2012-10-311-6/+2
* build: remove G_DISABLE_DEPRECATEDColin Walters2012-10-311-2/+0
* all: Don't use ctype.h macrosDan Winship2012-09-262-7/+5
* ifnet: fix typo fut*u*rePaul Menzel2012-08-151-1/+1
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-272-2/+2
* ifnet: handle 'biosdevname' interface names better (bgo #674765) (lp:962587)Jiří Klimeš2012-05-183-3/+35
* ifnet: do not call g_strv_length() on NULLJiří Klimeš2012-04-121-5/+5
* ifnet: fix quote handling for global data (bgo #673548)Mu Qiao2012-04-123-6/+12
* ifnet: use nm_connection_get_setting_connection() to get 'connection' settingJiří Klimeš2012-03-131-4/+5
* ifnet: remove system prefixMu Qiao2012-03-091-10/+2
* ifnet: ignore per-user connectionsMu Qiao2012-03-091-5/+41
* ifnet: misc fixes (constness, error initialization) (bgo #670508)Dan Williams2012-02-253-4/+4
* ifnet: backup configuration files before writing (bgo #670508)Mu Qiao2012-02-254-2/+25
* ifnet: remove wep_tx_keyidx only when necessary (bgo #670508)Mu Qiao2012-02-251-2/+2
* ifnet: fix IP comparison (bgo #670508)Mu Qiao2012-02-251-0/+52
* ifnet: add testcase for # in passphrase (bgo #670381)Dan Williams2012-02-252-0/+10
* ifnet: do not truncate WPA passwords at '#' character (bgo #670381)Alexandre Rostovtsev2012-02-251-4/+9
* ifnet: properly unquote hostnames with g_shell_unquote() (bgo #669148)Alexandre Rostovtsev2012-02-131-2/+1
* ifnet: make testcases happyDan Williams2011-12-121-0/+10