diff --git a/smradius/attributes.pm b/smradius/attributes.pm index 31bcf36f9bcad1d45aeb6f6287564ab0c412cae7..93cfc041885217ee35cb5588ebdb9b0e2c042abd 100644 --- a/smradius/attributes.pm +++ b/smradius/attributes.pm @@ -1,6 +1,5 @@ # Attribute handling functions -# Copyright (C) 2008, AllWorldIT -# Copyright (C) 2007, Nigel Kukard <nkukard@lbsd.net> +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/smradius/cache.pm b/smradius/cache.pm index f3e8c9ff9a2983581917f5190b89670b95e91cf6..c322b874820f3b6c4877d4f116701d23acf36111 100644 --- a/smradius/cache.pm +++ b/smradius/cache.pm @@ -1,6 +1,5 @@ # Caching engine -# Copyright (C) 2007 Nigel Kukard <nkukard@lbsd.net> -# Copyright (C) 2008, LinuxRulz +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/smradius/config.pm b/smradius/config.pm index 983984aae3c3d23ce90ed9ed7d3cffe223bb63aa..0323084275580ab26a4bd7fd3f44c32fb8f74bed 100644 --- a/smradius/config.pm +++ b/smradius/config.pm @@ -1,5 +1,5 @@ # SMRadius config information -# Copyright (C) 2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/smradius/constants.pm b/smradius/constants.pm index 4ec4f6b4497b47d76b2c315dd871b1b03caa4c6d..9a4a6e40031750de22f32c469244921a6bb3a35c 100644 --- a/smradius/constants.pm +++ b/smradius/constants.pm @@ -1,5 +1,5 @@ # SMRadius Constants -# Copyright (C) 2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/smradius/dbilayer.pm b/smradius/dbilayer.pm index 3f24e2506ed482464273447892b67dfa291e455d..1bf2c000dcba1f28fd5e704cdf7b093623f6a55a 100644 --- a/smradius/dbilayer.pm +++ b/smradius/dbilayer.pm @@ -1,6 +1,6 @@ # Database independent layer module -# Copyright (C) 2005-2007 Nigel Kukard <nkukard@lbsd.net> -# Copyright (C) 2008, LinuxRulz +# Copyright (C) 2007-2009, AllWorldIT +# Copyright (C) 2005-2007, Nigel Kukard <nkukard@lbsd.net> # # 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 diff --git a/smradius/dblayer.pm b/smradius/dblayer.pm index 6cd796338b56564e29efc88a85b2bd9b37acdf70..5dd69a4e65cd51fffe371be95df15926ed3fb290 100644 --- a/smradius/dblayer.pm +++ b/smradius/dblayer.pm @@ -1,6 +1,6 @@ # Common database layer module +# Copyright (C) 2007-2009, AllWorldIT # Copyright (C) 2005-2007 Nigel Kukard <nkukard@lbsd.net> -# Copyright (C) 2008, LinuxRulz # # 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 diff --git a/smradius/logging.pm b/smradius/logging.pm index 615f12b7b4ef6c241daf8499a651c5c4413e7a6e..e72a4aae49cbf4122cee6be4b18ba84471c897be 100644 --- a/smradius/logging.pm +++ b/smradius/logging.pm @@ -1,6 +1,5 @@ # Logging constants -# Copyright (C) 2008, AllWorldIT -# Copyright (C) 2007, Nigel Kukard <nkukard@lbsd.net> +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/smradius/modules/accounting/mod_accounting_sql.pm b/smradius/modules/accounting/mod_accounting_sql.pm index 27ebeaa1d6b2490c090adbf8bfe6a048b2840ee0..a36762826ac55b4ee04267a6d036c07ff73d491f 100644 --- a/smradius/modules/accounting/mod_accounting_sql.pm +++ b/smradius/modules/accounting/mod_accounting_sql.pm @@ -1,6 +1,5 @@ # SQL accounting database -# -# Copyright (C) 2008-2009, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -320,3 +319,4 @@ sub acct_log 1; +# vim: ts=4 diff --git a/smradius/modules/accounting/mod_accounting_test.pm b/smradius/modules/accounting/mod_accounting_test.pm index e5bbab42cae299fe3b50795c271d71f4af3e2f49..55c309d82dadae5b1d5d577371fc67691fcbb08d 100644 --- a/smradius/modules/accounting/mod_accounting_test.pm +++ b/smradius/modules/accounting/mod_accounting_test.pm @@ -1,6 +1,5 @@ # Test accounting database -# -# Copyright (C) 2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -123,3 +122,4 @@ Acct-Delay-Time: %{accounting.Acct-Delay-Time} 1; +# vim: ts=4 diff --git a/smradius/modules/authentication/mod_auth_chap.pm b/smradius/modules/authentication/mod_auth_chap.pm index 3daf8024015d5bc2bf7417a931b5d8899d3bbcba..89b5147484e475439b52011a6c2673507fc8aa4a 100644 --- a/smradius/modules/authentication/mod_auth_chap.pm +++ b/smradius/modules/authentication/mod_auth_chap.pm @@ -1,9 +1,8 @@ # CHAP authentication +# Copyright (C) 2007-2009, AllWorldIT # # References: # RFC1944 - PPP Challenge Handshake Authentication Protocol (CHAP) -# -# Copyright (C) 2008, AllWorldIT # # 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 @@ -131,3 +130,4 @@ sub encode_chap 1; +# vim: ts=4 diff --git a/smradius/modules/authentication/mod_auth_mschap.pm b/smradius/modules/authentication/mod_auth_mschap.pm index 77d3929f4f65cf574254283c05c6d30680b236c6..554f436a4bd5d7722d02e2acd22ce658fd1ad174 100644 --- a/smradius/modules/authentication/mod_auth_mschap.pm +++ b/smradius/modules/authentication/mod_auth_mschap.pm @@ -1,4 +1,5 @@ # Microsoft CHAP version 1 and 2 support +# Copyright (C) 2007-2009, AllWorldIT # # References: # RFC1994 - PPP Challenge Handshake Authentication Protocol (CHAP) @@ -6,8 +7,6 @@ # RFC2759 - Microsoft PPP CHAP Extensions, Version 2 # RFC2548 - Microsoft Vendor-specific RADIUS Attributes # -# Copyright (C) 2008, AllWorldIT -# # 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 @@ -717,3 +716,4 @@ sub NtChallengeResponse { 1; +# vim: ts=4 diff --git a/smradius/modules/authentication/mod_auth_pap.pm b/smradius/modules/authentication/mod_auth_pap.pm index 21ce65e47553b27232a345e15081ecf5e4489337..4cc698319333d35239a29849a2fa95a67c52f53e 100644 --- a/smradius/modules/authentication/mod_auth_pap.pm +++ b/smradius/modules/authentication/mod_auth_pap.pm @@ -1,10 +1,9 @@ # PAP +# Copyright (C) 2007-2009, AllWorldIT # # References: # RFC1334 - PPP Authentication Protocols # -# Copyright (C) 2008, AllWorldIT -# # 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 @@ -112,3 +111,4 @@ sub authenticate 1; +# vim: ts=4 diff --git a/smradius/modules/config/mod_config_sql.pm b/smradius/modules/config/mod_config_sql.pm index a14600fa4640fe5c9751a9a1062cf1573f398dcf..1ca90b298e4a85b0557350fdbdd8b4db14bf7db5 100644 --- a/smradius/modules/config/mod_config_sql.pm +++ b/smradius/modules/config/mod_config_sql.pm @@ -1,6 +1,5 @@ # SQL config database support -# -# Copyright (C) 2008-2009, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -123,3 +122,4 @@ sub getConfig 1; +# vim: ts=4 diff --git a/smradius/modules/config/mod_config_test.pm b/smradius/modules/config/mod_config_test.pm index 718bd7ca5ac82afd9050179d2bb12215fdbada48..c94e2e9e507adab20953c2ceecbcf10d0590e13d 100644 --- a/smradius/modules/config/mod_config_test.pm +++ b/smradius/modules/config/mod_config_test.pm @@ -1,6 +1,5 @@ # Test user database -# -# Copyright (C) 2008-2009, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -86,3 +85,4 @@ sub configGet 1; +# vim: ts=4 diff --git a/smradius/modules/features/mod_feature_capping.pm b/smradius/modules/features/mod_feature_capping.pm index f889e67300c4d4954329b6d539e89f787fa9945d..33d6af4fd308342fa51d9acda7183e9053de9952 100644 --- a/smradius/modules/features/mod_feature_capping.pm +++ b/smradius/modules/features/mod_feature_capping.pm @@ -1,6 +1,5 @@ # Capping support -# -# Copyright (C) 2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -243,4 +242,7 @@ sub post_acct_hook return MOD_RES_ACK; } + + 1; +# vim: ts=4 diff --git a/smradius/modules/userdb/mod_userdb_sql.pm b/smradius/modules/userdb/mod_userdb_sql.pm index fc6956c4b79c4773802a9e8a092de766a429c974..13cef7092bd22d180e19c6b2931fd8eea70c12e0 100644 --- a/smradius/modules/userdb/mod_userdb_sql.pm +++ b/smradius/modules/userdb/mod_userdb_sql.pm @@ -1,6 +1,5 @@ # SQL user database support -# -# Copyright (C) 2008-2009, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -216,3 +215,4 @@ sub get 1; +# vim: ts=4 diff --git a/smradius/modules/userdb/mod_userdb_test.pm b/smradius/modules/userdb/mod_userdb_test.pm index 930a627b963543e5c4ad1f67cf164fc4575d91ab..217b328d28e8462599393b7a1518e3b5bef9e102 100644 --- a/smradius/modules/userdb/mod_userdb_test.pm +++ b/smradius/modules/userdb/mod_userdb_test.pm @@ -1,6 +1,5 @@ # Test user database -# -# Copyright (C) 2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -121,3 +120,4 @@ sub get 1; +# vim: ts=4 diff --git a/smradius/util.pm b/smradius/util.pm index 82c30298cdee2be949c7589bb95fb3c2ace8c41b..5ae965794c4827d767689472dc12e8bd7be4972c 100644 --- a/smradius/util.pm +++ b/smradius/util.pm @@ -1,5 +1,5 @@ # SMRadius Utility Functions -# Copyright (C) 2008-2009, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/smradius/version.pm b/smradius/version.pm index 7c9340a3fd8a8b15b9ab147491e8844d54b6c257..f4525da487e092fec55dd403b08cc834db714e98 100644 --- a/smradius/version.pm +++ b/smradius/version.pm @@ -1,6 +1,5 @@ # AWRadius version package -# Copyright (C) 2008, AllWorldIT -# Copyright (C) 2007, Nigel Kukard <nkukard@lbsd.net> +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -36,5 +35,7 @@ use constant { VERSION => "0.0.1", }; -# vim: ts=4 + + 1; +# vim: ts=4 diff --git a/smradiusd b/smradiusd index be0b34356ce478a1d115a13377a85bbc9711f811..ae02aedf03e885e7fa53dd133f3cea657c0f1b62 100755 --- a/smradiusd +++ b/smradiusd @@ -1,7 +1,6 @@ #!/usr/bin/perl # Radius daemon -# Copyright (C) 2008, AllWorldIT -# Copyright (C) 2007, Nigel Kukard <nkukard@lbsd.net> +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -1140,7 +1139,7 @@ sub log # Display help sub displayHelp { - print(STDERR "SMRadius v".VERSION." - Copyright (c) 2007-2008 AllWorldIT\n"); + print(STDERR "SMRadius v".VERSION." - Copyright (c) 2007-2009, AllWorldIT\n"); print(STDERR<<EOF); diff --git a/webui/group-add.php b/webui/group-add.php index 0f155fa5a8adf75a4d97de17d1612b8d8f9593fb..3c54bf90d7efe209a0993c32387baa611b8f664f 100644 --- a/webui/group-add.php +++ b/webui/group-add.php @@ -1,6 +1,6 @@ <?php -# Policy group add -# Copyright (C) 2008, LinuxRulz +# Radius Group Add +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/group-attribute-add.php b/webui/group-attribute-add.php index b6247f39ebaff01130b93bc707e8ce45cfb394e9..594de6f2b176fe08792695f526b8c6fe87ff00e3 100644 --- a/webui/group-attribute-add.php +++ b/webui/group-attribute-add.php @@ -1,6 +1,6 @@ <?php -# Policy add -# Copyright (C) 2008, LinuxRulz +# Radius Group Attribute Add +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/group-attribute-change.php b/webui/group-attribute-change.php index c39750e9611f1e474f8f54300f57d75defb4bdab..163de68648969ae7b4dd8b9ba044aa9965ea7779 100644 --- a/webui/group-attribute-change.php +++ b/webui/group-attribute-change.php @@ -1,6 +1,6 @@ <?php -# Policy member change -# Copyright (C) 2008, LinuxRulz +# Radius Group Attribute Change +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/group-attribute-delete.php b/webui/group-attribute-delete.php index 01810e29506580bd3abfce42e00110bbd9477fef..d857f0fc1fc4a81afa1b5ec333ba2a0469db227e 100644 --- a/webui/group-attribute-delete.php +++ b/webui/group-attribute-delete.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# Radius Group Attribute Delete +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/group-attributes.php b/webui/group-attributes.php index 9a8a2501836abdf147ca20027eb21e2e4af24239..2c9d228fed669c9b53f5a5d6532ecef475141c8c 100644 --- a/webui/group-attributes.php +++ b/webui/group-attributes.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# Radius Group Attribute List +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/group-delete.php b/webui/group-delete.php index 5960f31007a3398e3234b0be139be4ecd8ca726c..38ce76956fa06aeabacc6bd8eb92c8c2d9dddb43 100644 --- a/webui/group-delete.php +++ b/webui/group-delete.php @@ -1,6 +1,6 @@ <?php -# Policy group delete -# Copyright (C) 2008, LinuxRulz +# Radius Group Delete +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/group-main.php b/webui/group-main.php index f5663832b3490011de6737f6959944a80d31dee4..2787aea4047b7b619092672a4388c1de80e9d850 100644 --- a/webui/group-main.php +++ b/webui/group-main.php @@ -1,6 +1,6 @@ <?php -# Policy groups main screen -# Copyright (C) 2008, LinuxRulz +# Radius Group List +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/group-users.php b/webui/group-users.php index efc05ef3d528f41c69ca251e362605b785fd9674..850b7e38ea9bcd96087b395741a7861828f47ab5 100644 --- a/webui/group-users.php +++ b/webui/group-users.php @@ -1,6 +1,6 @@ <?php -# Policy group member screen -# Copyright (C) 2008, LinuxRulz +# Radius Group User List +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/includes/config.php b/webui/includes/config.php index 2267f7041577864cf9fa4cd5e793d493da9bff89..c4b1e1b330a849bfe3de5b171d518e9cca6fb77a 100644 --- a/webui/includes/config.php +++ b/webui/includes/config.php @@ -1,4 +1,22 @@ <?php +# Web Admin UI Config +# Copyright (C) 2007-2009, AllWorldIT +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + # mysql:host=xx;dbname=yyy # diff --git a/webui/includes/db.php b/webui/includes/db.php index 562649734cd5bb894eda057b46e27dc0d9e64d0c..11211fabfbd67f9a69de62c6604ceffb90764972 100644 --- a/webui/includes/db.php +++ b/webui/includes/db.php @@ -1,4 +1,20 @@ <?php +# Database Interface +# Copyright (C) 2007-2009, AllWorldIT +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. require_once('includes/config.php'); diff --git a/webui/includes/footer.php b/webui/includes/footer.php index 2de38d6bab0cbd8586e2bc7d2ae13e166698a7e8..6942c73aa7d5aeca0e181e430aeda76cbd8cc6fc 100644 --- a/webui/includes/footer.php +++ b/webui/includes/footer.php @@ -1,4 +1,20 @@ <?php +# Footer +# Copyright (C) 2007-2009, AllWorldIT +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Print page footer @@ -15,7 +31,7 @@ function printFooter() </tr> <tr> - <td id="footer">SMRadiusd - Copyright © 2008-2009, LinuxRulz</td> + <td id="footer">SMRadius - Copyright © 2007-2009, <a href="http://www.allworldit.com" ?>AllWorldIT</a></td> </tr> <tr> <td> diff --git a/webui/includes/header.php b/webui/includes/header.php index c1fb3897c0ad7da7281f2665c90d3de11f4b0773..d1bb8321a0ab4cb0235ef899c0ca0a32445c3c48 100644 --- a/webui/includes/header.php +++ b/webui/includes/header.php @@ -1,4 +1,20 @@ <?php +# Header +# Copyright (C) 2007-2009, AllWorldIT +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include_once("includes/config.php"); diff --git a/webui/includes/radiuscodes.php b/webui/includes/radiuscodes.php index a9b852745c169050e8216019cf7f11726f8e5e2b..b9592cfddb0cebff4f18802a2933e144b9a0888a 100644 --- a/webui/includes/radiuscodes.php +++ b/webui/includes/radiuscodes.php @@ -1,7 +1,6 @@ <?php # Radius term code mappings -# -# Copyright (c) 2005-2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/includes/tooltipdata.php b/webui/includes/tooltipdata.php index fa811be4a8efdb9ba03d7d88bd1fae91e15488b1..13b0e88bb0a5cd47cbf4a7d31fc1ac0d22ca413b 100644 --- a/webui/includes/tooltipdata.php +++ b/webui/includes/tooltipdata.php @@ -1,6 +1,21 @@ <?php +# Tool Tip Data +# Copyright (C) 2007-2009, AllWorldIT +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -# Tooltip data $tooltips['user_attributes_name'] = "Please refer to the manual for a list of allowed attribute names"; ?> diff --git a/webui/includes/tooltips.php b/webui/includes/tooltips.php index 708f86e23e812e0f12aeeebdf2d6c7faf3fa9a97..5f158a60fe17ad0b7477d70cec71975f9da9ec95 100644 --- a/webui/includes/tooltips.php +++ b/webui/includes/tooltips.php @@ -1,6 +1,6 @@ <?php # Tooltip handling code -# Copyright (C) 2008, LinuxRulz +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/index.php b/webui/index.php index 0a3b538f6789b99820969c5ee951a281f97450fd..f1612b4918975cfeab933cdd3ed262f98ed42fb4 100644 --- a/webui/index.php +++ b/webui/index.php @@ -1,6 +1,6 @@ <?php # Main index file -# Copyright (C) 2008, LinuxRulz +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/stylesheet.css b/webui/stylesheet.css index f007804b59e426971e617118508161259e66f3ad..1980e29afd3effbcd245d75baef41a801e09fab7 100644 --- a/webui/stylesheet.css +++ b/webui/stylesheet.css @@ -1,7 +1,7 @@ /* * * Web interfce stylesheet - * Copyright (C) 2008, LinuxRulz + * Copyright (C) 2007-2009, AllWorldIT * * 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 diff --git a/webui/user-add.php b/webui/user-add.php index 6f346c1c74d913af533b5915acf6c82c57202b6c..1d428089d1c7e833c63addf68f0366b6480afa6f 100644 --- a/webui/user-add.php +++ b/webui/user-add.php @@ -1,6 +1,6 @@ <?php -# Policy add -# Copyright (C) 2008, LinuxRulz +# Radius User Add +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-attribute-add.php b/webui/user-attribute-add.php index 1651a7247069c4a6ec87df3fdee6ea7dbf921fb9..85a829f100f0e2bd9b61d730fa9164e0cd28b063 100644 --- a/webui/user-attribute-add.php +++ b/webui/user-attribute-add.php @@ -1,6 +1,6 @@ <?php -# Policy add -# Copyright (C) 2008, LinuxRulz +# Radius User Attribute Add +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-attribute-change.php b/webui/user-attribute-change.php index bdcde343585fe4b8e7eeaac441682796dc363a97..6f5a94d77f8e292c6cc18bea2ec337001536fb36 100644 --- a/webui/user-attribute-change.php +++ b/webui/user-attribute-change.php @@ -1,6 +1,6 @@ <?php -# Policy member change -# Copyright (C) 2008, LinuxRulz +# Radius User Attribute Change +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-attribute-delete.php b/webui/user-attribute-delete.php index fc74bbaab7bd6dd23b78a263deafe413fa2e0600..f8fc42ee18bee0fd8a4beb3839a2a0699a59ba57 100644 --- a/webui/user-attribute-delete.php +++ b/webui/user-attribute-delete.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# Radius User Attribute Delete +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-attributes.php b/webui/user-attributes.php index af4935bf25692210e4c79c10b4349da961300f83..5d2d6652b514be09f4734a0dbe56182456ee9a3c 100644 --- a/webui/user-attributes.php +++ b/webui/user-attributes.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# Radius User Attributes +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-delete.php b/webui/user-delete.php index ce7cc1f9e3466764709d20485ee5311bb3cb6fca..d8b393ef1bbaa37d36fa8e20ea6dbd4d0622129b 100644 --- a/webui/user-delete.php +++ b/webui/user-delete.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# Radius User Delete +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-groups-add.php b/webui/user-groups-add.php index 16abc187fc5c126601a1ce43ed07afb6f96ddcf3..a281576165b0e64ae216c71d85ade6edb9d1b6fc 100644 --- a/webui/user-groups-add.php +++ b/webui/user-groups-add.php @@ -1,6 +1,6 @@ <?php -# Policy groups main screen -# Copyright (C) 2008, LinuxRulz +# Radius User Group Add +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-groups-delete.php b/webui/user-groups-delete.php index 55244ece354849a75977de91ef765a05473d75c6..2ef68ff7dc86d77b1bc6a76821a78316fad56495 100644 --- a/webui/user-groups-delete.php +++ b/webui/user-groups-delete.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# Radius User Group Delete +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-groups.php b/webui/user-groups.php index 061943d9940b32a54533c2f29700acd75a678951..1a2f49ab94ae1afb7a258653ac4d274e5e86bab4 100644 --- a/webui/user-groups.php +++ b/webui/user-groups.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# Radius User Group List +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-logs.php b/webui/user-logs.php index 51ab61db3783d4ecb8d560d4e821d28f70dc9eaf..5d7e0c1fc3841c43a2b9af1781ec9bd637332eb4 100644 --- a/webui/user-logs.php +++ b/webui/user-logs.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# Radius User Logs +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user-main.php b/webui/user-main.php index f8b031a77cbae20384b9b2e0f9902f27beffb63f..295ccfd4ab14cf6dd13e4bf78282436dcbb2d8d1 100644 --- a/webui/user-main.php +++ b/webui/user-main.php @@ -1,6 +1,6 @@ <?php # Radius User List -# Copyright (C) 2008-2009, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user/include/auth.php b/webui/user/include/auth.php index 452bc14a9adafc5b39a70e9acdef3fa522469db4..e2acc3fc2cce4972b3169c5ddd52c7da68173dd3 100644 --- a/webui/user/include/auth.php +++ b/webui/user/include/auth.php @@ -1,7 +1,6 @@ <?php # Authentication class -# -# Copyright (c) 2005-2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user/include/config.php b/webui/user/include/config.php index 731e8d410f4f12f1f2b0f0099452cd80d865f74c..da85a806a587417ea91eac41a155860fe4a1b2ce 100644 --- a/webui/user/include/config.php +++ b/webui/user/include/config.php @@ -1,4 +1,22 @@ <?php +# User Control Panel UI Config +# Copyright (C) 2007-2009, AllWorldIT +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + # mysql:host=xx;dbname=yyy # @@ -14,13 +32,5 @@ $DB_PASS="root"; $DB_TABLE_PREFIX=""; -# -# THE BELOW SECTION IS UNSUPPORTED AND MEANT FOR THE ORIGINAL SPONSOR OF V2 -# - -#$DB_POSTFIX_DSN="mysql:host=localhost;dbname=postfix"; -#$DB_POSTFIX_USER="root"; -#$DB_POSTFIX_PASS=""; - # vim: ts=4 ?> diff --git a/webui/user/include/db.php b/webui/user/include/db.php index b2b7042f73a17fd8d35fc7cc11818274a8e28899..6a09c64beb989ba3cd8c57e56258b706a3f72ecf 100644 --- a/webui/user/include/db.php +++ b/webui/user/include/db.php @@ -1,4 +1,20 @@ <?php +# Database Interface +# Copyright (C) 2007-2009, AllWorldIT +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. require_once('include/config.php'); diff --git a/webui/user/include/footer.php b/webui/user/include/footer.php index 0a0a7b9679741b15b7bb00d866a112c4b86b9518..5bfb8b384497131cabe590662109dd31136a7e19 100644 --- a/webui/user/include/footer.php +++ b/webui/user/include/footer.php @@ -1,7 +1,6 @@ <?php # Footer of page -# -# Copyright (c) 2005-2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 @@ -19,7 +18,7 @@ ?> - <div class="copyright">Copyright (c) 2005-2009, <a href="http://www.allworldit.com" ?>AllWorldIT</a></div> + <div class="copyright">SMRadius - Copyright © 2007-2009, <a href="http://www.allworldit.com" ?>AllWorldIT</a></div> <br /> </body> diff --git a/webui/user/include/header.php b/webui/user/include/header.php index a6ae8fdc35853043578235e138b6c816c9b98f70..cf9716a629ad582d3805eb818ed3e536d389e35d 100644 --- a/webui/user/include/header.php +++ b/webui/user/include/header.php @@ -1,7 +1,6 @@ <?php # Top part of radius control panel -# -# Copyright (c) 2005-2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user/include/miscfuncs.php b/webui/user/include/miscfuncs.php index c7fb1c93749b55d4ed5e6ede05629ca657943bfc..cbcc61cbc869c9e12dc708b8f49b67b02bf843fb 100644 --- a/webui/user/include/miscfuncs.php +++ b/webui/user/include/miscfuncs.php @@ -1,7 +1,6 @@ <?php # Misc functions we can use -# -# Copyright (c) 2005-2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user/include/pre.php b/webui/user/include/pre.php index d03449d1342bc7cfa4782fbf15399393bcdd6ed9..1e206180c6eec7dfeb8d272237c3277bbb8730a1 100644 --- a/webui/user/include/pre.php +++ b/webui/user/include/pre.php @@ -1,8 +1,20 @@ <?php -# Author: Nigel Kukard <nkukard@lbsd.net> -# Date: 2007-06-21 -# Desc: This file takes care of authentication for us and gets the soap object -# License: GPL +# Web User UI PRE +# Copyright (C) 2007-2009, AllWorldIT +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ob_start(); diff --git a/webui/user/include/radiuscodes.php b/webui/user/include/radiuscodes.php index 8276211eb752f3d191b200b6099d7dfafd9283d1..a66697a8d3f4244a11405911a707d9dc3fc78826 100644 --- a/webui/user/include/radiuscodes.php +++ b/webui/user/include/radiuscodes.php @@ -1,7 +1,6 @@ <?php # Radius term code mappings -# -# Copyright (c) 2005-2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user/include/version.php b/webui/user/include/version.php index a37f2ac0b8ddfc619526f175391dbf9249033f1c..3ef724e5c4a80dc3fcbd41ab2b5884dd404bc6f3 100644 --- a/webui/user/include/version.php +++ b/webui/user/include/version.php @@ -1,7 +1,6 @@ <?php # Versioning for this interface -# -# Copyright (c) 2005-2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user/index.php b/webui/user/index.php index 8d0783345232616955b7f12b19ee5f2a28ac3809..4156f84eb449d15b5d8748f53e7f7edc03b80c6c 100644 --- a/webui/user/index.php +++ b/webui/user/index.php @@ -1,7 +1,6 @@ <?php -# Main control panel page -# -# Copyright (c) 2005-2008, AllWorldIT +# Main User Control Panel Page +# Copyright (c) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user/logs.php b/webui/user/logs.php index 375d8698b54790c251402de5db6717558643c7fd..ef31576c3ea50ed2193c57dc48fff8cec9ddfa94 100644 --- a/webui/user/logs.php +++ b/webui/user/logs.php @@ -1,7 +1,6 @@ <?php # Radius user logs -# -# Copyright (c) 2005-2008, AllWorldIT +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/user/styles.css b/webui/user/styles.css index f9ae6df00231eececd745b535fdf02b06ea12838..e1f3546fb51f665734f0ac6d32ff8ff16812b0e7 100644 --- a/webui/user/styles.css +++ b/webui/user/styles.css @@ -1,3 +1,24 @@ +/* + * + * User Control Panel Stylesheet + * Copyright (C) 2007-2009, AllWorldIT + * + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + + td.section { border-style: solid; border-width: 2px; diff --git a/webui/wisp-multiuser-add.php b/webui/wisp-multiuser-add.php index 2158bb1acd795e2d9b975221e198c5d372f50997..820fd3390df81798cf1bfe34d7bef81a6b193174 100644 --- a/webui/wisp-multiuser-add.php +++ b/webui/wisp-multiuser-add.php @@ -1,6 +1,6 @@ <?php -# Policy add -# Copyright (C) 2008, LinuxRulz +# WiSP multi-user add +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/wisp-user-add.php b/webui/wisp-user-add.php index e79667bfc498e593fb2f8867ebdcc85da5c57139..cb680b938e062d4ece4cffc42f88a85b57ec2a37 100644 --- a/webui/wisp-user-add.php +++ b/webui/wisp-user-add.php @@ -1,6 +1,6 @@ <?php -# Policy add -# Copyright (C) 2008, LinuxRulz +# WiSP User Add +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/wisp-user-delete.php b/webui/wisp-user-delete.php index 2018cad47a27a1b2cabaa51bdcc564c1ce817edd..48a539598a5d5dcf13dfdfed7326b4830eed7fbc 100644 --- a/webui/wisp-user-delete.php +++ b/webui/wisp-user-delete.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# WiSP User Delete +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/wisp-user-edit.php b/webui/wisp-user-edit.php index 5b36d8a338869393789eaa4b74597fae561f89ad..d435545de3f149c342b981a3c8deb83bcfa2cca0 100644 --- a/webui/wisp-user-edit.php +++ b/webui/wisp-user-edit.php @@ -1,6 +1,6 @@ <?php -# Policy member change -# Copyright (C) 2008, LinuxRulz +# WiSP user edit +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/wisp-user-list.php b/webui/wisp-user-list.php index 735bcf4ff8bb712a005dadf01d95f27d5b5ad622..9331e3a066addde020e9ff7f6b2ea6144d9ac478 100644 --- a/webui/wisp-user-list.php +++ b/webui/wisp-user-list.php @@ -1,6 +1,6 @@ <?php -# Radius User List -# Copyright (C) 2008-2009, AllWorldIT +# WiSP User List +# Copyright (C) 2007-2009, AllWorldIT # # 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 diff --git a/webui/wisp-user-logs.php b/webui/wisp-user-logs.php index f3ef623b0506f3a985c1196e0d7c0a28b5f01c44..55c16c7bdfbba7cbbf0bfb8f09769394093a1739 100644 --- a/webui/wisp-user-logs.php +++ b/webui/wisp-user-logs.php @@ -1,6 +1,6 @@ <?php -# Module: Policy delete -# Copyright (C) 2008, LinuxRulz +# WiSP User Logs +# Copyright (C) 2007-2009, AllWorldIT # # 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