summaryrefslogtreecommitdiff
path: root/daemon/gvfskeyring.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
| | | | | | | | | | | | | | | Updating the address of the FSF. This has been done by: while read file; do sed -i 's:59 Temple Place:51 Franklin Street:' $file sed -i 's:Suite 330:Fifth Floor:' $file sed -i 's:02111-1307:02110-1301:' $file done https://bugzilla.gnome.org/show_bug.cgi?id=656598 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* Update to gvfskeyring api changesCarlos Garcia Campos2008-02-251-0/+6
| | | | | | | | | | | | | | | 2008-02-25 Carlos Garcia Campos <carlosgc@gnome.org> * daemon/gvfsbackendsftp.c: * daemon/gvfsbackendsmb.c: Update to gvfskeyring api changes * daemon/gvfskeyring.c: * daemon/gvfskeyring.h: Add object, authtype and port parameters for both save and lookup. svn path=/trunk/; revision=1374
* Detect gnome-keyringAlexander Larsson2008-02-181-0/+47
2008-02-18 Alexander Larsson <alexl@redhat.com> * configure.ac: Detect gnome-keyring * common/gmountsource.[ch]: Add password out to ask_password * daemon/Makefile.am: * daemon/gvfskeyring.[ch]: Helper code for keyring support * daemon/gvfsbackendsftp.c: Add keyring support * daemon/gvfsbackenddav.c: * daemon/gvfsbackendsmb.c: Update to api changes This is the initial work on keyring support (#511517) Patch from Carlos Garcia Campos svn path=/trunk/; revision=1293