Commit Graph

996 Commits

Author SHA1 Message Date
Mészáros Mihály
fbd79ed560
Merge pull request #466 from chanduthedev/null-check
added null check for second char
2020-02-12 08:02:15 +01:00
Mészáros Mihály
4badbbf018
Merge pull request #470 from FeralInteractive/compiler-fixes
Compiler warning fixes
2020-02-12 07:56:54 +01:00
Mészáros Mihály
344d06cb34
Merge pull request #475 from raksonibs/patch-1
Fix typo in README.docker
2020-02-12 07:49:43 +01:00
Mészáros Mihály
d35b5e8457
Merge pull request #471 from FeralInteractive/leak-fix
Fix a memory leak when an SHATYPE isn't supported
2020-02-12 07:48:33 +01:00
Mészáros Mihály
374c719d56
Merge pull request #488 from raccoonback/master
Fix typos about INSTALL filenames
2020-02-12 07:40:03 +01:00
seungbin-ko
d1e04869b0 Updated INSTALL
Fix typos about INSTALL filenames.
2020-02-10 18:09:56 +09:00
Oskar Niburski
3a9924dd4d
Update README.docker 2019-12-12 18:13:38 -08:00
Feral Interactive
efa7a47632 Silence shadow variable declaration warning.
'sar', 'value', and 'vlen' already exist in an outer scope and are safe to reuse since they're overwritten before being used again.
2019-11-20 00:03:46 +00:00
Feral Interactive
353e3b98e6 Add some casts to appease compiler warnings about narrowing. 2019-11-19 23:47:19 +00:00
Feral Interactive
b1990b6130 Liberally apply const where appropriate. 2019-11-19 23:47:11 +00:00
Feral Interactive
763d1f1b9c Fix a memory leak when an SHATYPE isn't supported.
Deallocating `str` happens at the end of the function, so don't skip it when encountering an unsupported SHATYPE.
2019-11-19 23:45:37 +00:00
chanduthedev
25338fa1c0 added null check for second char 2019-11-11 15:01:14 +08:00
Mészáros Mihály
540ef5fd6e Comment out osx xcode 9.4 2019-10-28 11:16:52 +01:00
Mészáros Mihály
06a8793ca3 Merge PR#449 2019-10-22 15:10:58 +02:00
Mészáros Mihály
76d0698243
Merge pull request #449 from rao-donut/fix-dockerfile
Fix Dockerfile for latest Debian
2019-10-22 14:57:01 +02:00
Mészáros Mihály
4096a35d4d Update travis 2019-10-22 14:31:50 +02:00
Mészáros Mihály
4c21fcfba2 Merge PR#442 2019-10-22 13:28:11 +02:00
Mészáros Mihály
8c8af9ec85
Merge pull request #442 from chanduthedev/ssh-length
Updated incorrect string length check for 'ssh'
2019-10-22 13:17:32 +02:00
Mészáros Mihály
846dd07bfd
Merge pull request #417 from robert-scheck/append-log
Append only to log files rather to override them
2019-10-22 12:19:23 +02:00
Mészáros Mihály
577b0454dc Merge branch 'append-logs' 2019-10-22 12:07:25 +02:00
Mészáros Mihály
1dab47ce56 Add PR#417 2019-10-22 11:43:07 +02:00
Robert Scheck
cfdb99dc72 Append only to log files rather to override them (fixes #416) 2019-10-22 11:40:26 +02:00
Mészáros Mihály
eb0565efbb Merge branch 'typo' 2019-10-22 11:32:11 +02:00
Mészáros Mihály
6cd165117d Merge PR#455 2019-10-22 11:31:32 +02:00
chanduthedev
c317a19334 Some more typo's fixed 2019-10-16 13:56:32 +08:00
chanduthedev
0259b9115c
Type corrected.
Replace sinse with 'since' and sever with 'server'.
2019-10-14 18:33:13 +08:00
RIORAO
5b2a3ec2d0 Fix Dockerfile for latest Debian 2019-10-04 20:37:14 +09:00
chanduthedev
9b0e53c18a
Updated incorrect string length check for 'ssh'
ssh length should be 3, but checking for 4. So updated memcmp method to 3 instead of 4.
2019-09-27 14:36:03 +08:00
Bradley T. Hughes
24397e896c
Merge pull request #404 from PhillipVoyle/master
Fix spelling mistake
2019-08-04 21:42:56 +02:00
Robert Scheck
f1effd1a69 Append only to log files rather to override them (fixes #416) 2019-07-26 17:01:53 +02:00
Phillip Voyle
33b74fdc2a Fix spelling mistake 2019-05-30 14:23:44 +12:00
Mészáros Mihály
9de0b2d420 Update Changelog PR #381 2019-05-21 15:31:10 +02:00
Mészáros Mihály
493efa3179
Merge pull request #381 from islamoglus/feature/configure_with_private_libs
Modifying configure file for enable to compile with private libraries
2019-05-21 13:38:39 +02:00
Mészáros Mihály
3bbed1c6d6 Merge remote-tracking branch 'noblewhale/master' 2019-05-21 13:30:14 +02:00
Mészáros Mihály
4489f1c8b8 Update changelog add PR#284 2019-05-21 13:20:50 +02:00
Zebadiah Long
6d41ec1b34 documentation for redis peer bandwidth usage stats 2019-05-21 12:30:12 +02:00
Zebadiah Long
8bf70a1199 added bandwidth usage reporting for bandwidth used by peers 2019-05-21 12:30:12 +02:00
Mészáros Mihály
a409588eda Fix: sqlite disconnect function 2019-05-21 12:23:59 +02:00
islamoglus
0163b1f6a3 re-design, adding real compile test for private libraries 2019-05-21 11:07:56 +03:00
Mészáros Mihály
e1cec37f27 From debian packaging some additions to the systemd example service file 2019-05-20 15:28:20 +02:00
Mészáros Mihály
7fbf9436f2
Merge pull request #276 from Liberasys/master
Added systemd service file example.
2019-05-20 15:17:41 +02:00
Mészáros Mihály
dbbd4e6559 Add info about turn_session_info tls_method changed behavior 2019-05-20 14:34:15 +02:00
Mészáros Mihály
e4f688972d
Merge pull request #382 from islamoglus/feature/boringssl_compatibility
Using SSL_get_version method for BoringSSL compatibility
2019-05-20 14:20:36 +02:00
Mészáros Mihály
d1ffb1ac78 Update Changelog 2019-05-20 09:15:35 +00:00
Mészáros Mihály
dfa95e6af5
Merge pull request #367 from shu-mutou/disconnect-db
Disconnect database gracefully
2019-05-20 11:10:30 +02:00
Mészáros Mihály
ed7121aa90
Merge pull request #392 from islamoglus/bugfix/wrong_fread_usage
Wrong fread usage
2019-05-20 10:58:13 +02:00
Mészáros Mihály
1081bb8239
Merge pull request #390 from ALE-Rainbow/fixMongoBadConnectionStringCrash
fix mongo driver crash when invalid connection string is used
2019-05-20 10:50:17 +02:00
Mészáros Mihály
7f8ff54860
Merge pull request #386 from ALE-Rainbow/fixIPPermissionSQLInjection
fix the webadmin ip permission add/delete sql injection
2019-05-20 10:48:57 +02:00
islamoglus
9e16440552 check fread result is 0 or less than expected 2019-05-15 09:51:38 +03:00
islamoglus
59be080af5 wrong fread usage 2019-05-14 17:30:29 +03:00