CVS log for plugins/gpg/gpg_sign_functions.php

(logo)

Help

(back) Up to [Highfire] / plugins / gpg

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.41 / (view) - annotate - [select for diffs] , Fri Apr 30 18:02:34 2004 UTC (4 years, 3 months ago) by ke
Branch: MAIN
CVS Tags: PREPOBOX, HEAD
Changes since 1.40: +5 -2 lines
Diff to previous 1.40
-removed newline from end of file

Revision 1.40 / (view) - annotate - [select for diffs] , Wed Mar 3 19:44:14 2004 UTC (4 years, 5 months ago) by ke
Branch: MAIN
Changes since 1.39: +8 -3 lines
Diff to previous 1.39
-added definition of key dir if it's missing

Revision 1.39 / (view) - annotate - [select for diffs] , Tue Feb 17 22:42:58 2004 UTC (4 years, 6 months ago) by ke
Branch: MAIN
Changes since 1.38: +19 -8 lines
Diff to previous 1.38
-changed function calls to operate properly with proc_open code
bug 29

Revision 1.38 / (view) - annotate - [select for diffs] , Sat Jan 17 00:27:27 2004 UTC (4 years, 7 months ago) by ke
Branch: MAIN
CVS Tags: v2_1cvs_before_proc_open
Changes since 1.37: +5 -6 lines
Diff to previous 1.37
-E_ALL fixes, removing deprecated option gpg_key_file

Revision 1.37 / (view) - annotate - [select for diffs] , Wed Jan 14 23:50:26 2004 UTC (4 years, 7 months ago) by ke
Branch: MAIN
Changes since 1.36: +18 -30 lines
Diff to previous 1.36
-removed extraneous command strings
-removed gpg_parse_output calls, since it's centralized in gpg_execute now

Revision 1.36 / (view) - annotate - [select for diffs] , Tue Jan 13 20:26:48 2004 UTC (4 years, 7 months ago) by ke
Branch: MAIN
Changes since 1.35: +22 -9 lines
Diff to previous 1.35
-changed to use centralized gpg_execute function

Revision 1.35 / (view) - annotate - [select for diffs] , Fri Jan 9 20:36:48 2004 UTC (4 years, 7 months ago) by ke
Branch: MAIN
Changes since 1.34: +11 -1 lines
Diff to previous 1.34
-added check of the return value of gpg as a possible error

Revision 1.34 / (view) - annotate - [select for diffs] , Fri Dec 19 20:53:00 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
CVS Tags: V2_0_RC_Final, V2_0
Changes since 1.33: +11 -3 lines
Diff to previous 1.33
-changed to use centralized update trustdb function
-only update trustdb when untrusted keys are found

Revision 1.33 / (view) - annotate - [select for diffs] , Thu Dec 18 22:20:36 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.32: +6 -1 lines
Diff to previous 1.32
-added trustdb check to sign functions

Revision 1.32 / (view) - annotate - [select for diffs] , Thu Dec 18 19:43:55 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.31: +7 -2 lines
Diff to previous 1.31
-changed to no longer add data_dir to the beginning of system keyring

