0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SCP was broken :-( More... over 13 years ago
Merge branch 'issue-30-sshgate_editor' More... over 13 years ago
- bugfix installation when /etc/sshgate.conf exists but sshGate was uninstalled - bugfix detection of ScriptHelper installation More... over 13 years ago
factoring More... over 13 years ago
Bugfix uninstall.sh - check unix user exists before call userdel - ask for deleting /etc/sshgate.conf More... over 13 years ago
- add VERSION file - update build.sh : -> ./build.sh = use VERSION file + include ScriptHelper -> ./build.sh -i = Interactive mode. ask questions More... over 13 years ago
Reset all defined configuration variable before loading a configuration file More... over 13 years ago
strip whitespace / cosmetic More... over 13 years ago
Use EDIT_FILE when the user has to put date into file More... over 13 years ago
Update setup for SSHGATE_EDITOR More... over 13 years ago
add EDIT_FILE() More... over 13 years ago
update ScriptHelper with a bugfix on ASK More... over 13 years ago
Update ScriptHelper library More... over 13 years ago
fix #31 -> change '[email protected]' into '[email protected]' Thx Erwan Le Gall (https://github.com/elg) More... over 13 years ago
First created user is admin and not restricted Correct a typo mistake in printed help messages More... over 13 years ago
Enforce checking of unix user and group creation. When Group was not created, SETUP_UPDATE_PERMISSIONS failed. thx Thibaud Raso for report More... over 13 years ago
chown: invalid group: `sshgate:sshgate' on SETUP_UPDATE_PERMISSIONS(). Thanks Thibaud Raso ([email protected]) More... over 13 years ago
more information about installation More... almost 14 years ago
./test.sh all works too More... almost 14 years ago
Splits sshGate server and sshGate client into two different projects. sshGate-client can be found at http://github.com/Tauop/sshGate-client/ - remove client/ - move server/ to root directory - move sshgate.conf to data/ - merge README and server/README and remove client releated information - move all build and installation related code to build-utils/ --- include install.sh, uninstall.sh, upgrade.sh, do_migration.sh --- include bin/sshgate-configure and bin/core/setup.func --- sshgate-configure exists only in script-builted sshgate version only. if sshGate is installed in an other way, let the packager deal with configuration stuff. - update build.sh --- remove all client related stuff --- update server build because of files path modification More... almost 14 years ago
Update README file More... almost 14 years ago
- Remove install.sh from sshGate-client - Add sshgate-client-configure to configure Host sshgate in ~/.ssh/config - sshg & scpg run sshgate-client-configure each time to check the configuration of ssh_client More... almost 14 years ago
disable not-yet-coded commands More... almost 14 years ago
starting adding session/record related commands More... almost 14 years ago
update desc comment More... almost 14 years ago
don't use tar gnu options More... almost 14 years ago
bugfix so that it works on MacOS More... almost 14 years ago
fix #28 + if non-existing language in templates is set, use 'us' one More... about 14 years ago
- add session related CLI commands --- session list current : list current connected users --- session kill <pid> : kill the given session --- debug : switch to debug mode (set -x) More... about 14 years ago
one rm is better than two :) More... about 14 years ago