summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme2021-02-011-0/+1
* s3:ctdbd_conn: add ctdbd_control_get_public_ips() and ctdbd_find_in_public_ips()Stefan Metzmacher2020-07-081-0/+8
* s3:includes: change OPLOCK_BREAK_TIMEOUT from 30 to 35 secondsStefan Metzmacher2020-07-081-1/+1
* lib: Remove an unused macroVolker Lendecke2020-06-151-7/+0
* libcli: Move IO_REPARSE_TAG definitions to smb_constants.hVolker Lendecke2020-06-151-9/+0
* lib: Move a #define ip_equal_v4() to nmbd/nmbd.hVolker Lendecke2020-06-151-6/+0
* Revert "s3:libsmb: add a cache for cli_session_creds_prepare_krb5()"Andreas Schneider2020-06-101-8/+0
* s3:libsmb: add a cache for cli_session_creds_prepare_krb5()Stefan Metzmacher2020-06-091-0/+8
* s3: libsmb: Change size of finfo->attr to uint32_t.Jeremy Allison2020-06-041-1/+1
* s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison2020-06-041-1/+1
* s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison2020-06-031-3/+6
* smbd: RIP conn->origpathRalph Boehme2020-05-301-1/+0
* libsmb: Remove the CREATE_ACCESS_READ #defineVolker Lendecke2020-05-281-2/+0
* s3:libsmb: remove finally unused credential flagsStefan Metzmacher2020-05-281-9/+0
* libsmb: Make SMBC_dlist_contains return boolVolker Lendecke2020-05-251-2/+1
* vfs: remove SMB_VFS_OPEN()Ralph Boehme2020-05-212-11/+1
* vfs: add SMB_VFS_OPENAT()Ralph Boehme2020-05-213-0/+25
* s3/vfs: add vfs_at_fspcwd()Ralph Boehme2020-05-211-0/+4
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-212-4/+8
* smbd: add flag "is_dirfsp" to the fsp_flagsRalph Boehme2020-05-211-0/+1
* vfs: add dirfsp to struct files_structRalph Boehme2020-05-211-0/+2
* lib: Add g_lock_dump_send/recvVolker Lendecke2020-05-151-0/+13
* lib: Add g_lock_set_lock_order()Volker Lendecke2020-05-151-0/+2
* lib: Add g_lock_writev_dataVolker Lendecke2020-05-151-0/+5
* lib: Add g_lock_seqnum()Volker Lendecke2020-05-151-0/+1
* lib: Add g_lock_wake_watchers()Volker Lendecke2020-05-151-0/+1
* lib: Add g_lock_watch_data_send/recv()Volker Lendecke2020-05-151-0/+11
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-142-7/+5
* s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...Jeremy Allison2020-05-072-21/+1
* s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison2020-05-073-0/+25
* smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme2020-05-051-3/+5
* smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filenameRalph Boehme2020-05-051-3/+5
* s3/vfs: change VFS interface comment to be a single multi-line commentRalph Boehme2020-05-051-267/+269
* smbd: realign smb_vfs_call_get_real_filename() argsRalph Boehme2020-05-051-2/+4
* smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme2020-05-051-0/+1
* lib: Move push_skip_string() to clirap2.cVolker Lendecke2020-05-051-1/+0
* lib: Remove two unused macro definitionsVolker Lendecke2020-05-051-2/+0
* locking: Move br_off typedef to where it's usedVolker Lendecke2020-05-052-3/+1
* locking: Move SMB_OFF_T_BITS macro to its only userVolker Lendecke2020-05-051-2/+0
* smbd: add previous version timestamp to struct smb_filenameRalph Boehme2020-04-291-0/+1
* s3/lib: add parent_smb_fname()Ralph Boehme2020-04-291-0/+4
* lib: Remove unused ctdbd_setup_fde() and calleesVolker Lendecke2020-04-281-1/+0
* lib: Add ctdbd_req_send/recvVolker Lendecke2020-04-281-0/+15
* lib: Add ctdbd_prep_hdr_next_reqid()Volker Lendecke2020-04-281-0/+4
* lib: Add ctdbd_init_async_connection()Volker Lendecke2020-04-281-0/+5
* libsmb: Pass "struct timespec" to SMBC_setatr()Volker Lendecke2020-04-081-4/+4
* libsmb: Remove a typedefVolker Lendecke2020-04-081-2/+2
* smbd: move files_struct.lock_failure_seen to a bitfieldRalph Boehme2020-04-031-1/+20
* smbd: move files_struct.closing to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.use_ofd_locks to a bitfieldRalph Boehme2020-04-031-1/+1