Mercurial > dropbear
annotate .gitignore @ 1861:2b3a8026a6ce
Add re-exec for server
This allows ASLR to re-randomize the address
space for every connection, preventing some
vulnerabilities from being exploitable by
repeated probing.
Overhead (memory and time) is yet to be confirmed.
At present this is only enabled on Linux. Other BSD platforms
with fexecve() would probably also work though have not been tested.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 30 Jan 2022 10:14:56 +0800 |
parents | 60cd5cdb165c |
children | 70f05f7d4d11 |
rev | line source |
---|---|
1393 | 1 *~ |
2 *.o | |
3 *.a | |
4 *.da | |
5 *.bb | |
6 *.bbg | |
7 *.prof | |
1653
76189c9ffea2
External Public-Key Authentication API (#72)
fabriziobertocci <fabriziobertocci@gmail.com>
parents:
1540
diff
changeset
|
8 .*.swp |
1393 | 9 /autom4te.cache |
10 /config.log | |
11 /config.status | |
12 /dbclient | |
13 /dropbear | |
14 /dropbearconvert | |
15 /dropbearkey | |
16 /dropbearmulti | |
1655
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
17 /fuzzcorpus |
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
18 /fuzzer-* |
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
19 /fuzzer-*.options |
1393 | 20 /scp |
21 /scp-progress | |
22 Makefile | |
23 config.h | |
1540
03a42f41cf2c
ignore default_options_guard.h
Matt Johnston <matt@ucc.asn.au>
parents:
1393
diff
changeset
|
24 default_options_guard.h |
1653
76189c9ffea2
External Public-Key Authentication API (#72)
fabriziobertocci <fabriziobertocci@gmail.com>
parents:
1540
diff
changeset
|
25 tags |
1838
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1814
diff
changeset
|
26 .pytest* |
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1814
diff
changeset
|
27 *.pyc |
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1814
diff
changeset
|
28 /test/venv |