aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyring.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use macros for iobuf ioctls. Werner Koch2010-03-081-4/+4
|
* Do not use the VMC C reserved word readonly.Werner Koch2009-12-151-10/+10
|
* s/DOTLOCK/dotlock_t/.Werner Koch2009-09-231-1/+1
| | | | | Add some stuff for g13.
* Fix bug 1091.Werner Koch2009-07-201-1/+14
| | | | | | Doc fixes. Replace assert by error message.
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-1/+1
| | | | | Still one problem left; marked with a gcc #warning.
* Fix bug#1034.Werner Koch2009-05-061-25/+35
| | | | | Remove dead code.
* Make gpgv error message about a missing keyring more useful. This fixesWerner Koch2009-04-031-5/+26
| | | | | Debian#494040. Also implement readonly semantic for extra safety.
* Ported changes from 1.4.Werner Koch2009-04-011-18/+33
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-1/+5
|
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-241-2/+2
| | | | | Documentation updates.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-13/+13
|
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-86/+130
| | | | | The gpg part does not yet build.
* Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch2003-09-231-0/+7
|
* Fixes to the libgcrypt switch. Basically works now.Werner Koch2003-06-231-3/+3
|
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-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.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-051-0/+1573
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-1558/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * import.c (import_keys_stream): Fix compiler type warning.David Shaw2002-09-241-1/+1
| | | | | | * keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2), import.c (import, chk_self_sigs): Minor language cleanups.
* * options.skel: Some language tweaks, and remove the load-extensionDavid Shaw2002-08-091-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.
* Update head to match stable 1.0David Shaw2002-06-291-0/+1550