[Skip to Content]
homehome
contact CTIcontact
feedrss

Recent Development Log Entries


kylehuff pushed to webpg-chrome/master 2011-08-27 12:04:34

Repository: webpg-chrome

Added Windows 32bit plugin binary

    Files added:
    • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.1.18b.dll
    Files modified:
    • extension/manifest.json

    kylehuff pushed to webpg-chrome/master 2011-08-27 12:00:16

    Repository: webpg-chrome

    Minor edits for debugging, 1 issue resolution

    • Fixed issue with UID length on key generation; closes #5
    Files modified:
    • extension/background.html
    • extension/options.html
    • extension/webpg.js

    kylehuff pushed to webpg-chrome/master 2011-07-31 17:17:41

    Repository: webpg-chrome

    Changes to parsing and display logic

    • Fixed issue with reference to changed iter; closes #2
    • Fixed issue with inline detection and display of PGP Data; closes #3
    • Refreshed Linux-x86 binary
    Files modified:
    • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
    • extension/webpg.js
    • extension/webpg_results.html

    kylehuff pushed to webpg-npapi/master 2011-07-30 18:49:07

    Repository: webpg-npapi

    Bugfix and version bump

    • Fixed issue with GPG_ERR_INV_ARMOR in a round-about way
    • Bumped version to v0.1.18
    • Closes #1
    Files modified:
    • webpgPlugin/webpgPluginAPI.cpp

    kylehuff pushed to webpg-chrome/master 2011-07-30 14:41:59

    Repository: webpg-chrome

    Closes #1

      Files modified:
      • extension/webpg_results.html

      kylehuff pushed to webpg-chrome/master 2011-07-28 23:47:58

      Repository: webpg-chrome

      Added missing menu actions

        Files modified:
        • extension/browser_action_menu.html

        kylehuff pushed to webpg-chrome/master 2011-07-28 23:23:45

        Repository: webpg-chrome

        Added page for testing functionality of extension

          Files added:
          • extension_tests/various_tests.html

          kylehuff pushed to webpg-chrome/master 2011-07-28 23:22:49

          Repository: webpg-chrome

          Initial project repository

            Files added:
            • .gitignore

            Mostly working... few things left to implement

            • PGP Data blocks are parsed and handled inline on web pages
            • Public/Private Key managment is nearly complete
            • This commit includes a debuggin build of the webpg-npapi plugin for x86 systems only
            Files added:
            • extension/background.html
            • extension/browser_action_menu.html
            • extension/images/badges/stock_signature-bad.png
            • extension/images/badges/stock_signature-ok.png
            • extension/images/badges/stock_signature.png
            • extension/images/cancel.png
            • extension/images/check.png
            • extension/images/expand-collapse.gif
            • extension/images/menumask.png
            • extension/images/webpg-16.png
            • extension/images/webpg-32.png
            • extension/images/webpg-48.png
            • extension/images/webpg-64.png
            • extension/jquery/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
            • extension/jquery/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
            • extension/jquery/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
            • extension/jquery/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
            • extension/jquery/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
            • extension/jquery/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png
            • extension/jquery/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png
            • extension/jquery/css/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
            • extension/jquery/css/dot-luv/images/ui-icons_00498f_256x240.png
            • extension/jquery/css/dot-luv/images/ui-icons_98d2fb_256x240.png
            • extension/jquery/css/dot-luv/images/ui-icons_9ccdfc_256x240.png
            • extension/jquery/css/dot-luv/images/ui-icons_ffffff_256x240.png
            • extension/jquery/css/dot-luv/jquery-ui-1.8.14.custom.css
            • extension/jquery/js/jquery-1.5.1.min.js
            • extension/jquery/js/jquery-ui-1.8.14.custom.min.js
            • extension/jquery/js/jquery.passwordStrength.js
            • extension/manifest.json
            • extension/options.html
            • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
            • extension/webpg.js
            • extension/webpg_results.html

            kylehuff pushed to webpg-npapi/master 2011-07-28 22:42:47

            Repository: webpg-npapi

            Lots of key editing methods/logic

            • Added method for creating a new UID
            • Added method to delete UIDs
            • Added method for specifying a new primary UID
            • Added method for changing the expiration of keys
            • Made minor edits to whitespace, notes and descriptions
            Files modified:
            • webpgPlugin/keyedit.h
            • webpgPlugin/webpgPluginAPI.cpp
            • webpgPlugin/webpgPluginAPI.h

            kylehuff pushed to webpg-npapi/master 2011-07-28 00:02:00

            Repository: webpg-npapi

            Added more options/methods

            • Added an edit method to assign a trust value to keys
            • Added the owner trust object to the key object
            • Misc. description/note edits
            Files modified:
            • webpgPlugin/keyedit.h
            • webpgPlugin/webpgPluginAPI.cpp
            • webpgPlugin/webpgPluginAPI.h

            kylehuff pushed to webpg-npapi/master 2011-07-27 20:18:16

            Repository: webpg-npapi

            Made additions to keylist return object

            • Added pubkey_algo fields to subkeys
            • Converted UID signature list to map - it now includes all of the available fields from gpgme_key_sig_t
            Files modified:
            • webpgPlugin/webpgPluginAPI.cpp

            kylehuff pushed to webpg-npapi/master 2011-07-26 14:26:30

            Repository: webpg-npapi

            Added methods for deleting public and private keys

              Files modified:
              • webpgPlugin/webpgPluginAPI.cpp
              • webpgPlugin/webpgPluginAPI.h

              kylehuff pushed to webpg-npapi/master 2011-07-25 23:17:51

              Repository: webpg-npapi

              Fixed bug where signed messages would not return if not also encrypted

                Files modified:
                • webpgPlugin/webpgPluginAPI.cpp

                kylehuff pushed to webpg-npapi/master 2011-07-25 20:10:02

                Repository: webpg-npapi

                Initial project repository

                Files added:

                • .gitignore

                Added submodule firebreath, branch 'firebreath-1.5'

                Files added:

                • .gitmodules
                • firebreath

                Added base NPAPI plugin structure

                Files added:

                • webpgPlugin/CMakeLists.txt
                • webpgPlugin/Factory.cpp
                • webpgPlugin/Mac/bundle_template/Info.plist
                • webpgPlugin/Mac/bundle_template/InfoPlist.strings
                • webpgPlugin/Mac/bundle_template/Localized.r
                • webpgPlugin/Mac/projectDef.cmake
                • webpgPlugin/PluginConfig.cmake
                • webpgPlugin/Win/WiX/webpgPluginInstaller.wxs
                • webpgPlugin/Win/projectDef.cmake
                • webpgPlugin/X11/projectDef.cmake
                • webpgPlugin/webpgPlugin.cpp
                • webpgPlugin/webpgPlugin.h
                • webpgPlugin/webpgPluginAPI.cpp
                • webpgPlugin/webpgPluginAPI.h

                Added dynamic linking to libgpgme and libgpg-error

                Files modified:

                • webpgPlugin/Mac/projectDef.cmake
                • webpgPlugin/Win/projectDef.cmake
                • webpgPlugin/X11/projectDef.cmake

                Added initial methods for interaction with GnuPG

                Files added:

                • webpgPlugin/keyedit.h

                Files modified:

                • webpgPlugin/PluginConfig.cmake
                • webpgPlugin/webpgPlugin.h
                • webpgPlugin/webpgPluginAPI.cpp
                • webpgPlugin/webpgPluginAPI.h

                Added a page for testing plugin methods

                Files added:

                • plugin_tests/various_tests.html

                Added README file

                Files added:

                • README

                kylehuff pushed to gpgauth-chrome/v1.0 2011-02-07 16:42:45

                Repository: gpgauth-chrome

                Bugfixes and version bump

                • Fixed bug where missing domain key would break dialog
                • Bumped version to v1.0.412
                Files modified:
                • extension/background.html
                • extension/manifest.json

                 
                mod_python  gpgAuth Enabled