List of commits:
Subject Hash Author Date (UTC)
Correct some gramatical problems 9078444271ce3e4fa25cff60afdb4efa8741fa01 Catalin(ux) M. BOIE 2015-09-13 08:43:38
Added weeks for ssh IP validity 6a8679ab22c25fd60504d2b21d57e9f1e2aaa254 Catalin(ux) M. BOIE 2015-09-13 08:03:51
Do not on any event if the protocol match. Assume is stable now. 69912910f5c0bbddc73ced992d8b3a652a8ff526 Catalin(ux) M. BOIE 2015-09-11 05:06:16
Bump version to 0.40 89d2ee4c3cae790d05a8b853de8427298dcbb9e1 Catalin(ux) M. BOIE 2015-09-11 04:59:49
Fix repo stats when there is no commit inside. 621b0a317b65d9a751d221908b8e1664d96011fa Catalin(ux) M. BOIE 2015-09-11 04:58:31
Added back the repo stats d8d06816223b52ff1d65df502fc6175f26c15518 Catalin(ux) M. BOIE 2015-09-10 04:44:10
TOTP fixes: mostly correct error messages 0f13d65e13211a91ce077b4a09307e54e9113f38 Catalin(ux) M. BOIE 2015-09-08 04:59:02
Lots of bug fixes, especially for cache a34c707720da68378086f73f16dd25c5a1ca8072 Catalin(ux) M. BOIE 2015-09-07 06:06:46
Mostly TOTP stuff for ssh 90eed0aa343f735f717238e3937439737290ecfd Catalin(ux) M. BOIE 2015-08-28 04:51:12
Added TOTP feature and some other minor stuff e9197291380929dd53f02f7373e8a339d6bd65a2 Catalin(ux) M. BOIE 2015-08-23 12:07:44
TODO clean-up. 1ae7c17d523aec8e6a303264e2c35934c459fc9d Catalin(ux) M. BOIE 2015-07-14 20:27:45
duilder updates (error out if head is not a tag 09ff5d7b52d059a7fab09427d8e6d12319a53804 Catalin(ux) M. BOIE 2015-07-14 20:27:35
Bump version to 0.39 c28468b1cf0488f8f98b04aeb6ba26429ee91807 Catalin(ux) M. BOIE 2015-07-14 04:34:34
duilder updates cc12a3a5a95586b4533346ccf7fd4cfa652e7d6f Catalin(ux) M. BOIE 2015-07-14 04:34:09
Use _blank instead of _new for page loading 2afd660c2f3ded308e9f1e76c844dcdb60f20dec Catalin(ux) M. BOIE 2015-07-14 04:30:51
TODO stuff d46f377f74021db2581d96e27a4d9b76e2b12348 Catalin(ux) M. BOIE 2015-07-14 04:30:29
Really corrected repo.php unit test. 219a7061df42a1593fc0f3959eddc9a3d54496ab Catalin(ux) M. BOIE 2015-07-14 04:25:56
Corrected 'rights' unit test. b3657cb073291681e8e3fd6ec9523bf550081d8e Catalin(ux) M. BOIE 2015-07-14 04:14:48
Remove more junk from testing folder. 0e769caa8f59615804312c488b74683288243196 Catalin(ux) M. BOIE 2015-07-14 04:14:27
Bump version to 0.38 b5e57d1da1a8a4a207234e1de4dcc4b6cdbe56ed Catalin(ux) M. BOIE 2015-07-13 20:19:32
Commit 9078444271ce3e4fa25cff60afdb4efa8741fa01 - Correct some gramatical problems
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-09-13 08:43
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-09-13 08:43
Parent(s): 6a8679ab22c25fd60504d2b21d57e9f1e2aaa254
Signing key:
Tree: 8906e878bc94a076acc25436bd7445a79eab14fe
File Lines added Lines deleted
inc/ssh.inc.php 3 3
File inc/ssh.inc.php changed (mode: 100644) (index 4ee6159..59f81dd)
... ... function rg_ssh_totp($db, $ip, $uid, $paras)
255 255 echo ' val [X(w|d|h|m|s)] - adds your IP to the allow list for X time' . "\n"; echo ' val [X(w|d|h|m|s)] - adds your IP to the allow list for X time' . "\n";
256 256 echo ' the default is 24 hours;' . "\n"; echo ' the default is 24 hours;' . "\n";
257 257 echo ' X: w for weeks, d for days, h for hours, m for minutes, and s for seconds' . "\n"; echo ' X: w for weeks, d for days, h for hours, m for minutes, and s for seconds' . "\n";
258 echo ' list-val - list the already validated IPs' . "\n";
259 echo ' inval ip|all - Invalidate IP address(es)' . "\n";
260 echo ' unenroll <token> - remove a device from TOTP system' . "\n";
258 echo ' list-val - lists the already validated IPs' . "\n";
259 echo ' inval ip|all - invalidates IP address(es)' . "\n";
260 echo ' unenroll <token> - removes a device from TOTP system' . "\n";
261 261 break; break;
262 262 } }
263 263
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main