Changesets: bareos
dev a041e449 2018-08-10 14:20 Ported: N/A Details Diff |
bsock: improved constructor and implemented copy constructor - BareosSocket: cleared all variables - BareosSocket: implemented a copy constructor that duplicates file descriptors instead of copy them - BareosSocketTCP: at destroy now close file descriptors - BareosSocketTCP: clone uses copy constructor instead of memcpy - added test for standard constructor |
||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/bsock_tcp.cc | Diff File | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev 9ae9a42f 2018-08-10 14:20 Ported: N/A Details Diff |
bsock: improved constructor and implemented assignment operator - BareosSocket: cleared all variables in standard constructor - BareosSocket: implemented an assignment operator - BareosSocketTCP: clone uses assignment instead of memcpy - BareosSocketTCP: clone duplicates existing file descriptors and strings - BareosSocketTCP: destroy() now closes file descriptors - added test for standard constructor |
||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/bsock_tcp.cc | Diff File | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev 804369fb 2018-08-10 14:20 Ported: N/A Details Diff |
bsock: improved constructor and implemented copy constructor - BareosSocket: cleared all variables - BareosSocket: implemented a copy constructor that duplicates file descriptors instead of copy them - BareosSocketTCP: at destroy now close file descriptors - BareosSocketTCP: clone uses copy constructor instead of memcpy - added test for standard constructor |
||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/bsock_tcp.cc | Diff File | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev 5fcbcf3a 2018-08-10 14:20 Ported: N/A Details Diff |
bsock: improved constructor and implemented copy constructor - BareosSocket: cleared all variables - BareosSocket: implemented a copy constructor that duplicates file descriptors instead of copy them - BareosSocketTCP: at destroy now close file descriptors - BareosSocketTCP: clone uses copy constructor instead of memcpy - added test for standard constructor |
||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/bsock_tcp.cc | Diff File | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev c108b577 2018-08-10 14:20 Ported: N/A Details Diff |
bsock: improved constructor and implemented copy constructor - BareosSocket: cleared all variables - BareosSocket: implemented a copy constructor that duplicates file descriptors instead of copy them - BareosSocketTCP: at destroy now close file descriptors - BareosSocketTCP: clone uses copy constructor instead of memcpy - added test for standard constructor |
||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/bsock_tcp.cc | Diff File | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev f74a3156 2018-08-09 19:16 Ported: N/A Details Diff |
tls-openssl: do not send error messages using tls connection during tls init | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
dev 2dd899e5 2018-08-09 19:16 Ported: N/A Details Diff |
tls-openssl: do not send error messages using tls connection during tls init | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
dev ea313e87 2018-08-09 19:16 Ported: N/A Details Diff |
tls-openssl: do not send error messages using tls connection during tls init | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
dev 8e95f262 2018-08-09 19:16 Ported: N/A Details Diff |
tls-openssl: do not send error messages using tls connection during tls init | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
dev 8fa8825c 2018-08-09 17:26 Ported: N/A Details Diff |
tls-openssl: changed comment | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
mod - core/src/lib/tls_openssl_private.cc | Diff File | ||
dev da729618 2018-08-09 17:26 Ported: N/A Details Diff |
tls-openssl: changed comment | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
mod - core/src/lib/tls_openssl_private.cc | Diff File | ||
dev ce522e8a 2018-08-09 17:26 Ported: N/A Details Diff |
tls-openssl: changed comment | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
mod - core/src/lib/tls_openssl_private.cc | Diff File | ||
dev 29634d47 2018-08-09 17:26 Ported: N/A Details Diff |
tls-openssl: changed comment | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
mod - core/src/lib/tls_openssl_private.cc | Diff File | ||
dev e34d7010 2018-08-09 17:22 Ported: N/A Details Diff |
bsock: setup psk context to server or client accordingly - do not register server and client callback at the same time |
||
mod - core/src/lib/bsock.cc | Diff File | ||
dev 52247b83 2018-08-09 17:22 Ported: N/A Details Diff |
bsock: setup psk context to server or client accordingly - do not register server and client callback at the same time |
||
mod - core/src/lib/bsock.cc | Diff File | ||
dev c61ab65c 2018-08-09 17:22 Ported: N/A Details Diff |
bsock: setup psk context to server or client accordingly - do not register server and client callback at the same time |
||
mod - core/src/lib/bsock.cc | Diff File | ||
dev b04bb65e 2018-08-09 17:22 Ported: N/A Details Diff |
bsock: setup psk context to server or client accordingly - do not register server and client callback at the same time |
||
mod - core/src/lib/bsock.cc | Diff File | ||
dev e4d60113 2018-08-09 16:44 Ported: N/A Details Diff |
bsock_test: send a text from server to client after tls has established | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev 1e45f502 2018-08-09 16:44 Ported: N/A Details Diff |
bsock_test: send a text from server to client after tls has established | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev 80e69425 2018-08-09 16:44 Ported: N/A Details Diff |
bsock_test: send a text from server to client after tls has established | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev 1b122670 2018-08-09 16:44 Ported: N/A Details Diff |
bsock_test: send a text from server to client after tls has established | ||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev 54038763 2018-08-09 16:42 Ported: N/A Details Diff |
bsock_test: added compile time switch CLIENT_AS_A_THREAD - #define CLIENT_AS_A_THREAD 1 to start the client context in a separate thread (this is mostly for debugging purpose) |
||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev 6fa27511 2018-08-09 16:42 Ported: N/A Details Diff |
bsock_test: added compile time switch CLIENT_AS_A_THREAD - #define CLIENT_AS_A_THREAD 1 to start the client context in a separate thread (this is mostly for debugging purpose) |
||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev f23415ea 2018-08-09 16:42 Ported: N/A Details Diff |
bsock_test: added compile time switch CLIENT_AS_A_THREAD - #define CLIENT_AS_A_THREAD 1 to start the client context in a separate thread (this is mostly for debugging purpose) |
||
mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
dev af76c279 2018-08-09 16:42 Ported: N/A Details Diff |
bsock_test: added compile time switch CLIENT_AS_A_THREAD - #define CLIENT_AS_A_THREAD 1 to start the client context in a separate thread (this is mostly for debugging purpose) |
||
mod - core/src/lib/unittests/bsock_test.cc | Diff File |