]> git.ipfire.org Git - thirdparty/strongswan.git/commit
libfast: add a fast_ prefix to all classes, avoiding namespace clashes
authorMartin Willi <martin@revosec.ch>
Wed, 17 Jul 2013 09:50:45 +0000 (11:50 +0200)
committerMartin Willi <martin@revosec.ch>
Thu, 18 Jul 2013 10:24:38 +0000 (12:24 +0200)
commit890f20989f0535bb2af761821a3682c957bfeff7
tree14e93f38b02dafd7255eb70b715ecf319214b1ee
parent569d114de8cf8c35917e8c8720751c3ca32f9d47
libfast: add a fast_ prefix to all classes, avoiding namespace clashes
34 files changed:
src/libfast/Makefile.am
src/libfast/fast_context.h [moved from src/libfast/context.h with 70% similarity]
src/libfast/fast_controller.h [moved from src/libfast/controller.h with 76% similarity]
src/libfast/fast_dispatcher.c [moved from src/libfast/dispatcher.c with 84% similarity]
src/libfast/fast_dispatcher.h [moved from src/libfast/dispatcher.h with 77% similarity]
src/libfast/fast_filter.h [moved from src/libfast/filter.h with 73% similarity]
src/libfast/fast_request.c [moved from src/libfast/request.c with 75% similarity]
src/libfast/fast_request.h [moved from src/libfast/request.h with 74% similarity]
src/libfast/fast_session.c [moved from src/libfast/session.c with 76% similarity]
src/libfast/fast_session.h [moved from src/libfast/session.h with 67% similarity]
src/libfast/fast_smtp.c [moved from src/libfast/smtp.c with 84% similarity]
src/libfast/fast_smtp.h [moved from src/libfast/smtp.h with 77% similarity]
src/manager/controller/auth_controller.c
src/manager/controller/auth_controller.h
src/manager/controller/config_controller.c
src/manager/controller/config_controller.h
src/manager/controller/control_controller.c
src/manager/controller/control_controller.h
src/manager/controller/gateway_controller.c
src/manager/controller/gateway_controller.h
src/manager/controller/ikesa_controller.c
src/manager/controller/ikesa_controller.h
src/manager/main.c
src/manager/manager.c
src/manager/manager.h
src/medsrv/controller/peer_controller.c
src/medsrv/controller/peer_controller.h
src/medsrv/controller/user_controller.c
src/medsrv/controller/user_controller.h
src/medsrv/filter/auth_filter.c
src/medsrv/filter/auth_filter.h
src/medsrv/main.c
src/medsrv/user.c
src/medsrv/user.h