Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tarun200897 winauth import #658

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 3, 2016

  1. Initial Commit

    Initial extraction of data from winauth export is done. Json.NET update
    to 8.0.1.
    k-tarun committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    eb7f0f2 View commit details
    Browse the repository at this point in the history
  2. Apphost config

    k-tarun committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    02ca9e7 View commit details
    Browse the repository at this point in the history
  3. Prevent redownloading redistributable

    Prevents the download of the redistributable when it already exists.
    k-tarun committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    bf75cc4 View commit details
    Browse the repository at this point in the history
  4. Complete WinAuth Import

    Functions are now complete. Working for single account. Multiple
    accounts not tested.
    k-tarun committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    b266703 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Fixes root method

    Fixes the device id extraction in root method.
    k-tarun committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    8acfbaa View commit details
    Browse the repository at this point in the history
  2. Improved GUI, Feature Update

    This commit brings the following changes.
    1. A better GUI
    2. Ability to load protected export zips
    3. Ability to select which account to import in case of multiple
    accounts in the export file.
    4. Removed dependency on System.Web which is not available in client
    profile versions of .NET.
    k-tarun committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    12ce86e View commit details
    Browse the repository at this point in the history
  3. Fixes root method

    There was a typo in the previous root fix commit.
    k-tarun committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    c2bcf7a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Updated WinAuth importing

    Jessecar96 committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    5f0d7f2 View commit details
    Browse the repository at this point in the history