]> git.stg.codes - stg.git/log
stg.git
10 years agoBetter handling of errors from server. Refactoring.
Maxim Mamontov [Mon, 19 Aug 2013 05:57:38 +0000 (08:57 +0300)]
Better handling of errors from server. Refactoring.

10 years agoFixed error handling in SetUser.
Maxim Mamontov [Sun, 18 Aug 2013 10:16:42 +0000 (13:16 +0300)]
Fixed error handling in SetUser.

10 years agoMinor changes.
Maxim Mamontov [Sun, 18 Aug 2013 09:56:51 +0000 (12:56 +0300)]
Minor changes.

10 years agoRemoved unused parser.cpp.
Maxim Mamontov [Sun, 18 Aug 2013 09:46:39 +0000 (12:46 +0300)]
Removed unused parser.cpp.

10 years agoSend message parser was moved to a separate files.
Maxim Mamontov [Sun, 18 Aug 2013 09:45:56 +0000 (12:45 +0300)]
Send message parser was moved to a separate files.

10 years agoFixed compilation issues.
Maxim Mamontov [Sat, 10 Aug 2013 20:35:00 +0000 (23:35 +0300)]
Fixed compilation issues.

10 years agoAdded setter.
Maxim Mamontov [Sat, 10 Aug 2013 19:56:09 +0000 (22:56 +0300)]
Added setter.

10 years agoRemoved "stg" prefix from inclusion of parser.h
Maxim Mamontov [Sat, 10 Aug 2013 19:55:38 +0000 (22:55 +0300)]
Removed "stg" prefix from inclusion of parser.h

10 years agoAdded license header.
Maxim Mamontov [Sat, 10 Aug 2013 19:55:25 +0000 (22:55 +0300)]
Added license header.

10 years agoMade getters work.
Maxim Mamontov [Sat, 10 Aug 2013 15:57:29 +0000 (18:57 +0300)]
Made getters work.

10 years agoFixed stupid bug in case conversion functions.
Maxim Mamontov [Sat, 10 Aug 2013 15:54:50 +0000 (18:54 +0300)]
Fixed stupid bug in case conversion functions.

10 years agoDifferent small fixes plus error logging.
Maxim Mamontov [Sat, 10 Aug 2013 07:51:39 +0000 (10:51 +0300)]
Different small fixes plus error logging.

10 years agoRenamed a variable.
Maxim Mamontov [Sat, 10 Aug 2013 07:04:49 +0000 (10:04 +0300)]
Renamed a variable.

10 years agoCosmetic changes.
Maxim Mamontov [Sat, 10 Aug 2013 07:03:42 +0000 (10:03 +0300)]
Cosmetic changes.

10 years agoFoxed compilation errors.
Maxim Mamontov [Fri, 9 Aug 2013 18:04:49 +0000 (21:04 +0300)]
Foxed compilation errors.

10 years agoSmall name fixes.
Maxim Mamontov [Thu, 8 Aug 2013 15:01:46 +0000 (18:01 +0300)]
Small name fixes.

10 years agoMany changes related to getting user information via sgconf.
Maxim Mamontov [Thu, 8 Aug 2013 14:56:57 +0000 (17:56 +0300)]
Many changes related to getting user information via sgconf.

10 years agoSmall fixes.
Maxim Mamontov [Thu, 8 Aug 2013 09:03:30 +0000 (12:03 +0300)]
Small fixes.

10 years agoAdded missing semicolon.
Maxim Mamontov [Thu, 8 Aug 2013 08:35:34 +0000 (11:35 +0300)]
Added missing semicolon.

10 years agoAdded missing includes.
Maxim Mamontov [Thu, 8 Aug 2013 08:34:59 +0000 (11:34 +0300)]
Added missing includes.

10 years agoFactored out users' parser.
Maxim Mamontov [Thu, 8 Aug 2013 08:28:49 +0000 (11:28 +0300)]
Factored out users' parser.

10 years agoFactored out user's parser.
Maxim Mamontov [Thu, 8 Aug 2013 06:04:05 +0000 (09:04 +0300)]
Factored out user's parser.

