]> git.stg.codes - stg.git/shortlog
stg.git
2015-12-09 Maxim MamontovAdded ability to optionally transfer resetable value...
2015-10-25 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-10-25 Maxim MamontovAdded more tests for cryptography.
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-22 Maxim MamontovAdded functions to convert strings into uids/gids/modes.
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 MamontovAllowed to pass mutex by reference into STG_LOCKER.
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 MamontovAdded copyable reference wrapper.
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 MamontovMinor fixes in JSON parser.
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 MamontovFixed Makefile.
2015-07-22 Maxim MamontovFixed deps between conn and proto.
2015-07-22 Maxim MamontovRemoved more unused stuff.
2015-07-22 Maxim MamontovRemoved some unused includes.
2015-07-22 Maxim MamontovReduced public interface.
2015-07-22 Maxim MamontovExperimental implementation of SGCP using Boost.Asio.
2015-07-22 Maxim MamontovRemoved some old experimental things.
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 SGCP library.
2015-05-11 Maxim MamontovIntroduced new mod_radius.
2015-04-14 Maxim MamontovFinal icing on rlm_stg.
2015-04-08 Maxim MamontovAdded blockio library.
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.
2015-03-16 Maxim MamontovAnother bunch of fixes related to BSD-like install.
2015-03-16 Maxim MamontovFixes due to stupid behaviour of BSD-like install.
2015-03-16 Maxim Mamontoveq/neq fixes.
2015-03-16 Maxim MamontovFixed installation on BSD-systems.
2015-02-01 Maxim MamontovAnother small fix in build script.
2015-02-01 Maxim MamontovAnother small fix in a build script.
2015-02-01 Maxim MamontovFixes in dealing with external libs.
2015-01-31 Maxim MamontovBackported some changes from 2.5.
2015-01-31 Maxim MamontovFixed compiler complaints.
2015-01-31 Maxim MamontovFixed tests.
2015-01-31 Maxim MamontovIgnore sgconf_xml.
2015-01-31 Maxim MamontovCorrected upload/download mess.
2015-01-31 Maxim MamontovUserdata can also contain cyrilic symbols.
2015-01-25 Maxim MamontovAdded necessary headers in netlink/nfq checks.
2015-01-25 Maxim MamontovHandle cash changes properly.
2015-01-25 Maxim MamontovAdded some handy funcs to work with IBPP statements.
2015-01-25 Maxim MamontovEncrypt including the last \0.
2015-01-25 Maxim MamontovAdded SERVCONF dtor.
2015-01-25 Maxim MamontovFixed unary x2str.
2015-01-25 Maxim MamontovPhone number may contain cyrilic characters. Added...
2015-01-25 Maxim MamontovAdded default constructor for resetable USER_CONF.
2015-01-25 Maxim MamontovAdded in-to-traff-type conversion.
2015-01-18 Maxim MamontovAllowed to build sgconf_xml on Darwin.
2015-01-18 Maxim MamontovImproved release version checking.
2015-01-18 Maxim MamontovSome fixes in build scripts.
2015-01-18 Maxim MamontovRemoved unused class fields.
2015-01-18 Maxim MamontovFixed compilation of sgconf_xml.
2015-01-18 Maxim MamontovReplaced some .data() with .const_data().
2015-01-18 Maxim MamontovFixed compilation of sgconf.
2015-01-18 Maxim MamontovFixed compilation of srvconf lib.
2015-01-18 Maxim MamontovRemoved some unused stuff from netunit.cpp.
2015-01-18 Maxim MamontovRemoved unused functions.
2015-01-10 Maxim MamontovSome fixes in USER_IMPL.
next