2006-04-23 Gustavo Noronha Silva * test-gksu.c: - display message before testing gksu_sudo_full, so we get a better picture of where stuff is happening - add a test to the new gksu_run{,_full} API * libgksu.c: - use non-blocking read when looking for the sudo prompt, so that we won't get blocked if there is none; also, make sure the window is displayed - (su) track that gnome keyring was used to enhance the pass_not_needed display logic; display it parallel to running the command, to match gksu_sudo_full behavior * libgksu.c: - only print the password when on debug mode * libgksu.c: - init sn_context with NULL, so non-SN-supporting users will not segfault when we check for the value * libgksu.{c,h}: - new API gksu_run{,_full}, that is a generic way of using gksu functionality, leaving the choice of su or sudo backend to the gconf setting 2006-03-12 Gustavo Noronha Silva * libgksu.c: - Preliminary support for gnome-keyring imported from the gksu app code; it now removes the password from the keyring in case it tries with it and fails 2006-03-02 Gustavo Noronha Silva * test-gksu.c: - use the new location for xterm (FHS-compliant) * libgksu.c: - integrated patch by Michael Vogt to support startup notfication - added accessor methods for the GksuContext structure, I want it to be opaque * Makefile.am, libgksu2.pc.in: - misc fixes to build system 2005-12-11 Gustavo Noronha Silva * libgksu.c: - integrated 'prompt before grab' support; also make the foce-grab configuration effective * renaming files: - gksu-context.{c,h} -> libgksu.{c,h}