10 years agosrvconf refactoring: auth_by, server_info and check_user.
Maxim Mamontov [Mon, 5 Aug 2013 19:22:45 +0000 (22:22 +0300)]
srvconf refactoring: auth_by, server_info and check_user.

10 years agoConfiguration library refactoring (AUTH_BY)
Maxim Mamontov [Mon, 5 Aug 2013 18:24:16 +0000 (21:24 +0300)]
Configuration library refactoring (AUTH_BY)

10 years agoRe-organized includes.
Maxim Mamontov [Mon, 5 Aug 2013 17:45:43 +0000 (20:45 +0300)]
Re-organized includes.

10 years agoSome refactoring.
Maxim Mamontov [Mon, 5 Aug 2013 17:41:55 +0000 (20:41 +0300)]
Some refactoring.

10 years agoAdded GetUserInfo parser.
Maxim Mamontov [Mon, 5 Aug 2013 17:28:05 +0000 (20:28 +0300)]
Added GetUserInfo parser.

10 years agoAdded unary versions of x2str ans unsigned2str.
Maxim Mamontov [Mon, 5 Aug 2013 17:27:29 +0000 (20:27 +0300)]
Added unary versions of x2str ans unsigned2str.

10 years agoAdded const user accessors.
Maxim Mamontov [Mon, 5 Aug 2013 17:27:08 +0000 (20:27 +0300)]
Added const user accessors.

10 years agoAdded last disconnect reason and last authorization time.
Maxim Mamontov [Mon, 5 Aug 2013 16:56:57 +0000 (19:56 +0300)]
Added last disconnect reason and last authorization time.

10 years agoAdditional logging and small fixes.
Maxim Mamontov [Fri, 2 Aug 2013 19:23:11 +0000 (22:23 +0300)]
Additional logging and small fixes.

10 years agoLog all SIGHUP-related activity.
Maxim Mamontov [Fri, 2 Aug 2013 19:09:39 +0000 (22:09 +0300)]
Log all SIGHUP-related activity.

10 years agoFixed stupid bugs in BPF capturer.
Maxim Mamontov [Thu, 1 Aug 2013 10:24:39 +0000 (13:24 +0300)]
Fixed stupid bugs in BPF capturer.

10 years agoAllow to build sgconf on Darwin.
Maxim Mamontov [Thu, 1 Aug 2013 10:24:21 +0000 (13:24 +0300)]
Allow to build sgconf on Darwin.

10 years agoAllow to assign 0.0.0.0 to multiple users.
Maxim Mamontov [Sun, 28 Jul 2013 12:32:47 +0000 (15:32 +0300)]
Allow to assign 0.0.0.0 to multiple users.

10 years agoAdded missing files.
Maxim Mamontov [Sat, 27 Jul 2013 17:04:03 +0000 (20:04 +0300)]
Added missing files.

10 years agoMinor fix.
Maxim Mamontov [Fri, 26 Jul 2013 18:30:28 +0000 (21:30 +0300)]
Minor fix.

10 years agoAdjusted XML RPC documentation.
Maxim Mamontov [Fri, 26 Jul 2013 18:29:41 +0000 (21:29 +0300)]
Adjusted XML RPC documentation.

10 years agoAdded XML RPC method for getting user's authorizers.
Maxim Mamontov [Fri, 26 Jul 2013 18:22:09 +0000 (21:22 +0300)]
Added XML RPC method for getting user's authorizers.

10 years agoSmall fix.
Maxim Mamontov [Fri, 26 Jul 2013 17:54:38 +0000 (20:54 +0300)]
Small fix.

10 years agoDebug.
Maxim Mamontov [Fri, 26 Jul 2013 17:39:19 +0000 (20:39 +0300)]
Debug.

10 years agoAdded forgotten 'break'.
Maxim Mamontov [Fri, 26 Jul 2013 17:32:12 +0000 (20:32 +0300)]
Added forgotten 'break'.

10 years agoAdded ability to list authorizers for user.
Maxim Mamontov [Fri, 26 Jul 2013 17:25:54 +0000 (20:25 +0300)]
Added ability to list authorizers for user.

