Fix file permissions and remove shebang's
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Tue, 16 Dec 2014 15:40:03 +0000 (16:40 +0100)
committerSimo Sorce <simo@redhat.com>
Tue, 16 Dec 2014 15:51:43 +0000 (10:51 -0500)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
46 files changed:
ipsilon/admin/common.py [changed mode: 0755->0644]
ipsilon/admin/info.py [changed mode: 0755->0644]
ipsilon/admin/login.py [changed mode: 0755->0644]
ipsilon/admin/providers.py [changed mode: 0755->0644]
ipsilon/helpers/common.py [changed mode: 0755->0644]
ipsilon/helpers/ipa.py [changed mode: 0755->0644]
ipsilon/info/common.py [changed mode: 0755->0644]
ipsilon/info/infoldap.py [changed mode: 0755->0644]
ipsilon/info/nss.py [changed mode: 0755->0644]
ipsilon/login/authfas.py [changed mode: 0755->0644]
ipsilon/login/authform.py [changed mode: 0755->0644]
ipsilon/login/authkrb.py [changed mode: 0755->0644]
ipsilon/login/authldap.py [changed mode: 0755->0644]
ipsilon/login/authpam.py [changed mode: 0755->0644]
ipsilon/login/authtest.py [changed mode: 0755->0644]
ipsilon/login/common.py [changed mode: 0755->0644]
ipsilon/providers/common.py [changed mode: 0755->0644]
ipsilon/providers/openid/auth.py [changed mode: 0755->0644]
ipsilon/providers/openid/extensions/ax.py [changed mode: 0755->0644]
ipsilon/providers/openid/extensions/cla.py [changed mode: 0755->0644]
ipsilon/providers/openid/extensions/common.py [changed mode: 0755->0644]
ipsilon/providers/openid/extensions/fas_teams.py [changed mode: 0755->0644]
ipsilon/providers/openid/extensions/sreg.py [changed mode: 0755->0644]
ipsilon/providers/openid/extensions/teams.py [changed mode: 0755->0644]
ipsilon/providers/openid/meta.py [changed mode: 0755->0644]
ipsilon/providers/openid/store.py [changed mode: 0755->0644]
ipsilon/providers/openidp.py [changed mode: 0755->0644]
ipsilon/providers/persona/auth.py [changed mode: 0755->0644]
ipsilon/providers/personaidp.py [changed mode: 0755->0644]
ipsilon/providers/saml2/admin.py [changed mode: 0755->0644]
ipsilon/providers/saml2/auth.py [changed mode: 0755->0644]
ipsilon/providers/saml2/provider.py [changed mode: 0755->0644]
ipsilon/providers/saml2idp.py [changed mode: 0755->0644]
ipsilon/root.py [changed mode: 0755->0644]
ipsilon/tools/certs.py [changed mode: 0755->0644]
ipsilon/tools/files.py [changed mode: 0755->0644]
ipsilon/util/config.py [changed mode: 0755->0644]
ipsilon/util/cookies.py [changed mode: 0755->0644]
ipsilon/util/data.py [changed mode: 0755->0644]
ipsilon/util/errors.py [changed mode: 0755->0644]
ipsilon/util/log.py [changed mode: 0755->0644]
ipsilon/util/page.py [changed mode: 0755->0644]
ipsilon/util/plugin.py [changed mode: 0755->0644]
ipsilon/util/sessions.py [changed mode: 0755->0644]
ipsilon/util/trans.py [changed mode: 0755->0644]
ipsilon/util/user.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 5927306..e1394e8
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index bda117a..38c8d54
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon Contributors see COPYING for license
 
 from ipsilon.admin.common import AdminPlugins
 # Copyright (C) 2014  Ipsilon Contributors see COPYING for license
 
 from ipsilon.admin.common import AdminPlugins
old mode 100755 (executable)
new mode 100644 (file)
index ae5b15a..0223758
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon Contributors see COPYING for license
 
 from ipsilon.admin.common import AdminPlugins
 # Copyright (C) 2014  Ipsilon Contributors see COPYING for license
 
 from ipsilon.admin.common import AdminPlugins
old mode 100755 (executable)
new mode 100644 (file)
index ddba535..6f6fe00
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon Contributors see COPYING for license
 
 from ipsilon.admin.common import AdminPlugins
 # Copyright (C) 2014  Ipsilon Contributors see COPYING for license
 
 from ipsilon.admin.common import AdminPlugins
old mode 100755 (executable)
new mode 100644 (file)
index f670bc6..e2839bf
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index d01d663..58a77df
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index a3a297f..e62315c
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014 Ipsilon Project Contributors
 #
 # See the file named COPYING for the project license
 # Copyright (C) 2014 Ipsilon Project Contributors
 #
 # See the file named COPYING for the project license
