summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* smbd: rename sconn->raw_thread_pool to sconn->poolRalph Boehme2019-01-115-10/+9
* Revert "smbd: introduce sconn->sync_thread_pool"Ralph Boehme2019-01-113-28/+1
* Revert "s3: vfs: add smb_vfs_ev_glue"Ralph Boehme2019-01-112-862/+0
* Revert "s3: vfs: add user_vfs_evg to connection_struct"Ralph Boehme2019-01-116-819/+29
* Revert "vfs_aio_pthread: use event context and threadpool from user_vfs_evg"Ralph Boehme2019-01-111-18/+22
* s3:smbd: pass (raw) ev to fetch_dos_mode_send instead of smb_vfs_ev_glueRalph Boehme2019-01-111-7/+4
* s3:smbd: pass (raw) ev to dos_mode_at_send() instead of smb_vfs_ev_glueRalph Boehme2019-01-113-5/+4
* s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...Ralph Boehme2019-01-117-67/+17
* s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2019-01-119-72/+176
* s3:torture: call per_thread_cwd_check() in vfstest.c main()Stefan Metzmacher2019-01-111-0/+2
* s3:smbd: prepare the usage of per_thread_cwd_*() functionsStefan Metzmacher2019-01-112-0/+14
* s3:lib: add per_thread_cwd_{check,supported,disable,activate}() helper functionsStefan Metzmacher2019-01-113-0/+164
* s3:lib: add root_unix_token()Ralph Boehme2019-01-112-0/+27
* statvfs: rename linux_statvfs to posix_statvfsBjörn Jacke2019-01-111-2/+2
* s3/smbd: fix utmp hostname logging on SolarisBjörn Jacke2019-01-101-1/+1
* waf: check for utmpx struct member ut_hostBjörn Jacke2019-01-101-0/+2
* statvfs: fix bsize and frsize mixupBjörn Jacke2019-01-101-2/+4
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-101-2/+2
* s3:libsmb: cli_smb2_list() can sometimes fail initially on a connectionTim Beale2019-01-101-1/+13
* s3:utils:net: Print debug message about NetbiosJustin Stephenson2019-01-092-2/+10
* s3:smbpasswd: Print debug message about NetbiosJustin Stephenson2019-01-091-4/+12
* s3:libsmb: Print debug message about NetbiosJustin Stephenson2019-01-092-0/+8
* s3:libsmb: Check disable_netbios in socket connectJustin Stephenson2019-01-091-0/+5
* s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale2019-01-092-6/+9
* idmap: In _wbint_Sids2UnixIDs, pass back what we haveVolker Lendecke2019-01-081-0/+9
* idmap_tdb: If one SID fails to map, try the restVolker Lendecke2019-01-081-1/+4
* selftest: Test sids-to-xids with one failing sidVolker Lendecke2019-01-081-0/+5
* waf: fix tri-state of --with-sendfile-support being auto the defaultBjörn Jacke2019-01-081-8/+4
* waf: fix waf errors with sendfail detection on SolarisBjörn Jacke2019-01-081-3/+4
* s3: net: Do not set NET_FLAGS_ANONYMOUS with -kJustin Stephenson2019-01-081-2/+8
* passdb: Use dom_sid_str_bufVolker Lendecke2019-01-081-33/+64
* winbind: Fix a typoVolker Lendecke2019-01-081-1/+1
* smbclient: Use dom_sid_str_bufVolker Lendecke2019-01-081-3/+4
* winbindd: Use dom_sid_str_bufVolker Lendecke2019-01-081-8/+10
* auth3: Use dom_sid_str_bufVolker Lendecke2019-01-081-3/+7
* lib: Remove StrnCpyVolker Lendecke2019-01-082-27/+0
* smbd: Use strlcpy instead of StrnCpyVolker Lendecke2019-01-081-1/+1
* nmbd: Use strlcpy instead of StrnCpyVolker Lendecke2019-01-081-1/+1
* libsmb: Use strlcpy instead of StrnCpyVolker Lendecke2019-01-081-1/+1
* s3:pylibsmb: Add flags used by .list() to SMB Py bindingsTim Beale2019-01-071-0/+20
* s3:pylibsmb: Rename 'credentials' param to match s4Tim Beale2019-01-071-1/+1
* s3:pylibsmb: Rename libsmb_samba_internal Py bindings to libsmbTim Beale2019-01-072-5/+5
* s3:pylibsmb: Add .deltree() API to SMB py bindingsTim Beale2019-01-071-0/+95
* s3:pylibsmb: Minor refactor to py_cli_list() variablesTim Beale2019-01-071-5/+5
* s3:libsmb: Avoid duplicated code by making cli_read_sink() publicTim Beale2019-01-073-10/+7
* s3:pylibsmb: Add .loadfile() API to SMB py bindingsTim Beale2019-01-071-0/+131
* s3:pylibsmb: Add .savefile() API to SMB py bindingsTim Beale2019-01-071-0/+89
* s3:pylibsmb: Free async .list() memoryTim Beale2019-01-071-0/+3
* s3:pylibsmb: Make s3 and s4 listings return the same dictTim Beale2019-01-071-3/+17
* s3:pylibsmb: Don't return '.'/'..' in .list()Tim Beale2019-01-071-0/+5