summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme2019-11-071-0/+4
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-071-1/+1
* s3: remove unused function standard_sub_advanced()Ralph Boehme2019-11-071-4/+0
* lib: Remove g_lock_do()Volker Lendecke2019-11-061-4/+0
* lib: Remove #define serverid_equal server_id_equalVolker Lendecke2019-11-061-1/+0
* s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison2019-10-302-0/+31
* s3: libsmb: Add missing ino field to internal struct smbc_dirplus_list.Jeremy Allison2019-10-301-0/+1
* s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison2019-10-301-1/+5
* s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison2019-10-301-1/+2
* s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison2019-10-301-0/+5
* s3: include: printing: align function parametersMarco Wang2019-10-211-4/+4
* s3: include: printing: fix indentation of struct printifMarco Wang2019-10-211-16/+16
* s3: include: printing: move copyright notice to beginningMarco Wang2019-10-211-3/+3
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-153-18/+1
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-103-12/+2
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-084-0/+14
* s3:lib: add is_named_stream()Ralph Boehme2019-10-021-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-263-13/+1
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-263-0/+19
* smbd: Make "share_mode_flags" 16-bit wideVolker Lendecke2019-09-171-1/+1
* smbd: Let fsp_lease_type() look at leases.tdbVolker Lendecke2019-09-171-0/+8
* vfs: Make "fd_handle->gen_id" 64-bit everywhereVolker Lendecke2019-09-171-1/+1
* smbd: remove unused current_user.{need,done}_chdir stackingStefan Metzmacher2019-09-111-2/+0
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-111-0/+1
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-111-0/+1
* smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme2019-09-111-0/+1
* lib: Add "utok_string"Volker Lendecke2019-09-111-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-113-16/+1
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-113-0/+19
* s3: smbd: profile: Remove syscall_symlink entry now syscall is no longer used.Jeremy Allison2019-09-111-1/+0
* s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme2019-09-101-0/+2
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-091-0/+2
* s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-032-15/+1
* s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-033-0/+19
* s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2019-08-233-19/+1
* s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2019-08-233-0/+22
* s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2019-08-223-19/+1
* s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison2019-08-223-0/+22
* s3: smbd: Add sys_mknodat() wrapper call.Jeremy Allison2019-08-221-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2019-08-203-16/+1
* s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison2019-08-203-0/+25
* s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2019-08-163-16/+1
* s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2019-08-163-1/+22
* s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme2019-08-161-1/+1
* smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2019-08-091-3/+4
* smbd: Remove "share_access" from files_structVolker Lendecke2019-08-061-3/+3
* lib: Remove a duplicate prototype for set_blocking()Volker Lendecke2019-08-061-1/+0
* s3:rpc_server: Rename create_tcpip_socketSamuel Cabrero2019-07-221-1/+0
* s3: smbd: Add a note explaining MAX_DIRECTORY_HANDLES only applies to SMB1.Jeremy Allison2019-07-091-1/+1
* s3: smbd: Remove now unused MAX_OPEN_DIRECTORIES define.Jeremy Allison2019-07-091-5/+0