1. 17 Feb, 2014 1 commit
  2. 16 Feb, 2014 10 commits
  3. 15 Feb, 2014 6 commits
  4. 14 Feb, 2014 10 commits
  5. 13 Feb, 2014 4 commits
  6. 12 Feb, 2014 2 commits
  7. 11 Feb, 2014 6 commits
  8. 10 Feb, 2014 1 commit
    • Steve Holme's avatar
      tool_cfgable: Moved easy handle cleanup to fix pingpong logout issues · c8d1733d
      Steve Holme authored
      Commmit c5f8e2f5 removed the easy handle clean-up from tool_operate,
      letting the code that was already present in free_config_fields()
      perform the task. Unfortunately, this wasn't the correct place to do
      this as it broke protocols, that would perform a logout, as the main
      clean-up in tool_main had already been called.
      c8d1733d