aboutsummaryrefslogtreecommitdiff
path: root/common/config.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-01Added argument parsing with libparg, along with usefull running modesJulien Dessaux1-2/+2
2019-04-01Fixed session recording that was broken, and install the session player from ...Julien Dessaux3-5/+24
2019-03-27Removed mysql dependency and fetch all configuration from configuration file.Julien Dessaux16-280/+362
2019-03-27Cleaning and reordering.Julien Dessaux6-25/+38
2019-03-27Added uthash as a git submoduleJulien Dessaux4-0/+15
2019-03-18Made all settings customisable through a config file.Julien Dessaux7-26/+159
2019-03-14Add cmake installation rules along with cpack entries. Made cmake_build_type ...Julien Dessaux3-4/+31
2019-03-14Use proper directories configuration from cmakeJulien Dessaux12-34/+36
2019-03-14Fixed build problem with SESSION_RECORDING flag set to OFF and updated the re...Julien Dessaux4-27/+39
2019-03-13Added README and LICENSEJulien Dessaux3-1/+247
2019-03-11Added cmake rules to build libtty from termrec submoduleJulien Dessaux5-4/+25
2019-03-11CosmeticsJulien Dessaux6-7/+7
2019-03-11Fixed funny typoJulien Dessaux3-3/+3
2019-02-14Moved code aroundJulien Dessaux17-5/+8
2019-02-14Switched from standard makefile to cmakeJulien Dessaux5-36/+26
2018-11-07Implemented session id management and session logs in databaseJulien Dessaux6-13/+39
2018-11-02Began implementing configuration fetching from an sshportal mysql databaseJulien Dessaux11-45/+251
2018-08-26Added session recording with https://github.com/kilobyte/termrecJulien Dessaux13-25/+291
2018-08-23Added address sanitization and fixed found bugsJulien Dessaux4-21/+16
2018-07-31Code cleaning and added error handlingJulien Dessaux5-48/+56
2018-06-20Made a working ssh proxy serverJulien Dessaux12-406/+569