| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/ |
|
| | |
|
| |\
| |
| |
| | |
05ad4fa39 epee: further defending against exceptions in command handlers (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
13eee1d6a rpc: reject wrong sized txid (moneromooo-monero)
92e6b7df2 easylogging++: fix crash with reentrant logging (moneromooo-monero)
6dd95d530 epee: guard against exceptions in RPC handlers (moneromooo-monero)
90016ad74 blockchain: guard against exceptions in add_new_block/children (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
86abf558c epee: Remove unused functions in local_ip.h (Jean Pierre Dudey)
|
| | |/
| |
| |
| | |
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
|
| |\ \
| | |
| | |
| | | |
85efc88c1 Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test (koe)
|
| | |/
| |
| |
| | |
unit test
|
| |\ \
| | |
| | |
| | | |
76c16822d wallet2_api: implement runtime proxy configuration (xiphon)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
72cdfa4a2 fix a few typos in error messages (moneromooo-monero)
|
| | |
| |
| |
| | |
Reported by adrelanos
|
| |\ \
| | |
| | |
| | | |
8656a8c9f remove double includes (sumogr)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
5ef0607da Update copyright year to 2020 (SomaticFanatic)
|
| | | |/
| |/|
| | |
| | | |
Update copyright year to 2020
|
| |\ \ \
| | | |
| | | |
| | | | |
3721d56 epee: fix array underflow in unicode parsing (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reported by minerscan
Also independently found by OSS-Fuzz just recently
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
78d435a rpc: don't display invalid json errors on default log level (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | | |
It's not something the user needs to know, and will display
attacker controlled data
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
15538f7 ByteSlice: Fix persisting ptr to std::moved SSO buffer (Doy-lee)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
The Bug:
1. Construct `byte_slice.portion_` with `epee::span(buffer)` which copies a pointer to the SSO buffer to `byte_slice.portion_`
2. It constructs `byte_slice.storage_` with `std::move(buffer)` (normally this swap pointers, but SSO means a memcpy and clear on the original SSO buffer)
3. `slice.data()` returns a pointer from `slice.portion_` that points to the original SSO cleared buffer, `slice.storage_` has the actual string.
|
| |\ \ \
| | | |
| | | |
| | | | |
85164a8 epee: use memwipe rather than memset for md5 secrets (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
That's used by HTTP auth now
|
| |\ \ \
| | | |
| | | |
| | | | |
29e563b Fixed bugs for take_slice and byte_stream->byte_slice (vtnerd)
|
| | |/ / |
|
| | | | |
|
| |/ / |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
e509ede trezor: adapt to new passphrase mechanism (ph4r05)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
- choice where to enter passphrase is now made on the host
- use wipeable string in the comm stack
- wipe passphrase memory
- protocol optimizations, prepare for new firmware version
- minor fixes and improvements
- tests fixes, HF12 support
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f9441c5 Fixed string_ref usage bug in epee::from_hex::vector (vtnerd)
|
| | |/ |
|
| |/
|
|
|
|
|
| |
- Add abstract_http_client.h which http_client.h extends.
- Replace simple_http_client with abstract_http_client in wallet2,
message_store, message_transporter, and node_rpc_proxy.
- Import and export wallet data in wallet2.
- Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
|
| |\
| |
| |
| | |
0dbdba8 epee: avoid spamming 'Generating SSL certificate' in the logs (xiphon)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
3031deb Bump downloaded boost version to 1.72 (omartijn)
6079042 Use boost::asio::ssl::context::sslv23 for backwards compatibility (omartijn)
|
| | |/
| |
| |
| |
| | |
All the insecure protocols that this enables are then disabled, so they
cannot be actually used. The end-result is the same.
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
81c5943 Remove temporary std::string creation in some hex->bin calls (vtnerd)
5fcc23a Move hex->bin conversion to monero copyright files and with less includes (vtnerd)
3387f0e Reduce template bloat in hex->bin for ZMQ json (vtnerd)
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
c61abf8 remove empty statements (shopglobal)
|
| | | | |
| | | |
| | | |
| | | | |
Cleaning up a little around the code base.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
0078ce7 wipeable_string: split - treat CR, LF and Tabs as separators (xiphon)
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When a handshake fails, it can fail due to timeout or destroyed
connection, in which case the connection will be, or already is,
closed, and we don't want to do it twice.
Additionally, when closing a connection directly from the top
level code, ensure the connection is gone from the m_connects
list so it won't be used again.
AFAICT this is now clean in netstat, /proc/PID/fd and print_cn.
This fixes a noisy (but harmless) exception.
|