summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2019-08-22s4: free popt context in clientSwen Schillig1-0/+2
2019-08-22s4: free popt context in tortureSwen Schillig4-0/+14
2019-08-21torture: fix mem leak found by ASAN (smb2_connect)Swen Schillig1-1/+1
2019-08-21lib:crypto: Do not build AES-CMAC if we use GnuTLS that supports itAndreas Schneider1-0/+4
2019-08-21s4-samdb: Remove duplicate encrypted_secrets code using internal Samba AESAndrew Bartlett2-542/+2
2019-08-21s4-rpc_server/backupkey: consistently check error codes from GnuTLSAndrew Bartlett2-56/+92
2019-08-21s4-rpc_server: Remove Heimdal-based BackupKey serverAndrew Bartlett4-4046/+8
2019-08-21lib:crypto: Prepare not to build AES or AES-CMAC if we use GnuTLS support itAndreas Schneider1-0/+3
2019-08-21s4-rpc_server: Check NTSTATUS return value from netlogon_creds_aes_decrypt()Andrew Bartlett1-8/+13
2019-08-21s4:samdb: Only include necessary header files in encrypted_secretsAndreas Schneider1-1/+2
2019-08-21s4:samdb: Remove dual-stack mode from (test_)encrypted_secretsAndreas Schneider2-55/+10
2019-08-21encrypted_secrets: Add known and expected value testAndrew Bartlett1-0/+51
2019-08-21s4:samdb: Add test_gnutls_value_decryption()Andreas Schneider1-0/+65
2019-08-20downgradedatabase: installing scriptAaron Haslett2-2/+3
2019-08-20downgradedatabase: rename to samba_downgrade_dbTim Beale1-0/+0
2019-08-20downgradedatabase: comply with samba.tests.sourceAaron Haslett1-3/+23
2019-08-14s4:samdb: Use generate_nonce_buffer() for AEC GCM nonceAndreas Schneider1-1/+1
2019-08-14Revert "s4:rpc_server: Use generate_secret_buffer() to create a session key"Andreas Schneider1-3/+2
2019-08-14Revert "s4:rpc_server: Use generate_secret_buffer() for backupkey wap_key"Andreas Schneider1-2/+1
2019-08-14Revert "s4:rpc_server: Use generate_secret_buffer() for netlogon challange"Andreas Schneider1-2/+1
2019-08-14smbtorture: extend rpc.lsa to lookup machine over forest-wide LookupNamesAlexander Bokovoy1-1/+7
2019-08-14torture/rpc/lsa: allow testing different lookup levelsAlexander Bokovoy2-53/+67
2019-08-14torture: Fix CID 1452288 Null pointer dereferences (NULL_RETURNS)Volker Lendecke1-1/+1
2019-08-14librpc: Fix CID 1452292 Null pointer dereferences (REVERSE_INULL)Volker Lendecke1-1/+1
2019-08-12s4:rpc_server: Use generate_secret_buffer() for netlogon challangeAndreas Schneider1-1/+2
2019-08-12s4:rpc_server: Use generate_secret_buffer() for backupkey wap_keyAndreas Schneider1-1/+2
2019-08-12s4:rpc_server: Use generate_secret_buffer() to create a session keyAndreas Schneider1-2/+3
2019-08-10torture: fix mem leak found by ASAN (smb2_scan)Swen Schillig1-1/+1
2019-08-10torture: fix mem leak found by ASANSwen Schillig1-1/+1
2019-08-08torture: beginning of a mdssvc RPC service test-suiteRalph Boehme5-3/+955
2019-08-08torture: start of a mdssvc packet (un)marshalling testsuiteRalph Boehme4-0/+108
2019-08-08ldb: Free memory in torture test to satisfy sanitizerSwen Schillig1-0/+3
2019-08-08ndr: Free memory in torture test to satisfy sanitizerSwen Schillig2-0/+13
2019-08-08ldb: Fix mem allocation in torture test to satisfy sanitizerSwen Schillig1-1/+1
2019-08-08registry: Free memory at the end of each loop run to prevent mem leakSwen Schillig1-8/+8
2019-08-07s4:librpc/rpc: Use generic roh_connect_channel_send/recvSamuel Cabrero3-219/+18
2019-08-07s4:librpc/rpc: Add roh_connect_channel_send/recvSamuel Cabrero1-0/+100
2019-08-07s4:lib/http: move to the toplevelRalph Boehme12-2316/+4
2019-08-07s4:lib/http: add support for http POSTRalph Boehme1-0/+3
2019-08-07s4:lib/http: use http_conn in http_send_request_send() and http_read_response...Ralph Boehme5-39/+20
2019-08-07s4:librpc/rpc: use http_connect_send/recv in ncacn_httpRalph Boehme4-214/+104
2019-08-07s4:lib/http: remove stream and send_queue from stateRalph Boehme1-4/+0
2019-08-07s4:lib/http: move struct http_read_response_state to the implementationRalph Boehme2-9/+7
2019-08-07s4:lib/http: move struct http_send_request_state to the implementationRalph Boehme2-13/+13
2019-08-07s4:lib/http: add http_[dis]connect_send and recvRalph Boehme4-2/+382
2019-08-06dsdb: Fix the FreeBSD buildVolker Lendecke1-2/+2
2019-08-06s4/messaging/py: don't DECREF borrowed referencesDouglas Bagnall1-2/+0
2019-08-01dsdb: Quiet CID 1452117 1452119 1452114 (STRAY_SEMICOLON)Andrew Bartlett1-3/+12
2019-07-31CID 1452121: dsdb/mod/partition: protect whole function with NULL checkDouglas Bagnall1-1/+6
2019-07-31CID 1452109: dsdb/util: do not check for NULL after derefDouglas Bagnall1-7/+1