amitay/samba.git
2020-04-08 Samuel Cabreros3:rpc_server: Improve local dispatching
2020-04-08 Samuel Cabrerospoolss: Add NCALRPC endpoint
2020-04-08 Samuel Cabrerolibrpc:core: Make find_interface_by_uuid public
2020-04-08 Volker Lendeckesmbtree: Align integer types
2020-04-08 Volker Lendeckelibsmb: Move get_ipc_connect_master_ip_bcast() to smbtree.c
2020-04-08 Volker Lendeckelibsmb: Remove unused cli_NetWkstaUserLogon()
2020-04-08 Volker Lendeckesmbclient: Simplify browse_host()
2020-04-08 Volker Lendeckelibsmb: Respect the full timeval for smbc_utimes()
2020-04-08 Volker Lendecketorture: Test smbc_utimes()
2020-04-08 Volker Lendeckelibsmbclient: Don't throw away nsec fields in stat()
2020-04-08 Volker Lendeckelibsmb: Remove unused cli_setpathinfo_basic()
2020-04-08 Volker Lendeckelibsmb: Call cli_setpathinfo_ext() instead of .._basic()
2020-04-08 Volker Lendeckelibsmb: Pass "struct timespec" to SMBC_setatr()
2020-04-08 Volker Lendeckesmbtorture3: Call cli_setpathinfo_ext() instead of...
2020-04-08 Volker Lendeckelibsmb: Make cli_setpathinfo_ext() take structs instead...
2020-04-08 Volker Lendeckelibsmb: Use cli_setfileinfo_send() in cli_ftruncate_send()
2020-04-08 Volker Lendeckelibsmb: Use cli_setfilefinfo_send() in cli_nt_delete_on...
2020-04-08 Volker Lendeckelibsmb: Add cli_setfileinfo_send/recv()
2020-04-08 Volker Lendeckesmbclient: Remove function set_remote_times()
2020-04-08 Volker Lendeckesmbclient: Remove some unnecessary declarations
2020-04-08 Volker Lendecketorture4: Allow DBG output in libsmbclient tests
2020-04-08 Volker Lendeckelib: Avoid casts in ctdb_packet_dump()
2020-04-08 Volker Lendeckelibsmb: Remove a typedef
2020-04-08 Volker Lendeckelib: Fix a signed/unsigned warning
2020-04-08 Andreas Schneidergitlab-ci: Add runner for fips compliance testing
2020-04-08 Andreas Schneiderselftest: Force fips mode for openssl in ad_dc_fips
2020-04-08 Andreas Schneidertests: Add test to check the server doesn't allow NTLM
2020-04-08 Andreas Schneiderselftest: Start ad_dc_fips with forced fips mode
2020-04-08 Andreas Schneiderselftest: Pass force_fips_mode to provision_raw_prepare()
2020-04-08 Andreas Schneiderselftest: Pass force_fips to provision()
2020-04-08 Andreas Schneiderselftest: Pass force_fips_mode to provision_ad_dc()
2020-04-08 Andreas Schneiderselftest: Pass extra_provision_options to provision_raw...
2020-04-08 Andreas Schneiderselftest: Add an ad_dc_fips environment
2020-04-08 Andreas Schneiders4:tls: Fix generating TLS RSA certs with FIPS140-2
2020-04-08 Andreas Schneiders4:samdb: Do not create WDdigests for HTTP if weak...
2020-04-07 Gary Lockyerlib ldb: lmdb init var before calling mdb_reader_check
2020-04-07 Martin Schwenkectdb-vacuum: Reschedule vacuum event if VacuumInterval...
2020-04-07 Martin Schwenkectdb-vacuum: Store value of VacuumInterval in ctdb_vacu...
2020-04-07 Martin Schwenkectdb-vacuum: Use vacuum_handle local variables
2020-04-06 Andreas Schneidertestprogs: Add 'net ads join createupn' test also verif...
2020-04-06 Andreas Schneiders3:libads: Fix ads_get_upn()
2020-04-06 Andreas Schneiderthird_party: Update nss_wrapper to version 1.1.11
2020-04-06 Ralph Boehmeselftest: add two more nbt.dgram flapping tests
2020-04-06 Ralph Boehmeselftest: remove unnecessary .* from flapping enty
2020-04-06 Andreas Schneidergitlab-ci: Add coverity scan runner
2020-04-04 Noel Powerselftest/flapping: mark samba3.nbt.dgram.netlogon....
2020-04-03 Ralph Boehmesmbd: move files_struct.lock_failure_seen to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.closing to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.use_ofd_locks to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.backup_intent to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.delete_on_close to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.initial_delete_on_close to...
2020-04-03 Ralph Boehmesmbd: move files_struct.aio_write_behind to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_read to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.write_time_forced to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_on_close...
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_triggered...
2020-04-03 Ralph Boehmesmbd: move files_struct.kernel_share_modes_taken to...
2020-04-03 Ralph Boehmesmbd: reindent if expression in real_write_file()
2020-04-03 Ralph Boehmesmbd: fix if expression that checks when to call vfs_fi...
2020-04-03 Ralph Boehmesmbd: reformat an if expression in smbd_smb2_close()
2020-04-03 Ralph Boehmesmbd: reformat a function call in rename_internals_fsp()
2020-04-03 Ralph Boehmesmbd: reformat an if expression in reply_readbraw()
2020-04-03 Ralph Boehmesmbd: reformat calling ensure_canon_entry_valid_on_set...
2020-04-03 Ralph Boehmesmbd: CHECK_WRITE macro reformatting
2020-04-03 Ralph Boehmesmbd: CHECK_READ_IOCTL macro reformatting
2020-04-03 Ralph Boehmesmbd: CHECK_READ_SMB2 macro reformatting
2020-04-03 Ralph Boehmesmbd: CHECK_READ macro reformatting
2020-04-03 Noel Powerselftest: Add list of tests to be ported
2020-04-03 Noel Powerselftest: Don't skip smb1 tests and remove associate...
2020-04-03 Noel Powerselftest: Create instructions for generating skip file...
2020-04-03 Noel Powerselftest/knownfail.d: samba3.blackbox.smbclient_basic...
2020-04-03 Noel Powerselftest/knownfail.d: Add samba4.blackbox.smbclient
2020-04-03 Noel Powerselftest/knownfail.d: Add samba4.smb.signing disabled
2020-04-03 Noel Powerselftest/knownfail.d: Add entries for samba3.unix.whoami
2020-04-03 Noel Powerselftest/knownfail.d: Add samba3.blackbox.smbclient_s3.NT1
2020-04-03 Noel Powerselftest/knownfail.d knownfail samba3.blackbox.smbclien...
2020-04-03 Noel Powerselftest/knownfail.d Add samba3.blackbox.smbclient_ntlm...
2020-04-03 Noel Powers4/selftest: Move samba4.rpc.join tests to ad_dc_defaul...
2020-04-03 Noel Powers4/selftest: Move samba4.ldap.passwordsettings to ad_dc...
2020-04-03 Noel Powers4/selftest: Move samba4.ldap.nested-search to ad_dc_de...
2020-04-03 Noel Powers4/selftest: Modify samba4.blackbox.chgdcpass to use...
2020-04-03 Noel Powers3/selftest: Move samba3.smbtorture_s3.vfs_aio* to...
2020-04-03 Noel Powerselftest: Modify fileserver_smb1 with vfs_aio params
2020-04-03 Noel Powers3/selftest: Move samba3.smbtorture_s3.hidenewfiles...
2020-04-03 Noel Powerselftest: Add 'hide new files timeout' related data...
2020-04-03 Noel Powers3/selftest: Move tests raw.samba3hide, raw.samba3check...
2020-04-03 Noel Powers3/selftest: Move tests raw.samba3hide, raw.samba3check...
2020-04-03 Noel Powers3/selftest Move samba3.smbtorture_s3.plain.RENAME...
2020-04-03 Noel Powers4/selftest: Move samba.tests.libsmb to nt4_dc_smb1
2020-04-03 Noel Powers3/selftest: Move samba3.unix.whoami to nt4_dc_smb1
2020-04-03 Noel Powers3/selftest Move samba3.smbtorture_s3.plain.MANGLE...
2020-04-03 Noel Powers3/selftest: Move samba3.smbtorture_s3.plain.POSIX...
2020-04-03 Noel Powers3/selftest: Move samba3.smbtorture_s3.crypt.POSIX...
2020-04-03 Noel Powers3/selftest: Move samba3.smbtorture_s3.crypt_server...
next