timbeale/samba-autobuild/.git
2018-08-11 Karolin SeegerVERSION: Disable GIT_SNAPSHOT for the 4.7.9 release. samba-4.7.9
2018-08-11 Karolin SeegerWHATSNEW: Add release notes for Samba 4.7.9.
2018-08-11 Günther DeschnerCVE-2018-1139 libcli/auth: Do not allow ntlmv1 over...
2018-08-11 Günther DeschnerCVE-2018-1139 selftest: verify whether ntlmv1 can be...
2018-08-11 Günther DeschnerCVE-2018-1139 s3-utils: use enum ntlm_auth_level in...
2018-08-11 Günther DeschnerCVE-2018-1139 libcli/auth: fix debug messages in hash_p...
2018-08-11 Andrew BartlettCVE-2018-1139 libcli/auth: Add initial tests for ntlm_p...
2018-08-11 Douglas Bagnallselftest/tests.py: remove always-needed, never-set...
2018-08-11 Tim BealeCVE-2018-10919 tests: Add extra test for dirsync delete...
2018-08-11 Tim BealeCVE-2018-10919 acl_read: Fix unauthorized attribute...
2018-08-11 Tim BealeCVE-2018-10919 acl_read: Flip the logic in the dirsync...
2018-08-11 Tim BealeCVE-2018-10919 acl_read: Small refactor to aclread_call...
2018-08-11 Tim BealeCVE-2018-10919 acl_read: Split access_mask logic out...
2018-08-11 Gary LockyerCVE-2018-10919 tests: test ldap searches for non-existe...
2018-08-11 Tim BealeCVE-2018-10919 security: Fix checking of object-specifi...
2018-08-11 Tim BealeCVE-2018-10919 tests: Add test case for object visibili...
2018-08-11 Tim BealeCVE-2018-10919 tests: Add tests for guessing confidenti...
2018-08-11 Tim BealeCVE-2018-10919 security: Add more comments to the objec...
2018-08-11 Tim BealeCVE-2018-10919 security: Move object-specific access...
2018-08-11 Andrew BartlettCVE-2018-10918: cracknames: Fix DoS (NULL pointer de...
2018-08-11 Jeremy AllisonCVE-2018-10858: libsmb: Harden smbc_readdir_internal...
2018-08-11 Jeremy AllisonCVE-2018-10858: libsmb: Ensure smbc_urlencode() can...
2018-08-11 Karolin SeegerVERSION: Bump version up to 4.7.9...
2018-06-21 Karolin SeegerVERSION: Disable GIT_SNAPSHOT for the 4.7.8 release. samba-4.7.8
2018-06-21 Karolin SeegerWHATSNEW: Add release notes for Samba 4.7.8.
2018-06-19 Jeremy Allisonpython: Fix talloc frame use in make_simple_acl().
2018-06-19 Jeremy Allisons3: smbd: printing: Re-implement delete-on-close semant...
2018-06-19 Günther Deschners4-heimdal: Fix the format-truncation errors.
2018-06-19 Jeremy Allisons3: smbtorture: Add new SMB2-DIR-FSYNC test to show...
2018-06-19 Jeremy Allisons3: smbd: Fix SMB2-FLUSH against directories.
2018-06-07 Christof Schmittsmbd: Flush dfree memcache on service reload
2018-06-07 Christof Schmittsmbd: Cache dfree information based on query path
2018-06-07 Christof Schmittmemcache: Add new cache type for dfree information
2018-06-07 Christof Schmittselftest: Add test for 'dfree cache'
2018-06-07 Christof Schmittselftest: Add dfq_cache share with 'dfree cache time...
2018-06-04 Andrew Bartlettlib/util: Call log_stack_trace() in smb_panic_default()
2018-06-04 Andrew Bartlettlib/util: Move log_stack_trace() to common code
2018-06-04 Andrew Bartlettlib/util: Log PANIC before calling pacic action just...
2018-06-04 Andrew Bartletts3-lib: Remove support for libexc for IRIX backtraces
2018-06-04 Andreas Schneiders3:utils: Do not segfault on error in DoDNSUpdate()
2018-06-04 Stefan Metzmacherauth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE...
2018-06-04 Stefan Metzmachers4:selftest: run test_ldb_simple.sh with more auth...
2018-06-04 Stefan Metzmacherauth/ntlmssp: add ntlmssp_client:ldap_style_send_seal...
2018-05-24 Ralph Boehmes3:smbd: fix interaction between chown and SD flags
2018-05-24 Ralph Boehmes4:torture/smb2: new test for interaction between chown...
2018-05-24 Andreas Schneidernsswitch:tests: Add test for wbinfo --user-info
2018-05-24 Andreas Schneiderselftest: Add a user with a different userPrincipalName
2018-05-24 Andreas Schneidernsswitch: Lookup the domain in tests with the wb seperator
2018-05-24 Andreas Schneidernsswitch: Add a test looking up domain sid
2018-05-24 Andreas Schneidernsswitch: Add a test looking up the user using the upn
2018-05-24 Volker Lendeckewinbindd: Name<->SID cache is not sequence number based...
2018-05-24 Volker Lendeckewinbindd: Move name<->sid cache to gencache
2018-05-24 Volker Lendeckewinbindd: Factor out winbindd_domain_init_backend from...
2018-05-24 Volker Lendeckenet: Parse namemap_cache in "net cache list"
2018-05-24 Volker Lendeckelib: Add namemap_cache
2018-05-24 Volker Lendeckelib: Pass blob instead of &blob to gencache_set_data_blob
2018-05-24 Volker Lendeckelib: Allow parsing a strv from a non-talloc const buf
2018-05-24 Volker Lendeckelib: Only call strlen if necessary in strv
2018-05-24 Volker Lendeckelib: Pass in "strv_len" to strv_valid_entry
2018-05-17 Vandana Rungtas3: VFS: Fix memory leak in vfs_ceph.
2018-05-14 Andrew Bartlettwinbindd: Do re-connect if the RPC call fails in the...
2018-05-14 Andrew Bartlettwinbindd: Add a cache of the samr and lsa handles for...
2018-05-14 David Disseldorpvfs_ceph: add fake async pwrite/pread send/recv hooks
2018-05-07 Jeremy Allisons3: libsmbclient: Fix hard-coded connection error retur...
2018-05-07 Jeremy Allisonceph: VFS: Add asynchronous fsync to ceph module, fake...
2018-05-07 Christof Schmittrpc_server: Fix NetSessEnum with stale sessions
2018-05-07 Christof Schmittselftest: Add testcase for querying sessions after...
2018-05-07 Christof Schmittrpcclient: Print number of entries for NetSessEnum
2018-05-07 Björn Jackeprinting: return the same error code as windows does...
2018-05-07 Jeremy Allisons3: tests: Regression test to ensure we can never retur...
2018-05-07 Jeremy Allisons3: smbd. Generic fix for incorrect reporting of stream...
2018-05-07 Jeremy Allisons3: vfs: vfs_streams_xattr: Don't blindly re-use the...
2018-05-07 Ralph Boehmewinbindd: add retry to _winbind_SendToSam
2018-05-07 Ralph Boehmewinbindd: add retry to _winbind_DsrUpdateReadOnlyServer...
2018-05-07 Ralph Boehmewinbindd: add retry to _wbint_DsGetDcName
2018-05-07 Ralph Boehmewinbindd: add retry to _wbint_LookupSids()
2018-05-07 Ralph Boehmewinbindd: use reset_cm_connection_on_error() instead...
2018-05-07 Ralph Boehmewinbindd: fix logic calling dcerpc_binding_handle_is_co...
2018-05-07 Ralph Boehmewinbindd: call dcerpc_binding_handle_is_connected(...
2018-05-07 Ralph Boehmewinbindd: force netlogon reauth for certain errors...
2018-05-07 Ralph Boehmewinbindd: call reset_cm_connection_on_error() from...
2018-05-07 Ralph Boehmewinbindd: make reset_cm_connection_on_error() public
2018-05-07 Ralph Boehmewinbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_...
2018-05-07 Ralph Boehmewinbindd: add and use ldap_reconnect_need_retry() in...
2018-05-07 Volker Lendeckewinbind: Keep "force_reauth" in invalidate_cm_connection
2018-05-07 Volker Lendeckewinbind: Add smbcontrol disconnect-dc
2018-05-07 Volker Lendeckeutils: Add destroy_netlogon_creds_cli
2018-05-02 Stefan Metzmachernsswitch: fix memory leak in winbind_open_pipe_sock...
2018-04-25 Stefan Metzmachers4:rpc_server: fix call_id truncation in dcesrv_find_fr...
2018-04-25 Stefan Metzmachertests:dcerpc/raw_protocol: reproduce call_id truncation bug
2018-04-25 Stefan Metzmacherwinbindd: initialize type = SID_NAME_UNKNOWN in wb_look...
2018-04-25 Stefan Metzmacherwinbindd: don't split the rid for SID_NAME_DOMAIN sids...
2018-04-20 Andreas Schneiders3:passdb: Do not return OK if we don't have pinfo...
2018-04-20 Stefan Metzmacherlib/util: remove unused '#include <sys/syscall.h>'...
2018-04-20 Stefan Metzmacherwinbind: Use one queue for all domain children
2018-04-20 Volker Lendeckewinbind: Maintain a binding handle per domain and alway...
2018-04-20 Stefan Metzmacherwinbind: make choose_domain_child() static
2018-04-20 Stefan Metzmacherwinbind: add locator_child_handle() and use it instead...
2018-04-20 Stefan Metzmacherwinbind: add idmap_child_handle() and use it instead...
2018-04-20 Stefan Metzmacherwinbind: improve wb_domain_request_send() to use wb_dsg...
next