NetworkManager/system-settings/plugins/keyfile/io
Dan Williams 0d69dfe39e libnm-glib: implement new settings interfaces
The old NMExportedConnection was used for both client and server-side classes,
which was a mistake and made the code very complicated to follow.  Additionally,
all PolicyKit operations were synchronous, and PK operations can block for a
long time (ie for user input) before returning, so they need to be async.  But
NMExportedConnection and NMSysconfigConnection didn't allow for async PK ops
at all.

Use this opportunity to clean up the mess and create GInterfaces that both
server and client objects implement, so that the connection editor and applet
can operate on generic objects like they did before (using the interfaces) but
can perform specific operations (like async PK verification of callers) depending
on whether they are local or remote or whatever.
2009-07-23 09:20:52 -04:00
..
Makefile.am makefile cleanups 2009-02-15 11:20:25 -05:00
reader.c libnm-util:keyfile: typo fixes 2009-06-03 09:27:44 -04:00
reader.h system-settings: implement common GetSettings and GetSecrets methods (rh #486696) 2009-02-22 17:35:47 -05:00
writer.c libnm-glib: implement new settings interfaces 2009-07-23 09:20:52 -04:00
writer.h keyfile: include <sys/types.h> for uid_t (bgo #573281) 2009-02-26 12:44:32 -05:00