CVS log for plugins/gpg/gpg_keyring.php |
 |
|
Up to [Highfire] / plugins / gpg
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.32
/
(view)
- annotate
- [select for diffs]
, Fri Apr 30 17:58:58 2004 UTC (4 years, 3 months ago) by ke
Branch:
MAIN
CVS Tags:
PREPOBOX,
HEAD
Changes since 1.31: +6 -2 lines
Diff to previous 1.31
-removed newline from end of file
Revision
1.31
/
(view)
- annotate
- [select for diffs]
, Tue Feb 17 22:41:56 2004 UTC (4 years, 6 months ago) by ke
Branch:
MAIN
Changes since 1.30: +8 -8 lines
Diff to previous 1.30
-changed gpg calls to work properly with new proc_open additions
bug 29
Revision
1.30
/
(view)
- annotate
- [select for diffs]
, Mon Jan 19 20:59:28 2004 UTC (4 years, 7 months ago) by ke
Branch:
MAIN
CVS Tags:
v2_1cvs_before_proc_open
Changes since 1.29: +5 -1 lines
Diff to previous 1.29
-E_ALL fixes
Revision
1.29
/
(view)
- annotate
- [select for diffs]
, Mon Jan 19 00:52:21 2004 UTC (4 years, 7 months ago) by brian
Branch:
MAIN
Changes since 1.28: +7 -4 lines
Diff to previous 1.28
- converted three DIR_SEPARATOR to DIRECTORY_SEPARATOR
Revision
1.28
/
(view)
- annotate
- [select for diffs]
, Sat Jan 17 00:26:33 2004 UTC (4 years, 7 months ago) by ke
Branch:
MAIN
Changes since 1.27: +8 -2 lines
Diff to previous 1.27
-E_ALL fixes
Revision
1.27
/
(view)
- annotate
- [select for diffs]
, Wed Jan 14 23:35:43 2004 UTC (4 years, 7 months ago) by ke
Branch:
MAIN
Changes since 1.26: +36 -44 lines
Diff to previous 1.26
-changed to use gpg_execute centralized functionality
Revision
1.26
/
(view)
- annotate
- [select for diffs]
, Thu Dec 18 19:48:14 2003 UTC (4 years, 8 months ago) by ke
Branch:
MAIN
CVS Tags:
V2_0_RC_Final,
V2_0
Changes since 1.25: +8 -3 lines
Diff to previous 1.25
-removed data_dir from system keyring path, since it's a full path now
Revision
1.25
/
(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.24: +7 -2 lines
Diff to previous 1.24
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.24
/
(view)
- annotate
- [select for diffs]
, Tue Dec 2 15:42:42 2003 UTC (4 years, 8 months ago) by brian
Branch:
MAIN
Changes since 1.23: +41 -27 lines
Diff to previous 1.23
- added function_exists check for array_chunk function
- return entire array if array_chunk doesn't exist
Bug 110
Revision
1.23
/
(view)
- annotate
- [select for diffs]
, Tue Nov 25 02:06:23 2003 UTC (4 years, 8 months ago) by ke
Branch:
MAIN
Changes since 1.22: +5 -2 lines
Diff to previous 1.22
removed '/' from call to systemkeyring file
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Tue Nov 25 01:41:46 2003 UTC (4 years, 8 months ago) by ke
Branch:
MAIN
Changes since 1.21: +7 -4 lines
Diff to previous 1.21
-caught more missing DIRECTORY_SEPARATOR's
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Tue Nov 25 01:26:50 2003 UTC (4 years, 8 months ago) by ke
Branch:
MAIN
Changes since 1.20: +6 -3 lines
Diff to previous 1.20
-added DIR_SEPARATOR to end of safe_data_dir so that paths come out correctly
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Mon Nov 24 20:01:00 2003 UTC (4 years, 8 months ago) by ke
Branch:
MAIN
Changes since 1.19: +6 -2 lines
Diff to previous 1.19
-changed the system keyring to be found in $data_dir instead of $safe_data_dir, so it can be placed without worry for username hashes
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Mon Nov 24 19:58:04 2003 UTC (4 years, 8 months ago) by ke
Branch:
MAIN
Changes since 1.18: +24 -12 lines
Diff to previous 1.18
-uses $safe_data_dir with getHashedDir for finding files
bug 116
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Tue Nov 11 22:42:21 2003 UTC (4 years, 9 months ago) by ke
Branch:
MAIN
CVS Tags:
V2_0_RC1
Changes since 1.17: +9 -68 lines
Diff to previous 1.17
-removed most parsing of gpg output, using gpg_parse_output instead
bug 107
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Thu Nov 6 20:03:12 2003 UTC (4 years, 9 months ago) by ke
Branch:
MAIN
Changes since 1.16: +14 -2 lines
Diff to previous 1.16
-Added error handling to deletekey function
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Thu Nov 6 00:44:35 2003 UTC (4 years, 9 months ago) by ke
Branch:
MAIN
Changes since 1.15: +12 -2 lines
Diff to previous 1.15
-added defaults for path_to_gpg and gpg_key_dir in fetchkeys
Revision
1.15
/
(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.14: +4 -1 lines
Diff to previous 1.14
corrected phpdoc warnings after updates
Revision
1.14
/
(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.13: +140 -135 lines
Diff to previous 1.13
added @package and @author tags
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Tue Oct 14 19:59:31 2003 UTC (4 years, 10 months ago) by ke
Branch:
MAIN
Changes since 1.12: +52 -12 lines
Diff to previous 1.12
-Fixed broken add and delete functions by loading globals
-added return of extra information during adding of keys
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Mon Oct 6 22:47:25 2003 UTC (4 years, 10 months ago) by ke
Branch:
MAIN
Changes since 1.11: +95 -18 lines
Diff to previous 1.11
-Added error handling to import key functions
-Added ability to return new keys
-Set keyring to contain new keys upon import
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Sat Oct 4 00:50:44 2003 UTC (4 years, 10 months ago) by ke
Branch:
MAIN
Changes since 1.10: +41 -16 lines
Diff to previous 1.10
-Added basic error handling to fetchKeys() function
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Mon Sep 29 19:53:41 2003 UTC (4 years, 10 months ago) by brian
Branch:
MAIN
Changes since 1.9: +607 -349 lines
Diff to previous 1.9
- added page header
- manually added all previous commit log entries
- added prototype document blocks to all functions
- normalized code indentation to match coding standards
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Thu Aug 14 02:40:36 2003 UTC (5 years ago) by vermette
Branch:
MAIN
Changes since 1.8: +21 -6 lines
Diff to previous 1.8
replaced getstart.mod with getstart.php. Integrated key generation into consolidated UI. Removed unused components.
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Sat Aug 2 01:54:53 2003 UTC (5 years ago) by vermette
Branch:
MAIN
Changes since 1.7: +30 -41 lines
Diff to previous 1.7
added signing key functionality to consolidated interface. Removed old signing key page from keymgmt.mod, but left file in cvs because it's used in getstart.mod. Added viewing of secret keyring.
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Sun Jul 20 06:44:47 2003 UTC (5 years, 1 month ago) by vermette
Branch:
MAIN
Changes since 1.6: +37 -1 lines
Diff to previous 1.6
added key emailing. added click-thru from key view to compose to key owner. Speed enhancements on keyview.
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Thu Jul 17 07:33:07 2003 UTC (5 years, 1 month ago) by vermette
Branch:
MAIN
Changes since 1.5: +7 -3 lines
Diff to previous 1.5
time-saving modifications to hack around gpg's lack of ability to restrict output size. Added system keyring into consolidated interface.
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Fri Jul 11 07:43:12 2003 UTC (5 years, 1 month ago) by vermette
Branch:
MAIN
Changes since 1.4: +10 -1 lines
Diff to previous 1.4
added search to keyring_main
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Fri Jul 11 06:54:03 2003 UTC (5 years, 1 month ago) by vermette
Branch:
MAIN
Changes since 1.3: +29 -0 lines
Diff to previous 1.3
keyring work. Added chunking, first/prev/next/last, sorting, and ascending v. descending sorted view. Also modified key table to give more info.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Tue Jul 8 19:10:29 2003 UTC (5 years, 1 month ago) by vermette
Branch:
MAIN
Changes since 1.2: +24 -28 lines
Diff to previous 1.2
tightening error messaging. UI work on gpg_keyring class. Proper display of empty keyring
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Tue Jul 8 18:03:44 2003 UTC (5 years, 1 month ago) by vermette
Branch:
MAIN
Changes since 1.1: +263 -63 lines
Diff to previous 1.1
adding new functionality, minor reorg
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue Jul 1 06:22:24 2003 UTC (5 years, 1 month ago) by vermette
Branch:
MAIN
new file for up-and-coming keyring class
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.