1. 15 Oct, 2015 2 commits
    • A problem is observed when running stc with same local and remote username.
      The public key of local user is overridden by the key of remote user.
      As a result, stc cannot login to the remote host.
      
      For now, we let the public key of local user overrides the key of remote user.
      But eventually we need a better solution for username collision.
      
      Change-Id: I750fd129a2dcd4920683599b6c562d3beb84e95d
      Charles Chan authored
    • Change-Id: I6e0ad8fb83d18eb25f1386f02258dc055920724b
      Charles Chan authored
  2. 14 Oct, 2015 3 commits
  3. 13 Oct, 2015 9 commits
  4. 12 Oct, 2015 5 commits
  5. 10 Oct, 2015 1 commit
  6. 09 Oct, 2015 14 commits
  7. 08 Oct, 2015 6 commits
    • Change-Id: I83936f4fff577b0f23404560c6ecfbc0c9f18e2e
      Aaron Kruglikov authored
    • Change-Id: Ia95717ff173b2e3e1198bdd0fafef7cb0aa8f734
      Satish K authored
    • need deploy three applications, but now vtn/vtnweb/vtnrsc as three
      bundles are packaged as a single application. instead to install three
      application. of cource if the other apps want to depend on any one of
      three bundles, it can do.
      
      Change-Id: I3535b36ac082dbb90cb714ba83d2336c950a22a1
      samueljcc authored
    • The isolation level of TransactionalMap is repeatable read. Read values
      for the same key don't change during a transaction. The removed
      branch is never executed because the variable "before" is null.
      
      Change-Id: I5cd1f7a488e3585d5a1e92dd5b50d52261edf415
      Sho SHIMIZU authored
    •  - added "query" glyph.
       - added glyphDefined() predicate to glyph service.
       - made sure query glyph is displayed if a device type for which there is no corresponding glyph is encountered.
      
      Change-Id: Id5339ad3b666b885e096ced57760c5f84d8bcfc2
      Simon Hunt authored
    • - parameterize the UDP port of the RADIUS server
      - clean up some unused constants
      - refactor config code to reduce repetitive code
      
      Change-Id: I797dabd12c8ccd522f1ab0812c2b03da7264f2c0
      Ray Milkey authored