Revision 1.31 / (view) - annotate - [select for diffs] , Tue Dec 16 20:00:03 2003 UTC (4 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.30: +6 -2 lines
Diff to previous 1.30
changed instances of $system_keyring_file = $safe_data_dir to
   $system_keyring_file = $data_dir becasue $safe_data_dir is a
   hashed dir on a per-user basis

Revision 1.30 / (view) - annotate - [select for diffs] , Thu Dec 11 19:56:41 2003 UTC (4 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.29: +51 -26 lines
Diff to previous 1.29
added shared corporate keyring support to  detached sig verification
Bug 28

Revision 1.29 / (view) - annotate - [select for diffs] , Tue Dec 2 04:11:22 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.28: +6 -9 lines
Diff to previous 1.28
-changed verification function to use gpg_parse_output

Revision 1.28 / (view) - annotate - [select for diffs] , Tue Nov 25 21:55:37 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.27: +8 -3 lines
Diff to previous 1.27
-added a parse_output command even if there are no errors, to trap warnings
bug 113

Revision 1.27 / (view) - annotate - [select for diffs] , Tue Nov 25 01:31:47 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.26: +14 -6 lines
Diff to previous 1.26
-added getHasheddir and used safe_data_dir safely
bug 116

Revision 1.26 / (view) - annotate - [select for diffs] , Tue Nov 11 22:44:34 2003 UTC (4 years, 9 months ago) by ke
Branch: MAIN
CVS Tags: V2_0_RC1
Changes since 1.25: +6 -44 lines
Diff to previous 1.25
-removed all gpg output parsing, uses gpg_parse_output instead
bug 107

Revision 1.25 / (view) - annotate - [select for diffs] , Thu Oct 30 19:40:20 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.24: +23 -20 lines
Diff to previous 1.24
modified all localized strings to use double quotes.
Bug 35

Revision 1.24 / (view) - annotate - [select for diffs] , Mon Oct 27 18:22:07 2003 UTC (4 years, 9 months ago) by ke
Branch: MAIN
Changes since 1.23: +50 -3 lines
Diff to previous 1.23
-added gpg_verify_signature for verification of detached signatures

Revision 1.23 / (view) - annotate - [select for diffs] , Mon Oct 20 22:49:31 2003 UTC (4 years, 10 months ago) by ke
Branch: MAIN
Changes since 1.22: +70 -2 lines
Diff to previous 1.22
-Added function for creating detached signatures for attachments

Revision 1.22 / (view) - annotate - [select for diffs] , Fri Oct 17 13:12:05 2003 UTC (4 years, 10 months ago) by brian
Branch: MAIN
Changes since 1.21: +6 -5 lines
Diff to previous 1.21
corrected phpdoc warnings after updates

Revision 1.21 / (view) - annotate - [select for diffs] , Fri Oct 17 12:50:20 2003 UTC (4 years, 10 months ago) by brian
Branch: MAIN
Changes since 1.20: +15 -9 lines
Diff to previous 1.20
added @package and @author tags

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Oct 7 19:25:51 2003 UTC (4 years, 10 months ago) by ke
Branch: MAIN
Changes since 1.19: +7 -3 lines
Diff to previous 1.19
-Added ability to select which key to sign with

Revision 1.19 / (view) - annotate - [select for diffs] , Tue Oct 7 18:36:21 2003 UTC (4 years, 10 months ago) by ke
Branch: MAIN
Changes since 1.18: +24 -18 lines
Diff to previous 1.18
-removed all echos, instead returns $return['errors']

Revision 1.18 / (view) - annotate - [select for diffs] , Tue Sep 30 01:34:53 2003 UTC (4 years, 10 months ago) by ke
Branch: MAIN
Changes since 1.17: +11 -8 lines
Diff to previous 1.17
-Internationalized all output in gpg_sign_functions
we might want to consider better or more friendly error handling in this file
bug 35

Revision 1.17 / (view) - annotate - [select for diffs] , Fri Sep 26 02:33:19 2003 UTC (4 years, 10 months ago) by ke
Branch: MAIN
Changes since 1.16: +15 -2 lines
Diff to previous 1.16
-added check to see if global variables are already set, loads them if they are not

Revision 1.16 / (view) - annotate - [select for diffs] , Wed May 7 21:53:37 2003 UTC (5 years, 3 months ago) by brian
Branch: MAIN
CVS Tags: before_encrypt_on_send
Changes since 1.15: +26 -16 lines
Diff to previous 1.15
- added check for empty body in fn gpg_sign

Revision 1.15 / (view) - annotate - [select for diffs] , Mon Apr 14 14:19:06 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.14: +14 -1 lines
Diff to previous 1.14
 - Added error handling to catch uncupported algorithm or corrupt key error.
TODO make sure error handling fires any time gpg retruns something nasty.
Bug 4

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Apr 3 21:46:56 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
CVS Tags: V1_1RC6, V1_1RC4, V1_1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
Fixed extra } from line 186 by:
- moving other code into the proper brackets
- removing extra brace
- fixing indents so they lined up

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Apr 3 12:28:03 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
CVS Tags: V1_1RC3
Changes since 1.12: +8 -7 lines
Diff to previous 1.12
removed superfluous " " . in substr_count lines

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Apr 3 00:28:07 2003 UTC (5 years, 4 months ago) by tyler
Branch: MAIN
Changes since 1.11: +34 -19 lines
Diff to previous 1.11
- converted error handling to the gpg_encrypt_function new method

Revision 1.11 / (view) - annotate - [select for diffs] , Thu Apr 3 00:04:59 2003 UTC (5 years, 4 months ago) by tyler
Branch: MAIN
Changes since 1.10: +8 -13 lines
Diff to previous 1.10
- squashed bug 17, incorrect handling of signing when message being signed already has a signature

Revision 1.10 / (view) - annotate - [select for diffs] , Mon Mar 31 14:23:37 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
CVS Tags: V1_1RC2, V1_1RC1
Changes since 1.9: +5 -1 lines
Diff to previous 1.9
fixed comment typos -non-functional change

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Mar 20 00:45:36 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.8: +31 -29 lines
Diff to previous 1.8
- First attempt at better error parsing -tyler

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Mar 14 06:30:01 2003 UTC (5 years, 5 months ago) by joelm
Branch: MAIN
CVS Tags: V1_0_2_RC3, V1_0_2, Release_V1_0_2
Changes since 1.7: +7 -3 lines
Diff to previous 1.7
Discription: Make sure the passphrase has special chars escaped before we put
in on the command line.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Mar 13 19:48:52 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.6: +7 -2 lines
Diff to previous 1.6
- fixed a bug that put a \n in the wrong spot and thus invalidated some signed messages

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Mar 13 04:05:49 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.5: +15 -7 lines
Diff to previous 1.5
- modified to correctly accept passphrase for message signing
- added checks for using the signing feature and
  needing passphrase for secret key

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Mar 12 19:18:05 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.4: +19 -19 lines
Diff to previous 1.4
- fixed a bug with one of the debug sections and added function comments

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Mar 12 15:45:22 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
CVS Tags: V1_0_2_RC2
Changes since 1.3: +12 -3 lines
Diff to previous 1.3
added header and footer blocks to file created by tyler

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Mar 12 04:39:23 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.2: +13 -4 lines
Diff to previous 1.2
- more debuging for bug hunting

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Mar 12 03:59:02 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.1: +90 -59 lines
Diff to previous 1.1
- added support for the autosign preference

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Mar 11 23:30:30 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
- Initial breakout of the *_functions.php file

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

cvs-admin@cryptorights.org
Powered by
ViewCVS 0.9.2