summaryrefslogtreecommitdiff
path: root/libsecret
Commit message (Expand)AuthorAgeFilesLines
...
* password: Add secret_password_search* functionsDaiki Ueno2018-10-195-7/+349
* secret-session: Avoid double-free in service_encode_plain_secret()Daiki Ueno2018-07-201-2/+0
* build: Remove unused constantsDaiki Ueno2018-06-063-39/+0
* build: Make DBus code generation more portableDaiki Ueno2018-03-311-3/+3
* lib/schemas: Add secret_get_schema() accessor for SECRET_SCHEMA_*sPhilip Withnall2018-03-222-2/+47
* mock: Pad the common secret with zero bytes to make it exactly 128 bytes longDmitry Shachnev2017-11-071-0/+2
* Spelling fixesVille Skyttä2017-10-155-17/+17
* secret-methods: Don't unref NULL when search failsMichael Catanzaro2017-09-061-1/+1
* secret-value: Don't annotate secret_value_unref as (allow-none)Debarshi Ray2017-07-171-1/+1
* build: Use $-quoted string to escape newlinePhilip Chimento2017-05-221-2/+1
* Build Vala tests with -fPICDavid King2017-02-011-0/+1
* Remove double check on collection_path in secret-collection.cGarima Gaur2016-12-121-19/+14
* Use Unicode in translatable stringsPiotr Drąg2016-10-181-2/+2
* Makefile.am: Compile vala unstable tests with SECRET_WITH_UNSTABLE=1.Robert Ancell2016-05-301-1/+1
* libsecret: Get rid of PyGI warnings about unspecified versionsDmitry Shachnev2016-04-073-0/+12
* Fix typosAntonio Murdaca2016-03-082-5/+5
* mock: Remove unused codeDmitry Shachnev2016-02-143-72/+1
* mock: Port to Python 3Dmitry Shachnev2016-02-146-78/+45
* mock: Port to modern pygobject APIDmitry Shachnev2016-02-141-3/+3
* Fix typosMichael Catanzaro2015-11-131-2/+2
* Fix secret_schema_unref detection of 0 refcountChristophe Fergeau2015-10-191-8/+4
* secret-sync: Fix SecretSync leakChristophe Fergeau2015-10-191-0/+1
* Free CollectionClosure::collection_path when it's freedChristophe Fergeau2015-10-191-0/+1
* Don't leak ItemClosure::collection_pathChristophe Fergeau2015-10-191-0/+1
* collection: Fix on_create_path() leakChristophe Fergeau2015-10-191-0/+1
* test-collection: Fix string leaksChristophe Fergeau2015-10-191-2/+3
* test-collection: Fix GError leaksChristophe Fergeau2015-10-191-0/+4
* prompt: Don't leak 'owner_name' in secret_prompt_perform()Christophe Fergeau2015-10-191-1/+2
* test-prompt: Fix GError leakChristophe Fergeau2015-10-191-0/+2
* item: Fix local variable leak in on_create_path()Christophe Fergeau2015-10-191-0/+1
* item: Free SecreItem::value in finalize()Christophe Fergeau2015-10-191-0/+3
* test-item: Fix string leaksChristophe Fergeau2015-10-191-2/+4
* test-item: Fix GHashTable leakChristophe Fergeau2015-10-191-0/+1
* test-item: Fix GError leakChristophe Fergeau2015-10-191-0/+4
* Fix 'attributes' typo in API docChristophe Fergeau2015-10-191-1/+1
* secret-item: Fix 'convenince' typoChristophe Fergeau2015-10-191-1/+1
* libsecret: Fix up the tests for recent regressionsStef Walter2015-04-144-94/+111
* Add license headers to enum template filesStef Walter2014-12-042-0/+28
* Fix for GObject-Introspection annotation changesStef Walter2014-09-093-25/+8
* Makefile.am: Fix make distcheck againStef Walter2014-03-051-0/+4
* libsecret: Fix uninitialized access in _secret_attributes_validate()Stef Walter2014-03-051-1/+1
* Makefile.am: Look in $builddir for headers when building vala testsStef Walter2014-03-041-0/+1
* Makefile.am: Fix typo in last commitStef Walter2014-03-041-2/+2
* Makefile.am: Add dependencies on vapis from vala testsStef Walter2014-03-041-2/+2
* Makefile.am: Get the dependencies of libsecret-testable.so rightStef Walter2014-03-041-2/+5
* Makefile.am Fix build of vala testsStef Walter2014-03-041-15/+19
* Makefile.am: Quiet down one last ruleStef Walter2014-03-041-1/+1
* libsecret: Fix documentation typosStef Walter2014-03-041-2/+2
* libsecret: Add secret_service_encode_dbus_secret() and oppositeStef Walter2014-03-043-0/+94
* Makefile.am: Use a single Makefile.am and parallel testsStef Walter2014-03-0438-347/+355