amitay/samba.git
2020-03-18 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_ulogoffX().
2020-03-18 Jeremy Allisons3: smbd: reply_ulogoffX() Update to modern coding...
2020-03-18 Jeremy Allisons3: smbd: In reply_ulogoffX(), replace req -> smb1req.
2020-03-18 Jeremy Allisons3: smbd: Add async internals of reply_ulogoffX.
2020-03-18 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_tdis().
2020-03-18 Jeremy Allisons3: smbd: reply_tdis() Update to modern coding standards.
2020-03-18 Jeremy Allisons3: smbd: In reply_tdis(), replace req -> smb1req.
2020-03-18 Jeremy Allisons3: smbd: Add async internals of reply_tdis().
2020-03-18 Jeremy Allisons3: smbd: Replace synchronous conn_force_tdis() with...
2020-03-18 Jeremy Allisons3: smbd: Add async internals of conn_force_tdis().
2020-03-18 Jeremy Allisons3: smbd: Don't allow force disconnect of a connection...
2020-03-18 Jeremy Allisons3: smbd: Every place we check fsp->deferred_close...
2020-03-18 Jeremy Allisons3: smbd: In async SMB1 reply_close() set fsp->closing...
2020-03-18 Jeremy Allisons3: smbd: Now we free fsp->aio_requests when it gets...
2020-03-18 Jeremy Allisons3: smbd: In aio_del_req_from_fsp() talloc_free(fsp...
2020-03-18 Jeremy Allisons3: tests: Slight tweak to the force-close share test.
2020-03-12 Martin Schwenkectdb-tcp: Do not stop outbound connection in ctdb_tcp_n...
2020-03-12 Martin Schwenkectdb-tcp: Factor out function ctdb_tcp_start_outgoing()
2020-03-12 Ralph Boehmectdb-tcp: add ctdb_tcp_stop_incoming()
2020-03-12 Ralph Boehmectdb-tcp: rename ctdb_tcp_stop_connection() to ctdb_tcp...
2020-03-12 Ralph Boehmectdb-tcp: Remove redundant restart in ctdb_tcp_tnode_cb()
2020-03-12 Ralph Boehmectdb-tcp: always call node_dead() upcall in ctdb_tcp_tn...
2020-03-12 Noel Powerctdb-tcp: move free of inbound queue to TCP restart
2020-03-12 Martin Schwenkectdb-daemon: more logical whitespace, debug modernisation
2020-03-12 Ralph Boehmectdb-daemon: ensure restart() callback is called in...
2020-03-11 Christof Schmittselftest: Add test for rpcclient LSA lookup calls
2020-03-11 Christof Schmittrpcclient: Ask for minimal permissions for SID and...
2020-03-10 Volker Lendeckelibcli: Align integer types
2020-03-10 Volker Lendeckelib: Fix a typo
2020-03-10 Volker Lendeckesmbd: Fix a comment, "flags" expanded to 2 bytes
2020-03-10 Volker Lendeckelibsmbclient: Put it back to a known, well-working...
2020-03-10 Isaac Boukrismit-kdc: Explicitly reject S4U requests
2020-03-10 Andreas Schneiderselftest: Set KRB5RCACHETYPE to none for selftest
2020-03-10 Isaac BoukrisSign and verify PAC with ticket principal instead of...
2020-03-10 Isaac BoukrisFix uxsuccess test with new MIT krb5 library 1.18
2020-03-10 Isaac BoukrisAdapt sign_authdata in our KDB module for krb5 v1.18
2020-03-10 Martin Schwenkectdb-tests: Use built-in hexdump() in system socket...
2020-03-10 Martin Schwenkectdb-tests: Split system socket test
2020-03-10 Martin Schwenkectdb-tests: Skip "ctdb process-exists" tests when not...
2020-03-10 Martin Schwenkectdb-tests: Add function ctdb_test_check_supported_OS
2020-03-10 Martin Schwenkectdb-tests: Use ctdb_test_skip() when initscript can...
2020-03-10 Martin Schwenkectdb-tests: Use ctdb_test_skip() when shellcheck is...
2020-03-10 Martin Schwenkectdb-tests: Skipped tests should not cause failure
2020-03-09 Andreas Schneiderautobuild: Run the none env in the samba-o3 build
2020-03-09 Andrew BartlettRequire Python 3.6 for Samba 4.13
2020-03-09 Andrew Bartlett.gitlab-ci.yml: Do not build Samba for Ubuntu 16.04...
2020-03-09 Andrew Bartlettbootstrap: Remove long-unsupported OS versions
2020-03-09 Ralph Boehmesmbd: reuse close_free_pending_aio() in close_directory()
2020-03-09 Ralph Boehmesmbd: call tevent_req_nterror() for directories when...
2020-03-09 Ralph Boehmesmbd: move pending aio cleanup to a helper function
2020-03-09 Ralph Boehmevfs_default: Protect vfs_getxattrat_done() from accessi...
2020-03-09 Ralph Boehmevfs_default: pass in state as the callback data to...
2020-03-09 Günther Deschnerwinexe: add configure option to control whether to...
2020-03-09 Günther Deschnerlibrpc: fix IDL for svcctl_ChangeServiceConfigW
2020-03-09 Günther Deschners4-torture: add ndr svcctl testsuite
2020-03-09 Günther Deschners4-torture: add rpc test for ChangeServiceConfigW
2020-03-09 Ralph Boehmevfs_recycle: prevent flooding the log if we're called...
2020-03-09 Martin Schwenkectdb-docs: Improve recovery lock documentation
2020-03-08 Jeremy Allisons3: tests: Add samba3.blackbox.force-close-share
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Make aio opens safe against...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Add a talloc context paramete...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread. Move xconn into state struct...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Replace state destructor...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread. Fix leak of state struct...
2020-03-08 Jeremy Allisons3: smbd: Make sure we correctly reply to outstanding...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Protect vfs_gluster_fsync_done...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Pass in struct vfs_gluster_fsyn...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Protect vfs_gluster_pwrite_done...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Pass in struct vfs_gluster_pwri...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Protect vfs_gluster_pread_done...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Pass in struct vfs_gluster_prea...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_fsync_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_fsync_stat...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_pwrite_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_pwrite_sta...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_pread_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_pread_stat...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-03-07 Gary Lockyeraudit_logging tests: Fix timezone validation
2020-03-07 Gary Lockyerndrdump tests: Make the tests less fragile
2020-03-07 Art M. Gallaghervfs_fruit: tmsize prevent overflow Force the type durin...
2020-03-05 Jonathon ReinhartRemove unnecessary/incorrect talloc_steal() calls
2020-03-05 Jonathon Reinhartpython: Fix userPrincipalName in GetPasswordCommand...
2020-03-05 Björn Baumbachs3-libads: use dns name to open a ldap session
2020-03-04 Swen Schillig[s4] possible memleak in torture vfs-fruit
2020-03-03 Ralph Boehmesmbd: ignore set NTACL requests which contain S-1-5...
2020-03-03 Volker Lendeckeselftest: Adapt libsmbclient.readdirplus2 to unix exten...
2020-03-03 Volker Lendeckeselftest: Inform smbtorture about running with unix...
2020-03-03 Volker Lendeckeselftest: run libsmbclient unix ext tests against ...
2020-03-03 Volker Lendeckelibsmb: Use posix open in SMBC_open_ctx
2020-03-03 Volker Lendeckelibsmb: Use posix result in SMBC_readdirplus2_ctx
2020-03-03 Volker Lendeckelibsmb: Implement SMB_FIND_FILE_UNIX_INFO2 dir listing
2020-03-03 Volker Lendeckelibsmb: Introduce fetch_file_unix_basic_info2()
2020-03-03 Volker Lendeckelibsmb: Factor out fetch_file_unix_basic_info()
2020-03-03 Volker Lendeckeselftest: Run smbtorture3 SHORTNAME-TEST without unix...
next