summaryrefslogtreecommitdiff
path: root/egg
Commit message (Expand)AuthorAgeFilesLines
...
* [egg] Initial asn1 parser work.Stef Walter2010-06-246-1/+722
* Cleaner naming in testing suite.Stef Walter2010-06-0810-10/+10
* Cleanup .gitignore files.Stef Walter2010-06-082-8/+0
* Cleanup naming and whitespace for testing stuff.Stef Walter2010-06-0812-26/+23
* No more prompt tests.Stef Walter2010-06-081-2/+0
* Run tests in a second thread, and run mainloop.Stef Walter2010-06-081-3/+3
* Simpler way to define secure memory callbacks.Stef Walter2010-06-081-0/+8
* Fix make dist (ship egg/egg-error.h)Vincent Untz2010-03-301-0/+1
* More robust error display and handling.Stef Walter2010-03-191-0/+34
* [daemon] Large refactoring of prompting for pkcs11 logins.Stef Walter2009-12-195-2948/+264
* [control] Initial implementation of control socket.Stef Walter2009-12-152-4/+22
* [egg] Move padding functionality into eggStef Walter2009-12-146-0/+578
* [pkcs11] Fix bugs in DH key generation.Stef Walter2009-12-121-21/+22
* Simplify creation of secret from DH negotiation.Stef Walter2009-12-123-140/+85
* [egg] Store DH groups in binary.Stef Walter2009-11-233-127/+203
* [pkcs11] Implement DH key pair generation.Stef Walter2009-11-163-16/+50
* [egg] Add IETF DH groups.Stef Walter2009-11-123-13/+216
* Refactor test directory function calls.Stef Walter2009-11-084-10/+10
* [egg] Move mkdtemp() code into its own file.Stef Walter2009-11-083-0/+227
* Implement prompt password return via encryption.Stef Walter2009-11-053-2/+24
* [egg] Build in default DH parameters.Stef Walter2009-10-113-3/+51
* [egg] Add spawn with callback functionality.Stef Walter2009-10-116-1/+731
* [egg] Add DH functions for use by IPC.Stef Walter2009-10-046-0/+275
* Merge branch 'master' into dbus-apiStef Walter2009-09-301-1/+1
|\
| * [egg] Fix assertion when releasing secure memory block.Stef Walter2009-09-301-1/+1
* | Merge branch 'master' into dbus-apiStef Walter2009-09-261-6/+5
|\ \ | |/
| * Fix parallel build of test sources.Diego Elio 'Flameeyes' Pettenò2009-09-131-6/+5
* | [egg] Null terminate credentials read from /procStef Walter2009-09-261-4/+6
* | Merge branch 'master' into dbus-apiStef Walter2009-08-305-380/+0
|\ \ | |/
| * [egg] Remove unneeded signal handling code.Stef Walter2009-08-305-380/+0
* | Merge branch 'master' into dbus-apiStef Walter2009-08-153-37/+75
|\ \ | |/
| * [egg, gcr, pkcs11] Take length of ASN.1 into account, when parsing.Stefan Walter2009-08-023-37/+75
| * Parse, but don't use non-utf8 secrets in keyrings.Stef Walter2009-07-131-2/+2
* | [egg] Fix unit test.Stef Walter2009-08-141-1/+1
* | [egg] Add missing definition of egg_buffer_uninit_steal()Stef Walter2009-08-141-0/+14
* | [egg] Function for clearing secure memory.Stefan Walter2009-08-083-10/+49
* | [secrets] Port over some parts of the keyring parsing.Stef Walter2009-07-262-10/+13
* | Parse, but don't use non-utf8 secrets in keyrings.Stef Walter2009-07-211-2/+2
* | Move lookup executable path from pid into common code.Stef Walter2009-06-212-0/+27
|/
* Move remainder to new style tests.Stef Walter2009-05-101-0/+2
* Move gkr_cleanup code into egg component.Stef Walter2009-05-105-0/+278
* Cleanup gkr_unix_signal and move to egg componentStef Walter2009-05-105-0/+380
* Fix problem with integer overflow in memory allocator.stefw2009-04-102-3/+3
* Build fix for Clang.stefw2009-04-021-7/+4
* Make function definitions match declarations for egg_asn1 time functions.stefw2009-04-021-2/+2
* Put in a semi-random test excercising 1000 iterations of allocation,stefw2009-04-022-15/+87
* Fix problem where freed memory is not inserted into the unused ring properly.stefw2009-04-021-1/+1
* Add validator which walks the secure memory heap and checks for inconsistencies.stefw2009-04-022-1/+60
* Fix assertion that occurs when shrinking block of secure memory and then expa...stefw2009-04-021-2/+10
* Implement valgrind support for our memory allocator, and support forStefan Walter2009-03-111-24/+162