summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Pass "struct timespec" to SMBC_setatr()Volker Lendecke2020-04-084-30/+55
* smbtorture3: Call cli_setpathinfo_ext() instead of .._basic()Volker Lendecke2020-04-081-39/+43
* libsmb: Make cli_setpathinfo_ext() take structs instead of pointersVolker Lendecke2020-04-083-13/+17
* libsmb: Use cli_setfileinfo_send() in cli_ftruncate_send()Volker Lendecke2020-04-081-30/+9
* libsmb: Use cli_setfilefinfo_send() in cli_nt_delete_on_close_send()Volker Lendecke2020-04-081-29/+9
* libsmb: Add cli_setfileinfo_send/recv()Volker Lendecke2020-04-082-0/+86
* smbclient: Remove function set_remote_times()Volker Lendecke2020-04-081-36/+10
* smbclient: Remove some unnecessary declarationsVolker Lendecke2020-04-081-2/+0
* torture4: Allow DBG output in libsmbclient testsVolker Lendecke2020-04-081-1/+2
* lib: Avoid casts in ctdb_packet_dump()Volker Lendecke2020-04-081-4/+8
* libsmb: Remove a typedefVolker Lendecke2020-04-082-7/+7
* lib: Fix a signed/unsigned warningVolker Lendecke2020-04-081-1/+1
* gitlab-ci: Add runner for fips compliance testingAndreas Schneider2020-04-082-0/+16
* selftest: Force fips mode for openssl in ad_dc_fipsAndreas Schneider2020-04-082-0/+12
* tests: Add test to check the server doesn't allow NTLMAndreas Schneider2020-04-082-1/+66
* selftest: Start ad_dc_fips with forced fips modeAndreas Schneider2020-04-082-1/+20
* selftest: Pass force_fips_mode to provision_raw_prepare()Andreas Schneider2020-04-081-1/+4
* selftest: Pass force_fips to provision()Andreas Schneider2020-04-081-4/+22
* selftest: Pass force_fips_mode to provision_ad_dc()Andreas Schneider2020-04-081-21/+46
* selftest: Pass extra_provision_options to provision_raw_prepare()Andreas Schneider2020-04-081-10/+22
* selftest: Add an ad_dc_fips environmentAndreas Schneider2020-04-082-0/+34
* s4:tls: Fix generating TLS RSA certs with FIPS140-2Andreas Schneider2020-04-081-1/+3
* s4:samdb: Do not create WDdigests for HTTP if weak crypto is disabledAndreas Schneider2020-04-081-2/+6
* lib ldb: lmdb init var before calling mdb_reader_checkGary Lockyer2020-04-071-1/+1
* ctdb-vacuum: Reschedule vacuum event if VacuumInterval has increasedMartin Schwenke2020-04-071-0/+16
* ctdb-vacuum: Store value of VacuumInterval in ctdb_vacuum_handleMartin Schwenke2020-04-071-3/+10
* ctdb-vacuum: Use vacuum_handle local variablesMartin Schwenke2020-04-071-10/+20
* testprogs: Add 'net ads join createupn' test also verifying the keytabAndreas Schneider2020-04-061-0/+17
* s3:libads: Fix ads_get_upn()Andreas Schneider2020-04-061-0/+1
* third_party: Update nss_wrapper to version 1.1.11Andreas Schneider2020-04-063-328/+554
* selftest: add two more nbt.dgram flapping testsRalph Boehme2020-04-061-0/+2
* selftest: remove unnecessary .* from flapping entyRalph Boehme2020-04-061-1/+1
* gitlab-ci: Add coverity scan runnerAndreas Schneider2020-04-061-0/+35
* selftest/flapping: mark samba3.nbt.dgram.netlogon.* as flappingNoel Power2020-04-041-0/+7
* smbd: move files_struct.lock_failure_seen to a bitfieldRalph Boehme2020-04-032-3/+22
* smbd: move files_struct.closing to a bitfieldRalph Boehme2020-04-037-15/+15
* smbd: move files_struct.use_ofd_locks to a bitfieldRalph Boehme2020-04-034-6/+6
* smbd: move files_struct.backup_intent to a bitfieldRalph Boehme2020-04-031-2/+1
* smbd: move files_struct.is_sparse to a bitfieldRalph Boehme2020-04-037-10/+10
* smbd: move files_struct.delete_on_close to a bitfieldRalph Boehme2020-04-036-8/+9
* smbd: move files_struct.initial_delete_on_close to a bitfieldRalph Boehme2020-04-036-8/+8
* smbd: move files_struct.aio_write_behind to a bitfieldRalph Boehme2020-04-035-6/+7
* smbd: move files_struct.is_directory to a bitfieldRalph Boehme2020-04-0326-66/+71
* smbd: move files_struct.modified to a bitfieldRalph Boehme2020-04-0312-22/+22
* smbd: move files_struct.can_write to a bitfieldRalph Boehme2020-04-0315-23/+22
* smbd: move files_struct.can_read to a bitfieldRalph Boehme2020-04-039-16/+17
* smbd: move files_struct.can_lock to a bitfieldRalph Boehme2020-04-0310-14/+14
* smbd: move files_struct.write_time_forced to a bitfieldRalph Boehme2020-04-035-10/+10
* smbd: move files_struct.update_write_time_on_close to a bitfieldRalph Boehme2020-04-035-12/+15
* smbd: move files_struct.update_write_time_triggered to a bitfieldRalph Boehme2020-04-033-7/+10