]> git.stg.codes - stg.git/history - projects
Merge branch 'stg-2.409-radius'
[stg.git] / projects /
2016-03-09 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2016-03-09 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2016-03-09 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2016-03-09 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2016-02-29 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2016-02-29 Elena MamontovaTicket 26. The 'const MODULE_SETTINGS & ms' parameter...
2016-02-29 Elena MamontovaTicket 26. The ms parameter added when m_plugin.Reload...
2016-02-19 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2016-02-19 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2016-02-19 Elena MamontovaTicket 26. In the reload() function modSettings vector...
2016-02-18 Elena MamontovaTicket 26. The 'moduleName' variable is defined and...
2016-02-18 Elena MamontovaTicket 26. The 'name' parameter and 'pluginName' variab...
2016-02-18 Elena MamontovaTicket 26. The pluginName variable, GetName() method...
2016-02-17 Elena MamontovaTicket 26. The 'const SETTINGS_IMPL settings' parametr...
2016-02-17 Elena MamontovaTicket 26. The 'const SETTINGS_IMPL settings' parametr...
2016-02-17 Elena MamontovaTicket 26. The 'settings' parametr added in the manager...
2016-02-15 Elena MamontovaTicket 26. #include "stg/logger.h" directive removed.
2016-02-10 Elena MamontovaTicket 26. if (&set == this) checking removed in the...
2016-02-09 Elena MamontovaTicket 26. The int AUTH_IA::Reload() function definitio...
2016-02-09 Elena MamontovaTicket 26. The Reload() function declaration added.
2016-02-09 Elena MamontovaTicket 26. The SETTINGS_IMPL & SETTINGS_IMPL::operator...
2016-02-09 Elena MamontovaTicket 26. The SETTINGS_IMPL & operator() declaration...
2016-02-09 Elena MamontovaTicket 26. The SETTINGS_IMPL newSettings object declara...
2016-02-04 Elena MamontovaTicket 26. SETTING_IMPL newSettings object - copy of...
2015-12-20 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-12-20 Maxim MamontovImmediate disconnect on Unauthorize if not authorized.
2015-12-20 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-12-20 Maxim MamontovStop plugins before stopping core.
2015-12-20 Maxim MamontovDo not flush indexes on stop (fixes #44).
2015-12-20 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-12-20 Maxim MamontovFixed editing tariffs.
2015-12-16 Elena MamontovaTicket12. The StopOnError parameter is comment out.
2015-12-16 Elena MamontovaTicket12. The StopOnError parameter is comment out.
2015-12-15 Elena MamontovaTicket 12. Formatting fixed.
2015-12-14 Maxim MamontovMerge remote-tracking branch 'origin/ticket42' into...
2015-12-09 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-12-09 Maxim MamontovOptional authorization.
2015-11-09 Elena MamontovaTicket 12. The if (settings->GetStopOnError()) check...
2015-11-06 Elena MamontovaTicket 12. The if() construction for StopOnError parame...
2015-11-06 Elena MamontovaTicket 12. The stopOnError variable moved, GetStopOnErr...
2015-11-06 Elena MamontovaTicket 12. The 'stopOnError(rval.stopOnError)' property...
2015-11-05 Elena MamontovaTicket 12. The 'stopOnError' property added in the...
2015-11-05 Elena MamontovaTicket 12. The 'stopOnError(rval.stopOnError)' property...
2015-11-05 Elena MamontovaTicket 12. The 'stopOnError(true)' property added in...
2015-11-05 Elena MamontovaTicket 12. The 'StopOnError' parameter added.
2015-11-05 Elena MamontovaTicket 12. The 'StopOnError' parameter added.
2015-11-04 Elena MamontovaTicket 12. In the ReadUsers() method: the error variabl...
2015-10-25 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-10-25 Maxim MamontovFixed parsers.
2015-10-25 Maxim MamontovFixed receiving partial streams.
2015-10-25 Maxim MamontovAdded protocol dumper.
2015-10-18 Maxim MamontovSkip port number parsing when UNIX socket is specified.
2015-10-18 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-10-18 Maxim MamontovFixed parsing parameters with empty values.
2015-10-15 Maxim MamontovParse TCP port correctly.
2015-10-15 Maxim MamontovCheck NULL value pairs.
2015-10-07 Maxim MamontovUse received return code on no-match in rlm_stg.
2015-10-07 Maxim MamontovAdded no_match settings to the radius plugin.
2015-09-22 Maxim MamontovApply owner/group/mode settings to a UNIX socket.
2015-09-21 Maxim MamontovFixed problem running plugin in non-debug mode.
2015-09-21 Maxim MamontovDeclare unary ctors explicit.
2015-09-12 Maxim MamontovFixed mutex locking.
2015-09-12 Maxim MamontovMoved all sync/async boundary code into the client.
2015-09-12 Maxim MamontovFixed const-related warning message.
2015-09-12 Maxim MamontovAdded new files to build.
2015-09-12 Maxim MamontovMoved connection-related functions into a separate...
2015-09-06 Maxim MamontovLimited waiting for response.
2015-09-06 Maxim MamontovCatch proper exception.
2015-09-06 Maxim MamontovFixed crash on stopping mod_radius.
2015-09-06 Maxim MamontovImplemeted reconnect in rlm_stg when the connection...
2015-09-05 Maxim Mamontovrlm_stg is now "thread-unsafe".
2015-09-05 Maxim MamontovUse separate config sections for each session stage.
2015-09-05 Maxim MamontovClear completion flag before making request.
2015-09-05 Maxim MamontovFree reply pair list before filling.
2015-09-05 Maxim MamontovAllow to have multi-leveled module settings.
2015-08-31 Maxim MamontovHandle EINTR in mod_radius correctly.
2015-08-31 Maxim MamontovFixed config parser for mod_radius.
2015-08-31 Maxim MamontovImplemented aysnc parser in STG::Conn.
2015-08-31 Maxim MamontovImplemented async parser in rlm_stg.
2015-08-31 Maxim MamontovFixed appending pairs in rlm_stg.
2015-08-31 Maxim MamontovAdded logging for rlm_stg C-C++ interface.
2015-08-31 Maxim MamontovFixed check for empty pair in rlm_stg.
2015-08-31 Maxim MamontovFixed build script for rlm_stg.
2015-08-31 Maxim MamontovAdded logger for rlm_stg.
2015-08-24 Maxim MamontovImplemented rlm_stg.
2015-08-24 Maxim MamontovImplemented backend for rlm_stg.
2015-08-24 Maxim MamontovAdded checks for boost and yajl.
2015-08-24 Maxim MamontovRemoved sgcp, added json.
2015-07-22 Maxim MamontovExperimental implementation of SGCP using Boost.Asio.
2015-06-20 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-06-01 Maxim MamontovAnother iconv...
2015-06-01 Maxim MamontovFixed hardcoded iconv in sgconf.
2015-06-01 Maxim MamontovDon't compile c-file s with cxx-compiler. Clang doesn...
2015-05-11 Maxim MamontovFixed iconv linkage.
2015-05-11 Maxim MamontovAdded "smart" iconv 2nd arg const-ness detection.
2015-05-11 Maxim MamontovIntroduced new mod_radius.
2015-04-14 Maxim MamontovFinal icing on rlm_stg.
2015-04-05 Maxim MamontovSome fixes in C-C++ bridge in rlm_stg.
2015-03-31 Maxim MamontovMoved sgconf* back to /usr/sbin for backward compatibility.
2015-03-16 Maxim MamontovSyntactic fixes.
next