summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Happy New Year 2019!Stefan Metzmacher2019-01-011-1/+1
* s3:pylibsmb: add settimeout()Stefan Metzmacher2018-12-231-0/+16
* s3:libads: do an early return if we don't have a password for ads_kinit_passw...Stefan Metzmacher2018-12-231-5/+4
* winbind: honor WBFLAG_FROM_NSS along with winbind enum users/groupsStefan Metzmacher2018-12-222-0/+10
* s3-vfs-fruit: add close callGünther Deschner2018-12-211-0/+82
* lib: Remove sid_string_dbgVolker Lendecke2018-12-202-12/+0
* samr: Use dom_sid_str_bufVolker Lendecke2018-12-201-48/+91
* lsasrv: Use dom_sid_str_bufVolker Lendecke2018-12-201-4/+9
* spoolss: Use dom_sid_str_bufVolker Lendecke2018-12-201-4/+9
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-2025-59/+129
* wkssvc: Use dom_sid_str_bufVolker Lendecke2018-12-201-5/+13
* libnet: Use dom_sid_str_bufVolker Lendecke2018-12-201-23/+32
* lib: Use dom_sid_str_bufVolker Lendecke2018-12-204-7/+17
* lib: Avoid sid_string_dbgVolker Lendecke2018-12-201-2/+2
* auth3: Use dom_sid_str_bufVolker Lendecke2018-12-203-19/+31