10 years agoAdded a function that lists all plugins that authorize the user.
Maxim Mamontov [Fri, 26 Jul 2013 16:33:05 +0000 (19:33 +0300)]
Added a function that lists all plugins that authorize the user.

10 years agoCheck that IP is not in use before changing.
Maxim Mamontov [Fri, 26 Jul 2013 16:24:10 +0000 (19:24 +0300)]
Check that IP is not in use before changing.

10 years agoAdded support of Darwin platform.
System Administrator [Sat, 6 Jul 2013 13:50:36 +0000 (16:50 +0300)]
Added support of Darwin platform.

10 years agoFixed stupid errors in cap_bpf.
System Administrator [Sat, 6 Jul 2013 13:48:12 +0000 (16:48 +0300)]
Fixed stupid errors in cap_bpf.

11 years agoAO: don't unauthorize user that was not authorized by us.
Maxim Mamontov [Wed, 20 Feb 2013 20:00:40 +0000 (22:00 +0200)]
AO: don't unauthorize user that was not authorized by us.

11 years agoPossibly fixed mod_cap_ipq compilation.
Maxim Mamontov [Tue, 5 Feb 2013 21:12:46 +0000 (23:12 +0200)]
Possibly fixed mod_cap_ipq compilation.

11 years agoAdded separate touch time for traffcounter packet processor.
Maxim Mamontov [Tue, 5 Feb 2013 19:22:21 +0000 (21:22 +0200)]
Added separate touch time for traffcounter packet processor.

11 years agoAdded missing include.
Maxim Mamontov [Tue, 5 Feb 2013 19:14:48 +0000 (21:14 +0200)]
Added missing include.

11 years agoRemoved merge artifacts.
Maxim Mamontov [Tue, 5 Feb 2013 19:14:35 +0000 (21:14 +0200)]
Removed merge artifacts.

11 years agoAdded missing method.
Maxim Mamontov [Tue, 5 Feb 2013 19:10:43 +0000 (21:10 +0200)]
Added missing method.

11 years agoMassive refactoring.
Maxim Mamontov [Tue, 5 Feb 2013 19:02:01 +0000 (21:02 +0200)]
Massive refactoring.

11 years agoAllowed to use dot in entity name.
Maxim Mamontov [Mon, 28 Jan 2013 18:33:26 +0000 (20:33 +0200)]
Allowed to use dot in entity name.

11 years agoFixed else/enif order.
Maxim Mamontov [Sat, 19 Jan 2013 08:50:21 +0000 (10:50 +0200)]
Fixed else/enif order.

11 years agoPatch from SpiderX <spiderx@spiderx.dp.ua> - added installing demo scripts for
Maxim Mamontov [Thu, 17 Jan 2013 18:59:41 +0000 (20:59 +0200)]
Patch from SpiderX <spiderx@spiderx.dp.ua> - added installing demo scripts for
rscriptd.

11 years agoFixed rlm_stg removing broken by previous patch.
Maxim Mamontov [Thu, 17 Jan 2013 18:58:37 +0000 (20:58 +0200)]
Fixed rlm_stg removing broken by previous patch.

11 years agoPatch from SpiderX <spiderx@spiderx.dp.ua> - path to FreeRADIUS plugins.
Maxim Mamontov [Thu, 17 Jan 2013 07:30:55 +0000 (09:30 +0200)]
Patch from SpiderX <spiderx@spiderx.dp.ua> - path to FreeRADIUS plugins.

11 years agoRemoved artefact from previous patch.
Maxim Mamontov [Wed, 16 Jan 2013 18:25:08 +0000 (20:25 +0200)]
Removed artefact from previous patch.

11 years agoPatch from SpiderX <spiderx@spiderx.dp.ua> - build in debug mode.
Maxim Mamontov [Tue, 15 Jan 2013 20:13:15 +0000 (22:13 +0200)]
Patch from SpiderX <spiderx@spiderx.dp.ua> - build in debug mode.

11 years agoAllowed to bind for a particular address/hostname for sgauth.
Maxim Mamontov [Tue, 15 Jan 2013 19:58:14 +0000 (21:58 +0200)]
Allowed to bind for a particular address/hostname for sgauth.

