[Skip to Content]
homehome
contact CTIcontact
feedrss

Recent Development Log Entries


kylehuff pushed to gpgauth-chrome/v1.0 2011-02-07 16:19:30

Repository: gpgauth-chrome

A few bugfixes

  • Fixed variable name only present in Chrome (not Chromium) when parsing header values
  • Added back in Caching of verified hosts; fixes "success" dialog after login.
Files modified:
  • extension/background.html
  • extension/gpgauth.js

kylehuff pushed to gpgauth/master 2011-02-06 15:45:19

Repository: gpgauth

Added gpgauth-php submodule

    Files added:
    • gpgauth-php
    Files modified:
    • .gitmodules

    kylehuff pushed to gpgauth/master 2011-02-06 15:19:13

    Repository: gpgauth

    Moved to tagged branches of the submodules

    • Moved to v1.0 branch of gpgauth-npapi submodule
    • Moved to v1.0 branch of gpgauth-chrome submodule
    Files modified:
    • gpgauth-chrome
    • gpgauth-npapi

    kylehuff pushed to gpgauth-npapi/v1.0 2011-02-06 15:17:09

    Repository: gpgauth-npapi

    kylehuff pushed to gpgauth-chrome/master 2011-02-06 15:13:49

    Repository: gpgauth-chrome

    Misc fixes

    • Fixed version string
    • Misc changes to the setup druid
    • Added auto-selecting key as default if no other key is enabled
    Files modified:
    • extension/background.html
    • extension/druid.html
    • extension/gpgauth.js
    • extension/manifest.json
    • extension/options.html

    kylehuff pushed to gpgauth-chrome/v1.0 2011-02-06 15:13:49

    Repository: gpgauth-chrome

    kylehuff pushed to gpgauth-npapi/v1.0.3 2011-02-06 15:09:46

    Repository: gpgauth-npapi

    kylehuff pushed to gpgauth-npapi/master 2011-02-06 14:54:32

    Repository: gpgauth-npapi

    Updated readme prior to adding release tag

      Files modified:
      • README

      kylehuff pushed to gpgauth-chrome/master 2011-02-03 21:52:56

      Repository: gpgauth-chrome

      Binary refresh of plugin object

      • Fixes win32 init crash
      • Reduces size of x86 and x86_64 linux binaries
      Files modified:
      • extension/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
      • extension/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
      • extension/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
      • extension/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll

      kylehuff pushed to gpgauth-npapi/master 2011-02-03 21:34:19

      Repository: gpgauth-npapi

      Minor update

      • Removed old Makefile
      • Minor updates to README
      Files modified:
      • README
      Files removed:
      • gpgAuthPlugin/Makefile

      kylehuff pushed to gpgauth-npapi/master 2011-02-03 20:38:13

      Repository: gpgauth-npapi

      Changes to building releases

      • Set default build type to MinSizeRel
      • modified keyedit methods to capture return of write()
      Files modified:
      • gpgAuthPlugin/PluginConfig.cmake
      • gpgAuthPlugin/keyedit.h

      kylehuff pushed to gpgauth-npapi/master 2011-02-03 20:01:21

      Repository: gpgauth-npapi

      Minor bugfix

      • Fixed bug with getenv() call on win32
      Files modified:
      • gpgAuthPlugin/gpgAuthPluginAPI.cpp

      kylehuff pushed to gpgauth-chrome/master 2011-02-03 19:59:44

      Repository: gpgauth-chrome

      Finishing the druid

      • Finished druid page
      • Set druid to open on first run
      • Created link to druid in options page
      Files modified:
      • extension/background.html
      • extension/druid.html
      • extension/options.html

      Kyle L. Huff pushed to gpgauth-npapi/master 2011-02-03 13:11:55

      Repository: gpgauth-npapi

      Changes to the basic structure and added submodule

        Files added:
        • .gitignore
        • .gitmodules
        • README
        • firebreath
        Files removed:
        • gpgAuthPlugin/README

        Updated readme

          Files modified:
          • README

          firebreath submodule update

            Files modified:
            • firebreath

            kylehuff pushed to gpgauth/master 2011-02-02 13:14:48

            Repository: gpgauth

            Changing repository structure

            • I separated out the various client/server/utility projects into separate repositories.
            • Submodules added:
            • https://github.com/gpgauth/gpgauth-chrome
            • https://github.com/gpgauth/gpgauth-npapi
            Files added:
            • .gitmodules
            • gpgauth-chrome
            • gpgauth-npapi
            Files modified:
            • README
            Files removed:
            • gpgAuthPlugin/CMakeLists.txt
            • gpgAuthPlugin/Factory.cpp
            • gpgAuthPlugin/Mac/bundle_template/Info.plist
            • gpgAuthPlugin/Mac/bundle_template/InfoPlist.strings
            • gpgAuthPlugin/Mac/bundle_template/Localized.r
            • gpgAuthPlugin/Mac/np_macmain.cpp
            • gpgAuthPlugin/Mac/projectDef.cmake
            • gpgAuthPlugin/Makefile
            • gpgAuthPlugin/PluginConfig.cmake
            • gpgAuthPlugin/README
            • gpgAuthPlugin/Win/WiX/gpgAuthPluginInstaller.wxs
            • gpgAuthPlugin/Win/dllmain.cpp
            • gpgAuthPlugin/Win/np_winmain.cpp
            • gpgAuthPlugin/Win/projectDef.cmake
            • gpgAuthPlugin/X11/np_x11main.cpp
            • gpgAuthPlugin/X11/projectDef.cmake
            • gpgAuthPlugin/gpgAuthPlugin.cpp
            • gpgAuthPlugin/gpgAuthPlugin.h
            • gpgAuthPlugin/gpgAuthPluginAPI.cpp
            • gpgAuthPlugin/gpgAuthPluginAPI.h
            • gpgAuthPlugin/keyedit.h
            • gpgauth-chrome/README
            • gpgauth-chrome/analytics.js
            • gpgauth-chrome/background.html
            • gpgauth-chrome/dialogs/enabled.html
            • gpgauth-chrome/dialogs/popup.html
            • gpgauth-chrome/dialogs/popup_error.html
            • gpgauth-chrome/dialogs/success.html
            • gpgauth-chrome/druid.html
            • gpgauth-chrome/gpgauth.js
            • gpgauth-chrome/images/badges/authenticated.png
            • gpgauth-chrome/images/badges/default.png
            • gpgauth-chrome/images/badges/error.png
            • gpgauth-chrome/images/badges/server_verified.png
            • gpgauth-chrome/images/badges/stock_signature.png
            • gpgauth-chrome/images/badges/verified_auth.png
            • gpgauth-chrome/images/cancel.png
            • gpgauth-chrome/images/check.png
            • gpgauth-chrome/images/expand-collapse.gif
            • gpgauth-chrome/images/gpgauth-128.png
            • gpgauth-chrome/images/gpgauth-16.png
            • gpgauth-chrome/images/gpgauth-32.png
            • gpgauth-chrome/images/gpgauth-48.png
            • gpgauth-chrome/images/help_arrow.png
            • gpgauth-chrome/images/menumask.png
            • gpgauth-chrome/images/section_header.png
            • gpgauth-chrome/images/wait.gif
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_222222_256x240.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_4b8e0b_256x240.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_a83300_256x240.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_cccccc_256x240.png
            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_ffffff_256x240.png
            • gpgauth-chrome/jquery/css/ui-darkness/jquery-ui-1.8.4.custom.css
            • gpgauth-chrome/jquery/js/jquery-1.4.2.min.js
            • gpgauth-chrome/jquery/js/jquery-ui-1.8.4.custom.min.js
            • gpgauth-chrome/jquery/js/jquery.passwordStrength.js
            • gpgauth-chrome/manifest.json
            • gpgauth-chrome/options.html
            • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Info.plist
            • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
            • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Resources/English.lproj/InfoPlist.strings
            • gpgauth-chrome/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
            • gpgauth-chrome/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
            • gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll
            • gpgauth-client-process-chrome.pdf
            • gpgauth-firefox/.gitignore
            • gpgauth-firefox/AUTHORS
            • gpgauth-firefox/CHANGELOG
            • gpgauth-firefox/README
            • gpgauth-firefox/build.sh
            • gpgauth-firefox/chrome.manifest
            • gpgauth-firefox/config_build.sh
            • gpgauth-firefox/content/dialogs/about.xul
            • gpgauth-firefox/content/dialogs/gpgauth_dialog.js
            • gpgauth-firefox/content/dialogs/gpgauth_dialog.xul
            • gpgauth-firefox/content/dialogs/options.js
            • gpgauth-firefox/content/dialogs/options.xul
            • gpgauth-firefox/content/firefoxOverlay.xul
            • gpgauth-firefox/content/gpgAuthPlugin.xul
            • gpgauth-firefox/content/gpgauth.js
            • gpgauth-firefox/content/gpgauth.png
            • gpgauth-firefox/defaults/preferences/gpgauth.js
            • gpgauth-firefox/generate_docs.sh
            • gpgauth-firefox/install.rdf
            • gpgauth-firefox/locale/en-US/about.dtd
            • gpgauth-firefox/locale/en-US/gpgauth.properties
            • gpgauth-firefox/locale/en-US/prefwindow.dtd
            • gpgauth-firefox/platform/Linux_x86-gcc3/plugins/npgpgAuthPlugin.so
            • gpgauth-firefox/skin/gpgauth.css
            • gpgauth-firefox/skin/gpgauth_status.css
            • gpgauth-firefox/skin/opt-gpgauth.png
            • gpgauth-firefox/skin/sb-gpgauth.png
            • gpgauth-firefox/skin/sw-body-gpgauth.png
            • gpgauth-firefox/skin/sw-close-gpgauth.png
            • gpgauth-firefox/skin/sw-header-gpgauth.png
            • gpgauth-server/README
            • gpgauth-server/php-example/README
            • gpgauth-server/php-example/index.php

            Refreshed gpgauth-chrome submodule

              Files modified:
              • gpgauth-chrome

               
              mod_python  gpgAuth Enabled