| Commit message (Expand) | Author | Age | Files | Lines |
* | Added forgotten cmake definitionHEADmaster | Julien Dessaux | 2019-09-12 | 1 | -0/+3 |
* | Document the cli arguments in README | Julien Dessaux | 2019-06-17 | 1 | -0/+16 |
* | Removed unused profiling flags that cause failed builds on alpine linux | Julien Dessaux | 2019-04-04 | 1 | -2/+2 |
* | Deactivate optimisations for RELWITHDEBINFO release type | Julien Dessaux | 2019-04-03 | 1 | -1/+1 |
* | Added argument parsing with libparg, along with usefull running modes | Julien Dessaux | 2019-04-01 | 8 | -26/+112 |
* | Fixed session recording that was broken, and install the session player from ... | Julien Dessaux | 2019-04-01 | 3 | -5/+24 |
* | Removed mysql dependency and fetch all configuration from configuration file. | Julien Dessaux | 2019-03-27 | 16 | -280/+362 |
* | Cleaning and reordering. | Julien Dessaux | 2019-03-27 | 6 | -25/+38 |
* | Added uthash as a git submodule | Julien Dessaux | 2019-03-27 | 4 | -0/+15 |
* | Made all settings customisable through a config file. | Julien Dessaux | 2019-03-18 | 7 | -26/+159 |
* | Add cmake installation rules along with cpack entries. Made cmake_build_type ... | Julien Dessaux | 2019-03-14 | 3 | -4/+31 |
* | Use proper directories configuration from cmake | Julien Dessaux | 2019-03-14 | 12 | -34/+36 |
* | Fixed build problem with SESSION_RECORDING flag set to OFF and updated the re... | Julien Dessaux | 2019-03-14 | 4 | -27/+39 |
* | Added README and LICENSE | Julien Dessaux | 2019-03-13 | 3 | -1/+247 |
* | Added cmake rules to build libtty from termrec submodule | Julien Dessaux | 2019-03-11 | 5 | -4/+25 |
* | Cosmetics | Julien Dessaux | 2019-03-11 | 6 | -7/+7 |
* | Fixed funny typo | Julien Dessaux | 2019-03-11 | 3 | -3/+3 |
* | Moved code around | Julien Dessaux | 2019-02-14 | 17 | -5/+8 |
* | Switched from standard makefile to cmake | Julien Dessaux | 2019-02-14 | 5 | -36/+26 |
* | Implemented session id management and session logs in database | Julien Dessaux | 2018-11-07 | 6 | -13/+39 |
* | Began implementing configuration fetching from an sshportal mysql database | Julien Dessaux | 2018-11-02 | 11 | -45/+251 |
* | Added session recording with https://github.com/kilobyte/termrec | Julien Dessaux | 2018-08-26 | 13 | -25/+291 |
* | Added address sanitization and fixed found bugs | Julien Dessaux | 2018-08-23 | 4 | -21/+16 |
* | Code cleaning and added error handling | Julien Dessaux | 2018-07-31 | 5 | -48/+56 |
* | Made a working ssh proxy server | Julien Dessaux | 2018-06-20 | 12 | -406/+569 |
* | Initial import with working simple server based on libssh examples | Julien Dessaux | 2018-05-22 | 8 | -0/+591 |