From dda502a56fb04822bb8836bdd29ad1e26b5a3759 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Mon, 19 Jun 2006 20:19:26 +0000 Subject: [PATCH] Make system partial changes to conform to the new CASA directory and rpm structure. --- .../server/AuthTokenSvc/src/Makefile.am | 37 +++++++++++ .../server/AuthTokenSvc/src/com/Makefile.am | 37 +++++++++++ .../AuthTokenSvc/src/com/novell/Makefile.am | 37 +++++++++++ .../src/com/novell/casa/Makefile.am | 37 +++++++++++ .../com/novell/casa/authtoksvc/Makefile.am | 61 +++++++++++++++++++ .../server/JaasSupport/src/Makefile.am | 37 +++++++++++ .../server/JaasSupport/src/com/Makefile.am | 37 +++++++++++ .../JaasSupport/src/com/novell/Makefile.am | 37 +++++++++++ .../src/com/novell/casa/Makefile.am | 37 +++++++++++ .../src/com/novell/casa/jaas/Makefile.am | 39 ++++++++++++ 10 files changed, 396 insertions(+) create mode 100644 CASA-auth-token/server/AuthTokenSvc/src/Makefile.am create mode 100644 CASA-auth-token/server/AuthTokenSvc/src/com/Makefile.am create mode 100644 CASA-auth-token/server/AuthTokenSvc/src/com/novell/Makefile.am create mode 100644 CASA-auth-token/server/AuthTokenSvc/src/com/novell/casa/Makefile.am create mode 100644 CASA-auth-token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Makefile.am create mode 100644 CASA-auth-token/server/JaasSupport/src/Makefile.am create mode 100644 CASA-auth-token/server/JaasSupport/src/com/Makefile.am create mode 100644 CASA-auth-token/server/JaasSupport/src/com/novell/Makefile.am create mode 100644 CASA-auth-token/server/JaasSupport/src/com/novell/casa/Makefile.am create mode 100644 CASA-auth-token/server/JaasSupport/src/com/novell/casa/jaas/Makefile.am diff --git a/CASA-auth-token/server/AuthTokenSvc/src/Makefile.am b/CASA-auth-token/server/AuthTokenSvc/src/Makefile.am new file mode 100644 index 00000000..00e1ef35 --- /dev/null +++ b/CASA-auth-token/server/AuthTokenSvc/src/Makefile.am @@ -0,0 +1,37 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = com + +DIST_SUBDIRS = com + +CFILES = + +EXTRA_DIST = $(CFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/AuthTokenSvc/src/com/Makefile.am b/CASA-auth-token/server/AuthTokenSvc/src/com/Makefile.am new file mode 100644 index 00000000..34a83b0d --- /dev/null +++ b/CASA-auth-token/server/AuthTokenSvc/src/com/Makefile.am @@ -0,0 +1,37 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = novell + +DIST_SUBDIRS = novell + +CFILES = + +EXTRA_DIST = $(CFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/AuthTokenSvc/src/com/novell/Makefile.am b/CASA-auth-token/server/AuthTokenSvc/src/com/novell/Makefile.am new file mode 100644 index 00000000..2fb64053 --- /dev/null +++ b/CASA-auth-token/server/AuthTokenSvc/src/com/novell/Makefile.am @@ -0,0 +1,37 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = casa + +DIST_SUBDIRS = casa + +CFILES = + +EXTRA_DIST = $(CFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/AuthTokenSvc/src/com/novell/casa/Makefile.am b/CASA-auth-token/server/AuthTokenSvc/src/com/novell/casa/Makefile.am new file mode 100644 index 00000000..2ebc7e01 --- /dev/null +++ b/CASA-auth-token/server/AuthTokenSvc/src/com/novell/casa/Makefile.am @@ -0,0 +1,37 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = authtoksvc + +DIST_SUBDIRS = authtoksvc + +CFILES = + +EXTRA_DIST = $(CFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Makefile.am b/CASA-auth-token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Makefile.am new file mode 100644 index 00000000..34de6cd1 --- /dev/null +++ b/CASA-auth-token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Makefile.am @@ -0,0 +1,61 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = + +DIST_SUBDIRS = + +JAVAFILES = ProtoDefs.java \ + AuthMechConfig.java \ + SvcConfig.java \ + IdenTokenConfig.java \ + AuthTokenConfig.java \ + EnabledSvcsConfig.java \ + AuthMechanism.java \ + Authenticate.java \ + RpcMethod.java \ + Rpc.java \ + GetAuthPolicy.java \ + Base64Coder.java \ + AuthReqMsg.java \ + AuthRespMsg.java \ + IdentityToken.java \ + CasaIdentityToken.java \ + AuthToken.java \ + GetAuthPolicyReqMsg.java \ + GetAuthPolicyRespMsg.java \ + GetAuthToken.java \ + GetAuthTokReqMsg.java \ + GetAuthTokRespMsg.java \ + Krb5Authenticate.java \ + PwdAuthenticate.java \ + SessionToken.java + +EXTRA_DIST = $(JAVAFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/JaasSupport/src/Makefile.am b/CASA-auth-token/server/JaasSupport/src/Makefile.am new file mode 100644 index 00000000..00e1ef35 --- /dev/null +++ b/CASA-auth-token/server/JaasSupport/src/Makefile.am @@ -0,0 +1,37 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = com + +DIST_SUBDIRS = com + +CFILES = + +EXTRA_DIST = $(CFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/JaasSupport/src/com/Makefile.am b/CASA-auth-token/server/JaasSupport/src/com/Makefile.am new file mode 100644 index 00000000..34a83b0d --- /dev/null +++ b/CASA-auth-token/server/JaasSupport/src/com/Makefile.am @@ -0,0 +1,37 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = novell + +DIST_SUBDIRS = novell + +CFILES = + +EXTRA_DIST = $(CFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/JaasSupport/src/com/novell/Makefile.am b/CASA-auth-token/server/JaasSupport/src/com/novell/Makefile.am new file mode 100644 index 00000000..2fb64053 --- /dev/null +++ b/CASA-auth-token/server/JaasSupport/src/com/novell/Makefile.am @@ -0,0 +1,37 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = casa + +DIST_SUBDIRS = casa + +CFILES = + +EXTRA_DIST = $(CFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/JaasSupport/src/com/novell/casa/Makefile.am b/CASA-auth-token/server/JaasSupport/src/com/novell/casa/Makefile.am new file mode 100644 index 00000000..0c89b23b --- /dev/null +++ b/CASA-auth-token/server/JaasSupport/src/com/novell/casa/Makefile.am @@ -0,0 +1,37 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = jaas + +DIST_SUBDIRS = jaas + +CFILES = + +EXTRA_DIST = $(CFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server/JaasSupport/src/com/novell/casa/jaas/Makefile.am b/CASA-auth-token/server/JaasSupport/src/com/novell/casa/jaas/Makefile.am new file mode 100644 index 00000000..8dec38a9 --- /dev/null +++ b/CASA-auth-token/server/JaasSupport/src/com/novell/casa/jaas/Makefile.am @@ -0,0 +1,39 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = + +DIST_SUBDIRS = + +JAVAFILES = CasaLoginModule.java \ + CasaPrincipal.java + + +EXTRA_DIST = $(JAVAFILES) + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in +