summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Autogenerate the ChangeLog from git historyStef Walter2009-04-181-6154/+23
| | | | | Moved the old ChangeLog out of the way. Place instructions in a placeholder ChangeLog.
* Add gnome keyring mailing liststefw2009-04-151-0/+4
| | | | svn path=/trunk/; revision=1724
* Build fix for Clang.stefw2009-04-021-0/+5
| | | | | | Patch by Ed Schouten. svn path=/trunk/; revision=1713
* Distribute test data.stefw2009-04-021-0/+5
| | | | | | Fixes bug #577397 svn path=/trunk/; revision=1712
* Make function definitions match declarations for egg_asn1 time functions.stefw2009-04-021-0/+5
| | | | | | Fixes bug #576762 svn path=/trunk/; revision=1711
* Include the full path to gnome-keyring-daemon in the DBus service file.stefw2009-04-021-0/+8
| | | | | | Fixes problems with autostarting daemon. See bug #576630 svn path=/trunk/; revision=1710
* Put in a semi-random test excercising 1000 iterations of allocation,stefw2009-04-021-0/+5
| | | | | | | | reallocation, freeing. Validates between each step. svn path=/trunk/; revision=1709
* Fix problem where freed memory is not inserted into the unused ring properly.stefw2009-04-021-0/+4
| | | | | | This caused enless loops. Should fix bug #575247 svn path=/trunk/; revision=1708
* Add validator which walks the secure memory heap and checks for inconsistencies.stefw2009-04-021-0/+4
| | | | svn path=/trunk/; revision=1707
* Fix assertion that occurs when shrinking block of secure memory and then ↵stefw2009-04-021-0/+5
| | | | | | expanding again. svn path=/trunk/; revision=1706
* Quote shell variable properly in configure.inStefan Walter2009-03-201-0/+5
| | | | | | Patch by Daiki Ueno. Fixes bug #575805 svn path=/trunk/; revision=1696
* Don't use err.h since Solaris doesn't have it.Stefan Walter2009-03-201-0/+5
| | | | | | Fixes bug #575829 svn path=/trunk/; revision=1695
* Set USERNAME and LOGNAME environment variables in daemon when starting up.Stefan Walter2009-03-171-0/+6
| | | | | | Fixes bug #575262. Reported by Matthias Clasen svn path=/trunk/; revision=1692
* Bump versionStefan Walter2009-03-171-0/+4
| | | | svn path=/trunk/; revision=1691
* Merge branch 'docs-reorganize'Stefan Walter2009-03-171-0/+4
| | | | svn path=/trunk/; revision=1690
* Release version 2.26.0GNOME_KEYRING_2_26_0Stefan Walter2009-03-141-0/+7
| | | | svn path=/trunk/; revision=1673
* Implement valgrind support for our memory allocator, and support forStefan Walter2009-03-111-0/+11
| | | | | | running gnome-keyring-daemon under valgrind. Use --enable-valgrind=run svn path=/trunk/; revision=1665
* Check for asn1Parser tool in configure.Stefan Walter2009-03-051-0/+9
| | | | | | Patch by Alberto Ruiz. Fixes bug #566731 svn path=/trunk/; revision=1660
* Only login to a token once we have a public key for which we want to use the ↵Stefan Walter2009-03-031-1/+6
| | | | | | private. svn path=/trunk/; revision=1659
* Don't expose public key for certificates as a findable PKCS#11 object.Stefan Walter2009-03-031-0/+3
| | | | svn path=/trunk/; revision=1658
* Allow specifying auto-authenticate property on a more fine grained level.Stefan Walter2009-03-031-0/+8
| | | | svn path=/trunk/; revision=1657
* Add link to architecture page on wiki.Stefan Walter2009-03-031-0/+4
| | | | svn path=/trunk/; revision=1656
* Fix "gnome-keyring-ask needs to disableStefan Walter2009-03-031-0/+5
| | | | | | input method in password" bug #561331 Patch by Takao Fujiwara svn path=/trunk/; revision=1654
* Release version 2.25.92GNOME_KEYRING_2_25_92Stefan Walter2009-03-021-0/+6
| | | | svn path=/trunk/; revision=1649
* Remove remaining old unused files.Stefan Walter2009-03-021-0/+2
| | | | svn path=/trunk/; revision=1648
* Don't allow multiple callers to overlap completing the daemon initialization.Stefan Walter2009-03-011-0/+6
| | | | | | This led to assertions and a crash on startup. svn path=/trunk/; revision=1642
* Add compatibility support for loading SSH key unlock passwords from previous ↵Stefan Walter2009-02-281-0/+10
| | | | | | | | versions of gnome-keyring. svn path=/trunk/; revision=1640
* Load keyrings if they've never been loaded when looking for a keyring.Stefan Walter2009-02-281-0/+5
| | | | svn path=/trunk/; revision=1639
* Fix compiler warnings on 32-bit.Stefan Walter2009-02-281-0/+4
| | | | svn path=/trunk/; revision=1638
* Some changes to the import dialog.Stefan Walter2009-02-281-0/+2
| | | | svn path=/trunk/; revision=1636
* Track logins properly when unlocking private objects.Stefan Walter2009-02-281-5/+8
| | | | svn path=/trunk/; revision=1635
* Fix problems loading private objects prematurely from the user storeStefan Walter2009-02-281-0/+5
| | | | | | | without first logging in. svn path=/trunk/; revision=1634
* Fix problems not writing out user store file when making modifications, but ↵Stefan Walter2009-02-281-0/+4
| | | | | | | | overwriting storage file with zero byte file. svn path=/trunk/; revision=1633
* Fix problem with looking up pin initialized flag in the wrongStefan Walter2009-02-281-0/+3
| | | | | | structure. svn path=/trunk/; revision=1632
* Remove erroneous assertion. Fix double free.Stefan Walter2009-02-281-0/+4
| | | | svn path=/trunk/; revision=1631
* Implement C_InitPIN for the cases when no PIN exists yet.Stefan Walter2009-02-281-0/+2
| | | | svn path=/trunk/; revision=1630
* Prompt for new password when C_InitPIN is called on a token.Stefan Walter2009-02-281-0/+4
| | | | svn path=/trunk/; revision=1629
* Make different virtual functions for the logout of SO and user.Stefan Walter2009-02-281-0/+5
| | | | svn path=/trunk/; revision=1628
* Add quick hack to initialize tokens before importing into them.Stefan Walter2009-02-281-0/+6
| | | | | | More functionality along this line will be needed in future versions. svn path=/trunk/; revision=1627
* Add support for basic SO logins.Stefan Walter2009-02-271-0/+9
| | | | svn path=/trunk/; revision=1625
* Fix problem with destruction of roots certificate.Stefan Walter2009-02-271-0/+3
| | | | | | dispose erroneously called base class finalize. svn path=/trunk/; revision=1624
* When enumerating objects in a module, skip tokens that fail from not being ↵Stefan Walter2009-02-271-0/+3
| | | | | | initialized. svn path=/trunk/; revision=1623
* Don't automatically initialize tokens without user pin.Stefan Walter2009-02-271-0/+6
| | | | | | This leads to erroneous prompts at unexpected times. svn path=/trunk/; revision=1622
* Implement a testing tool to dump gck data files such as the user key store.Stefan Walter2009-02-261-0/+10
| | | | svn path=/trunk/; revision=1621
* Exit when an error occurs on import.Stefan Walter2009-02-261-0/+4
| | | | svn path=/trunk/; revision=1620
* Hash objects when storing them in user-store and validate the hashesStefan Walter2009-02-261-0/+6
| | | | | | when loading them. svn path=/trunk/; revision=1619
* Move internal definitions a non public header file.Stefan Walter2009-02-261-0/+8
| | | | svn path=/trunk/; revision=1618
* Remove old unused definitions.Stefan Walter2009-02-261-0/+4
| | | | svn path=/trunk/; revision=1617
* Use union instead of struct. Fixes bug #571951Jeff Cai2009-02-191-0/+6
| | | | | | | | | | | 2009-02-19 Jeff Cai <jeff.cai@sun.com> * egg/egg-secure-memory.c: Use union instead of struct. Fixes bug #571951 svn path=/trunk/; revision=1606
* If login keyring doesn't exist when changing the PAM password, don'tStefan Walter2009-02-191-0/+6
| | | | | | | | create it. Fixes bug #572282. Patch by Vincent Untz svn path=/trunk/; revision=1605