kai/samba-autobuild/.git
2018-07-25 Jeremy Allisons3: smbd: SGI IRIX is officially dead. Remove the kerne...
2018-07-25 Ralph Boehmes3: vfs: bump to version 40, Samba 4.10 will ship with...
2018-07-24 Ralph Boehmes3: vfs: bump to version 39, Samba 4.9 will ship with...
2018-07-24 Ralph Boehmes3: vfs: add missing tevent_req_received() to SMB_VFS_F...
2018-07-24 Ralph Boehmes3: vfs: add missing tevent_req_received() to SMB_VFS_P...
2018-07-24 Ralph Boehmes3: vfs: add missing tevent_req_received() to SMB_VFS_P...
2018-07-24 Ralph Boehmevfs_default: fix async fsync idle/busy time profiling
2018-07-24 Ralph Boehmes3: libsmb: use smb2cli_conn_max_trans_size() in cli_sm...
2018-07-24 Ralph Boehmes4: libcli/smb2: calculate correct credit charge for...
2018-07-24 Ralph Boehmes3: lib/xattr_tdb: fix listing xattrs
2018-07-24 Stefan Metzmachervfs_default: call smb_vfs_assert_all_fns()
2018-07-24 Stefan Metzmacherexamples/VFS/skel_transparent: call smb_vfs_assert_all_...
2018-07-24 Ralph Boehmeexamples/VFS/skel_transparent: add missing durable...
2018-07-24 Ralph Boehmeexamples/VFS/skel_transparent: add missing audit_file_fn
2018-07-24 Stefan Metzmacherexamples/VFS/skel_opaque: call smb_vfs_assert_all_fns()
2018-07-24 Ralph Boehmeexamples/VFS/skel_opaque: add missing durable handle...
2018-07-24 Ralph Boehmeexamples/VFS/skel_opaque: add missing audit_file_fn
2018-07-24 Ralph Boehmeautobuild: add some basic tests for the all static...
2018-07-24 Volker Lendeckewinbind: Move variable declarations close to their use
2018-07-24 Volker Lendeckewinbind: Align integer types
2018-07-24 Volker Lendeckensswitch: Correct users of "ctx->is_privileged"
2018-07-24 Volker Lendeckensswitch: Make two functions static
2018-07-24 Volker Lendeckensswitch: Remove IRIX support
2018-07-24 Volker Lendeckelib: Fix prototype of srprs_str
2018-07-24 Volker Lendeckelib: Remove an #include "includes.h"
2018-07-24 Volker Lendeckelib: Remove an #include "includes.h"
2018-07-24 Stefan Metzmachers3:util_sec: add a cache to set_thread_credentials()
2018-07-24 Ralph Boehmelib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_L...
2018-07-24 Ralph Boehmepthreadpool: test cancelling and freeing jobs of a...
2018-07-24 Stefan Metzmacherpthreadpool: implement pthreadpool_tevent_wrapper_creat...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_restart_check[_monitor_...
2018-07-24 Stefan Metzmacherpthreadpool: add tests for pthreadpool_tevent_[current_...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_[current_job_]per_t...
2018-07-24 Ralph Boehmepthreadpool: call unshare(CLONE_FS) if available
2018-07-24 Ralph Boehmeconfigure: check for Linux specific unshare() with...
2018-07-24 Ralph Boehmepthreadpool: test cancelling and freeing pending pthrea...
2018-07-24 Stefan Metzmacherpthreadpool: add a comment about a further optimization...
2018-07-24 Stefan Metzmacherpthreadpool: maintain a list of job_states on each...
2018-07-24 Stefan Metzmacherpthreadpool: add helgrind magic to PTHREAD_TEVENT_JOB_T...
2018-07-24 Stefan Metzmacherlib/replace: also check for valgrind/helgrind.h
2018-07-24 Stefan Metzmachers3:wscript: don't check for valgrind related headers...
2018-07-24 Stefan Metzmacherpthreadpool: add some lockless coordination between...
2018-07-24 Stefan Metzmacherreplace: add checks for atomic_thread_fence(memory_orde...
2018-07-24 Stefan Metzmacherthird_party/*_wrapper/wscript: remove redundant configu...
2018-07-24 Stefan Metzmacherlib/replace: check for __thread support
2018-07-24 Stefan Metzmacherpthreadpool: replace assert_return_code(ret, 0); with...
2018-07-24 Stefan Metzmacherpthreadpool: test pthreadpool_tevent_max_threads()...
2018-07-24 Stefan Metzmacherpthreadpool: make sure a pthreadpool is marked as stopp...
2018-07-24 Stefan Metzmachertevent: use talloc_zero_size() for the private state...
2018-07-24 Alexander Bokovoysamba-tool trust: support discovery via netr_GetDcName
2018-07-24 Stefan Metzmachers3:selftest: run rpc.lsa.lookupsids also with explicit...
2018-07-24 Stefan Metzmachers4:librpc: autonegotiate SMB1/2/3
2018-07-24 Stefan Metzmacherpython/tests: use explicit "client ipc max protocol...
2018-07-24 Alexander Bokovoytests/auth_log: Permit SMB2 service description if...
2018-07-24 Stefan Metzmachers4:libcli: add smb_connect_nego_{send,recv}()
2018-07-24 Stefan Metzmachers4:libcli: allow a fallback to NTLMSSP if SPNEGO is...
2018-07-24 Stefan Metzmachers4:libcli: add fallback_to_anonymous to smb2_connect_send()
2018-07-24 Stefan Metzmachers4:libcli: allow passing an already negotiated connecti...
2018-07-24 Stefan Metzmachers4:libcli: split out smb2_connect_session_start()
2018-07-24 Stefan Metzmachers4:libcli: add smb2_transport_raw_init()
2018-07-24 Stefan Metzmachers4:libcli: allow passing an already negotiated connecti...
2018-07-24 Stefan Metzmachers4:libcli: use talloc_zero() for struct smb_composite_c...
2018-07-24 Stefan Metzmachers4:libcli: add smbcli_transport_raw_init()
2018-07-24 Stefan Metzmachers4:libcli: split out smb_raw_negotiate_fill_transport()
2018-07-24 Stefan Metzmacherlibrpc: add binding handle support for [smb1]
2018-07-23 Alexander Bokovoypython/samba/tests: make sure samba.tests can be import...
2018-07-23 Alexander Bokovoys4-dsdb: only build dsdb Python modules for AD DC
2018-07-23 Alexander Bokovoys4-dns_server: Only build dns server Python code for...
2018-07-20 Jeremy Allisons3: smbd: Fix AIX sendfile() for SMB2. Ensure we don...
2018-07-20 Jeremy Allisons3: smbd: Fix FreeBSD sendfile() for SMB2. Ensure we...
2018-07-20 Jeremy Allisons3: smbd: Fix HPUX sendfile() for SMB2. Ensure we don...
2018-07-20 Jeremy Allisons3: smbd: Fix Solaris sendfile() for SMB2. Ensure we...
2018-07-20 Jeremy Allisons3: smbd: Fix Linux sendfile() for SMB2. Ensure we...
2018-07-20 Gary Lockyerdns wildcards: fix BUG 13536
2018-07-19 Gary Lockyerdns wildcards: tests to confirm BUG 13536
2018-07-18 Martin Schwenkectdb-tests: Loosen match against pstree output in simpl...
2018-07-18 Martin Schwenkectdb-tests: Simplify pstree output in eventd unit tests
2018-07-18 Volker Lendeckedsdb: Fix the 32-bit build
2018-07-17 Volker Lendeckekcc: Fix the 32-bit build
2018-07-17 Ralph Boehmes3: smbd: fix path check in smbd_smb2_create_durable_le...
2018-07-17 Ralph Boehmes4: torture: run test_durable_v2_open_reopen2_lease...
2018-07-17 Ralph Boehmetevent: fix CID 1437974 dereference after null check
2018-07-17 Ralph Boehmetevent: fix CID 1437976 dereference before null check
2018-07-16 David Disseldorpdbwrap: determine basename once instead of three times
2018-07-14 Günther Deschners3-tldap: do not install test_tldap
2018-07-13 David Disseldorps3: torture: adjust SMB1 cli_splice() test sizes
2018-07-13 Alexander Bokovoywafsamba/samba_abi: always hide ABI symbols which must...
2018-07-13 Jeremy Allisons3: libsmbclient: Fix cli_splice() fallback when readin...
2018-07-13 Jeremy Allisons3: torture: Test SMB1 cli_splice() fallback path when...
2018-07-13 Björn Jackedocs: mention that the echo handler is for SMB1 only
2018-07-13 Noel Powerpython/samba/netcmd: Fix wrong exception referenced...
2018-07-12 Noel Powerpython/samba/kcc: md5 needs to be passed bytes in py3
2018-07-12 Noel Powerpython/samba/tests: various py3 porting for ord/chr
2018-07-12 Noel Powers4/torure/drs/python: Fix incorrect use of unicode...
2018-07-12 Noel Powers4/torture/drs/python: xrange -> range for py2/py3...
2018-07-12 Noel Powers4/torture/drs/python: long is not used in py3
2018-07-12 Noel Powers4/torture/drs/python: use cmp_fn for cmp (for py2...
2018-07-12 Noel Powers4/torture/drs/python: use cmp_fn and key=cmp_to_key_fn...
2018-07-12 Noel Powerpython/samba: Add cmp_fn and cmp_to_key_fn functions...
2018-07-12 Noel Powers4/torture/drs/python: py2/py3 port map / ord usage
next