From 96204153a8d61263015f664c91002cc4ce8943d9 Mon Sep 17 00:00:00 2001 From: soochoi Date: Wed, 3 Jan 2007 05:04:26 +0000 Subject: [PATCH] CASA-auth-token-client: rename lib directory to library and change in makefile --- CASA-auth-token/client/Makefile.am | 2 +- CASA-auth-token/client/configure.in | 20 +++++++++---------- .../client/{lib => library}/Makefile.am | 0 .../client/{lib => library}/README | 0 CASA-auth-token/client/{lib => library}/TODO | 0 .../client/{lib => library}/authmech.c | 0 .../client/{lib => library}/authmsg.c | 0 .../client/{lib => library}/authpolicy.c | 0 .../client/{lib => library}/cache.c | 0 .../client/{lib => library}/client.conf | 0 .../client/{lib => library}/config.c | 0 .../client/{lib => library}/config_if.h | 0 .../client/{lib => library}/engine.c | 0 .../client/{lib => library}/getpolicymsg.c | 0 .../client/{lib => library}/gettokenmsg.c | 0 .../client/{lib => library}/internal.h | 0 .../client/{lib => library}/invalidcert.c | 0 .../client/{lib => library}/linux/Makefile.am | 0 .../client/{lib => library}/linux/osslsupp.c | 0 .../client/{lib => library}/linux/platform.c | 0 .../client/{lib => library}/linux/platform.h | 0 .../client/{lib => library}/linux/rpc.c | 0 .../client/{lib => library}/mech_if.h | 0 .../{lib => library}/mechanisms/Makefile.am | 0 .../mechanisms/krb5/Makefile.am | 0 .../{lib => library}/mechanisms/krb5/README | 0 .../{lib => library}/mechanisms/krb5/TODO | 0 .../mechanisms/krb5/interface.c | 0 .../mechanisms/krb5/internal.h | 0 .../krb5/linux/Krb5Authenticate.conf | 0 .../krb5/linux/Krb5Authenticate_lib64.conf | 0 .../mechanisms/krb5/linux/Makefile.am | 0 .../mechanisms/krb5/linux/get.c | 0 .../mechanisms/krb5/linux/platform.c | 0 .../mechanisms/krb5/linux/platform.h | 0 .../{lib => library}/mechanisms/krb5/util.c | 0 .../krb5/windows/Krb5Authenticate.conf | 0 .../mechanisms/krb5/windows/Makefile.am | 0 .../mechanisms/krb5/windows/dllsup.c | 0 .../mechanisms/krb5/windows/get.c | 0 .../mechanisms/krb5/windows/krb5.vcproj | 0 .../mechanisms/krb5/windows/krb5mech.def | 0 .../mechanisms/krb5/windows/platform.c | 0 .../mechanisms/krb5/windows/platform.h | 0 .../mechanisms/pwd/Makefile.am | 0 .../{lib => library}/mechanisms/pwd/README | 0 .../{lib => library}/mechanisms/pwd/TODO | 0 .../{lib => library}/mechanisms/pwd/get.c | 0 .../mechanisms/pwd/interface.c | 0 .../mechanisms/pwd/internal.h | 0 .../mechanisms/pwd/linux/Makefile.am | 0 .../mechanisms/pwd/linux/PwdAuthenticate.conf | 0 .../pwd/linux/PwdAuthenticate_lib64.conf | 0 .../mechanisms/pwd/linux/platform.c | 0 .../mechanisms/pwd/linux/platform.h | 0 .../{lib => library}/mechanisms/pwd/util.c | 0 .../mechanisms/pwd/windows/Makefile.am | 0 .../pwd/windows/PwdAuthenticate.conf | 0 .../mechanisms/pwd/windows/dllsup.c | 0 .../mechanisms/pwd/windows/platform.c | 0 .../mechanisms/pwd/windows/platform.h | 0 .../mechanisms/pwd/windows/pwd.vcproj | 0 .../mechanisms/pwd/windows/pwmech.def | 0 .../{lib => library}/test/CASA_Auth.cpp | 0 .../{lib => library}/test/linux/main.cpp | 0 .../{lib => library}/test/linux/make.sh | 0 .../{lib => library}/test/linux/platform.h | 0 .../{lib => library}/test/windows/main.cpp | 0 .../{lib => library}/test/windows/platform.h | 0 .../{lib => library}/test/windows/test.vcproj | 0 .../client/{lib => library}/util.c | 0 .../{lib => library}/windows/Makefile.am | 0 .../{lib => library}/windows/authtoken.def | 0 .../{lib => library}/windows/client.vcproj | 0 .../client/{lib => library}/windows/dllsup.c | 0 .../{lib => library}/windows/platform.c | 0 .../{lib => library}/windows/platform.h | 0 .../client/{lib => library}/windows/rpc.c | 0 78 files changed, 11 insertions(+), 11 deletions(-) rename CASA-auth-token/client/{lib => library}/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/README (100%) rename CASA-auth-token/client/{lib => library}/TODO (100%) rename CASA-auth-token/client/{lib => library}/authmech.c (100%) rename CASA-auth-token/client/{lib => library}/authmsg.c (100%) rename CASA-auth-token/client/{lib => library}/authpolicy.c (100%) rename CASA-auth-token/client/{lib => library}/cache.c (100%) rename CASA-auth-token/client/{lib => library}/client.conf (100%) rename CASA-auth-token/client/{lib => library}/config.c (100%) rename CASA-auth-token/client/{lib => library}/config_if.h (100%) rename CASA-auth-token/client/{lib => library}/engine.c (100%) rename CASA-auth-token/client/{lib => library}/getpolicymsg.c (100%) rename CASA-auth-token/client/{lib => library}/gettokenmsg.c (100%) rename CASA-auth-token/client/{lib => library}/internal.h (100%) rename CASA-auth-token/client/{lib => library}/invalidcert.c (100%) rename CASA-auth-token/client/{lib => library}/linux/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/linux/osslsupp.c (100%) rename CASA-auth-token/client/{lib => library}/linux/platform.c (100%) rename CASA-auth-token/client/{lib => library}/linux/platform.h (100%) rename CASA-auth-token/client/{lib => library}/linux/rpc.c (100%) rename CASA-auth-token/client/{lib => library}/mech_if.h (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/README (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/TODO (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/interface.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/internal.h (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/linux/Krb5Authenticate.conf (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/linux/Krb5Authenticate_lib64.conf (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/linux/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/linux/get.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/linux/platform.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/linux/platform.h (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/util.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/windows/Krb5Authenticate.conf (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/windows/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/windows/dllsup.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/windows/get.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/windows/krb5.vcproj (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/windows/krb5mech.def (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/windows/platform.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/krb5/windows/platform.h (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/README (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/TODO (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/get.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/interface.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/internal.h (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/linux/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/linux/PwdAuthenticate.conf (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/linux/PwdAuthenticate_lib64.conf (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/linux/platform.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/linux/platform.h (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/util.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/windows/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/windows/PwdAuthenticate.conf (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/windows/dllsup.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/windows/platform.c (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/windows/platform.h (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/windows/pwd.vcproj (100%) rename CASA-auth-token/client/{lib => library}/mechanisms/pwd/windows/pwmech.def (100%) rename CASA-auth-token/client/{lib => library}/test/CASA_Auth.cpp (100%) rename CASA-auth-token/client/{lib => library}/test/linux/main.cpp (100%) rename CASA-auth-token/client/{lib => library}/test/linux/make.sh (100%) rename CASA-auth-token/client/{lib => library}/test/linux/platform.h (100%) rename CASA-auth-token/client/{lib => library}/test/windows/main.cpp (100%) rename CASA-auth-token/client/{lib => library}/test/windows/platform.h (100%) rename CASA-auth-token/client/{lib => library}/test/windows/test.vcproj (100%) rename CASA-auth-token/client/{lib => library}/util.c (100%) rename CASA-auth-token/client/{lib => library}/windows/Makefile.am (100%) rename CASA-auth-token/client/{lib => library}/windows/authtoken.def (100%) rename CASA-auth-token/client/{lib => library}/windows/client.vcproj (100%) rename CASA-auth-token/client/{lib => library}/windows/dllsup.c (100%) rename CASA-auth-token/client/{lib => library}/windows/platform.c (100%) rename CASA-auth-token/client/{lib => library}/windows/platform.h (100%) rename CASA-auth-token/client/{lib => library}/windows/rpc.c (100%) diff --git a/CASA-auth-token/client/Makefile.am b/CASA-auth-token/client/Makefile.am index eae264e5..043136c8 100644 --- a/CASA-auth-token/client/Makefile.am +++ b/CASA-auth-token/client/Makefile.am @@ -20,7 +20,7 @@ # ####################################################################### -SUBDIRS = lib package +SUBDIRS = library package DIST_SUBDIRS = include lib package diff --git a/CASA-auth-token/client/configure.in b/CASA-auth-token/client/configure.in index e7df3599..6b5604ee 100644 --- a/CASA-auth-token/client/configure.in +++ b/CASA-auth-token/client/configure.in @@ -271,15 +271,15 @@ package/windows/authtokenclient_msm/Makefile package/windows/authtokenclient_msi/Makefile package/linux/CASA_auth_token_client.spec include/Makefile -lib/Makefile -lib/linux/Makefile -lib/windows/Makefile -lib/mechanisms/Makefile -lib/mechanisms/pwd/Makefile -lib/mechanisms/pwd/linux/Makefile -lib/mechanisms/pwd/windows/Makefile -lib/mechanisms/krb5/Makefile -lib/mechanisms/krb5/linux/Makefile -lib/mechanisms/krb5/windows/Makefile +library/Makefile +library/linux/Makefile +library/windows/Makefile +library/mechanisms/Makefile +library/mechanisms/pwd/Makefile +library/mechanisms/pwd/linux/Makefile +library/mechanisms/pwd/windows/Makefile +library/mechanisms/krb5/Makefile +library/mechanisms/krb5/linux/Makefile +library/mechanisms/krb5/windows/Makefile ]) diff --git a/CASA-auth-token/client/lib/Makefile.am b/CASA-auth-token/client/library/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/Makefile.am rename to CASA-auth-token/client/library/Makefile.am diff --git a/CASA-auth-token/client/lib/README b/CASA-auth-token/client/library/README similarity index 100% rename from CASA-auth-token/client/lib/README rename to CASA-auth-token/client/library/README diff --git a/CASA-auth-token/client/lib/TODO b/CASA-auth-token/client/library/TODO similarity index 100% rename from CASA-auth-token/client/lib/TODO rename to CASA-auth-token/client/library/TODO diff --git a/CASA-auth-token/client/lib/authmech.c b/CASA-auth-token/client/library/authmech.c similarity index 100% rename from CASA-auth-token/client/lib/authmech.c rename to CASA-auth-token/client/library/authmech.c diff --git a/CASA-auth-token/client/lib/authmsg.c b/CASA-auth-token/client/library/authmsg.c similarity index 100% rename from CASA-auth-token/client/lib/authmsg.c rename to CASA-auth-token/client/library/authmsg.c diff --git a/CASA-auth-token/client/lib/authpolicy.c b/CASA-auth-token/client/library/authpolicy.c similarity index 100% rename from CASA-auth-token/client/lib/authpolicy.c rename to CASA-auth-token/client/library/authpolicy.c diff --git a/CASA-auth-token/client/lib/cache.c b/CASA-auth-token/client/library/cache.c similarity index 100% rename from CASA-auth-token/client/lib/cache.c rename to CASA-auth-token/client/library/cache.c diff --git a/CASA-auth-token/client/lib/client.conf b/CASA-auth-token/client/library/client.conf similarity index 100% rename from CASA-auth-token/client/lib/client.conf rename to CASA-auth-token/client/library/client.conf diff --git a/CASA-auth-token/client/lib/config.c b/CASA-auth-token/client/library/config.c similarity index 100% rename from CASA-auth-token/client/lib/config.c rename to CASA-auth-token/client/library/config.c diff --git a/CASA-auth-token/client/lib/config_if.h b/CASA-auth-token/client/library/config_if.h similarity index 100% rename from CASA-auth-token/client/lib/config_if.h rename to CASA-auth-token/client/library/config_if.h diff --git a/CASA-auth-token/client/lib/engine.c b/CASA-auth-token/client/library/engine.c similarity index 100% rename from CASA-auth-token/client/lib/engine.c rename to CASA-auth-token/client/library/engine.c diff --git a/CASA-auth-token/client/lib/getpolicymsg.c b/CASA-auth-token/client/library/getpolicymsg.c similarity index 100% rename from CASA-auth-token/client/lib/getpolicymsg.c rename to CASA-auth-token/client/library/getpolicymsg.c diff --git a/CASA-auth-token/client/lib/gettokenmsg.c b/CASA-auth-token/client/library/gettokenmsg.c similarity index 100% rename from CASA-auth-token/client/lib/gettokenmsg.c rename to CASA-auth-token/client/library/gettokenmsg.c diff --git a/CASA-auth-token/client/lib/internal.h b/CASA-auth-token/client/library/internal.h similarity index 100% rename from CASA-auth-token/client/lib/internal.h rename to CASA-auth-token/client/library/internal.h diff --git a/CASA-auth-token/client/lib/invalidcert.c b/CASA-auth-token/client/library/invalidcert.c similarity index 100% rename from CASA-auth-token/client/lib/invalidcert.c rename to CASA-auth-token/client/library/invalidcert.c diff --git a/CASA-auth-token/client/lib/linux/Makefile.am b/CASA-auth-token/client/library/linux/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/linux/Makefile.am rename to CASA-auth-token/client/library/linux/Makefile.am diff --git a/CASA-auth-token/client/lib/linux/osslsupp.c b/CASA-auth-token/client/library/linux/osslsupp.c similarity index 100% rename from CASA-auth-token/client/lib/linux/osslsupp.c rename to CASA-auth-token/client/library/linux/osslsupp.c diff --git a/CASA-auth-token/client/lib/linux/platform.c b/CASA-auth-token/client/library/linux/platform.c similarity index 100% rename from CASA-auth-token/client/lib/linux/platform.c rename to CASA-auth-token/client/library/linux/platform.c diff --git a/CASA-auth-token/client/lib/linux/platform.h b/CASA-auth-token/client/library/linux/platform.h similarity index 100% rename from CASA-auth-token/client/lib/linux/platform.h rename to CASA-auth-token/client/library/linux/platform.h diff --git a/CASA-auth-token/client/lib/linux/rpc.c b/CASA-auth-token/client/library/linux/rpc.c similarity index 100% rename from CASA-auth-token/client/lib/linux/rpc.c rename to CASA-auth-token/client/library/linux/rpc.c diff --git a/CASA-auth-token/client/lib/mech_if.h b/CASA-auth-token/client/library/mech_if.h similarity index 100% rename from CASA-auth-token/client/lib/mech_if.h rename to CASA-auth-token/client/library/mech_if.h diff --git a/CASA-auth-token/client/lib/mechanisms/Makefile.am b/CASA-auth-token/client/library/mechanisms/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/Makefile.am rename to CASA-auth-token/client/library/mechanisms/Makefile.am diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/Makefile.am b/CASA-auth-token/client/library/mechanisms/krb5/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/Makefile.am rename to CASA-auth-token/client/library/mechanisms/krb5/Makefile.am diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/README b/CASA-auth-token/client/library/mechanisms/krb5/README similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/README rename to CASA-auth-token/client/library/mechanisms/krb5/README diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/TODO b/CASA-auth-token/client/library/mechanisms/krb5/TODO similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/TODO rename to CASA-auth-token/client/library/mechanisms/krb5/TODO diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/interface.c b/CASA-auth-token/client/library/mechanisms/krb5/interface.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/interface.c rename to CASA-auth-token/client/library/mechanisms/krb5/interface.c diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/internal.h b/CASA-auth-token/client/library/mechanisms/krb5/internal.h similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/internal.h rename to CASA-auth-token/client/library/mechanisms/krb5/internal.h diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/linux/Krb5Authenticate.conf b/CASA-auth-token/client/library/mechanisms/krb5/linux/Krb5Authenticate.conf similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/linux/Krb5Authenticate.conf rename to CASA-auth-token/client/library/mechanisms/krb5/linux/Krb5Authenticate.conf diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/linux/Krb5Authenticate_lib64.conf b/CASA-auth-token/client/library/mechanisms/krb5/linux/Krb5Authenticate_lib64.conf similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/linux/Krb5Authenticate_lib64.conf rename to CASA-auth-token/client/library/mechanisms/krb5/linux/Krb5Authenticate_lib64.conf diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/linux/Makefile.am b/CASA-auth-token/client/library/mechanisms/krb5/linux/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/linux/Makefile.am rename to CASA-auth-token/client/library/mechanisms/krb5/linux/Makefile.am diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/linux/get.c b/CASA-auth-token/client/library/mechanisms/krb5/linux/get.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/linux/get.c rename to CASA-auth-token/client/library/mechanisms/krb5/linux/get.c diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/linux/platform.c b/CASA-auth-token/client/library/mechanisms/krb5/linux/platform.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/linux/platform.c rename to CASA-auth-token/client/library/mechanisms/krb5/linux/platform.c diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/linux/platform.h b/CASA-auth-token/client/library/mechanisms/krb5/linux/platform.h similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/linux/platform.h rename to CASA-auth-token/client/library/mechanisms/krb5/linux/platform.h diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/util.c b/CASA-auth-token/client/library/mechanisms/krb5/util.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/util.c rename to CASA-auth-token/client/library/mechanisms/krb5/util.c diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/Krb5Authenticate.conf b/CASA-auth-token/client/library/mechanisms/krb5/windows/Krb5Authenticate.conf similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/windows/Krb5Authenticate.conf rename to CASA-auth-token/client/library/mechanisms/krb5/windows/Krb5Authenticate.conf diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/Makefile.am b/CASA-auth-token/client/library/mechanisms/krb5/windows/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/windows/Makefile.am rename to CASA-auth-token/client/library/mechanisms/krb5/windows/Makefile.am diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/dllsup.c b/CASA-auth-token/client/library/mechanisms/krb5/windows/dllsup.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/windows/dllsup.c rename to CASA-auth-token/client/library/mechanisms/krb5/windows/dllsup.c diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/get.c b/CASA-auth-token/client/library/mechanisms/krb5/windows/get.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/windows/get.c rename to CASA-auth-token/client/library/mechanisms/krb5/windows/get.c diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/krb5.vcproj b/CASA-auth-token/client/library/mechanisms/krb5/windows/krb5.vcproj similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/windows/krb5.vcproj rename to CASA-auth-token/client/library/mechanisms/krb5/windows/krb5.vcproj diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/krb5mech.def b/CASA-auth-token/client/library/mechanisms/krb5/windows/krb5mech.def similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/windows/krb5mech.def rename to CASA-auth-token/client/library/mechanisms/krb5/windows/krb5mech.def diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/platform.c b/CASA-auth-token/client/library/mechanisms/krb5/windows/platform.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/windows/platform.c rename to CASA-auth-token/client/library/mechanisms/krb5/windows/platform.c diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/platform.h b/CASA-auth-token/client/library/mechanisms/krb5/windows/platform.h similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/krb5/windows/platform.h rename to CASA-auth-token/client/library/mechanisms/krb5/windows/platform.h diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/Makefile.am b/CASA-auth-token/client/library/mechanisms/pwd/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/Makefile.am rename to CASA-auth-token/client/library/mechanisms/pwd/Makefile.am diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/README b/CASA-auth-token/client/library/mechanisms/pwd/README similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/README rename to CASA-auth-token/client/library/mechanisms/pwd/README diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/TODO b/CASA-auth-token/client/library/mechanisms/pwd/TODO similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/TODO rename to CASA-auth-token/client/library/mechanisms/pwd/TODO diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/get.c b/CASA-auth-token/client/library/mechanisms/pwd/get.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/get.c rename to CASA-auth-token/client/library/mechanisms/pwd/get.c diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/interface.c b/CASA-auth-token/client/library/mechanisms/pwd/interface.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/interface.c rename to CASA-auth-token/client/library/mechanisms/pwd/interface.c diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/internal.h b/CASA-auth-token/client/library/mechanisms/pwd/internal.h similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/internal.h rename to CASA-auth-token/client/library/mechanisms/pwd/internal.h diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/linux/Makefile.am b/CASA-auth-token/client/library/mechanisms/pwd/linux/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/linux/Makefile.am rename to CASA-auth-token/client/library/mechanisms/pwd/linux/Makefile.am diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/linux/PwdAuthenticate.conf b/CASA-auth-token/client/library/mechanisms/pwd/linux/PwdAuthenticate.conf similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/linux/PwdAuthenticate.conf rename to CASA-auth-token/client/library/mechanisms/pwd/linux/PwdAuthenticate.conf diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/linux/PwdAuthenticate_lib64.conf b/CASA-auth-token/client/library/mechanisms/pwd/linux/PwdAuthenticate_lib64.conf similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/linux/PwdAuthenticate_lib64.conf rename to CASA-auth-token/client/library/mechanisms/pwd/linux/PwdAuthenticate_lib64.conf diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/linux/platform.c b/CASA-auth-token/client/library/mechanisms/pwd/linux/platform.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/linux/platform.c rename to CASA-auth-token/client/library/mechanisms/pwd/linux/platform.c diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/linux/platform.h b/CASA-auth-token/client/library/mechanisms/pwd/linux/platform.h similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/linux/platform.h rename to CASA-auth-token/client/library/mechanisms/pwd/linux/platform.h diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/util.c b/CASA-auth-token/client/library/mechanisms/pwd/util.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/util.c rename to CASA-auth-token/client/library/mechanisms/pwd/util.c diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/Makefile.am b/CASA-auth-token/client/library/mechanisms/pwd/windows/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/windows/Makefile.am rename to CASA-auth-token/client/library/mechanisms/pwd/windows/Makefile.am diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/PwdAuthenticate.conf b/CASA-auth-token/client/library/mechanisms/pwd/windows/PwdAuthenticate.conf similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/windows/PwdAuthenticate.conf rename to CASA-auth-token/client/library/mechanisms/pwd/windows/PwdAuthenticate.conf diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/dllsup.c b/CASA-auth-token/client/library/mechanisms/pwd/windows/dllsup.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/windows/dllsup.c rename to CASA-auth-token/client/library/mechanisms/pwd/windows/dllsup.c diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/platform.c b/CASA-auth-token/client/library/mechanisms/pwd/windows/platform.c similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/windows/platform.c rename to CASA-auth-token/client/library/mechanisms/pwd/windows/platform.c diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/platform.h b/CASA-auth-token/client/library/mechanisms/pwd/windows/platform.h similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/windows/platform.h rename to CASA-auth-token/client/library/mechanisms/pwd/windows/platform.h diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/pwd.vcproj b/CASA-auth-token/client/library/mechanisms/pwd/windows/pwd.vcproj similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/windows/pwd.vcproj rename to CASA-auth-token/client/library/mechanisms/pwd/windows/pwd.vcproj diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/pwmech.def b/CASA-auth-token/client/library/mechanisms/pwd/windows/pwmech.def similarity index 100% rename from CASA-auth-token/client/lib/mechanisms/pwd/windows/pwmech.def rename to CASA-auth-token/client/library/mechanisms/pwd/windows/pwmech.def diff --git a/CASA-auth-token/client/lib/test/CASA_Auth.cpp b/CASA-auth-token/client/library/test/CASA_Auth.cpp similarity index 100% rename from CASA-auth-token/client/lib/test/CASA_Auth.cpp rename to CASA-auth-token/client/library/test/CASA_Auth.cpp diff --git a/CASA-auth-token/client/lib/test/linux/main.cpp b/CASA-auth-token/client/library/test/linux/main.cpp similarity index 100% rename from CASA-auth-token/client/lib/test/linux/main.cpp rename to CASA-auth-token/client/library/test/linux/main.cpp diff --git a/CASA-auth-token/client/lib/test/linux/make.sh b/CASA-auth-token/client/library/test/linux/make.sh similarity index 100% rename from CASA-auth-token/client/lib/test/linux/make.sh rename to CASA-auth-token/client/library/test/linux/make.sh diff --git a/CASA-auth-token/client/lib/test/linux/platform.h b/CASA-auth-token/client/library/test/linux/platform.h similarity index 100% rename from CASA-auth-token/client/lib/test/linux/platform.h rename to CASA-auth-token/client/library/test/linux/platform.h diff --git a/CASA-auth-token/client/lib/test/windows/main.cpp b/CASA-auth-token/client/library/test/windows/main.cpp similarity index 100% rename from CASA-auth-token/client/lib/test/windows/main.cpp rename to CASA-auth-token/client/library/test/windows/main.cpp diff --git a/CASA-auth-token/client/lib/test/windows/platform.h b/CASA-auth-token/client/library/test/windows/platform.h similarity index 100% rename from CASA-auth-token/client/lib/test/windows/platform.h rename to CASA-auth-token/client/library/test/windows/platform.h diff --git a/CASA-auth-token/client/lib/test/windows/test.vcproj b/CASA-auth-token/client/library/test/windows/test.vcproj similarity index 100% rename from CASA-auth-token/client/lib/test/windows/test.vcproj rename to CASA-auth-token/client/library/test/windows/test.vcproj diff --git a/CASA-auth-token/client/lib/util.c b/CASA-auth-token/client/library/util.c similarity index 100% rename from CASA-auth-token/client/lib/util.c rename to CASA-auth-token/client/library/util.c diff --git a/CASA-auth-token/client/lib/windows/Makefile.am b/CASA-auth-token/client/library/windows/Makefile.am similarity index 100% rename from CASA-auth-token/client/lib/windows/Makefile.am rename to CASA-auth-token/client/library/windows/Makefile.am diff --git a/CASA-auth-token/client/lib/windows/authtoken.def b/CASA-auth-token/client/library/windows/authtoken.def similarity index 100% rename from CASA-auth-token/client/lib/windows/authtoken.def rename to CASA-auth-token/client/library/windows/authtoken.def diff --git a/CASA-auth-token/client/lib/windows/client.vcproj b/CASA-auth-token/client/library/windows/client.vcproj similarity index 100% rename from CASA-auth-token/client/lib/windows/client.vcproj rename to CASA-auth-token/client/library/windows/client.vcproj diff --git a/CASA-auth-token/client/lib/windows/dllsup.c b/CASA-auth-token/client/library/windows/dllsup.c similarity index 100% rename from CASA-auth-token/client/lib/windows/dllsup.c rename to CASA-auth-token/client/library/windows/dllsup.c diff --git a/CASA-auth-token/client/lib/windows/platform.c b/CASA-auth-token/client/library/windows/platform.c similarity index 100% rename from CASA-auth-token/client/lib/windows/platform.c rename to CASA-auth-token/client/library/windows/platform.c diff --git a/CASA-auth-token/client/lib/windows/platform.h b/CASA-auth-token/client/library/windows/platform.h similarity index 100% rename from CASA-auth-token/client/lib/windows/platform.h rename to CASA-auth-token/client/library/windows/platform.h diff --git a/CASA-auth-token/client/lib/windows/rpc.c b/CASA-auth-token/client/library/windows/rpc.c similarity index 100% rename from CASA-auth-token/client/lib/windows/rpc.c rename to CASA-auth-token/client/library/windows/rpc.c