summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:pylibsmb: Make .list() work for SMBv2Tim Beale2019-01-071-8/+16
* s3:pylibsmb: Split code out into do_listing() helperTim Beale2019-01-071-31/+50
* s3:pylibsmb: Split out code into list_helper()Tim Beale2019-01-071-15/+27
* s3:pylibsmb: Consolidate .readdir()/.list() py bindings APITim Beale2019-01-071-9/+23
* s3:pylibsmb: Add .chkpath() API to SMB py bindingsTim Beale2019-01-071-0/+39
* s3:pylibsmb: Add .mkdir(), .rmdir() APIS to SMB py bindingsTim Beale2019-01-071-0/+70
* s3:pylibsmb: Add .unlink() API to SMB Py bindingsTim Beale2019-01-071-0/+43
* s3:pylibsmb: Make lp a mandatory param for the SMB connectionTim Beale2019-01-071-3/+4
* s3:smbd: Fix build on AIXBjoern Jacke2019-01-041-5/+5