summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-10-12Add server commandsHEADmasterEvgeniy Alexeev17-6/+753
Squashed commit of the following: commit 4ca788c95231709813bbe99220f93b4ef3e9c4ef Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Wed Oct 12 12:19:45 2022 +0500 Add host boot commands, pooulate variant functions commit 21c36beefd0304a600a2f781a60559f647d569fb Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Mon Oct 10 19:07:45 2022 +0500 Begin to add variant type commit b6f6416fa4dfbff9c677c4491fb42c5d3adb9d44 Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Mon Oct 10 14:04:30 2022 +0500 Modify status commands in server commit 72405cee84fbddb8866a8a3d96350010266fc137 Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Mon Oct 10 13:35:37 2022 +0500 Add power&policy status, get sdbus property func commit 81f88de144d6803bf4d53986193bf342772367eb Author: ironcaterpillar <ironcaterpillar@yandex.ru> Date: Sat Oct 8 13:42:22 2022 +0500 Refactor d_bus_commands to separate file commit 224e5b8317e7e3ffbb04ada342447bf678297002 Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Fri Oct 7 19:18:14 2022 +0500 Add power policy commands, refactor commit 94427ebcf778a2c0cc148c0344002491abdb052c Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Thu Oct 6 18:23:42 2022 +0500 Add server power commands help commit 6888ffd32af65cb984792a47f65983207c00467e Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Thu Oct 6 17:31:26 2022 +0500 Add unknown power command error message commit 5d1b4a2000820de903f10959b499c758eba383e0 Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Thu Oct 6 15:54:37 2022 +0500 Fix host power dbus property name commit 49f8a15abdfb749427bd5769725b3ad54dc0583b Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Thu Oct 6 13:27:37 2022 +0500 Add .gitignore commit 96569d5f9c7f245fd82545919a1910828c1058d9 Author: Evgeniy Alexeev <e.alekseev@k-soft-spb.ru> Date: Thu Oct 6 13:27:10 2022 +0500 Add sdbus, server power commands
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