summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* rpc_server: Fix a -Werror=format-truncation errorVolker Lendecke2021-03-161-1/+1
* rpcclient: Fix a DBG msg: This is not dcerpc_winreg_int_openkey()Volker Lendecke2021-03-161-2/+2
* winbindd: Improve a DEBUG message in sam_name_to_sid()Volker Lendecke2021-03-161-1/+1
* rpcclient: Factor out cmd_set_auth()Volker Lendecke2021-03-161-73/+21
* rpcclient: Convert binding-related commands to RPC_RTYPE_BINDINGVolker Lendecke2021-03-161-28/+49
* rpcclient: Add RPC_RTYPE_BINDINGVolker Lendecke2021-03-162-1/+13
* rpcclient: Simplify do_cmdVolker Lendecke2021-03-161-12/+15
* rpcclient: Avoid a few implicit NULL assignmentsVolker Lendecke2021-03-161-45/+0
* rpc_server: Initialize variables in get_md4pw()Volker Lendecke2021-03-161-8/+8
* rpc_server: Save roundtrips into samr for machine pwd changesVolker Lendecke2021-03-161-14/+78
* auth3: Make it a bit easier to #include "source3/include/auth.h"Volker Lendecke2021-03-161-5/+5
* auth3: Align integer typesVolker Lendecke2021-03-161-2/+2
* lib: Remove init_names()Volker Lendecke2021-03-1613-167/+0
* nmbd: Move my_netbios_names() to nmbdVolker Lendecke2021-03-165-7/+74
* lib: Unfold calls to my_netbios_names() in util_names.cVolker Lendecke2021-03-161-3/+4
* lib: Decouple is_myname() from init_names()Volker Lendecke2021-03-161-9/+26
* librpc: Make "dcesrv_context->callbacks" a pointerVolker Lendecke2021-03-162-3/+3
* librpc: Add "private_data" to struct dcesrv_context_callbacksVolker Lendecke2021-03-164-13/+30
* printing: Move rap2jobid functions to their own fileVolker Lendecke2021-03-168-146/+198
* printing: Introduce printer_list_printername_exists()Volker Lendecke2021-03-168-14/+34
* printing: Remove simple wrapper function pcap_printer_read_fn()Volker Lendecke2021-03-163-15/+16
* tests: Fix a typoVolker Lendecke2021-03-161-1/+1
* printing: Fix a typoVolker Lendecke2021-03-161-1/+1
* winbind: Simplify winbindd_samr.cVolker Lendecke2021-03-161-81/+19
* s3: VFS: Remove vfs_tru64acl.[c|h]Jeremy Allison2021-03-163-557/+0
* VFS: glusterfs: Ensure vfs_gluster_fsetxattr() only uses an io fd for a handl...Jeremy Allison2021-03-121-1/+16
* VFS: glusterfs: Ensure vfs_gluster_flistxattr() only uses an io fd for a hand...Jeremy Allison2021-03-121-2/+14
* VFS: ceph: Ensure cephwrap_fsetxattr() only uses an io fd for a handle based ...Jeremy Allison2021-03-121-2/+21
* VFS: ceph: Ensure cephwrap_flistxattr() only uses an io fd for a handle based...Jeremy Allison2021-03-121-1/+17
* smbd: call set_current_user_info() in smbd_become_authenticated_pipe_user()Ralph Boehme2021-03-121-0/+4
* selftest: add a test for %U variable expansion in spoolssdRalph Boehme2021-03-113-0/+49
* Update status of SMB_VFS_SETXATTRNoel Power2021-03-112-2/+2
* VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power2021-03-1119-493/+1
* s3/modules: snapper: Add missing fsetxattr_fn implNoel Power2021-03-111-0/+26
* s3/modules: shadow_copy2: Add new fsetxattr_fn implementationNoel Power2021-03-111-0/+25
* s3/modules: ceph_snapshots: Add missing fsetxattr_fn implementationNoel Power2021-03-111-0/+26
* s2/modules: nfs4acl_smb4acl_set_fn SMB_VFS_NEXT_SETXATTR -> SMB_VFS_NEXT_FFSE...Noel Power2021-03-111-8/+2
* s3/modules: fake_acls_lchown use SMB_VFS_NEXT_FSETNoel Power2021-03-111-4/+4
* s3/modules: fake_acls: SMB_VFS_NEXT_SETXATTR -> SMB_VFS_NEXT_FSETXATTRNoel Power2021-03-111-5/+13
* s3/lib: SMB_VFS_NEXT_SETXATTR -> SMB_VFS_NEXT_FSETXATTRNoel Power2021-03-111-6/+5
* s3/torture: SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-5/+20
* s3/modules: stream_dir make sure mark_file_valid is called with fspNoel Power2021-03-111-3/+22
* s3/modules: streams_xattr_renameat SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-4/+22
* s3/modules: streams_xattr: Fix fname passed to SETXATTRNoel Power2021-03-111-1/+1
* s3/modules: streams_xattr_ftruncate SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-2/+2
* s3/modules: streams_xattr_pwrite SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-2/+1
* streams_xattr_openat SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-2/+1
* s3/modules: vfs_acl_xattr SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-7/+1
* s3/smbd: Detect and fail attempt to set_ea_dos_attribute on linkNoel Power2021-03-111-0/+4
* s3/smbd: SMB_VFS_SETXATTR => SMB_VFS_FSETXATTRNoel Power2021-03-111-1/+1