11 years agoCosmetic changes.
Maxim Mamontov [Mon, 14 Jan 2013 20:04:57 +0000 (22:04 +0200)]
Cosmetic changes.

11 years agoFixed parameters style in sgconv.conf.
Maxim Mamontov [Mon, 14 Jan 2013 20:02:22 +0000 (22:02 +0200)]
Fixed parameters style in sgconv.conf.

11 years agoconvertor.conf -> sgconv.conf
Maxim Mamontov [Mon, 14 Jan 2013 19:55:54 +0000 (21:55 +0200)]
convertor.conf -> sgconv.conf

11 years agoPatch from SpiderX <spiderx@spiderx.dp.ua> - convertor -> sgconv
Maxim Mamontov [Mon, 14 Jan 2013 19:29:36 +0000 (21:29 +0200)]
Patch from SpiderX <spiderx@spiderx.dp.ua> - convertor -> sgconv

11 years agoSlightly changed patch from SpiderX <spiderx@spiderx.dp.ua> - sgauth.conf
Maxim Mamontov [Mon, 14 Jan 2013 19:28:21 +0000 (21:28 +0200)]
Slightly changed patch from SpiderX <spiderx@spiderx.dp.ua> - sgauth.conf

11 years ago+tch from SpiderX <spiderx@spiderx.dp.ua> - rscriptd.conf
Maxim Mamontov [Mon, 14 Jan 2013 19:20:12 +0000 (21:20 +0200)]
+tch from SpiderX <spiderx@spiderx.dp.ua> - rscriptd.conf

11 years agoPatch from SpiderX <spiderx@spiderx.dp.ua> - scripts.
Maxim Mamontov [Mon, 14 Jan 2013 19:14:21 +0000 (21:14 +0200)]
Patch from SpiderX <spiderx@spiderx.dp.ua> - scripts.

11 years agoConvertor project is renamed to "sgconv".
Maxim Mamontov [Mon, 14 Jan 2013 19:01:32 +0000 (21:01 +0200)]
Convertor project is renamed to "sgconv".

11 years agoFixed installation path for rlm_stg project.
Maxim Mamontov [Sat, 12 Jan 2013 11:43:13 +0000 (13:43 +0200)]
Fixed installation path for rlm_stg project.

11 years agoUnified build scripts.
Maxim Mamontov [Fri, 11 Jan 2013 19:51:17 +0000 (21:51 +0200)]
Unified build scripts.

11 years agoFixed installation.
Maxim Mamontov [Fri, 11 Jan 2013 19:46:06 +0000 (21:46 +0200)]
Fixed installation.

11 years agoFixes in configuration files.
Maxim Mamontov [Fri, 11 Jan 2013 18:40:33 +0000 (20:40 +0200)]
Fixes in configuration files.

11 years agoFixed linking with libfbclient.
Maxim Mamontov [Fri, 4 Jan 2013 19:05:36 +0000 (21:05 +0200)]
Fixed linking with libfbclient.

11 years agoCode cleanup.
Maxim Mamontov [Tue, 1 Jan 2013 16:05:51 +0000 (18:05 +0200)]
Code cleanup.

11 years agoModiifed Gentoo init.d-script according to latest rules.
Maxim Mamontov [Tue, 11 Dec 2012 20:14:50 +0000 (22:14 +0200)]
Modiifed Gentoo init.d-script according to latest rules.

11 years agoVersion bump.
Maxim Mamontov [Sun, 2 Dec 2012 15:57:49 +0000 (17:57 +0200)]
Version bump.

11 years agoAdded SMUX reconnect. Fixes #18.
Maxim Mamontov [Sun, 2 Dec 2012 15:32:42 +0000 (17:32 +0200)]
Added SMUX reconnect. Fixes #18.

11 years agoLot of debug output for rscriptd.
Maxim Mamontov [Sun, 2 Dec 2012 14:55:06 +0000 (16:55 +0200)]
Lot of debug output for rscriptd.

