summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples/VFS/skel_transparent: make vfs_fn_pointers staticStefan Metzmacher2018-07-251-1/+1
* examples/VFS/skel_opaque: make vfs_fn_pointers staticRalph Boehme2018-07-251-1/+1
* examples/VFS/skel_opaque: fix a likely a copy/paste errorRalph Boehme2018-07-251-1/+0
* s3:modules: add vfs_not_implemented moduleStefan Metzmacher2018-07-254-1/+1457
* vfs_aio_pthread: use event context and threadpool from user_vfs_evgRalph Boehme2018-07-251-22/+18
* s3: vfs: add user_vfs_evg to connection_structRalph Boehme2018-07-256-29/+819
* s3: vfs: add smb_vfs_ev_glueRalph Boehme2018-07-252-0/+903
* smbd: introduce sconn->sync_thread_poolStefan Metzmacher2018-07-253-1/+28
* smbd: rename sconn->pool to sconn->raw_thread_poolRalph Boehme2018-07-254-6/+7
* smbd: add missing DO_PROFILE_INC(disconnect) to smbd_server_connection_termin...Stefan Metzmacher2018-07-251-0/+1
* smbd: disconnect/destroy all connections before calling smbXsrv_session_logof...Stefan Metzmacher2018-07-251-14/+11
* smbd: only pass struct smbXsrv_client to smbXsrv_session_logoff_all()Stefan Metzmacher2018-07-253-5/+5
* smbd: only pass struct smbXsrv_client to smb1srv_tcon_disconnect_all()Stefan Metzmacher2018-07-253-4/+3
* pthreadpool: add a missing includeRalph Boehme2018-07-252-0/+2
* lib audit_logging: add _WARN_UNUSED_RESULT_Gary Lockyer2018-07-252-47/+66
* dsdb group_audit_test: Remove redundant mocking codeGary Lockyer2018-07-251-90/+0
* dsdb group auditing: remove HAVE_JANSSON from group_auditGary Lockyer2018-07-251-6/+0
* dsdb audit logging: remove HAVE_JANSSON from audit_logGary Lockyer2018-07-251-11/+0
* json: Add unit tests for error handlingGary Lockyer2018-07-256-1/+1851
* json: Modify API to use return codesGary Lockyer2018-07-257-473/+1349
* docs/kerneloplocks: drop Irix referencesDavid Disseldorp2018-07-251-8/+7
* s3: smbd: SGI IRIX is officially dead. Remove the kernel oplock code for IRIX.Jeremy Allison2018-07-255-361/+1
* s3: vfs: bump to version 40, Samba 4.10 will ship with thatRalph Boehme2018-07-251-1/+2
* s3: vfs: bump to version 39, Samba 4.9 will ship with thatRalph Boehme2018-07-251-0/+1
* s3: vfs: add missing tevent_req_received() to SMB_VFS_FSYNC_RECV()Ralph Boehme2018-07-251-0/+2
* s3: vfs: add missing tevent_req_received() to SMB_VFS_PWRITE_RECV()Ralph Boehme2018-07-251-0/+2
* s3: vfs: add missing tevent_req_received() to SMB_VFS_PREAD_RECV()Ralph Boehme2018-07-251-0/+2
* vfs_default: fix async fsync idle/busy time profilingRalph Boehme2018-07-252-5/+10
* s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list()Ralph Boehme2018-07-251-1/+2
* s4: libcli/smb2: calculate correct credit charge for findsRalph Boehme2018-07-251-0/+1
* s3: lib/xattr_tdb: fix listing xattrsRalph Boehme2018-07-251-2/+12
* vfs_default: call smb_vfs_assert_all_fns()Stefan Metzmacher2018-07-251-0/+6
* examples/VFS/skel_transparent: call smb_vfs_assert_all_fns()Stefan Metzmacher2018-07-251-0/+8
* examples/VFS/skel_transparent: add missing durable handle functionsRalph Boehme2018-07-251-0/+46
* examples/VFS/skel_transparent: add missing audit_file_fnRalph Boehme2018-07-251-0/+14
* examples/VFS/skel_opaque: call smb_vfs_assert_all_fns()Stefan Metzmacher2018-07-251-0/+7
* examples/VFS/skel_opaque: add missing durable handle functionsRalph Boehme2018-07-251-0/+33
* examples/VFS/skel_opaque: add missing audit_file_fnRalph Boehme2018-07-251-0/+10
* autobuild: add some basic tests for the all static buildRalph Boehme2018-07-251-0/+4
* winbind: Move variable declarations close to their useVolker Lendecke2018-07-241-3/+3
* winbind: Align integer typesVolker Lendecke2018-07-241-2/+2
* nsswitch: Correct users of "ctx->is_privileged"Volker Lendecke2018-07-241-5/+5
* nsswitch: Make two functions staticVolker Lendecke2018-07-242-10/+7
* nsswitch: Remove IRIX supportVolker Lendecke2018-07-243-681/+0
* lib: Fix prototype of srprs_strVolker Lendecke2018-07-242-2/+2
* lib: Remove an #include "includes.h"Volker Lendecke2018-07-241-1/+3
* lib: Remove an #include "includes.h"Volker Lendecke2018-07-241-2/+8
* s3:util_sec: add a cache to set_thread_credentials()Stefan Metzmacher2018-07-241-0/+27
* lib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_LINUX_THREAD_CREDENTIALSRalph Boehme2018-07-245-29/+29
* pthreadpool: test cancelling and freeing jobs of a wrapped pthreadpool_teventRalph Boehme2018-07-241-0/+573