Move to CYNAGORA
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 3 Oct 2019 15:58:02 +0000 (17:58 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 4 Oct 2019 14:02:32 +0000 (16:02 +0200)
commit9cffedba0dfcf845c34901051d24a4b967ec824d
treefb648b8c7056cd7f46e0c14589f12c5a857df150
parentb5bd40e1e68b739307e20e19d2164c5b370846df
Move to CYNAGORA

Rename everything to match the new name of cynagora

Change-Id: I7e529def486ca5721164b338d2c615996fbc6ca4
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
44 files changed:
CMakeLists.txt
README.md
compat/CMakeLists.txt
compat/README-compat.md [new file with mode: 0644]
compat/src/CMakeLists.txt
compat/src/lib-compat.c
cynagora.initial [moved from cynara.initial with 95% similarity]
pkgconfig/CMakeLists.txt
pkgconfig/cynagora.pc.in [new file with mode: 0644]
pkgconfig/cynara.pc.in [deleted file]
src/CMakeLists.txt
src/README-src.md [moved from src/SOURCES.md with 100% similarity]
src/agent-at.c
src/cache.c
src/cache.h
src/cyn-protocol.c [new file with mode: 0644]
src/cyn-protocol.h [moved from src/rcyn-protocol.h with 85% similarity]
src/cyn-server.c [moved from src/rcyn-server.c with 92% similarity]
src/cyn-server.h [moved from src/rcyn-server.h with 78% similarity]
src/cyn.c
src/cyn.h
src/cynagora-protocol.txt [moved from src/rcyn-protocol.txt with 97% similarity]
src/cynagora.c [moved from src/rcyn-client.c with 51% similarity]
src/cynagora.h [moved from src/rcyn-client.h with 52% similarity]
src/export-cynagora-core.map [moved from src/export-cynara-core.map with 100% similarity]
src/export-cynagora.map [moved from src/export-cynara-client.map with 66% similarity]
src/filedb.c
src/main-cynagorad.c [moved from src/main-cynarad.c with 89% similarity]
src/main-cynagoradm.c [moved from src/main-cynadm.c with 93% similarity]
src/rcyn-protocol.c [deleted file]
systemd/CMakeLists.txt
systemd/cynagora-admin.socket.in [moved from systemd/cynara-admin.socket.in with 52% similarity]
systemd/cynagora-agent.socket.in [moved from systemd/cynara-agent.socket.in with 52% similarity]
systemd/cynagora-check.socket.in [moved from systemd/cynara-check.socket.in with 52% similarity]
systemd/cynagora.service [new file with mode: 0644]
systemd/cynagora.target [moved from systemd/cynara.target with 53% similarity]
systemd/cynara.service [deleted file]
systemd/sockets.target.wants/cynagora-admin.socket [new symlink]
systemd/sockets.target.wants/cynagora-agent.socket [new symlink]
systemd/sockets.target.wants/cynagora-check.socket [new symlink]
systemd/sockets.target.wants/cynara-admin.socket [deleted symlink]
systemd/sockets.target.wants/cynara-agent.socket [deleted symlink]
systemd/sockets.target.wants/cynara-check.socket [deleted symlink]
tests/stress-cache.sh