samba.git
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
2018-07-12 Noel Powers4/torture/drs: ndr_upack needs bytes in py3 (samba4...
2018-07-12 Noel Powers4/dsdb/tests/python: base64.b64encode returns bytes
2018-07-12 Noel Powers4/librpc/ndr: allow GUID to accept unicode also
2018-07-12 Noel Powerpython/samba/netcmd: Fix relative module import
2018-07-12 Noel Powerpython/samba/netcmd: Protect variable that can be None
2018-07-12 Noel Powerpython/samba/netcmd: fix py2/py3 bytes usage for replace
2018-07-12 Noel Powers4/torture/drs/python: Py2/Py2 fix tab/space also incor...
2018-07-12 Noel Powerlib/ldb: Implement a bytes derived object for attribute...
2018-07-12 Noel Powerpython/samba/tests: remove Py2 specific imports.
2018-07-12 Noel Powerpython/samba/emulate: Fix some more missed exception...
2018-07-12 Noel Powerpython/samba/tests: Py2/Py3 port for hexdump
2018-07-12 Noel Powerpython/samba/tests: Py2/Py3 allow import of ndr_(un...
2018-07-12 Joe Guosamdb: use int for get and set methods instead of digit str
2018-07-12 David Muldergpo: Specify samba module when importing from gpclass
2018-07-12 David Muldergpo: Don't duplicate guids in the apply log
2018-07-12 David Muldergpo: Add user policy extensions
2018-07-12 David Muldergpo: Dynamically load gp_exts
2018-07-12 David Muldergpo: Tests for gp_ext register/unregister
2018-07-12 David Muldergpo: add list_gp_extensions for listing registered...
2018-07-12 David Muldergpo: add unregister_gp_extension for unregistering...
2018-07-12 David Muldergpo: add register_gp_extension for registering gp exten...
2018-07-12 David Mulderparam: Add python binding for lpcfg_state_path
2018-07-12 David Muldergpo: Offline policy application via cache
2018-07-12 David Muldergpo: Read GPO versions locally, not from sysvol
2018-07-12 David Mulderpython: Allow forced signing via smb.SMB()
2018-07-12 David Muldergpo: Disable python3 testing
2018-07-12 David Muldergpo: Fix asserts in gpo testing
2018-07-12 Stefan Metzmacherpthreadpool: allocate glue->tctx on glue as memory...
2018-07-12 Stefan Metzmacherpthreadpool: maintain a global list of orphaned pthread...
2018-07-12 Stefan Metzmacherpthreadpool: make use of pthreadpool_stop() in pthreadp...
next