aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-8/+8
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Merged jnlib into common.Werner Koch2010-03-101-1/+1
|
* Fix a problem with dirmngr looked up certificates.Werner Koch2008-04-011-4/+76
| | | | | Typo fixes.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-241-4/+3
| | | | | Documentation updates.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* (keybox_release): Close the file pointer.Werner Koch2004-12-071-0/+5
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-051-0/+127
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-127/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * keybox-init.c (keybox_set_ephemeral): New.Werner Koch2002-06-191-1/+8
| | | | | | | | | | | * keybox-blob.c (create_blob_header): Store epheermal flag. (_keybox_create_x509_blob): Pass epheermal flag on. * keybox-update.c (keybox_insert_cert): Ditto. * keybox-search.c (blob_get_blob_flags): New. (keybox_search): Ignore ephemeral blobs when not in ephemeral mode. * keybox-dump.c (_keybox_dump_blob): Print blob flags as strings.
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-28/+75
| | | | | check the certification path.
* Started with keybox implementation by basing it on code from the GnuPGWerner Koch2001-11-101-0/+73
devel branch.