dmulder/samba-autobuild/.git
2020-05-14 Gary Lockyerldb: Bump version to 2.1.3 ldb-2.1.3
2020-05-14 Gary Lockyerlib ldb: lmdb init var before calling mdb_reader_check
2020-05-14 Gary Lockyerlib ldb: lmdb clear stale readers on write txn start
2020-05-14 Gary Lockyerldb tests: Confirm lmdb free list handling
2020-05-14 Amit Kumarlib:util: Fix smbclient -l basename dir
2020-05-14 Amit KumarAdd a test for smbclient -l basename
2020-05-04 Alexander Bokovoys3: pass DCE RPC handle type to create_policy_hnd
2020-05-04 Anoop C Sdbwrap_watch: Set rec->value_valid while returning...
2020-05-04 Volker Lendeckelibsmb: Don't try to find posix stat info in SMBC_getatr()
2020-04-28 Karolin SeegerVERSION: Bump version up to 4.12.3.
2020-04-28 Karolin SeegerMerge tag 'samba-4.12.2' into v4-12-test
2020-04-22 Karolin SeegerVERSION: Disable GIT_SNAPSHOT for the 4.12.2 release. samba-4.12.2
2020-04-22 Karolin SeegerWHATSNEW: Add release notes for Samba 4.12.2.
2020-04-22 Gary LockyerCVE-2020-10704 libcli ldap: Check search request lengths.
2020-04-22 Gary LockyerCVE-2020-10704: libcli ldap_message: Add search size...
2020-04-22 Gary LockyerCVE-2020-10704: S4 ldap server: Limit request sizes
2020-04-22 Gary LockyerCVE-2020-10704: smb.conf: Add max ldap request sizes
2020-04-22 Gary LockyerCVE-2020-10704: ldapserver tests: Limit search request...
2020-04-22 Gary LockyerCVE-2020-10704: lib util asn1: Check parse tree depth
2020-04-22 Gary LockyerCVE-2020-10704: libcli ldap: test recursion depth in...
2020-04-22 Gary LockyerCVE-2020-10704: lib util asn1: Add ASN.1 max tree depth
2020-04-22 Karolin SeegerCVE-2020-10700: ldb: Bump version up to 2.1.2. ldb-2.1.2
2020-04-22 Andrew BartlettCVE-2020-10700: dsdb: Do not permit the ASQ control...
2020-04-22 Andrew BartlettCVE-2020-10700: ldb: Always use ldb_next_request()...
2020-04-22 Andrew BartlettCVE-2020-10700: dsdb: Add test for ASQ and ASQ in combi...
2020-04-22 Karolin SeegerVERSION: Bump version up to 4.12.2...
2020-04-21 Volker Lendeckectdb: Fix a memleak
2020-04-17 Jeremy Allisons3: VFS: Add cmocka test for vfs_full_audit to make...
2020-04-17 Jeremy Allisons3: VFS: full_audit. Add missing fcntl entry in vfs_op_...
2020-04-15 Noel Powers3/librpc/crypto: Fix double free with unresolved crede...
2020-04-15 Isaac Boukrismit-kdc: Explicitly reject S4U requests
2020-04-15 Andreas Schneiderselftest: Set KRB5RCACHETYPE to none for selftest
2020-04-15 Isaac BoukrisSign and verify PAC with ticket principal instead of...
2020-04-15 Isaac BoukrisFix uxsuccess test with new MIT krb5 library 1.18
2020-04-15 Isaac BoukrisAdapt sign_authdata in our KDB module for krb5 v1.18
2020-04-07 Andreas Schneidertestprogs: Add 'net ads join createupn' test also verif...
2020-04-07 Andreas Schneiders3:libads: Fix ads_get_upn()
2020-04-07 Ralph Boehmesmbd: let delayed update handler also update on-disk...
2020-04-07 Ralph Boehmesmbd: let mark_file_modified() always call trigger_writ...
2020-04-07 Ralph Boehmetorture/smb2: delayed timestamp updates test: more...
2020-04-07 Ralph Boehmetorture/smb2: delayed timestamp update test: single...
2020-04-07 Ralph Boehmesmbd: remove stat call from mark_file_modified()
2020-04-07 Jeremy Allisons3: tests: Add samba3.blackbox.force-close-share
2020-04-07 Jeremy Allisonsmbd: enforce AIO requests draining
2020-04-07 Jeremy Allisons3: smbd: Remove file_close_pid().
2020-04-07 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_exit().
2020-04-07 Jeremy Allisons3: smbd: Add async internals of reply_exit().
2020-04-07 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_ulogoffX().
2020-04-07 Jeremy Allisons3: smbd: reply_ulogoffX() Update to modern coding...
2020-04-07 Jeremy Allisons3: smbd: In reply_ulogoffX(), replace req -> smb1req.
2020-04-07 Jeremy Allisons3: smbd: Add async internals of reply_ulogoffX.
2020-04-07 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_tdis().
2020-04-07 Jeremy Allisons3: smbd: reply_tdis() Update to modern coding standards.
2020-04-07 Jeremy Allisons3: smbd: In reply_tdis(), replace req -> smb1req.
2020-04-07 Jeremy Allisons3: smbd: Add async internals of reply_tdis().
2020-04-07 Jeremy Allisons3: smbd: Replace synchronous conn_force_tdis() with...
2020-04-07 Jeremy Allisons3: smbd: Add async internals of conn_force_tdis().
2020-04-07 Jeremy Allisons3: smbd: Don't allow force disconnect of a connection...
2020-04-07 Jeremy Allisons3: smbd: Every place we check fsp->deferred_close...
2020-04-07 Jeremy Allisons3: smbd: In async SMB1 reply_close() set fsp->closing...
2020-04-07 Jeremy Allisons3: smbd: Now we free fsp->aio_requests when it gets...
2020-04-07 Jeremy Allisons3: smbd: In aio_del_req_from_fsp() talloc_free(fsp...
2020-04-07 Jeremy Allisons3: VFS: vfs_aio_pthread: Make aio opens safe against...
2020-04-07 Jeremy Allisons3: VFS: vfs_aio_pthread: Add a talloc context paramete...
2020-04-07 Jeremy Allisons3: VFS: vfs_aio_pthread. Move xconn into state struct...
2020-04-07 Jeremy Allisons3: VFS: vfs_aio_pthread: Replace state destructor...
2020-04-07 Jeremy Allisons3: VFS: vfs_aio_pthread. Fix leak of state struct...
2020-04-07 Ralph Boehmesmbd: avoid double chdir() in chdir_current_service()
2020-04-07 Ralph Boehmetorture/smb2: Windows 2019 15 ms timestamp resolution
2020-04-07 Ralph Boehmesmbd: flush pending writetime update when setting times...
2020-04-07 Ralph Boehmesmbd: flush pending writetime update when flushing...
2020-04-07 Ralph Boehmesmbd: always flush pending write time update when setti...
2020-04-07 Ralph Boehmetorture/smb2: add a test verifying a setinfo(basicinfo...
2020-04-07 Ralph Boehmetorture/smb2: add a test verifying a flush flushes...
2020-04-07 Ralph Boehmetorture/smb2: mtime update logic with 2 handles: write...
2020-04-07 Ralph Boehmes4/torture: fix a timestamps test to work on ext filesystem
2020-04-07 Karolin SeegerVERSION: Bump version up to 4.12.2...
2020-04-07 Karolin SeegerVERSION: Disable GIT_SNAPSHOT for the 4.12.1 release. samba-4.12.1
2020-04-06 Karolin SeegerWHATSNEW: Add release notes for Samba 4.12.1.
2020-04-03 Noel Powers3/utils: Fix double free error with smbtree
2020-04-01 Günther Deschnernsswitch: fix use-after-free causing segfault in _pam_d...
2020-03-30 Martin Schwenkectdb-recoverd: Avoid dereferencing NULL rec->nodemap
2020-03-30 Martin Schwenkectdb-daemon: Don't allow attach from recovery if recove...
2020-03-30 Martin Schwenkectdb-daemon: Remove more unused old client database...
2020-03-30 Martin Schwenkectdb-recovery: Remove old code for creating missing...
2020-03-30 Martin Schwenkectdb-recovery: Create database on nodes where it is...
2020-03-30 Martin Schwenkectdb-recovery: Fetch database name from all nodes where...
2020-03-30 Martin Schwenkectdb-recovery: Pass db structure for each database...
2020-03-30 Martin Schwenkectdb-recovery: GET_DBMAP from all nodes
2020-03-30 Martin Schwenkectdb-recovery: Replace use of ctdb_dbid_map with local...
2020-03-30 Martin Schwenkectdb-daemon: Respect CTDB_CTRL_FLAG_ATTACH_RECOVERY...
2020-03-30 Martin Schwenkectdb-recovery: Use CTDB_CTRL_FLAG_ATTACH_RECOVERY to...
2020-03-30 Martin Schwenkectdb-protocol: Add control flag CTDB_CTRL_FLAG_ATTACH_R...
2020-03-30 Martin Schwenkectdb-daemon: Remove unused old client database functions
2020-03-30 Martin Schwenkectdb-daemon: Fix database attach deferral logic
2020-03-30 Amitay Isaacsctdb-recovery: Refactor banning a node into separate...
2020-03-30 Amitay Isaacsctdb-recovery: Don't trust nodemap obtained from local...
2020-03-30 Amitay Isaacsctdb-recovery: Consolidate node state
2020-03-30 Amitay Isaacsctdb-recovery: Fetched vnnmap is never used, so don...
2020-03-27 Björn Baumbachselftest: test samba-tool group commands with groupname...
next