aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyring.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-23Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch1-0/+7
2003-06-23Fixes to the libgcrypt switch. Basically works now.Werner Koch1-3/+3
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-75/+83
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+1573
'GNUPG-1-9-BRANCH'.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-1558/+0
'GNUPG-1-9-BRANCH'.
2002-09-24* import.c (import_keys_stream): Fix compiler type warning.David Shaw1-1/+1
* keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2), import.c (import, chk_self_sigs): Minor language cleanups.
2002-08-09* options.skel: Some language tweaks, and remove the load-extensionDavid Shaw1-17/+25
section for random gatherers. * keyring.c (create_tmp_file, rename_tmp_file): Create tmp files with user-only permissions, but restore the original permissions if the user has something special set. * openfile.c (copy_options_file): Create new options file (gpg.conf) with user-only permissions. * keydb.c (keydb_add_resource): Create new keyrings with user-only permissions.
2002-06-29Update head to match stable 1.0David Shaw1-0/+1550