summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* librpc: Make "dcesrv_context->callbacks" a pointerVolker Lendecke2021-03-166-13/+19
* torture: Make srv_cb staticVolker Lendecke2021-03-161-1/+1
* rpc_server4: Make "srv_callbacks" staticVolker Lendecke2021-03-161-1/+1
* librpc: Add "private_data" to struct dcesrv_context_callbacksVolker Lendecke2021-03-168-31/+67
* 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
* lib: Use FIONREAD in wait_for_read_send/recvVolker Lendecke2021-03-161-14/+7
* 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-122-1/+4
* selftest: add a test for %U variable expansion in spoolssdRalph Boehme2021-03-115-0/+55
* s4:libnet_rpc: avoid reusing the assoc_group_id of the lsa connectionStefan Metzmacher2021-03-111-0/+6
* ldb: correct comments in attrib_handers val_to_int64Douglas Bagnall2021-03-111-3/+1
* util:str_sub: talloc_free on errorDouglas Bagnall2021-03-111-0/+1
* util: don't mark impure functions as pureDouglas Bagnall2021-03-112-4/+4
* samba-tool gpo: add missing newline to admxload warningBjörn Baumbach2021-03-111-1/+1
* samba-gpupdate: Check sysvol download paths in case-insensitive wayDavid Mulder2021-03-112-3/+3
* samba-gpupdate: Test that sysvol paths download in case-insensitive wayDavid Mulder2021-03-112-0/+11
* samba-gpupdate: Enable the Startup Scripts ExtensionDavid Mulder2021-03-111-0/+2
* samba-tool: gpo manage sudoers handle missing and dispersed principal namesDavid Mulder2021-03-112-3/+8
* samba-tool: Ensure that gpo manage sudoers handles missing/dispersed principa...David Mulder2021-03-112-0/+60
* Update status of SMB_VFS_SETXATTRNoel Power2021-03-112-2/+2
* VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power2021-03-1121-517/+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
* s3/smbd: set_create_timespec_ea should create smb_fname with valid fspNoel Power2021-03-111-5/+10
* s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fspNoel Power2021-03-111-1/+21
* s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fspNoel Power2021-03-111-16/+27