Rayson zhu
a6ef853e2b
will not print user name
8 years ago
Max Lv
28a61096f3
Merge pull request #959 from vfreex/fix-configure-enable-system-shared-lib
Fix broken `configure --enable-system-shared-lib`
8 years ago
Rayson zhu
54f607e0ec
Fix broken `configure --enable-system-shared-lib`
The following error will occur when configuring with --enable-system-shared-lib:
```
/usr/bin/rm: cannot remove 'libtoolT': No such file or directory
```
This issue is caused by overwriting gnu make variable `RM` with `rm`,
whose default value is `rm -f` (https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html ).
8 years ago
Max Lv
a7350a19b3
Merge pull request #958 from vfreex/fix-completion-ciphers
Bash completion: add missing cipher list
8 years ago
Rayson Zhu
a21f515d37
Bash completion: add missing cipher list
8 years ago
Max Lv
936cbaf4fd
Merge pull request #957 from vfreex/feature-bash-completion
Add bash completion files
8 years ago
Rayson Zhu
cfaadbdd62
Add bash completion files
8 years ago
Max Lv
52e391962f
Add option for firewall rules
8 years ago
Max Lv
79a98a66d8
Refine geteuid()
8 years ago
Max Lv
a05a64f563
Add missing macro #954
8 years ago
Max Lv
2b7c487b09
Refine #954
8 years ago
Max Lv
6d9331a56d
Fix #954
8 years ago
Max Lv
a76f8f46ba
Merge pull request #953 from vfreex/feature-uid
Feature: Support uid for `-a` option.
8 years ago
Max Lv
780b1aeb1a
Merge pull request #952 from vfreex/fix-jconf-parse
Fix config file parsing
8 years ago
Max Lv
12612c6395
Refine key string
8 years ago
Rayson zhu
99a1ece116
Feature: uid support in run_as
8 years ago
Yuxiang Zhu
78b7afb9ac
ss_strndup will fail if insufficient memory was available
8 years ago
Rayson zhu
dbf00467e0
Fix read_jconf
1. a memory leak
2. missing type check
8 years ago
Max Lv
c6876b0707
Refine cache replacing
8 years ago
Max Lv
62aec1e280
exit when running as a nonexistent user and warn when running as root ( #948 )
8 years ago
Rayson Zhu
07d2b1a005
exit when running as a nonexistent user and warn when running as root
8 years ago
Rayson Zhu
1e8a631885
fix permission check on operating iptables ( #947 )
8 years ago
Rayson Zhu
d1765df9f9
support ipv6_first option in config file ( #946 )
8 years ago
Max Lv
73b4e682a7
Update documents
8 years ago
Max Lv
616de8691b
Fix a typo
8 years ago
Max Lv
f38aedc71a
Refine the ipv6first resolving
8 years ago
Max Lv
5cd294879b
Add -6 option for #942
8 years ago
Max Lv
f64cb0b0ca
Refine the timer of traffic stat
8 years ago
Max Lv
a0151422eb
Fix the traffic counter in UDP mode
8 years ago
Max Lv
39436d7618
Refine set_linger
8 years ago
Max Lv
1ed725daf8
Refine APIs for auto-blocking
8 years ago
Max Lv
05450b51d4
Refine #940
8 years ago
Max Lv
ff8684bcd5
Avoid too many forks
8 years ago
Max Lv
604b5ef6ea
Revert to getuid()
8 years ago
Max Lv
87b01a14d5
Fix #939
8 years ago
Max Lv
cb0cc25fd9
Fix a typo
8 years ago
Max Lv
b136d6c6d3
Fix #938
8 years ago
Max Lv
c35b143282
Suppress output of commands
8 years ago
Max Lv
d5e1c4308d
Refine IPv6 handling in ACL
8 years ago
Max Lv
f7dfd06115
Refine firewalld detector
8 years ago
Max Lv
7c12e085e5
Add firewalld support #935
8 years ago
Max Lv
085efc1605
Fix the chain name conflict. #935
8 years ago
Max Lv
c5eab13afd
Fix #931
8 years ago
Max Lv
114bc6789b
Clean up
8 years ago
Max Lv
29658019d4
Fix #930
8 years ago
Max Lv
b43a715301
Fix #928
8 years ago
Max Lv
854c6f9779
Fix build with clang
8 years ago
Max Lv
60c25dbace
Reduce the side effects
8 years ago
Max Lv
bac7ba79dd
Drop FIN packets to misbehaving clients ( #925 )
* Drop FIN if detecting bad clients
* Fix the command line
* Refine iptables rules
* Refine euid
8 years ago
Max Lv
980d801a79
Add timeout support in ss-redir
8 years ago