• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-1,6681,569

gnome-keyring-sharp-glue/H03-May-2022-593506

sample/H03-May-2022-575418

src/H03-May-2022-2,5291,801

AUTHORSH A D30-Jun-201072 32

COPYINGH A D30-Jun-20101.1 KiB2218

ChangeLogH A D30-Jun-20106.3 KiB202139

INSTALLH A D02-Feb-201015.2 KiB366284

Makefile.amH A D03-May-202278 32

Makefile.inH A D03-May-202221.8 KiB717630

NEWSH A D30-Jun-20100

READMEH A D30-Jun-20101.1 KiB4328

aclocal.m4H A D30-Jun-2010316.3 KiB9,1168,169

config.guessH A D04-Nov-200944.5 KiB1,5341,318

config.subH A D04-Nov-200933.3 KiB1,6941,549

configureH A D30-Jun-2010384.6 KiB13,27410,316

configure.acH A D03-May-20222.4 KiB11088

depcompH A D02-Feb-201018.2 KiB631407

install-shH A D06-Jan-201013.3 KiB521344

ltmain.shH A D06-Jan-2010237.8 KiB8,4146,482

missingH A D02-Feb-201011.2 KiB377281

README

1README for gnome-keyring-sharp
2------------------------------
3
4gnome-keyring-sharp is a fully managed implementation of libgnome-keyring.
5
6When the gnome-keyring-daemon is running, you can use this to retrive/store
7confidential information such as passwords, notes or network services user
8information.
9
10* Directory Layout
11------------------
12
13	docs/
14		Monodoc documentation for the library
15
16	sample/
17		Sample programs using the library
18
19	src/
20		Source files for the library
21
22D-Bus integration
23-----------------
24
25When the NDesk.DBus library and C# 2.0 build environment is detected,
26gnome-keyring-sharp will be built with D-Bus support.
27
28In this mode of operation, D-Bus is used to determine the socket address
29of the keyring daemon, which can be more reliable than taking the value
30provided in an environment variable (which is still done as a fallback if
31D-Bus is not running).
32
33This optional dependency can be found at http://www.ndesk.org/DBusSharp
34and is widely packaged by distributions.
35
36
37Maintainer: gonzalo@ximian.com
38
39Support is available via the Mono mailing list:
40	http://lists.ximian.com/mailman/listinfo/mono-list
41	mono-list@lists.ximian.com
42
43