summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Adam Malinowski [Tue, 16 Dec 2014 11:08:44 +0000 (12:08 +0100)]
Fix installing plugins
Directory %{_libdir}/cynara/plugin/ belongs to cynara so RPM gives
conflict error. Files must be installed in leaf directories.
Change-Id: I530235aa7da4f0be73ae1102a8b048e76efd505b
Adam Malinowski [Mon, 29 Dec 2014 17:19:26 +0000 (18:19 +0100)]
Adjust plugins to new plugin API
A change has been introduced in cynara plugin API.
getSupportedPolicyTypes was removed and getSupportedPolicyDescr
was added. This patch adapts ask user plugins to new API.
Change-Id: I4b2e7ee1b12f120f2e414b927620239ab0191c19
Zofia Abramowska [Mon, 8 Dec 2014 14:45:21 +0000 (15:45 +0100)]
Add deny types
Change-Id: Ife48273f31f8a07e719d9b8037ed52a1fc2f5b5e
Zofia Abramowska [Mon, 1 Dec 2014 17:47:14 +0000 (18:47 +0100)]
Add AskUser cynara client and server side plugins
Change-Id: Id6d30097eac100c5462c60b5bac7c41c3a39f6a7
Zofia Abramowska [Mon, 1 Dec 2014 15:58:10 +0000 (16:58 +0100)]
Add translation methods between agent<->cynara<->plugin
Change-Id: Ifd24baca36d9afed2b5201b44054d03584216f22
Adam Malinowski [Fri, 28 Nov 2014 13:00:01 +0000 (14:00 +0100)]
Add main agent class
Agent class has been added and its usage in main.cpp file.
Change-Id: Iaec77d164c966a389df97e415febdca6622dc082
Adam Malinowski [Fri, 7 Nov 2014 10:29:37 +0000 (11:29 +0100)]
Initial commit
Add basic structure of project
Change-Id: Idc98fcc1c194562c23b354986d190fb8f20fca75
Sriram Ramkrishna [Mon, 17 Nov 2014 21:53:05 +0000 (13:53 -0800)]
Initial empty repository