summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* popt: Add check for iconv libraryAmitay Isaacs2018-07-281-0/+1
* popt: Check for headers only if building in-tree versionAmitay Isaacs2018-07-281-3/+4
* selftest: run smbtorture3 SMB2-BASIC tests against additional sharesRalph Boehme2018-07-272-0/+53
* selftest: set "smbd:async dosmode = no" in the vfs_aio_pthread shareRalph Boehme2018-07-271-0/+1
* s4: torture: test closing dir handle with in-flight findRalph Boehme2018-07-271-0/+69
* smbd: use async dos_mode_at_send in smbd_smb2_query_directory_send()Ralph Boehme2018-07-275-2/+254
* smbd: let smbd_dirptr_lanman2_entry return smb_fnameRalph Boehme2018-07-273-3/+24
* smbd: deal with fsp->aio_requests in close_directory()Ralph Boehme2018-07-272-0/+33
* smbd: fix a long line in smb2_query_directory_next_entry()Ralph Boehme2018-07-271-1/+2
* smbd: factor out smb2_query_directory_next_entry() from smbd_smb2_query_direc...Ralph Boehme2018-07-271-158/+192
* smbd: rework error exit in smbd_dirptr_lanman2_entry()Ralph Boehme2018-07-271-3/+7
* smbd: pass get_dosmode to mode_fn in smbd_dirptr_get_entry()Ralph Boehme2018-07-273-2/+6
* smbd: pass get_dosmode to smbd_dirptr_get_entry()Ralph Boehme2018-07-273-0/+4
* smbd: add "get_dosmode" argument to smbd_dirptr_lanman2_entry()Ralph Boehme2018-07-273-1/+4
* smbd: add dos_mode_at_send/recv()Ralph Boehme2018-07-272-0/+142
* smbd: factor out dosmode post processingRalph Boehme2018-07-271-34/+45
* vfs_default: implement SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-2/+140
* smbd: split out public parse_dos_attribute_blob() from get_ea_dos_attribute()Ralph Boehme2018-07-272-74/+90
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-2713-0/+563
* vfs_xattr_tdb: implement SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-2/+132
* vfs_default: implement SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-2/+207
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-2721-2/+646
* pthreadpool: we need to use pthreadpool_tevent_per_thread_cwd() on the caller...Stefan Metzmacher2018-07-271-1/+2
* ldb_mdb: #ifdef EBADE as it is not portableStefan Metzmacher2018-07-271-0/+2
* ctdb-common: Drop unused function mkdir_p_or_die()Martin Schwenke2018-07-272-16/+0
* ctdb-common: Drop function parse_ip_mask() and supporting functionsMartin Schwenke2018-07-272-140/+0
* ctdb-daemon: Switch to using ctdb_sock_addr_mask_from_string()Martin Schwenke2018-07-271-2/+15
* ctdb-tools: Switch to using ctdb_sock_addr_mask_from_string()Martin Schwenke2018-07-271-1/+2
* ctdb-protocol: Add function ctdb_sock_addr_mask_from_string()Martin Schwenke2018-07-273-0/+79
* ctdb-protocol: Fix compilation issue with strncpy()Martin Schwenke2018-07-271-3/+1
* ctdb-common: Fix compilation issue with strncpy()Martin Schwenke2018-07-271-3/+1
* smbd: Remove "share_mode_entry->lease"Volker Lendecke2018-07-273-23/+4
* smbstatus: Use share_mode_data->leasesVolker Lendecke2018-07-261-1/+2
* smbd: Pass "share_mode_data" to share_entry_forall callbackVolker Lendecke2018-07-264-57/+49
* popt: popt 1.16 needs -liconvVolker Lendecke2018-07-261-0/+1
* idmap: Make pointer initialization explicitVolker Lendecke2018-07-261-3/+2
* smbd: don't client->connections without checking client != NULL first in exit...Ralph Boehme2018-07-261-1/+2
* 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