summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-05-20spoolss: add idl for spoolss_RpcSendRecvBidiData.Günther Deschner1-3/+3
2013-05-18swat: Remove swat.Kai Blin28-9805/+41
2013-05-18smbd: Fix a ISO C90 forbids mixed declarations and code warningVolker Lendecke1-1/+1
2013-05-17s3:lib/ctdb_conn make sure we are root before connecting to CTDBChristian Ambach1-1/+14
2013-05-17lib: Add before/after hooks to async_connectVolker Lendecke4-5/+5
2013-05-17waf: build vfs_aixacl2 module by default on AIXChristian Ambach1-1/+1
2013-05-16s3:lib/dbwrap add missing curly bracesChristian Ambach1-2/+4
2013-05-16s3:include remove non-blank line endingsChristian Ambach1-3/+3
2013-05-16auth: Ensure auth_sam is not used on the AD DCAndrew Bartlett1-0/+7
2013-05-16pdb_ldap: Do not skip accounts without a sambaAcctFlags valueAndrew Bartlett1-4/+4
2013-05-16s3-rpc_server: Ensure we are root when starting and usiing gensecAndrew Bartlett1-6/+32
2013-05-15source3/utils/ntlm_auth.c: Fix typo in debug message.Karolin Seeger1-1/+1
2013-05-15source3/modules/vfs_catia.c: Fix typo in comment.Karolin Seeger1-1/+1
2013-05-15source3/libsmb/ntlmssp.c: Fix typo.Karolin Seeger1-1/+1
2013-05-14winbind/idmap_ad: be verbose about the user that we fail to mapBjörn Jacke1-2/+3
2013-05-14vfs_gpfs: slightly simplify connect()Volker Lendecke1-7/+7
2013-05-14s3:rpc_server/srvsvc check access before doing workShekhar Amlekar1-10/+10
2013-05-14torture: Remove some unused codeVolker Lendecke1-5/+0
2013-05-14smbd: Remove a pointless variableVolker Lendecke1-2/+1
2013-05-14build: Add missing dep from vfs_nfs4acl_xattr to NDR_NFS4ACLAndrew Bartlett1-1/+1
2013-05-12lib: Fix CID 241650 Sizeof not portableVolker Lendecke1-1/+1
2013-05-12pthreadpool: Fix CID 710828 Sizeof not portableVolker Lendecke1-1/+1
2013-05-09s3:modules/vfs_aixacl2 fix compile errorsChristian Ambach1-9/+8
2013-05-09Fix missing TALLOC_FREE of stackframes.Jeremy Allison2-2/+6
2013-05-09Tidy up old bool usage. False -> false, True -> true.Jeremy Allison1-13/+13
2013-05-09vfs: Allow CREATOR GROUP to be used with vfs_zfsaclAndrew Bartlett1-1/+1
2013-05-09s4-smbtorture: Run tests for nfs4:modes simple and special.Alexander Werth1-1/+2
2013-05-09s3: Update README.nfs4acls.txtAlexander Werth1-8/+15
2013-05-09s3: Use mode bits in some cases in mode simple.Alexander Werth1-0/+46
2013-05-09s3: Add changes that keep nfs4:mode special behavior.Alexander Werth1-1/+41
2013-05-09s3: Mapping of cifs creator owner to nfs owner@ ace.Alexander Werth1-0/+24
2013-05-09s3: Mapping of special entries to creator owner in mode simple.Alexander Werth1-6/+60
2013-05-09s3: Add params parameter to smbacl4_nfs42win function.Alexander Werth1-12/+27
2013-05-09s3: Change smbacl4_get_vfs_params to use connection_struct instead of fsp.Alexander Werth1-5/+6
2013-05-09s3: Move up declaration of params struct and related function.Alexander Werth1-49/+49
2013-05-09vfs: Add inheritance emulation to vfs_nfs4acl_xattr.Alexander Werth1-29/+263
2013-05-09selftest: Run raw.acls test against the nfs4acl_xattr moduleAndrew Bartlett1-0/+4
2013-05-09build: Add vfs_nfs4acl to the autoconf buildAndrew Bartlett2-1/+4
2013-05-09vfs: Add new VFS module vfs_nfs4acl_xattr to use nfs4acl.idlAndrew Bartlett5-2/+430
2013-05-09vfs: Remove unused security_info argument in vfz_zfsacl.cAndrew Bartlett1-3/+1
2013-05-09vfs: Fix compile of vfs_gpfs.c.Alexander Werth1-18/+33
2013-05-09vfs: Allocate SMB4ACL_T on an explict memory contextAndrew Bartlett5-33/+78
2013-05-09vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callbackAndrew Bartlett5-15/+16
2013-05-07Remove the compound_related_in_progress state from the smb2 global state.Jeremy Allison2-12/+0
2013-05-07The core of the fix to allow opens to go async inside a compound request.Jeremy Allison1-43/+53
2013-05-07Move a variable into the area of code where it's used.Jeremy Allison1-2/+2
2013-05-07Ensure we don't try and cancel anything that is in a compound-related request.Jeremy Allison1-0/+8
2013-05-07Only do the 1 second delay for sharing violations for SMB1, not SMB2.Jeremy Allison1-1/+2
2013-05-07Makefile: Fix bug 9868 - Don't know how to make LIBNDR_PREG_OBJ.Volker Lendecke1-1/+1
2013-05-07winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke1-3/+3