summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* service: port to libnmLubomir Rintel2015-10-13
|
* build: check for libnm & libnmaLubomir Rintel2015-09-01
|
* all: trivial: fix indentingJiří Klimeš2015-03-25
| | | | No functional change.
* all: fix *_IS_*_CLASS(klass) macrosJiří Klimeš2015-03-25
| | | | The argument is 'klass', not 'obj'.
* Split out nm-iodine-service-defines.hDan Winship2015-03-25
| | | | | Split nm-iodine-service-defines.h out of nm-iodine-service.h, so that the -defines.h file has no dependency on either libnm or libnm-glib.
* all: use nm_connection_get_setting_*()Dan Winship2015-03-25
| | | | | The code was still using nm_connection_get_setting(). Use the typesafe setting-specific versions instead.
* Rename NMIODINEPlugin to NMIodinePluginDan Winship2015-03-24
| | | | Because, seriously.
* build: remove some unnecessary stuffDan Winship2015-03-24
| | | | | | | | | | | | | | PKG_CHECK_MODULES() automatically AC_SUBST()s the variables it creates, so we don't need to do it ourselves. Drop unnecessary explicit checks for gthread and dbus-glib. Remove unused INCLUDES= lines from Makefiles. Remove stray GConf references. Remove "#define NM_VPN_API_SUBJECT_TO_CHANGE", since that define has had no effect since before NM 0.7.
* Don't invoke g_type_init for recent glibGuido Günther2013-05-11
| | | | | | Since it it's not needed and causes a deprecation warning. Debian-Bug: #707469
* Log connection information at message levelGuido Günther2012-04-18
| | | | since this is important for debugging connection problems.
* Remove unused defineGuido Günther2012-04-18
|
* Check password write resultGuido Günther2012-03-27
| | | | to avoid warning.
* Distinguish login failure from other errorsGuido Günther2012-02-27
|
* real_connect: return code is status not fdGuido Günther2012-02-26
|
* Don't send password via environment but via stdinGuido Günther2012-02-26
| | | | so it doesn't end up in /proc/<pid>/environ
* Pass the password via the environmentGuido Günther2012-02-08
| | | | instead of the command line.
* Chroot iodineGuido Günther2012-02-08
|
* Initial commitv0.0.1Guido Günther2012-02-08