| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-05-28 | s3:lib: Remove popt_samba3 | Andreas Schneider | 2 | -96/+0 |
| 2021-05-28 | s3:libsmb: Use cli_credentials to store traversal creds | Andreas Schneider | 1 | -3/+2 |
| 2021-05-18 | s3: smbd: Remove all references to utility and backend functions supporting s... | Jeremy Allison | 1 | -2/+0 |
| 2021-05-18 | vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE() | Jeremy Allison | 2 | -11/+1 |
| 2021-05-18 | s3: lib: sysacls: Add sys_acl_delete_def_fd(). | Jeremy Allison | 1 | -0/+2 |
| 2021-05-18 | s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(), | Jeremy Allison | 2 | -0/+12 |
| 2021-05-14 | s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used | Samuel Cabrero | 2 | -17/+1 |
| 2021-05-14 | VFS: Add SMB_VFS_FREADDIR_ATTR() | Samuel Cabrero | 2 | -0/+18 |
| 2021-05-11 | lib: Add parent_watch_fd() | Volker Lendecke | 1 | -0/+1 |
| 2021-05-11 | s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used | Noel Power | 1 | -19/+0 |
| 2021-05-11 | VFS: Add SMB_VFS_FSTREAMINFO | Noel Power | 2 | -0/+22 |
| 2021-05-07 | s3: utils: Remove debug2html utility. Not used, installed or tested. | Richard Sharpe | 1 | -126/+0 |
| 2021-04-22 | s3:smbd: Remove NIS support | Andreas Schneider | 1 | -4/+0 |
| 2021-04-19 | lib: Remove two unused historic macros | Volker Lendecke | 1 | -3/+0 |
| 2021-04-19 | s3: VFS: Remove SMB_VFS_NTIMES(), no longer used | Samuel Cabrero | 3 | -9/+1 |
| 2021-04-19 | VFS: Add SMB_VFS_FNTIMES | Samuel Cabrero | 3 | -0/+16 |
| 2021-04-11 | VFS: Remove SMB_VFS_CHMOD, no longer used | Noel Power | 2 | -14/+1 |
| 2021-04-11 | VFS: Fix version SMB_VFS_GET_DOS_ATTRIBUTES was removed in | Noel Power | 1 | -1/+1 |
| 2021-04-08 | VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used | Noel Power | 2 | -11/+0 |
| 2021-04-07 | VFS: Remove SMB_VFS_REMOVEXATTR, no longer used | Jeremy Allison | 2 | -14/+1 |
| 2021-03-30 | s3:passdb: Add secrets_store_creds() | Andreas Schneider | 1 | -0/+3 |
| 2021-03-19 | lib: Properly return errno from open_socket_in() | Volker Lendecke | 1 | -5/+5 |
| 2021-03-16 | lib: Remove init_names() | Volker Lendecke | 1 | -3/+0 |
| 2021-03-16 | nmbd: Move my_netbios_names() to nmbd | Volker Lendecke | 1 | -1/+0 |
| 2021-03-16 | printing: Move rap2jobid functions to their own file | Volker Lendecke | 1 | -3/+0 |
| 2021-03-16 | printing: Fix a typo | Volker Lendecke | 1 | -1/+1 |
| 2021-03-11 | VFS: Remove SMB_VFS_SETXATTR, no longer used | Noel Power | 2 | -17/+1 |
| 2021-03-10 | lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/util | Andrew Bartlett | 1 | -14/+0 |
| 2021-02-26 | VFS: Remove SMB_VFS_LISTXATTR, no longer used | Noel Power | 2 | -14/+3 |
| 2021-02-09 | s3 lib system: Change signature of sys_proc_fd_path | Gary Lockyer | 1 | -1/+1 |
| 2021-01-28 | vfs: make fsp arg of vfs_[memctx|fetch]_fsp_extension const | Ralph Boehme | 1 | -2/+3 |
| 2021-01-21 | winbind: move "winbind:ignore domain" logic to a seperate function | Ralph Boehme | 1 | -0/+1 |
| 2021-01-14 | s3:smbd: make sure a SHUTDOWN_CLOSE applies to a stream fsp before its base fsp | Stefan Metzmacher | 1 | -0/+1 |
| 2021-01-12 | lib: Move ucs2_align() to 'charset' subsystem | Volker Lendecke | 1 | -1/+0 |
| 2021-01-08 | lib: give global_contexts.c its own header file | Volker Lendecke | 1 | -6/+0 |
| 2021-01-01 | Happy New Year 2021! | Stefan Metzmacher | 1 | -1/+1 |
| 2020-12-17 | vfs: RIP SMB_VFS_SYS_ACL_SET_FILE() | Ralph Boehme | 2 | -17/+1 |
| 2020-12-17 | vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD() | Ralph Boehme | 2 | -7/+15 |
| 2020-12-16 | vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION() | Ralph Boehme | 2 | -10/+8 |
| 2020-12-16 | vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES() | Ralph Boehme | 2 | -14/+1 |
| 2020-12-16 | vfs: Add dirfsp arg to SMB_VFS_READDIR() | Ralph Boehme | 2 | -9/+14 |
| 2020-12-16 | smbd: add openat_pathref_fsp() | Ralph Boehme | 1 | -0/+14 |
| 2020-12-16 | s3: add full_path_from_dirfsp_atname() | Ralph Boehme | 1 | -0/+4 |
| 2020-12-16 | vfs: add fsp flag "have_proc_fds" | Ralph Boehme | 1 | -0/+2 |
| 2020-12-16 | vfs: add struct connection_struct flag "have_proc_fds" | Ralph Boehme | 1 | -0/+2 |
| 2020-12-16 | s3/lib: add proc fds infrastructure | Ralph Boehme | 1 | -0/+3 |
| 2020-12-16 | vfs: make struct fd_handle private | Ralph Boehme | 1 | -15/+1 |
| 2020-12-16 | smbd: use fsp_get_io_fd() when accessing a file or it's associated metadata | Ralph Boehme | 1 | -4/+8 |
| 2020-12-16 | vfs: add "is_fsa" flag to struct files_struct | Ralph Boehme | 1 | -4/+25 |
| 2020-12-16 | vfs: add "is_pathref" to struct files_struct | Ralph Boehme | 1 | -0/+136 |