summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove sid_string_dbgVolker Lendecke2018-12-201-1/+0
* s3: Fix checking for config.h #define in includes.hAndreas Schneider2018-12-161-1/+1
* lib: Remove sid_string_tallocVolker Lendecke2018-12-111-1/+0
* lib: Remove sid_string_tosVolker Lendecke2018-12-111-1/+0
* s3:include: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-4/+4
* s3:ldap: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-2/+2
* s3: Remove unsused MMAP_BLACKLIST ifdef checksAndreas Schneider2018-11-281-7/+0
* lib: Remove unused tdb_trans_* functionsVolker Lendecke2018-10-271-6/+0
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-2/+0
* lib: Remove unused tdb_pack_append()Volker Lendecke2018-10-031-2/+0
* includes: Remove an unused #defineVolker Lendecke2018-10-031-4/+0
* includes: Fix a typoVolker Lendecke2018-10-031-1/+1
* includes: Remove an unused #defineVolker Lendecke2018-10-031-5/+0
* libsmb: Remove smb_share_modes.[ch]Volker Lendecke2018-10-021-112/+0
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-2/+2
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-2/+2
* s3:messaging: remove unused messaging_init_client()Ralph Boehme2018-09-071-3/+0
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-09-072-10/+47
* s3:libsmbclient: Add function to set protocol levelsAndreas Schneider2018-09-051-1/+18
* smbd: Remove unused KOPLOCK flagsChristof Schmitt2018-08-251-17/+0
* smbd: Remove koplocks->contend_level2 callbacksVolker Lendecke2018-08-221-4/+0
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-272-0/+48
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-273-0/+56
* s3:modules: add vfs_not_implemented moduleStefan Metzmacher2018-07-251-0/+367
* s3: vfs: add user_vfs_evg to connection_structRalph Boehme2018-07-251-1/+2
* s3: vfs: add smb_vfs_ev_glueRalph Boehme2018-07-251-0/+29
* 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
* vfs_default: fix async fsync idle/busy time profilingRalph Boehme2018-07-251-1/+1
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-251-0/+3
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-0/+2
* smbd: add an effective connection_struct->user_ev_ctx that holds the event co...Stefan Metzmacher2018-06-181-0/+2
* smbd: call chdir_current_service() in change_to_user_internal() and pop_conn_...Stefan Metzmacher2018-06-181-0/+2
* smbd: remember that the tcon completely setup connection_structStefan Metzmacher2018-06-181-0/+1
* printing: add more 'const' to read only input pointersStefan Metzmacher2018-06-141-4/+4
* s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPENRalph Boehme2018-05-301-0/+3
* smbd: Move dfree_info structChristof Schmitt2018-05-251-9/+2
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-253-10/+1
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-253-9/+1
* s3: profile: Cleanup - we no longer use read/write/fsync syscalls.Jeremy Allison2018-05-171-3/+0
* s3:libsmbclient: Use const for setting and getting stringsAndreas Schneider2018-05-171-5/+5
* s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand2018-05-052-0/+24
* s3: libsmbclient: Add internal/external structures needed for readdirplus.Puran Chand2018-05-052-0/+54
* s3: client: Add btime_ts to struct finfo.Jeremy Allison2018-05-051-0/+1
* s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison2018-05-052-9/+2
* s3: VFS: Remove SMB_VFS_READ() function and all implementations.Jeremy Allison2018-05-042-8/+2
* s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2018-05-021-4/+3
* s3: VFS: Add a synchronous smb_vfs_fsync_sync() call, built from async primit...Jeremy Allison2018-05-011-0/+1
* lib: #include "util_event.h" only where neededVolker Lendecke2018-04-242-1/+4
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-04-112-4/+0