summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Add messaging_send_allVolker Lendecke2017-12-052-0/+76
* messaging: Always register CTDB_SRVID_SAMBA_PROCESSVolker Lendecke2017-12-052-0/+15
* messaging: Remove an unused #defineVolker Lendecke2017-12-051-12/+0
* net: Remove "net serverid list"Volker Lendecke2017-12-051-25/+0
* net: Remove "net serverid wipe"Volker Lendecke2017-12-051-33/+0
* smbcontrol: Use messaging_dgm_forallVolker Lendecke2017-12-051-7/+3
* messaging_dgm: Use messaging_dgm_forall in dgm_wipeVolker Lendecke2017-12-051-42/+17
* messaging: Add messaging_dgm_forallVolker Lendecke2017-12-052-0/+48
* messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke2017-12-0510-29/+15
* messaging_dgm: Protect against fork without reinitVolker Lendecke2017-12-051-0/+90