summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* g_lock: fix cleanup of stale entries in g_lock_trylock()Stefan Metzmacher2017-12-201-1/+5
* torture3: add LOCAL-G-LOCK6 testStefan Metzmacher2017-12-204-0/+155
* selftest: fix samba3.rpc.samba3.netlogon running after an nt4_member testJamie McClymont2017-12-201-0/+3
* winbind: Fix backslash in format stringChristof Schmitt2017-12-191-1/+1
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-1848-48/+47
* source3/winbindd/winbindd.c set socket close on execGary Lockyer2017-12-181-0/+1
* source3/utils/smbfilter.c set socket close on execGary Lockyer2017-12-181-0/+1
* source3/libsmb/unexpected.c set socket close on execGary Lockyer2017-12-181-0/+1
* source3/smbd/server.c set socket close on execGary Lockyer2017-12-181-0/+1
* source3/lib/server_prefork.c set socket close on execGary Lockyer2017-12-181-0/+1
* source3/rpc_server/rpc_server.c set socket close on execGary Lockyer2017-12-181-0/+3
* smbd: Fix coredump on failing chdir during logoffChristof Schmitt2017-12-161-4/+0
* selftest: Add test for failing chdir call in smbdChristof Schmitt2017-12-152-0/+59
* vfs_error_inject: Add new moduleChristof Schmitt2017-12-153-0/+108
* docs-xml: remove deprecated 'profile acls' optionStefan Metzmacher2017-12-131-1/+0
* s3:smbd: remove deprecated handling of "profile acls = yes"Stefan Metzmacher2017-12-131-82/+1
* s3:auth: is_trusted_domain() is now only useful (and used as DC)Stefan Metzmacher2017-12-131-49/+10
* s3:auth: remove lp_auth_methods() handlingStefan Metzmacher2017-12-131-30/+1
* pdbtest: also verify the authentication path for local users via winbinddStefan Metzmacher2017-12-131-0/+73
* docs-xml: remove unused "map untrusted to domain" optionStefan Metzmacher2017-12-131-1/+0
* s3:auth: remove "map untrusted to domain" handlingStefan Metzmacher2017-12-131-33/+4
* smbd: Enable async I/O by defaultVolker Lendecke2017-12-121-2/+2
* vfs_aio_fork: Use a shorter random delayVolker Lendecke2017-12-121-1/+1
* vfs_aio_fork: Fix vfs_aio_pwriteVolker Lendecke2017-12-121-0/+2
* vfs_aio_fork: Fix vfs_aio_preadVolker Lendecke2017-12-121-2/+14
* vfs_aio_fork: Fix a crash in aio_forkVolker Lendecke2017-12-121-25/+19
* vfs_aio_fork: Drop "volatile" from the mmap area in aio_forkVolker Lendecke2017-12-121-1/+1
* smbd: Fix async large readVolker Lendecke2017-12-121-1/+1
* torture: Check messaging_send_allVolker Lendecke2017-12-125-0/+283
* messaging: Ignore messages from ourselvesVolker Lendecke2017-12-121-0/+5
* messaging: Don't do self-sends in messaging_send_allVolker Lendecke2017-12-121-0/+5
* Added smbc_SetLogCallback which lets third party code to capture libsmbclient...Puran Chand2017-12-104-1/+202
* s3:glock: Move sanity check in g_lock_parse()Andreas Schneider2017-12-101-2/+2
* s3-selftest: fix creation of large fileJamie McClymont2017-12-091-1/+1
* s3: test_smbclient_s3: Fix restore of TZ.Jeremy Allison2017-12-081-2/+2
* s3:winbindd: Use a stackframe for memory management in _wbint_QueryGroupListAndreas Schneider2017-12-081-21/+22
* Add mdns name configuration optionKevin Anderson2017-12-081-2/+16
* pthreadpool: Add test for pthread_create failureChristof Schmitt2017-12-081-0/+7
* s3: libsmb: Plumb in the new SMB2 get reparse point calls into the cli_readli...Jeremy Allison2017-12-061-10/+31
* s3: libsmb: Add SMB2 calls cli_smb2_get_reparse_point_fnum_send()/cli_smb2_ge...Jeremy Allison2017-12-062-0/+109
* s3: libsmb: Do a naive response to SMB2 "stopped on symlink". Assume the last...Jeremy Allison2017-12-061-1/+64
* s3: libsmb: Plumb in the new SMB2 reparse point calls into the cli_symlink_cr...Jeremy Allison2017-12-061-15/+30
* s3: libsmb: Add SMB2 calls cli_smb2_set_reparse_point_fnum_send()/cli_smb2_se...Jeremy Allison2017-12-062-0/+101
* s3: libsmb: Make cli_close_send()/cli_close_recv() work for SMB1 and SMB2.Jeremy Allison2017-12-061-8/+43
* s3: libsmb: Rename cli_close_create() -> cli_smb1_close_create().Jeremy Allison2017-12-064-24/+24
* vfs: drop casts for VFS_ADD_FSP_EXTENSION() callersDavid Disseldorp2017-12-066-10/+7
* vfs: return type via VFS_ADD_FSP_EXTENSIONDavid Disseldorp2017-12-051-1/+1
* s3: test_smbclient_s3: Correctly set and unset TZ variable for test.Jeremy Allison2017-12-051-0/+10
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-0518-550/+0
* lib: Use messaging_send_all instead of message_send_allVolker Lendecke2017-12-058-24/+23