aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added forgotten cmake definitionHEADmasterJulien Dessaux2019-09-121-0/+3
|
* Document the cli arguments in READMEJulien Dessaux2019-06-171-0/+16
|
* Removed unused profiling flags that cause failed builds on alpine linuxJulien Dessaux2019-04-041-2/+2
|
* Deactivate optimisations for RELWITHDEBINFO release typeJulien Dessaux2019-04-031-1/+1
|
* Added argument parsing with libparg, along with usefull running modesJulien Dessaux2019-04-018-26/+112
|
* Fixed session recording that was broken, and install the session player from ↵Julien Dessaux2019-04-013-5/+24
| | | | the termrec project
* Removed mysql dependency and fetch all configuration from configuration file.Julien Dessaux2019-03-2716-280/+362
|
* Cleaning and reordering.Julien Dessaux2019-03-276-25/+38
|
* Added uthash as a git submoduleJulien Dessaux2019-03-274-0/+15
|
* Made all settings customisable through a config file.Julien Dessaux2019-03-187-26/+159
|
* Add cmake installation rules along with cpack entries. Made cmake_build_type ↵Julien Dessaux2019-03-143-4/+31
| | | | clever.
* Use proper directories configuration from cmakeJulien Dessaux2019-03-1412-34/+36
|
* Fixed build problem with SESSION_RECORDING flag set to OFF and updated the ↵Julien Dessaux2019-03-144-27/+39
| | | | readme
* Added README and LICENSEJulien Dessaux2019-03-133-1/+247
|
* Added cmake rules to build libtty from termrec submoduleJulien Dessaux2019-03-115-4/+25
|
* CosmeticsJulien Dessaux2019-03-116-7/+7
|
* Fixed funny typoJulien Dessaux2019-03-113-3/+3
|
* Moved code aroundJulien Dessaux2019-02-1417-5/+8
|
* Switched from standard makefile to cmakeJulien Dessaux2019-02-145-36/+26
|
* Implemented session id management and session logs in databaseJulien Dessaux2018-11-076-13/+39
|
* Began implementing configuration fetching from an sshportal mysql databaseJulien Dessaux2018-11-0211-45/+251
|
* Added session recording with https://github.com/kilobyte/termrecJulien Dessaux2018-08-2613-25/+291
|
* Added address sanitization and fixed found bugsJulien Dessaux2018-08-234-21/+16
|
* Code cleaning and added error handlingJulien Dessaux2018-07-315-48/+56
|
* Made a working ssh proxy serverJulien Dessaux2018-06-2012-406/+569
|
* Initial import with working simple server based on libssh examplesJulien Dessaux2018-05-228-0/+591