..
CMakeLists.txt
Implement more unit tests
2014-11-23 12:35:13 +01:00
clicommand.cpp
Add an option that hides CLI commands
2014-11-17 18:42:22 +01:00
clicommand.hpp
Add an option that hides CLI commands
2014-11-17 18:42:22 +01:00
daemoncommand.cpp
Make the config parser thread-safe
2014-11-28 06:48:27 +01:00
daemoncommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
featuredisablecommand.cpp
Implement support for running specific CLI commands as root
2014-10-24 15:29:46 +02:00
featuredisablecommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
featureenablecommand.cpp
Implement support for running specific CLI commands as root
2014-10-24 15:29:46 +02:00
featureenablecommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
featurelistcommand.cpp
Validate number of arguments
2014-10-24 13:19:00 +02:00
featurelistcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
featureutility.cpp
Add missing include
2014-10-24 07:45:49 +02:00
featureutility.hpp
Cli: Refactor feature {enable,disable,list} code
2014-10-21 18:53:14 +02:00
i2-cli.hpp
Add missing file
2014-10-20 21:16:06 +02:00
nodeaddcommand.cpp
Rename --agent to --zone (for blacklist/whitelist)
2014-10-31 11:53:44 +01:00
nodeaddcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
nodeblackandwhitelistcommand.cpp
Fix static initializers
2014-11-11 13:24:44 +01:00
nodeblackandwhitelistcommand.hpp
Fix static initializers
2014-11-11 13:24:44 +01:00
nodelistcommand.cpp
Rename --agent to --zone (for blacklist/whitelist)
2014-10-31 11:53:44 +01:00
nodelistcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
noderemovecommand.cpp
Rename --agent to --zone (for blacklist/whitelist)
2014-10-31 11:53:44 +01:00
noderemovecommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
nodesetcommand.cpp
Rename --agent to --zone (for blacklist/whitelist)
2014-10-31 11:53:44 +01:00
nodesetcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
nodesetupcommand.cpp
Fix another incorrect argument name
2014-11-18 16:48:58 +01:00
nodesetupcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
nodeupdateconfigcommand.cpp
cli: Fix node update-config errors
2014-12-04 17:56:28 +01:00
nodeupdateconfigcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
nodeutility.cpp
cli: Fix node update-config errors
2014-12-04 17:56:28 +01:00
nodeutility.hpp
cli: Fix node update-config errors
2014-12-04 17:56:28 +01:00
nodewizardcommand.cpp
Remove some more redundant code from "node wizard"
2014-11-13 15:32:41 +01:00
nodewizardcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
objectlistcommand.cpp
cli: Fix node update-config errors
2014-12-04 17:56:28 +01:00
objectlistcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
pkinewcacommand.cpp
Cli: Move pki command funactionality into PkiUtility class
2014-10-21 16:02:44 +02:00
pkinewcacommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
pkinewcertcommand.cpp
Rename PKI arguments
2014-10-22 16:01:59 +02:00
pkinewcertcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
pkirequestcommand.cpp
Rename PKI arguments
2014-10-22 16:01:59 +02:00
pkirequestcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
pkisavecertcommand.cpp
Rename PKI arguments
2014-10-22 16:01:59 +02:00
pkisavecertcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
pkisigncsrcommand.cpp
Rename PKI arguments
2014-10-22 16:01:59 +02:00
pkisigncsrcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
pkiticketcommand.cpp
Use VariableUtility for "pki ticket"
2014-10-30 15:25:34 +01:00
pkiticketcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
pkiutility.cpp
Replace boost::shared_ptr with boost::intrusive_ptr
2014-11-09 16:54:41 +01:00
pkiutility.hpp
Clean up the "agent setup" command a bit
2014-10-23 03:35:01 +02:00
replcommand.cpp
Show source line information for the "repl" command
2014-11-28 06:29:38 +01:00
replcommand.hpp
Implement more unit tests
2014-11-23 12:35:13 +01:00
repositoryclearchangescommand.cpp
Move the "repository commit --clear" functionality into a separate command
2014-10-31 13:27:29 +01:00
repositoryclearchangescommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
repositorycommitcommand.cpp
Move the "repository commit --clear" functionality into a separate command
2014-10-31 13:27:29 +01:00
repositorycommitcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
repositoryobjectcommand.cpp
Fix static initializers
2014-11-11 13:24:44 +01:00
repositoryobjectcommand.hpp
Fix static initializers
2014-11-11 13:24:44 +01:00
repositoryutility.cpp
cli: Fix node update-config errors
2014-12-04 17:56:28 +01:00
repositoryutility.hpp
cli: Fix node update-config errors
2014-12-04 17:56:28 +01:00
variablegetcommand.cpp
Use VariableUtility for "pki ticket"
2014-10-30 15:25:34 +01:00
variablegetcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
variablelistcommand.cpp
Use VariableUtility for "pki ticket"
2014-10-30 15:25:34 +01:00
variablelistcommand.hpp
Speed up type lookups
2014-11-07 12:39:32 +01:00
variableutility.cpp
Replace boost::shared_ptr with boost::intrusive_ptr
2014-11-09 16:54:41 +01:00
variableutility.hpp
Use VariableUtility for "pki ticket"
2014-10-30 15:25:34 +01:00