Commits on Aug 16, 2017

  1. autotools: move tools from sbin to bin

    sbin is for critical startup utilities. tpm2-tools should
    be in regular bin.
    
    Verified by setting DESTDIR=~/tmp and that make install sends
    it to /tmp/usr/local/bin.
    
    Fixes: #404
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 16, 2017
    Copy the full SHA
    de307e8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    williamcroberts committed Aug 16, 2017
    Copy the full SHA
    e7c1933 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. password_util: rename to tpm2_password_util

    Rename password_util and routines to be compliant with
    coding standard.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    014ea50 View commit details
    Browse the repository at this point in the history
  2. tpm2_password_util: add from optarg handler

    Add a routine for replacing the remaining tpm2_password_util
    routines. The new routine will be used to handle optarg
    directly, and avoid the need of the -X argument.
    
    Also add tests.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    69eef0c View commit details
    Browse the repository at this point in the history
  3. tpm2_create: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Update the manpage to include new string password formating
    options.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    f7eeebc View commit details
    Browse the repository at this point in the history
  4. tpm2_createprimary: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    ddc9df9 View commit details
    Browse the repository at this point in the history
  5. tpm2_load: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    5dce817 View commit details
    Browse the repository at this point in the history
  6. tpm2_quote: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    483ad45 View commit details
    Browse the repository at this point in the history
  7. tpm2_takeownership: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    9844568 View commit details
    Browse the repository at this point in the history
  8. tpm2_getpubek: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    9c06710 View commit details
    Browse the repository at this point in the history
  9. tpm2_getpubak: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    c73ccda View commit details
    Browse the repository at this point in the history
  10. tpm2_activatecredential: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    7befa28 View commit details
    Browse the repository at this point in the history
  11. tpm2_nvread: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    b0c2d11 View commit details
    Browse the repository at this point in the history
  12. tpm2_nvreadlock: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    aea6bc5 View commit details
    Browse the repository at this point in the history
  13. tpm2_nvwrite: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    8ddfaf6 View commit details
    Browse the repository at this point in the history
  14. tpm2_nvdefine: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    acac8c2 View commit details
    Browse the repository at this point in the history
  15. tpm2_nvrelease: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    07c9c35 View commit details
    Browse the repository at this point in the history
  16. tpm2_hmac: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    f57f8f0 View commit details
    Browse the repository at this point in the history
  17. tpm2_certify: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    bd76419 View commit details
    Browse the repository at this point in the history
  18. tpm2_encryptdecrypt: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    6cbf804 View commit details
    Browse the repository at this point in the history
  19. tpm2_evictcontrol: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    5efb4b5 View commit details
    Browse the repository at this point in the history
  20. tpm2_rsadecrypt: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    1a7303d View commit details
    Browse the repository at this point in the history
  21. tpm2_sign: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    72566cf View commit details
    Browse the repository at this point in the history
  22. tpm2_unseal: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    b9f7d32 View commit details
    Browse the repository at this point in the history
  23. tpm2_dictionarylockout: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    c952d7b View commit details
    Browse the repository at this point in the history
  24. tpm2_password_util: drop unused routines

    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    c4e0f35 View commit details
    Browse the repository at this point in the history
  25. tpm2_readpublic.c: drop unused include

    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    0f6a6de View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    818824f View commit details
    Browse the repository at this point in the history