printing: add more 'const' to read only input pointers
[metze/samba/wip.git] / source3 /
2018-06-14 Stefan Metzmacherprinting: add more 'const' to read only input pointers
2018-06-14 Stefan Metzmachers3:rpc_server/srvsvc: _srvsvc_NetSetFileSecurity form_j...
2018-06-14 Stefan Metzmachers3:rpc_server/srvsvc: _srvsvc_NetGetFileSecurity()...
2018-06-14 Stefan Metzmachers3:rpc_server/srvsvc: add an explicit talloc_stackframe...
2018-06-14 Stefan Metzmachers3:rpc_server/srvsvc: add an explicit talloc_stackframe...
2018-06-14 Stefan Metzmachersmbd: convert form_junctions() to use create_conn_struc...
2018-06-14 Stefan Metzmachersmbd: convert count_dfs_links() to use create_conn_stru...
2018-06-14 Stefan Metzmachersmbd: convert get_referred_path() to use create_conn_st...
2018-06-14 Stefan Metzmachersmbd: convert junction_to_local_path() to use create_co...
2018-06-14 Stefan Metzmachersmbd: add an explicit talloc_stackframe() to form_junct...
2018-06-14 Stefan Metzmachersmbd: add an explicit talloc_stackframe() to count_dfs_...
2018-06-14 Stefan Metzmachersmbd: add an explicit talloc_stackframe() to get_referr...
2018-06-14 Stefan Metzmachersmbd: add an explicit talloc_stackframe() to {create...
2018-06-14 Stefan Metzmachers3:rpc_server/fss: make use of create_conn_struct_tos()
2018-06-14 Stefan Metzmachers3:rpc_server/fss: use talloc_stackframe() for temporar...
2018-06-14 Stefan Metzmachersmbd: make use of create_conn_struct_tos() in get_nt_ac...
2018-06-14 Stefan Metzmacherpysmbd: make use of create_conn_struct_tos()
2018-06-14 Stefan Metzmacherpysmbd: remove explicit talloc_stackframe() from get_co...
2018-06-14 Stefan Metzmacherpysmbd: fix some talloc_stackframe() memory leaks and...
2018-06-14 Stefan Metzmacherpysmbd: consitently use talloc_stackframe() for tempora...
2018-06-14 Stefan Metzmacherpysmbd: remove useless explicit conn_free() from set_nt...
2018-06-14 Stefan Metzmachersmbd: add create_conn_struct_tos[_cwd]() helper functions
2018-06-14 Stefan Metzmacherprinting: remove unused arguments from delete_and_reloa...
2018-06-14 Stefan Metzmacherprinting: remove unused arguments from load_printers()
2018-06-13 Swen SchilligCID 1416475: possibly dereferencing NULL in fruit_pread...
2018-06-13 Swen SchilligCID 1416476: possibly dereferencing NULL in fruit_ftrun...
2018-06-13 Swen SchilligCID 1416477: possibly dereferencing NULL in fruit_pwrit...
2018-06-13 Swen SchilligCID 1416478: de-ref NULL value in fruit_pwrite_rsrc
2018-06-02 Jeremy Allisons3: VFS: Remove unused enum value.
2018-06-01 Jeremy Allisons3: smbd: printing: Re-implement delete-on-close semant...
2018-06-01 Jeremy Allisons3: torture: Add DELETE-PRINT test.
2018-05-30 Ralph Boehmes3:smbd: don't allow renaming basefile if streams are...
2018-05-30 Ralph Boehmes3:locking: add file_has_open_streams()
2018-05-30 Ralph Boehmes3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_S...
2018-05-30 Ralph Boehmeselftest: run smb2.streams tests against a share with...
2018-05-30 Ralph Boehmevfs_fruit: delete 0 byte size streams if AAPL is enabled
2018-05-25 Christof Schmittvfs_gpfs: Use full_path_tos instead of talloc_asprintf
2018-05-25 Christof Schmittvfs_gpfs: Remove get_full_smb_filename from is_offline...
2018-05-25 Christof Schmittvfs_gpfs: Remove wrong get_full_smb_filename from ntime...
2018-05-25 Christof Schmittvfs_gpfs: Adjust debug level when get_winattrs returns...
2018-05-25 Christof Schmittsmbd: Move dfree_info struct
2018-05-25 Christof Schmittsmbd: Flush dfree memcache on service reload
2018-05-25 Christof Schmittsmbd: Cache dfree information based on query path
2018-05-25 Christof Schmittselftest: Add test for 'dfree cache'
2018-05-25 Jeremy Allisons3: vfs_fake_acls: Correctly implement the chmod/fchmod...
2018-05-25 Jeremy Allisons3: smbd: Make map_acl_perms_to_permset() extern.
2018-05-25 Jeremy Allisons3: smbd: Make unix_perms_to_acl_perms() extern.
2018-05-25 Jeremy Allisons3: posix_acls: Remove unused 'connection_struct *conn...
2018-05-25 Jeremy Allisons3: posix_acls: Remove dead functions fchmod_acl()...
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_FCHMOD_ACL().
2018-05-25 Jeremy Allisons3: torture: Remove cmd_fchmod_acl().
2018-05-25 Jeremy Allisons3: modules: vfs_ceph: Remove FCHMOD_ACL in cephwrap_fc...
2018-05-25 Jeremy Allisons3: modules: vfs_default: Remove FCHMOD_ACL in fchmod.
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2018-05-25 Jeremy Allisons3: torture: Remove cmd_chmod_acl().
2018-05-25 Jeremy Allisons3: modules: vfs_ceph: Remove CHMOD_ACL in cephwrap_chm...
2018-05-25 Jeremy Allisons3: modules: vfs_ceph: Remove CHMOD_ACL in cephwrap_mkd...
2018-05-25 Jeremy Allisons3: modules: vfs_default: Remove CHMOD_ACL in chmod.
2018-05-25 Jeremy Allisons3: modules: vfs_default: Remove CHMOD_ACL in mkdir.
2018-05-25 Jeremy Allisons3: smbd: Use FCHMOD call, not FCHMOD_ACL call if mode...
2018-05-25 Jeremy Allisons3: smbd: Optimization. Only do the FCHMOD_ACL call...
2018-05-25 Jeremy Allisons3: smbd: optimization. Only do the FCHMOD call if...
2018-05-25 Jeremy Allisons3: smbd: Remove use of SMB_VFS_FCHMOD_ACL() in overwri...
2018-05-25 Jeremy Allisons3: smbd: Add clarifying comment on mode change on...
2018-05-25 Jeremy Allisons3: smbd: Remove existing_unx_mode, an unused parameter...
2018-05-25 Volker Lendeckesmbd: Call smbXsrv_client_global_init in the parent...
2018-05-25 Volker Lendeckevfs_time_audit: Fix a log message
2018-05-24 Andreas Schneiders3:utils: Remove double error check
2018-05-18 Ralph Boehmevfs_zfsacl: return synthesized ACL when ZFS return...
2018-05-18 Ralph Boehmes3:smbd: make psbuf arg to make_default_acl_posix(...
2018-05-18 Jeremy Allisons3: smbtorture: Add new SMB2-DIR-FSYNC test to show...
2018-05-17 Jeremy Allisons3: smbd: Fix SMB2-FLUSH against directories.
2018-05-17 Jeremy Allisons3: profile: Cleanup - we no longer use read/write...
2018-05-17 Andreas Schneiders3:winbind: Fix uninitialzed variable warning
2018-05-17 Andreas Schneiders3:passdb: Fix size of ascii_p16
2018-05-17 Andreas Schneiders3:lib: Use memcpy() in escape_ldap_string()
2018-05-17 Günther Deschners3-utils: fix format-truncation in smbpasswd
2018-05-17 Günther Deschners3-printing: fix format-truncation in print_queue_update()
2018-05-17 Günther Deschners3-winbindd: remove unused fill_domain_username()
2018-05-17 Günther Deschners3-winbindd: use fill_domain_username_talloc() in winbind.
2018-05-17 Andreas Schneiders3:winbind: Check if we have an open file descriptor
2018-05-17 Andreas Schneiders3:winbind: Add sanity check when closing fd
2018-05-17 Andreas Schneiders3:utils: Do not segfault on error in DoDNSUpdate()
2018-05-17 Volker Lendeckewinbindd: Remove an unused function prototype
2018-05-17 Volker Lendeckewinbindd: Make "request_error()" static to winbindd.c
2018-05-17 Volker Lendeckewinbindd: Make "request_ok()" static to winbindd.c
2018-05-17 Volker Lendeckewinbindd: Remove the "old" non-bool dispatch table
2018-05-17 Volker Lendeckewinbindd: Make DOMAIN_INFO a proper async request
2018-05-17 Volker Lendeckewinbindd: winbindd_list_trusted_domains() -> bool_dispa...
2018-05-17 Volker Lendeckewinbindd: winbindd_priv_pipe_dir() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_ccache_save() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_ccache_ntlm_auth() -> bool_dispatch_...
2018-05-17 Volker Lendeckewinbindd: winbindd_dc_info() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_netbios_name() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_domain_name() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_ping() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_info() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_interface_version() -> bool_dispatch...
2018-05-17 Volker Lendeckewinbindd: Introduce "bool_dispatch_table"
2018-05-16 David Disseldorps3:libsmbclient: cleanup smbc_setWorkgroup() usage
next