summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-28s3:lib: Remove popt_samba3Andreas Schneider2-96/+0
2021-05-28s3:libsmb: Use cli_credentials to store traversal credsAndreas Schneider1-3/+2
2021-05-18s3: smbd: Remove all references to utility and backend functions supporting s...Jeremy Allison1-2/+0
2021-05-18vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison2-11/+1
2021-05-18s3: lib: sysacls: Add sys_acl_delete_def_fd().Jeremy Allison1-0/+2
2021-05-18s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison2-0/+12
2021-05-14s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero2-17/+1
2021-05-14VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero2-0/+18
2021-05-11lib: Add parent_watch_fd()Volker Lendecke1-0/+1
2021-05-11s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer usedNoel Power1-19/+0
2021-05-11VFS: Add SMB_VFS_FSTREAMINFONoel Power2-0/+22
2021-05-07s3: utils: Remove debug2html utility. Not used, installed or tested.Richard Sharpe1-126/+0
2021-04-22s3:smbd: Remove NIS supportAndreas Schneider1-4/+0
2021-04-19lib: Remove two unused historic macrosVolker Lendecke1-3/+0
2021-04-19s3: VFS: Remove SMB_VFS_NTIMES(), no longer usedSamuel Cabrero3-9/+1
2021-04-19VFS: Add SMB_VFS_FNTIMESSamuel Cabrero3-0/+16
2021-04-11VFS: Remove SMB_VFS_CHMOD, no longer usedNoel Power2-14/+1
2021-04-11VFS: Fix version SMB_VFS_GET_DOS_ATTRIBUTES was removed inNoel Power1-1/+1
2021-04-08VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power2-11/+0
2021-04-07VFS: Remove SMB_VFS_REMOVEXATTR, no longer usedJeremy Allison2-14/+1
2021-03-30s3:passdb: Add secrets_store_creds()Andreas Schneider1-0/+3
2021-03-19lib: Properly return errno from open_socket_in()Volker Lendecke1-5/+5
2021-03-16lib: Remove init_names()Volker Lendecke1-3/+0
2021-03-16nmbd: Move my_netbios_names() to nmbdVolker Lendecke1-1/+0
2021-03-16printing: Move rap2jobid functions to their own fileVolker Lendecke1-3/+0
2021-03-16printing: Fix a typoVolker Lendecke1-1/+1
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power2-17/+1
2021-03-10lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett1-14/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power2-14/+3
2021-02-09s3 lib system: Change signature of sys_proc_fd_pathGary Lockyer1-1/+1
2021-01-28vfs: make fsp arg of vfs_[memctx|fetch]_fsp_extension constRalph Boehme1-2/+3
2021-01-21winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme1-0/+1
2021-01-14s3:smbd: make sure a SHUTDOWN_CLOSE applies to a stream fsp before its base fspStefan Metzmacher1-0/+1
2021-01-12lib: Move ucs2_align() to 'charset' subsystemVolker Lendecke1-1/+0
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-6/+0
2021-01-01Happy New Year 2021!Stefan Metzmacher1-1/+1
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2-17/+1
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme2-7/+15
2020-12-16vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme2-10/+8
2020-12-16vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme2-14/+1
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme2-9/+14
2020-12-16smbd: add openat_pathref_fsp()Ralph Boehme1-0/+14
2020-12-16s3: add full_path_from_dirfsp_atname()Ralph Boehme1-0/+4
2020-12-16vfs: add fsp flag "have_proc_fds"Ralph Boehme1-0/+2
2020-12-16vfs: add struct connection_struct flag "have_proc_fds"Ralph Boehme1-0/+2
2020-12-16s3/lib: add proc fds infrastructureRalph Boehme1-0/+3
2020-12-16vfs: make struct fd_handle privateRalph Boehme1-15/+1
2020-12-16smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme1-4/+8
2020-12-16vfs: add "is_fsa" flag to struct files_structRalph Boehme1-4/+25
2020-12-16vfs: add "is_pathref" to struct files_structRalph Boehme1-0/+136