old mode 100755 (executable)
new mode 100644 (file)
index da9819a..6ba5b0d
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014 Ipsilon Project Contributors
 #
 # See the file named COPYING for the project license
 # Copyright (C) 2014 Ipsilon Project Contributors
 #
 # See the file named COPYING for the project license
old mode 100755 (executable)
new mode 100644 (file)
index 50c84a8..50817f7
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014 Ipsilon Project Contributors
 #
 # See the file named COPYING for the project license
 # Copyright (C) 2014 Ipsilon Project Contributors
 #
 # See the file named COPYING for the project license
old mode 100755 (executable)
new mode 100644 (file)
index cb1c324..33d1ac5
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014 Ipsilon contributors, see COPYING file for license
 
 
 # Copyright (C) 2014 Ipsilon contributors, see COPYING file for license
 
 
old mode 100755 (executable)
new mode 100644 (file)
index 45c92a5..7d84a95
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index e426d2c..e352aa2
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index 4699916..0a5bd3b
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon Contributors, see COPYING for license
 
 from ipsilon.login.common import LoginFormBase, LoginManagerBase
 # Copyright (C) 2014  Ipsilon Contributors, see COPYING for license
 
 from ipsilon.login.common import LoginFormBase, LoginManagerBase
old mode 100755 (executable)
new mode 100644 (file)
index e07bedf..1de8e0f
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index 8a24500..39e0f39
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index ce921c5..2dcdb67
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index 03118ae..dfa2627
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index fba8d10..fcef19c
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.providers.common import ProviderPageBase
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.providers.common import ProviderPageBase
old mode 100755 (executable)
new mode 100644 (file)
index d00a4fc..10c3bb7
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
old mode 100755 (executable)
new mode 100644 (file)
index 481f341..e260f1d
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
old mode 100755 (executable)
new mode 100644 (file)
index 02cd1a0..33e39f0
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
old mode 100755 (executable)
new mode 100644 (file)
index 4de2e83..af0b942
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
old mode 100755 (executable)
new mode 100644 (file)
index e1144fc..ee473b2
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
old mode 100755 (executable)
new mode 100644 (file)
index 258a437..86fe30f
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
old mode 100755 (executable)
new mode 100644 (file)
index 8327a48..440ef1e
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.providers.common import ProviderPageBase
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.providers.common import ProviderPageBase
old mode 100755 (executable)
new mode 100644 (file)
index 66e0503..2603e99
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.util.data import Store
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.util.data import Store
old mode 100755 (executable)
new mode 100644 (file)
index 08890a2..996d905
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
old mode 100755 (executable)
new mode 100644 (file)
index a8e771b..f713347
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.providers.common import ProviderPageBase
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.providers.common import ProviderPageBase
old mode 100755 (executable)
new mode 100644 (file)
index 355726d..0096c7a
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from __future__ import absolute_import
old mode 100755 (executable)
new mode 100644 (file)
index ac9c730..0ab2a41
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index 49f73a9..46ad7eb
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index 58ffbfe..337a31d
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index b0f4304..4afe7d3
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index e214115..261cdb1
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index 2ff63f1..d11ee54
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index a18384c..5847654
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index d8c69b3..ee5c39c
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.util.log import Log
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.util.log import Log
old mode 100755 (executable)
new mode 100644 (file)
index cd68242..266c401
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.util.log import Log
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.util.log import Log
old mode 100755 (executable)
new mode 100644 (file)
index 5045ee2..20dd6aa
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index 2f3cc3d..26a6a34
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2014  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index dc557e3..fb2c620
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014 Ipsilon Project Contributors
 #
 # See the file named COPYING for the project license
 # Copyright (C) 2014 Ipsilon Project Contributors
 #
 # See the file named COPYING for the project license
old mode 100755 (executable)
new mode 100644 (file)
index eeb9ca3..db1c145
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index ae98b4c..bacff4b
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
old mode 100755 (executable)
new mode 100644 (file)
index b724471..8522a28
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 import base64
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 import base64
old mode 100755 (executable)
new mode 100644 (file)
index 05d538e..8d4be14
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.util.data import TranStore
 # Copyright (C) 2014  Ipsilon project Contributors, for licensee see COPYING
 
 from ipsilon.util.data import TranStore
old mode 100755 (executable)
new mode 100644 (file)
index 3a4962d..5a8f159
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information
 # Copyright (C) 2013  Simo Sorce <simo@redhat.com>
 #
 # see file 'COPYING' for use and warranty information