summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Wireshark/Conformance.pm: Fix typo.Karolin Seeger1-1/+1
2013-05-15pidl/TODO: Fix typo.Karolin Seeger1-1/+1
2013-05-15lib/testtools/testtools/tests/test_testresult.py: Fix typos.Karolin Seeger1-3/+3
2013-05-15lib/subunit/README: Fix typo.Karolin Seeger1-1/+1
2013-05-15docs-xml: Fix typo in vfs_smb_traffic_analyzer.8.xml.Karolin Seeger1-1/+1
2013-05-15gensec: Make gensec_security_oids_from_ops staticVolker Lendecke1-4/+5
2013-05-15gensec: Make gensec_security_by_sasl_list staticVolker Lendecke1-3/+4
2013-05-15gensec: Make gensec_interface_version publicVolker Lendecke2-1/+2
2013-05-15samba-tool/tests: Force the gecos of the user to a fixed value.Matthieu Patou1-1/+10
2013-05-15dsdb-drepl: create a new schedulable event for running pending operationsMatthieu Patou3-1/+79
2013-05-14lib/param: remove unused 'printer_admin'Stefan Metzmacher1-1/+0
2013-05-14doc-xml/smbdotconf: fix server [min|max] protocol documentationStefan Metzmacher2-11/+1
2013-05-14talloc: only provide the --enable-talloc-compat1 in standalone buildStefan Metzmacher1-4/+6
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-14tdb: include information about hash function being used in tdbtool info outputChristian Ambach1-0/+2
2013-05-14smbd: Remove a pointless variableVolker Lendecke1-2/+1
2013-05-14selftests-drs: make our generated class subclass of classschemaMatthieu Patou1-1/+2
2013-05-14Export PROMOTED_DC related variableMatthieu Patou2-0/+11
2013-05-14dsdb: make the name of non related class more obviousMatthieu Patou1-2/+3
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-12dbwrap: Fix CID 1002092 Uninitialized scalar variableVolker Lendecke1-1/+3
2013-05-10docs: smb.conf: fix max read/write/trans default values (bug #9871)Björn Baumbach3-6/+15
2013-05-09s4:torture fix a build break on AIXChristian Ambach1-1/+0
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 Werth3-9/+26
2013-05-09s3: Update vfs_gpfs man page with new nfs4:mode help text.Alexander Werth1-6/+6
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-09s4-smbtorture: Set result message when failing the inheritance test.Alexander Werth1-0/+7
2013-05-09vfs: Add inheritance emulation to vfs_nfs4acl_xattr.Alexander Werth2-30/+263
2013-05-09selftest: Run raw.acls test against the nfs4acl_xattr moduleAndrew Bartlett3-0/+18
2013-05-09librpc: Add special owner/group/other constants to nfs4acl.idlAndrew 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