CVS log for plugins/gpg/gpg_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.119 / (view) - annotate - [select for diffs] , Tue Aug 10 12:53:02 2004 UTC (4 years ago) by brian
Branch: MAIN
CVS Tags: PREPOBOX, HEAD
Changes since 1.118: +9 -2 lines
Diff to previous 1.118
- save $gpg_onetimepad in the COOKIE, not the session.
- resolves long-standing insecurity in passphrase caching

Revision 1.118 / (view) - annotate - [select for diffs] , Sun Aug 8 04:01:16 2004 UTC (4 years ago) by ke
Branch: MAIN
Changes since 1.117: +8 -1 lines
Diff to previous 1.117
-re-added code to force old exec interaction method unless system option sets use_proc_open=true

Revision 1.117 / (view) - annotate - [select for diffs] , Wed Jul 14 18:01:29 2004 UTC (4 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.116: +16 -5 lines
Diff to previous 1.116
- improved notation for expanded HTTPS check to make the logic more clear

Revision 1.116 / (view) - annotate - [select for diffs] , Wed Jul 14 17:56:10 2004 UTC (4 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.115: +8 -5 lines
Diff to previous 1.115
- added check for $_SERVER['HTTP_X_HTTPS'] to account for proxy vars
  - check suggested by Roland Schulz

Revision 1.115 / (view) - annotate - [select for diffs] , Tue Mar 30 01:54:00 2004 UTC (4 years, 4 months ago) by ke
Branch: MAIN
Changes since 1.114: +15 -2 lines
Diff to previous 1.114
-added check to see if user trusts system keyring before setting it in InitGnuPG function
-added system and user's trusted keys to trustedKeys array in GnuPG object during InitGnuPG

Revision 1.114 / (view) - annotate - [select for diffs] , Wed Mar 10 21:42:17 2004 UTC (4 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.113: +26 -24 lines
Diff to previous 1.113
- removed trailing whitespace

Revision 1.113 / (view) - annotate - [select for diffs] , Tue Mar 9 18:12:58 2004 UTC (4 years, 5 months ago) by ke
Branch: MAIN
Changes since 1.112: +33 -1 lines
Diff to previous 1.112
-added function to initialize GnuPG object with correct parameters

Revision 1.112 / (view) - annotate - [select for diffs] , Tue Feb 17 22:38:49 2004 UTC (4 years, 6 months ago) by ke
Branch: MAIN
Changes since 1.111: +31 -6 lines
Diff to previous 1.111
-E_ALL changes, proc_open addititons
bug 29

Revision 1.111 / (view) - annotate - [select for diffs] , Thu Jan 29 21:48:10 2004 UTC (4 years, 6 months ago) by ke
Branch: MAIN
CVS Tags: v2_1cvs_before_proc_open
Changes since 1.110: +8 -1 lines
Diff to previous 1.110
-added rawoutput to gpg_parse_output

Revision 1.110 / (view) - annotate - [select for diffs] , Sat Jan 17 03:09:49 2004 UTC (4 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.109: +147 -141 lines
Diff to previous 1.109
- E_ALL fixes
- added additional errors to gpg_parse_output
- fixed code formatting for readability

Revision 1.109 / (view) - annotate - [select for diffs] , Fri Jan 16 22:41:17 2004 UTC (4 years, 7 months ago) by ke
Branch: MAIN
Changes since 1.108: +9 -3 lines
Diff to previous 1.108
-E_ALL fixes

Revision 1.108 / (view) - annotate - [select for diffs] , Thu Jan 15 17:41:55 2004 UTC (4 years, 7 months ago) by ke
Branch: MAIN
Changes since 1.107: +7 -4 lines
Diff to previous 1.107
-changed trustdb update function to use centralized gpg_execute code

Revision 1.107 / (view) - annotate - [select for diffs] , Wed Jan 14 23:47:53 2004 UTC (4 years, 7 months ago) by ke
Branch: MAIN
Changes since 1.106: +6 -2 lines
Diff to previous 1.106
-added debug output to gpg_parse_output

Revision 1.106 / (view) - annotate - [select for diffs] , Sat Jan 3 22:28:29 2004 UTC (4 years, 7 months ago) by ke
Branch: MAIN
CVS Tags: V2_0_RC_Final, V2_0
Changes since 1.105: +13 -1 lines
Diff to previous 1.105
-added note about secret key expiration as well as trapped public key unusable errors in gpg_parse_output

Revision 1.105 / (view) - annotate - [select for diffs] , Fri Dec 19 21:17:35 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.104: +6 -3 lines
Diff to previous 1.104
-added redirection of stderr in gpg command for update trustdb
-added more debug output to update trustdb function

Revision 1.104 / (view) - annotate - [select for diffs] , Fri Dec 19 20:52:27 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.103: +8 -3 lines
Diff to previous 1.103
-added output of gpg results if debug is on in gpg_update_trustdb

Revision 1.103 / (view) - annotate - [select for diffs] , Fri Dec 19 20:46:19 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.102: +51 -1 lines
Diff to previous 1.102
-added gpg_update_trustdb function for updating the trust database
-added $return['untrusted'] flag when parsing gpg output, to tell if a key is untrusted

Revision 1.102 / (view) - annotate - [select for diffs] , Wed Dec 17 20:05:15 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.101: +8 -1 lines
Diff to previous 1.101
-added array dimensioning at the beginning of parse gpg output function

Revision 1.101 / (view) - annotate - [select for diffs] , Thu Dec 11 20:46:53 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.100: +9 -1 lines
Diff to previous 1.100
-added trap for public key not found error in the gpg_parse_output function
bug 28

Revision 1.100 / (view) - annotate - [select for diffs] , Tue Dec 2 20:59:42 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.99: +10 -1 lines
Diff to previous 1.99
-added check for BAD signature as well as Bad

Revision 1.99 / (view) - annotate - [select for diffs] , Tue Dec 2 04:12:30 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.98: +7 -2 lines
Diff to previous 1.98
-added verified line to gpg_parse_output to allow operation within verification of signatures on attachments

Revision 1.98 / (view) - annotate - [select for diffs] , Tue Dec 2 02:59:59 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.97: +9 -1 lines
Diff to previous 1.97
-added certain trusted key warnings to signature line so that they appear after the signature
when reading a message

Revision 1.97 / (view) - annotate - [select for diffs] , Tue Nov 25 21:53:49 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.96: +20 -12 lines
Diff to previous 1.96
-added lookup for insecure_mem_warning to parse_output
-moved check for insecure_mem_warning after catching the error, so it can be properly ignored
bug 113

Revision 1.96 / (view) - annotate - [select for diffs] , Tue Nov 25 01:54:50 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.95: +6 -2 lines
Diff to previous 1.95
-changed getPref to use $data_dir instead of $safe_data_dir

Revision 1.95 / (view) - annotate - [select for diffs] , Mon Nov 24 20:44:29 2003 UTC (4 years, 8 months ago) by ke
Branch: MAIN
Changes since 1.94: +12 -4 lines
Diff to previous 1.94
-added safe_data_dir and getHashedDir calls to gpg_functions.php
bug 116

Revision 1.94 / (view) - annotate - [select for diffs] , Mon Nov 24 19:09:07 2003 UTC (4 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.93: +6 -2 lines
Diff to previous 1.93
changed parameters for pop-up window
- now allows scollbars and resizing
Bug 120

Revision 1.93 / (view) - annotate - [select for diffs] , Sat Nov 22 14:52:25 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
CVS Tags: V2_0_RC1
Changes since 1.92: +9 -2 lines
Diff to previous 1.92
- added security breach trodo to gpg_add_help_link fn
Bug 70

Revision 1.92 / (view) - annotate - [select for diffs] , Sat Nov 22 14:42:26 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.91: +6 -2 lines
Diff to previous 1.91
added missing " in gpg_add_help_link fn
Bug 70

Revision 1.91 / (view) - annotate - [select for diffs] , Sat Nov 22 14:31:31 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.90: +98 -88 lines
Diff to previous 1.90
- added fullscreen option to gpg_add_help_link fn
Bug 70

Revision 1.90 / (view) - annotate - [select for diffs] , Thu Nov 20 22:26:52 2003 UTC (4 years, 9 months ago) by walter
Branch: MAIN
Changes since 1.89: +6 -2 lines
Diff to previous 1.89
- updated help popup window attributes

Revision 1.89 / (view) - annotate - [select for diffs] , Thu Nov 20 21:26:11 2003 UTC (4 years, 9 months ago) by ke
Branch: MAIN
Changes since 1.88: +8 -4 lines
Diff to previous 1.88
-moved trustdb messages to info
-added checking trustdb to info

Revision 1.88 / (view) - annotate - [select for diffs] , Thu Nov 20 20:21:31 2003 UTC (4 years, 9 months ago) by ke
Branch: MAIN
Changes since 1.87: +7 -2 lines
Diff to previous 1.87
-removed WARNING: line from message was not integrity protected message

Revision 1.87 / (view) - annotate - [select for diffs] , Thu Nov 20 17:22:09 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.86: +5 -2 lines
Diff to previous 1.86
-added window properties to gpg_help_link pop-up
Bug 101

Revision 1.86 / (view) - annotate - [select for diffs] , Thu Nov 20 16:39:22 2003 UTC (4 years, 9 months ago) by walter
Branch: MAIN
Changes since 1.85: +7 -2 lines
Diff to previous 1.85
- updated help file path to use SM_PATH constant

Revision 1.85 / (view) - annotate - [select for diffs] , Wed Nov 12 20:41:54 2003 UTC (4 years, 9 months ago) by ke
Branch: MAIN
Changes since 1.84: +25 -6 lines
Diff to previous 1.84
-extended gpg_stripstr to possibly strip another string than gpg:
-added error messages for key signature warnings
-made all key signature warnings into warnings instead of errors

Revision 1.84 / (view) - annotate - [select for diffs] , Tue Nov 11 22:41:38 2003 UTC (4 years, 9 months ago) by ke
Branch: MAIN
Changes since 1.83: +355 -1 lines
Diff to previous 1.83
-added gpg_parse_output function with all gpg messages consolidated into one place
bug 107

Revision 1.83 / (view) - annotate - [select for diffs] , Thu Nov 6 23:31:19 2003 UTC (4 years, 9 months ago) by ke
Branch: MAIN
Changes since 1.82: +7 -4 lines
Diff to previous 1.82
-added debug flag passing within cacheable/cached functions

Revision 1.82 / (view) - annotate - [select for diffs] , Tue Nov 4 21:38:40 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.81: +8 -6 lines
Diff to previous 1.81
change to use SM_PATH

Revision 1.81 / (view) - annotate - [select for diffs] , Mon Nov 3 21:41:18 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.80: +35 -20 lines
Diff to previous 1.80
added debug text to new passphrase caching functions

Revision 1.80 / (view) - annotate - [select for diffs] , Mon Nov 3 18:55:23 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.79: +6 -103 lines
Diff to previous 1.79
removed gpg_makePage function, as it is no longer used

Revision 1.79 / (view) - annotate - [select for diffs] , Mon Nov 3 17:31:48 2003 UTC (4 years, 9 months ago) by ke
Branch: MAIN
Changes since 1.78: +52 -1 lines
Diff to previous 1.78
-Added functions to check for options to cache passphrase
-Added function to check for a cached passphrase (with all options correctly set).
bug 66

Revision 1.78 / (view) - annotate - [select for diffs] , Sat Nov 1 22:27:30 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.77: +5 -2 lines
Diff to previous 1.77
minor mod to gpg_section_header fn

Revision 1.77 / (view) - annotate - [select for diffs] , Sat Nov 1 22:01:26 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.76: +79 -60 lines
Diff to previous 1.76
infrastructure changes to support removal of MakePage functions

Revision 1.76 / (view) - annotate - [select for diffs] , Thu Oct 30 20:53:55 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.75: +7 -3 lines
Diff to previous 1.75
fixed problems apparent in the xgettext index
Bug 35

Revision 1.75 / (view) - annotate - [select for diffs] , Wed Oct 29 17:26:26 2003 UTC (4 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.74: +51 -19 lines
Diff to previous 1.74
added better directory tests to getTempDir fn

Revision 1.74 / (view) - annotate - [select for diffs] , Tue Oct 28 23:58:43 2003 UTC (4 years, 9 months ago) by walter
Branch: MAIN
Changes since 1.73: +46 -1 lines
Diff to previous 1.73
- added 2 new functions:
  - gpg_section_header() - displays a consistant header
  - gpg_add_help_link() - generates the Help link HTML

Revision 1.73 / (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.72: +4 -1 lines
Diff to previous 1.72
corrected phpdoc warnings after updates

Revision 1.72 / (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.71: +50 -41 lines
Diff to previous 1.71
added @package and @author tags

Revision 1.71 / (view) - annotate - [select for diffs] , Tue Oct 7 19:26:39 2003 UTC (4 years, 10 months ago) by ke
Branch: MAIN
Changes since 1.70: +36 -2 lines
Diff to previous 1.70
-Added gpg_verify_passphrase function
-Uses signing code to check if a passphrase for a particular key is correct

Revision 1.70 / (view) - annotate - [select for diffs] , Mon Oct 6 17:49:43 2003 UTC (4 years, 10 months ago) by brian
Branch: MAIN
Changes since 1.69: +11 -3 lines
Diff to previous 1.69
minor changes to HTML rendering
Bug 65

Revision 1.69 / (view) - annotate - [select for diffs] , Sat Oct 4 19:21:07 2003 UTC (4 years, 10 months ago) by brian
Branch: MAIN
Changes since 1.68: +14 -6 lines
Diff to previous 1.68
cleaned up some of the HTML in gpg_makePage

Revision 1.68 / (view) - annotate - [select for diffs] , Fri Sep 26 02:29:01 2003 UTC (4 years, 10 months ago) by ke
Branch: MAIN
Changes since 1.67: +20 -17 lines
Diff to previous 1.67
-changed call to mt_rand to use 2 parameters
-modified all caching functions to use $cached_passphrase instead of $passphrase
bug 40

Revision 1.67 / (view) - annotate - [select for diffs] , Fri Sep 19 18:37:38 2003 UTC (4 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.66: +8 -5 lines
Diff to previous 1.66
- fixed syntax error in SQGetGlobalVar in cache fn's

Revision 1.66 / (view) - annotate - [select for diffs] , Fri Sep 19 13:27:15 2003 UTC (4 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.65: +11 -4 lines
Diff to previous 1.65
Fixed cut and paste error in the die command of the cache fn's

Revision 1.65 / (view) - annotate - [select for diffs] , Fri Sep 19 11:08:07 2003 UTC (4 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.64: +114 -1 lines
Diff to previous 1.64
inital checkin of passphrase caching functions:
- gpg_set_cached_passphrase
- gpg_get_cached_passphrase
- gpg_clear_cached_passphrase
Bug 40

Revision 1.64 / (view) - annotate - [select for diffs] , Thu Aug 14 02:34:18 2003 UTC (5 years ago) by vermette
Branch: MAIN
Changes since 1.63: +4 -6 lines
Diff to previous 1.63
removed references to getstart.mod

Revision 1.63 / (view) - annotate - [select for diffs] , Tue Jul 8 13:25:02 2003 UTC (5 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.62: +5 -2 lines
Diff to previous 1.62
added missing :

Revision 1.62 / (view) - annotate - [select for diffs] , Tue Jul 8 13:23:30 2003 UTC (5 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.61: +10 -1 lines
Diff to previous 1.61
added smoptions target to backlink in gpg_makepage fn

Revision 1.61 / (view) - annotate - [select for diffs] , Mon Jul 7 18:31:48 2003 UTC (5 years, 1 month ago) by brian
Branch: MAIN
Changes since 1.60: +26 -9 lines
Diff to previous 1.60
- modified to use backlink option on gpg_makepage fn
- modified gpg_makepage fn to be ready for gettext localization
Bug 35

Revision 1.60 / (view) - annotate - [select for diffs] , Tue Jul 1 06:21:46 2003 UTC (5 years, 1 month ago) by vermette
Branch: MAIN
Changes since 1.59: +10 -10 lines
Diff to previous 1.59
adding escape routes to options suite.  The previous 'back' link now only appears if requested (new arg to makePage).  This isn't done by any means, but at most it's as broken as it was, so it's an improvement.

Revision 1.59 / (view) - annotate - [select for diffs] , Wed May 28 11:35:42 2003 UTC (5 years, 2 months ago) by brian
Branch: MAIN
Changes since 1.58: +13 -4 lines
Diff to previous 1.58
added code to better select temporary directory in gettempdir fn

Revision 1.58 / (view) - annotate - [select for diffs] , Fri May 16 13:13:52 2003 UTC (5 years, 3 months ago) by brian
Branch: MAIN
Changes since 1.57: +38 -12 lines
Diff to previous 1.57
added tags for phpdoc

Revision 1.57 / (view) - annotate - [select for diffs] , Tue May 13 22:53:23 2003 UTC (5 years, 3 months ago) by brian
Branch: MAIN
Changes since 1.56: +9 -3 lines
Diff to previous 1.56
changed file include lines so it would work from hook in compose.php
Bug 26

Revision 1.56 / (view) - annotate - [select for diffs] , Thu May 8 22:34:13 2003 UTC (5 years, 3 months ago) by brian
Branch: MAIN
CVS Tags: before_encrypt_on_send
Changes since 1.55: +6 -3 lines
Diff to previous 1.55
fixed cut and paste typo error in fn deleteTempFile

Revision 1.55 / (view) - annotate - [select for diffs] , Thu May 8 18:41:09 2003 UTC (5 years, 3 months ago) by brian
Branch: MAIN
Changes since 1.54: +8 -4 lines
Diff to previous 1.54
cleaned up comments

Revision 1.54 / (view) - annotate - [select for diffs] , Sun Apr 27 12:16:22 2003 UTC (5 years, 3 months ago) by brian
Branch: MAIN
Changes since 1.53: +175 -172 lines
Diff to previous 1.53
fixed indents to remove irregular use of tabstops - no functional change

Revision 1.53 / (view) - annotate - [select for diffs] , Wed Apr 23 20:26:33 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.52: +9 -2 lines
Diff to previous 1.52
fixed typo in editor highlighing in line 467

Revision 1.52 / (view) - annotate - [select for diffs] , Wed Apr 23 01:36:13 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.51: +69 -1 lines
Diff to previous 1.51
Updated temp file functions to allow for secure deletion of temp files
- added make_seed fn
- added rand_string fn
- added file overwrite calls to _deleteAtShutdown fn
- added deleteTempFile fn

Revision 1.51 / (view) - annotate - [select for diffs] , Fri Apr 18 12:41:05 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.50: +227 -3 lines
Diff to previous 1.50
added functions for temporary files and directories cribbed from Horde code

Revision 1.50 / (view) - annotate - [select for diffs] , Fri Apr 11 05:08:11 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.49: +5 -2 lines
Diff to previous 1.49
fixed <script> tag syntax in gpgMakePage to correct for strict tag checking in Opera

Revision 1.49 / (view) - annotate - [select for diffs] , Wed Apr 9 18:04:15 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.48: +4 -16 lines
Diff to previous 1.48
moved $GPG_VERSION and fn gpg_version to gpg_pref_functions.php file

Revision 1.48 / (view) - annotate - [select for diffs] , Wed Apr 9 15:32:21 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.47: +12 -3 lines
Diff to previous 1.47
add pupdate_version function for compatibiltiy to Plugin Updates plugin

Revision 1.47 / (view) - annotate - [select for diffs] , Sun Apr 6 23:46:47 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
CVS Tags: V1_1RC6, V1_1
Changes since 1.46: +6 -2 lines
Diff to previous 1.46
comment out debug in gpg_setglobal by default.  it is too voluminous to be of much use.

Revision 1.46 / (view) - annotate - [select for diffs] , Sun Apr 6 21:28:00 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.45: +9 -6 lines
Diff to previous 1.45
fixed typos in debug

Revision 1.45 / (view) - annotate - [select for diffs] , Sun Apr 6 21:26:24 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.44: +13 -2 lines
Diff to previous 1.44
added debug to gpg_setglobal

Revision 1.44 / (view) - annotate - [select for diffs] , Sun Apr 6 21:19:25 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.43: +11 -8 lines
Diff to previous 1.43
fixed $name, $value mappings

Revision 1.43 / (view) - annotate - [select for diffs] , Sun Apr 6 20:50:34 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.42: +7 -2 lines
Diff to previous 1.42
fixed typo on line 151

Revision 1.42 / (view) - annotate - [select for diffs] , Sun Apr 6 20:47:47 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.41: +40 -1 lines
Diff to previous 1.41
- create gpg_setglobal to get around SM's getglobal function
- update gpg_encrypt to use ne gpg_setglobal function
Bug 22

Revision 1.41 / (view) - annotate - [select for diffs] , Tue Apr 1 19:36:28 2003 UTC (5 years, 4 months ago) by brian
Branch: MAIN
CVS Tags: V1_1RC4, V1_1RC3
Changes since 1.40: +5 -2 lines
Diff to previous 1.40
updated GPG_VERSION to 1.1

Revision 1.40 / (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.39: +6 -2 lines
Diff to previous 1.39
fixed comment typos -non-functional change

Revision 1.39 / (view) - annotate - [select for diffs] , Wed Mar 12 14:08:12 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
CVS Tags: V1_0_2_RC3, V1_0_2_RC2, V1_0_2, Release_V1_0_2
Changes since 1.38: +20 -3 lines
Diff to previous 1.38
- updated gpg version to 1.0.2
- added function header comment blocks to all functions

Revision 1.38 / (view) - annotate - [select for diffs] , Tue Mar 11 23:29:15 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.37: +4 -815 lines
Diff to previous 1.37
- modified to use the new broken out *_function.php files

Revision 1.37 / (view) - annotate - [select for diffs] , Tue Mar 11 22:14:02 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.36: +6 -5 lines
Diff to previous 1.36
- Bug fixing in the accept passphrase section of _sign_message

Revision 1.36 / (view) - annotate - [select for diffs] , Tue Mar 11 21:58:27 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.35: +22 -5 lines
Diff to previous 1.35
- Initial work to accept passphrase in popup window and use for signing

Revision 1.35 / (view) - annotate - [select for diffs] , Tue Mar 11 18:28:55 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.34: +5 -1 lines
Diff to previous 1.34
- Added comment to the sign_message function where the hardcoded keyID is.
  Need to fix this soon.

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Mar 11 18:05:57 2003 UTC (5 years, 5 months ago) by tyler
Branch: MAIN
Changes since 1.33: +5 -2 lines
Diff to previous 1.33
- modified the sign_message function to not accept rcpt list, not used

Revision 1.33 / (view) - annotate - [select for diffs] , Tue Mar 11 16:55:24 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.32: +5 -5 lines
Diff to previous 1.32
Added Joel's fix for the extra line after the GPG MESSAGE header

Revision 1.32 / (view) - annotate - [select for diffs] , Tue Mar 11 01:09:28 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
CVS Tags: V1_0_2_RC1
Changes since 1.31: +8 -1 lines
Diff to previous 1.31
Fixed handling of missing keys which cause gpg to not encrypte the message - "encryption failed" warnings

Revision 1.31 / (view) - annotate - [select for diffs] , Sun Mar 9 21:39:25 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.30: +11 -1 lines
Diff to previous 1.30
Added check for https connection

Revision 1.30 / (view) - annotate - [select for diffs] , Sun Mar 9 14:33:36 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.29: +131 -1 lines
Diff to previous 1.29
Added Tyler's gpg_sign_message function

Revision 1.29 / (view) - annotate - [select for diffs] , Sat Mar 8 19:30:56 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.28: +7 -1 lines
Diff to previous 1.28
Added missing bracket at line 188 - credit Tyler

Revision 1.28 / (view) - annotate - [select for diffs] , Fri Mar 7 16:38:42 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.27: +35 -21 lines
Diff to previous 1.27
Patched to fix broken if staetments and debug tests - credit Tyler
Removed Superflous includes
fixed typo on line 579c590 >global $path_to_gpg

Revision 1.27 / (view) - annotate - [select for diffs] , Thu Mar 6 01:57:56 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.26: +7 -4 lines
Diff to previous 1.26
minor syntax issues resolved

Revision 1.26 / (view) - annotate - [select for diffs] , Wed Mar 5 14:56:03 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
CVS Tags: Release_1_0
Changes since 1.25: +14 -7 lines
Diff to previous 1.25
Final Edits for Release 1.0

Revision 1.25 / (view) - annotate - [select for diffs] , Sat Feb 22 20:09:59 2003 UTC (5 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.24: +64 -7 lines
Diff to previous 1.24
Added gpg_list_keys function and updated gpg_encrypt to use trusted_key preference again.

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Feb 19 23:52:29 2003 UTC (5 years, 6 months ago) by brian
Branch: MAIN
Changes since 1.23: +60 -16 lines
Diff to previous 1.23
updates to use more prefs selections

Revision 1.23 / (view) - annotate - [select for diffs] , Mon Jan 6 13:09:07 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.22: +25 -9 lines
Diff to previous 1.22
Changed all command code to utilize global $path_to_gpg loaded from preferences file

Revision 1.22 / (view) - annotate - [select for diffs] , Sun Jan 5 15:05:37 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.21: +170 -5 lines
Diff to previous 1.21
Added infrastructure function gpg_generate_keypair and fixed strpos usage in gpg_encrypt.

Revision 1.21 / (view) - annotate - [select for diffs] , Sat Jan 4 11:43:29 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.20: +7 -3 lines
Diff to previous 1.20
added vinay's changes for encrypt

Revision 1.20 / (view) - annotate - [select for diffs] , Fri Jan 3 23:32:06 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.19: +8 -2 lines
Diff to previous 1.19
Bracketed remaining echo statement in if $debug in function gpg_encrypt

Revision 1.19 / (view) - annotate - [select for diffs] , Fri Jan 3 23:10:00 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.18: +7 -2 lines
Diff to previous 1.18
removed escapeshellarg for returntext in function gpg_encrypt since we use the --armor command in gpg.

Revision 1.18 / (view) - annotate - [select for diffs] , Fri Jan 3 23:01:18 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.17: +9 -4 lines
Diff to previous 1.17
changed back to escapeshellarg for body only in function gpg_encrypt. we will rely on SM to scrub email addresses.

Revision 1.17 / (view) - annotate - [select for diffs] , Fri Jan 3 22:45:12 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16
Merged vinay's changes.

Revision 1.16 / (view) - annotate - [select for diffs] , Fri Jan 3 22:40:35 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.15: +9 -6 lines
Diff to previous 1.15
Fixed escapeshellcmd to escape the entire gpg command string in function gpg_encrypt.

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Jan 3 21:59:10 2003 UTC (5 years, 7 months ago) by brian
Branch: MAIN
Changes since 1.14: +78 -73 lines
Diff to previous 1.14
Changed a comment to test checkin from laptop.

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Dec 10 21:52:29 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.13: +7 -4 lines
Diff to previous 1.13
fixed sysntaxt errors in gpg_recv_key fuction after integrating to keyserver.mod

Revision 1.13 / (view) - annotate - [select for diffs] , Tue Dec 10 03:24:36 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.12: +5 -1 lines
Diff to previous 1.12
added gpg_recv_key function

Revision 1.12 / (view) - annotate - [select for diffs] , Tue Dec 10 03:23:54 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.11: +143 -111 lines
Diff to previous 1.11
updated all functions to user system $data_dir for prefs and $data_dir/$username.gnupg as the --homedir for gpg

Revision 1.11 / (view) - annotate - [select for diffs] , Mon Dec 9 03:48:35 2002 UTC (5 years, 8 months ago) by vinay
Branch: MAIN
Changes since 1.10: +20 -3 lines
Diff to previous 1.10
added support for system preferences

Revision 1.10 / (view) - annotate - [select for diffs] , Sun Dec 8 19:51:26 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.9: +88 -1 lines
Diff to previous 1.9
added beginnings of keyserver functions

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Dec 6 21:02:11 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.8: +6 -3 lines
Diff to previous 1.8
updates to functions to prepare for keyserver lookup

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Dec 6 02:18:15 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.7: +60 -30 lines
Diff to previous 1.7
edited key/ring import functions to echo nothing unless $debug is set and return the resultstring from the gpg comand as a string

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Dec 5 23:14:53 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.6: +48 -2 lines
Diff to previous 1.6
fixed function gpg_import_key to use user keyring rather than system keyring

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Dec 5 22:45:55 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.5: +57 -30 lines
Diff to previous 1.5
added comments and worked around hack code

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Dec 5 21:06:16 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.4: +16 -2 lines
Diff to previous 1.4
mannually appended log entries

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Dec 5 21:02:02 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
fixed $Log

Revision 1.3 / (view) - annotate - [select for diffs] , Thu Dec 5 21:01:09 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
changed gpg_MakePage to point to correct gpg plugin functions instead of sqspell functions

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Dec 5 19:28:11 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Changes since 1.1: +20 -0 lines
Diff to previous 1.1
Added ID and Log tags

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Thu Dec 5 16:47:55 2002 UTC (5 years, 8 months ago) by brian
Branch: vendortag
CVS Tags: releasetag
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
GPG Project repository

Revision 1.1 / (view) - annotate - [select for diffs] , Thu Dec 5 16:47:55 2002 UTC (5 years, 8 months ago) by brian
Branch: MAIN
Initial revision

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