Initial import master
authorSuchang Woo <suchang.woo@samsung.com>
Thu, 16 Jul 2015 08:12:54 +0000 (17:12 +0900)
committerSuchang Woo <suchang.woo@samsung.com>
Thu, 16 Jul 2015 08:28:30 +0000 (17:28 +0900)
commitd966429452d4ff6a3527f0deb8db63be5b87f720
treea811fe0a17e1c6b69868cf1176eb99815227238b
parent99b1d99a4f93a6bf0786abc6ae5ad1f3d9415933
Initial import

Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
52 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE.Apache-2.0 [new file with mode: 0644]
backend/CMakeLists.txt [new file with mode: 0644]
backend/gdbm.c [new file with mode: 0644]
client/CMakeLists.txt [new file with mode: 0644]
client/c_common.c [new file with mode: 0644]
client/c_common.h [new file with mode: 0644]
client/c_direct.c [new file with mode: 0644]
client/c_direct.h [new file with mode: 0644]
client/c_log.h [new file with mode: 0644]
client/c_main.c [new file with mode: 0644]
client/c_proc.c [new file with mode: 0644]
client/c_proc.h [new file with mode: 0644]
common/backend.h [new file with mode: 0644]
common/backends.c [new file with mode: 0644]
common/backends.h [new file with mode: 0644]
common/common.c [new file with mode: 0644]
common/common.h [new file with mode: 0644]
common/config.c [new file with mode: 0644]
common/config.h [new file with mode: 0644]
common/direct.c [new file with mode: 0644]
common/direct.h [new file with mode: 0644]
common/log.h [new file with mode: 0644]
common/proto.c [new file with mode: 0644]
common/proto.h [new file with mode: 0644]
common/serialize.c [new file with mode: 0644]
common/serialize.h [new file with mode: 0644]
daemon/CMakeLists.txt [new file with mode: 0644]
daemon/cynara.c [new file with mode: 0644]
daemon/cynara.h [new file with mode: 0644]
daemon/daemon.c [new file with mode: 0644]
daemon/daemon.h [new file with mode: 0644]
daemon/main.c [new file with mode: 0644]
daemon/socks.c [new file with mode: 0644]
daemon/socks.h [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/buxton2.c [new file with mode: 0644]
lib/buxton2.pc.in [new file with mode: 0644]
lib/include/buxton2.h [new file with mode: 0644]
packaging/buxton2-pre.service [new file with mode: 0644]
packaging/buxton2.conf [new file with mode: 0644]
packaging/buxton2.manifest [new file with mode: 0644]
packaging/buxton2.service [new file with mode: 0644]
packaging/buxton2.socket [new file with mode: 0644]
packaging/buxton2.spec [new file with mode: 0644]
vconf-compat/CMakeLists.txt [new file with mode: 0644]
vconf-compat/vconf-keys.h [new file with mode: 0644]
vconf-compat/vconf.c [new file with mode: 0644]
vconf-compat/vconf.h [new file with mode: 0644]
vconf-compat/vconf.pc.in [new file with mode: 0644]
vconf-compat/vconf.sym [new file with mode: 0644]
vconf-compat/vconftool [new file with mode: 0755]