summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Print warnings when permissions are not properly set for usersGravatar Matthias Jaros9 days
| | | | Skip unknown user
* Added another check to secure path of repo does not contain any funky .Gravatar Matthias Jaros9 days
|
* Version 1.8-SNAPSHOTGravatar Matthias Jaros10 days
|
* Version 1.7Gravatar Matthias Jaros13 days
|
* Fixed regex stringsGravatar Matthias Jaros2026-08-12
|
* Updated validation script to match busybox own rulesGravatar Matthias Jaros2026-08-12
|
* Moved user check into function and also verify in repo setup proper usernameGravatar Matthias Jaros2026-08-12
|
* Changed banner to gitreefGravatar Matthias Jaros2026-08-12
|
* Added user validation regexGravatar Matthias Jaros2026-08-12
|
* Set logfile to only writable to root and git groupGravatar Matthias Jaros2026-08-12
|
* Fixed -- not working as intended. Added git-run as prefix to easierGravatar Matthias Jaros2026-08-03
| | | | distinguish it from normal sshd log
* Use -- to prevent further commands passed through variablesGravatar Matthias Jaros2026-08-03
|
* Removed usage of grep and use fish internal insteadGravatar Matthias Jaros2026-08-03
|
* Log to stdout using logfile and tail -f. So everything is together inGravatar Matthias Jaros2026-08-03
| | | | docker log visible
* Next versionGravatar Matthias Jaros2026-07-01
|
* Updated penalties. Especially bots are annoying me and my logs latelyGravatar Matthias Jaros2026-07-01
|
* Renamed project from gitfish to gitreefGravatar Matthias Jaros2026-04-13
|
* Updated Version to next release 1.6Gravatar Matthias Jaros2026-03-30
|
* Updated bannerGravatar Matthias Jaros2026-03-30
|
* Version updateGravatar Matthias Jaros2026-03-30
|
* Version 1.5Gravatar Matthias Jaros2025-12-15
|
* Set better file permissions for permission file and moved this part to functionGravatar Matthias Jaros2025-12-01
|
* CommentsGravatar Matthias Jaros2025-11-30
|
* Replaced cat with shell builtinGravatar Matthias Jaros2025-11-30
|
* Replaced eval with double expansionGravatar Matthias Jaros2025-11-30
|
* Bump to next snapshot version. Make scripts more efficient by avoiding call ↵Gravatar Matthias Jaros2025-11-27
| | | | of cat
* Version 1.4Gravatar Matthias Jaros2025-11-18
|
* Removed unnecessary comments and moved parsing logic into one functionGravatar Matthias Jaros2025-11-16
|
* Use exec at end of scripts to replace fish process after it's doneGravatar Matthias Jaros2025-11-16
|
* Version 1.3Gravatar Matthias Jaros2025-11-15
|
* Added proper init that reaps zombies before they accumulateGravatar Matthias Jaros2025-11-15
|
* RefactoringGravatar Matthias Jaros2025-11-15
|
* Version 1.2Gravatar Matthias Jaros2025-11-15
|
* Disabled setting that causes issues with successfull git operationsGravatar Matthias Jaros2025-11-15
|
* Refactored git-run to use functionsGravatar Matthias Jaros2025-11-15
|
* Only create ssh folder when setting up non existing userGravatar Matthias Jaros2025-11-15
|
* Removed deprecated settings, added DisableForwarding which sets multiple at ↵Gravatar Matthias Jaros2025-11-15
| | | | once and disabled also tunnels. Furthermore added penalties for sources that spam the server and allow only 3 unauthenticated connections per source
* ssh hardening allow at least 3 triesGravatar Matthias Jaros2025-11-14
|
* ssh hardening due to lot of attacksGravatar Matthias Jaros2025-11-14
|
* Renamed project to gitfish. Much nicer than git-server that is actually more ↵Gravatar Matthias Jaros2025-11-10
| | | | misleading
* Version 1.1Gravatar Matthias Jaros2025-11-09
|
* Fail when git user is not setupGravatar Matthias Jaros2025-11-09
|
* Only create user if it does not existGravatar Matthias Jaros2025-11-09
|
* Fix could not create user directoryGravatar Matthias Jaros2025-11-09
|
* Added fail helper function that gives formatted output returns nonzeroGravatar Matthias Jaros2025-11-09
| | | | status
* Replaced dirname command with shorter versionGravatar Matthias Jaros2025-11-09
|
* Set snapshot versionGravatar Matthias Jaros2025-11-09
|
* Updated VERSION handling and added LICENSE file to docker imageGravatar Matthias Jaros2025-10-27
|
* Adjusted some comments and found a bug with realpath that is not defined at ↵Gravatar Matthias Jaros2025-10-27
| | | | the moment of usage
* Added handling of gid for git user alsoGravatar Matthias Jaros2025-10-27
|