summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Add host boot commands, pooulate variant functionsadd-server-commandsEvgeniy Alexeev7-11/+89
2022-10-10Begin to add variant typeEvgeniy Alexeev8-28/+167
2022-10-10Modify status commands in serverEvgeniy Alexeev2-7/+3
2022-10-10Add power&policy status, get sdbus property funcEvgeniy Alexeev8-10/+115
2022-10-08Refactor d_bus_commands to separate fileironcaterpillar5-78/+119
2022-10-07Add power policy commands, refactorEvgeniy Alexeev8-148/+170
2022-10-06Add server power commands helpEvgeniy Alexeev1-21/+38
2022-10-06Add unknown power command error messageEvgeniy Alexeev1-1/+5
2022-10-06Fix host power dbus property nameEvgeniy Alexeev1-1/+1
2022-10-06Add .gitignoreEvgeniy Alexeev1-0/+4
2022-10-06Add sdbus, server power commandsEvgeniy Alexeev10-5/+346
2022-09-29Remive host include dirkx1-1/+1
2022-09-29users: check passwd error messagekx1-1/+2
2022-09-29users: check usage() functionskx1-2/+8
2022-09-29users: passwdkx3-6/+76
2022-09-28Use full path to system's commands instead of set PATH for priv-admin userskx1-1/+1
2022-09-28Poweroff command for admin userkx3-0/+11
2022-09-28Use one get_args() for all users commandskx1-50/+137
2022-09-28users list command implementationkx12-172/+455
2022-09-24all can list usersAndrey V.Kosteltsev1-0/+2
2022-09-24Ctrl-D for all users: fix mistakeAndrey V.Kosteltsev1-2/+0
2022-09-24Ctrl-D for all usersAndrey V.Kosteltsev1-6/+3
2022-09-24UI create only users which can be added into admin, operator,user groupsAndrey V.Kosteltsev2-28/+79
2022-09-24Call id without argsAndrey V.Kosteltsev1-2/+2
2022-09-24Add id commandAndrey V.Kosteltsev3-0/+13
2022-09-24Initial commitAndrey V.Kosteltsev11-0/+1025