11 years agoRemoved redundand code. Fixes #24.
Maxim Mamontov [Sun, 2 Dec 2012 14:51:43 +0000 (16:51 +0200)]
Removed redundand code. Fixes #24.

11 years agoFixed problems with connect/disconnect notification.
Maxim Mamontov [Sun, 2 Dec 2012 14:50:41 +0000 (16:50 +0200)]
Fixed problems with connect/disconnect notification.

11 years agoUse "connected" subscription for detecting connection and disconnection.
Maxim Mamontov [Sat, 1 Dec 2012 19:08:24 +0000 (21:08 +0200)]
Use "connected" subscription for detecting connection and disconnection.

11 years agoUse namespace instead of prefix.
Maxim Mamontov [Sat, 1 Dec 2012 19:07:57 +0000 (21:07 +0200)]
Use namespace instead of prefix.

11 years agoAdded const-ness for some params.
Maxim Mamontov [Sat, 1 Dec 2012 19:07:20 +0000 (21:07 +0200)]
Added const-ness for some params.

11 years agoFixed invalid parameter passing.
Maxim Mamontov [Sat, 1 Dec 2012 15:21:09 +0000 (17:21 +0200)]
Fixed invalid parameter passing.

11 years agoUse old password for enciphering password change answer.
Maxim Mamontov [Sun, 18 Nov 2012 18:13:33 +0000 (20:13 +0200)]
Use old password for enciphering password change answer.

11 years agoFixed admin provoledges reseting after password change. Fixes #28.
Maxim Mamontov [Sun, 18 Nov 2012 18:02:47 +0000 (20:02 +0200)]
Fixed admin provoledges reseting after password change. Fixes #28.

11 years agoBetter logging for ipq_cap.
Maxim Mamontov [Sun, 11 Nov 2012 19:08:48 +0000 (21:08 +0200)]
Better logging for ipq_cap.

11 years agoDo not compile mod_cap_ipq on systems where ip_queue is not available.
Maxim Mamontov [Sun, 11 Nov 2012 19:08:07 +0000 (21:08 +0200)]
Do not compile mod_cap_ipq on systems where ip_queue is not available.

11 years agoFixed invalid check of pthread_create return value.
Maxim Mamontov [Sun, 11 Nov 2012 17:05:11 +0000 (19:05 +0200)]
Fixed invalid check of pthread_create return value.

11 years agoFixed ip_queue.h checking.
Maxim Mamontov [Sun, 11 Nov 2012 17:00:13 +0000 (19:00 +0200)]
Fixed ip_queue.h checking.

11 years agoAdded missing dependency.
Maxim Mamontov [Sun, 11 Nov 2012 16:50:48 +0000 (18:50 +0200)]
Added missing dependency.

11 years agoFixed compilation with linux-3.5.1 and higher.
Maxim Mamontov [Sun, 11 Nov 2012 16:50:14 +0000 (18:50 +0200)]
Fixed compilation with linux-3.5.1 and higher.

11 years agoChanges in rlm_stg for better integration with FreeRADIUS.
Maxim Mamontov [Sat, 6 Oct 2012 14:40:25 +0000 (17:40 +0300)]
Changes in rlm_stg for better integration with FreeRADIUS.

11 years agoLog errors from plugins to server log.
Maxim Mamontov [Thu, 2 Aug 2012 14:10:58 +0000 (17:10 +0300)]
Log errors from plugins to server log.

11 years agoIntroduced logger for plugins.
Maxim Mamontov [Thu, 2 Aug 2012 12:31:53 +0000 (15:31 +0300)]
Introduced logger for plugins.

11 years agoAdded notifiers for the "disabled" property.
Maxim Mamontov [Thu, 2 Aug 2012 12:30:28 +0000 (15:30 +0300)]
Added notifiers for the "disabled" property.

11 years agoError messages unified.
Maxim Mamontov [Mon, 4 Jun 2012 11:04:51 +0000 (14:04 +0300)]
Error messages unified.

11 years agoAllow to start mod_rscript without subnets file
Maxim Mamontov [Sat, 19 May 2012 17:13:38 +0000 (20:13 +0300)]
Allow to start mod_rscript without subnets file