aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tdbio.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-04-19Continued with merging.Werner Koch1-3/+0
Still does not build.
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-229/+96
The gpg part does not yet build.
2003-12-17* card-util.c (print_name): Fixed bad format string usage.Werner Koch1-14/+17
(print_isoname): Ditto. * trustdb.c (check_regexp): s/exp/expr/. * keyedit.c (trustsig_prompt): Removed a "> 255" term; it is always false due to the data type. * passphrase.c (agent_get_passphrase): Use xasprintf and avoid non-literal format strings. * tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable): Fixed log_error format string bugs. Kudos to the now working gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in gnupg 1.2.3.
2003-09-23Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch1-0/+5
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-2/+3
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-64/+67
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/+1624
'GNUPG-1-9-BRANCH'.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-1578/+0
'GNUPG-1-9-BRANCH'.
2002-09-11* g10.c, options.h: Removed option --emulate-checksum-bug.Werner Koch1-10/+14
* misc.c (checksum_u16_nobug): Removed. (checksum_u16): Removed the bug emulation. (checksum_mpi): Ditto. (checksum_mpi_counted_nbits): Removed and replaced all calls with checksum_mpi. * parse-packet.c (read_protected_v3_mpi): New. (parse_key): Use it here to store it as an opaque MPI. * seckey-cert.c (do_check): Changed the v3 unprotection to the new why to store these keys. (protect_secret_key): Likewise. * build-packet.c (do_secret_key): And changed the writing.
2002-08-08* tdbio.c (tdbio_set_dbname): Create new trustdbs with user-onlyDavid Shaw1-0/+3
permissions.
2002-08-07* keyedit.c (menu_revsig): Properly show a uid is revoked withoutDavid Shaw1-2/+0
restarting gpg. This is Debian bug 124219, though their supplied patch will not do the right thing. * main.h, tdbio.c (tdbio_set_dbname), misc.c (removed check_permissions), keydb.c (keydb_add_resource), g10.c (main, check_permissions): Significant reworking of the permission check mechanism. The new behavior is to check everything in the homedir by checking the homedir itself. If the user wants to put (possibly shared) keyrings outside the homedir, they are not checked. The options file and any extension files are checked wherever they are, as well as their enclosing directories. This is Debian bug 147760.
2002-06-29Update head to match stable 1.0David Shaw1-554/+375
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-17/+5
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-57/+57
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-7/+7
1999-09-06See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner KochWerner Koch1-4/+5
1999-07-07See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1-2/+2
1999-06-29See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner KochWerner Koch1-8/+137
1999-06-26See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner KochWerner Koch1-1/+1
1999-04-18See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1-2/+3
1999-03-17See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner KochWerner Koch1-2/+5
1999-03-11See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner KochWerner Koch1-11/+73
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-3/+4
1999-02-13See ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner KochWerner Koch1-0/+5
1999-02-10See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner KochWerner Koch1-27/+51
1999-01-07See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner KochWerner Koch1-9/+14
1998-12-29See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner KochWerner Koch1-4/+4
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-11-27See ChangeLog: Fri Nov 27 21:37:41 CET 1998 Werner KochWerner Koch1-1/+37
1998-11-13See ChangeLog ;-). Key validation should now be fasterWerner Koch1-7/+68
1998-11-10Some bug fixes of the last releaseWerner Koch1-3/+3
1998-11-08ready to release 0.4.3V0-4-3Werner Koch1-1/+1
1998-11-03(Does not compile yet)Werner Koch1-1/+6
1998-10-25some random changesWerner Koch1-5/+103
1998-10-21Epxerimenta support for GDBM keyings.Werner Koch1-64/+84
1998-10-18Snapshot release 0.4.2V0-4-2Werner Koch1-3/+2
1998-10-16last local commitWerner Koch1-66/+278
1998-10-12backupWerner Koch1-229/+320
1998-10-07a new releaseV0-4-1Werner Koch1-22/+74
1998-10-06windoze version works againWerner Koch1-1/+9
1998-08-07chnages done at the trainWerner Koch1-1/+68
1998-08-05intermediate check inWerner Koch1-3/+12
1998-07-30started with shm coprocessesWerner Koch1-15/+28
1998-07-29edit-key is now completeWerner Koch1-120/+400
1998-07-21changed trustdb designWerner Koch1-40/+52
1998-07-15syncWerner Koch1-1/+5
1998-07-14syncWerner Koch1-93/+141
1998-07-09fixed severe exploitV0-3-2Werner Koch1-0/+518