summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-2750-309/+311
| | | | | | * Trailing whitespace * use of "==" where "is" should be used * double spaces
* samba.tests.source: Check for trailing whitespace in Python files.Jelmer Vernooij2012-09-271-1/+16
|
* smb.conf(5): Add basic documentation for 'dcerpc endpoint servers'.Jelmer Vernooij2012-09-271-0/+12
|
* s3: Fix some blank line endingsVolker Lendecke2012-09-271-4/+4
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Sep 27 07:57:03 CEST 2012 on sn-devel-104
* Revert "smb.conf(5): Remove 'idmap config' documentation - the parameter has"Christian Ambach2012-09-271-0/+124
| | | | | | | | | | This reverts commit e809abf55f6a2e6d93bcb5678142f56c49aea397. This parameter still exists, it is just only used as parametric option in the code and not easy to spot when looking out for lp_xxx Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Thu Sep 27 06:18:38 CEST 2012 on sn-devel-104
* s3:nfs4acls filter away inheritance flags on filesChristian Ambach2012-09-271-0/+11
| | | | | | | | | | | | | While it is possible to define inheritance flags on files on Windows, this will be denied by GPFS and UFS (and potentially others). So it will be better to strip of these bits when being set for files instead of failing to set the ACL completely (this is current behavior). Users that want to retain the full SD will have to use acl_xattr (acl_tdb), as other pieces of the SD are also lost when translating to NFSv4. So this should not be a too intrusive change, but allow users to migrate data with such flags instead of failing to migrate the ACL completely.
* s3:nfs4acls pass down fsp instead of just the filenameChristian Ambach2012-09-271-4/+6
|
* s3:passdb formatting changesChristian Ambach2012-09-271-7/+7
| | | | fix some trailing whitespace and a typo
* samba-tool domain provision: DNS forwarder defaultRicky Nance2012-09-271-0/+2
| | | | | | | | | Provision would break with an exception if there was no value given for the DNS forwarder, this simply sets a default to "none". Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Thu Sep 27 04:35:33 CEST 2012 on sn-devel-104
* smb.conf(5): List 'protocol' as alias for 'server max protocol'.Jelmer Vernooij2012-09-271-0/+1
|
* smb.conf(5): Add documentation for 'client max protocol'.Jelmer Vernooij2012-09-271-0/+78
|
* smb.conf(5): Add basic documentation for 'client min protocol'.Jelmer Vernooij2012-09-271-0/+19
|
* smb.conf(5): Document 'share backend' parameter.Jelmer Vernooij2012-09-271-0/+18
|
* smb.conf(5): Add basic documentation for 'server min protocol'.Jelmer Vernooij2012-09-271-12/+3
| | | | | Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml
* smb.conf(5): Extend 'server min protocol' description.Jelmer Vernooij2012-09-271-3/+3
| | | | | Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml
* smb.conf(5): Consistent spelling of parameter names.Jelmer Vernooij2012-09-274-4/+4
| | | | | | | This includes spacing and casing. Conflicts: source4/scripting/python/samba/tests/docs.py
* s3: For read-only shares, filter out write bits from conn->access_maskVolker Lendecke2012-09-271-0/+7
| | | | | | | Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Sep 27 02:51:42 CEST 2012 on sn-devel-104
* s3: Fix rejecting mkdir on read-only sharesVolker Lendecke2012-09-271-1/+1
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* smb.conf(5): Add basic documentation for 'rpc bigendian'.Jelmer Vernooij2012-09-261-0/+16
| | | | | Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Sep 26 23:51:34 CEST 2012 on sn-devel-104
* smb.conf(5): Add basic documentation for 'kpasswd port'.Jelmer Vernooij2012-09-261-0/+12
|
* smb.conf(5): Add basic documentation for 'dgram port'.Jelmer Vernooij2012-09-261-0/+11
|
* smb.conf(5): Add basic documentation for 'unicode'.Jelmer Vernooij2012-09-261-0/+13
|
* smb.conf(5): Add basic documentation for 'web port'.Jelmer Vernooij2012-09-261-0/+12
|
* smb.conf(5): Add basic documentation for 'nbt port'.Jelmer Vernooij2012-09-261-0/+12
|
* smb.conf(5): Add basic documentation for 'krb5 port'.Jelmer Vernooij2012-09-261-0/+11
|
* smb.conf(5): 'write ok' is a reverse synonym for 'read only'.Jelmer Vernooij2012-09-261-0/+1
|
* smb.conf(5): Distinguish parametric options.Jelmer Vernooij2012-09-262-2/+2
|
* find_missing_doc: Convert to python.Jelmer Vernooij2012-09-262-62/+100
|
* find_missing_manpages: convert to pythonJelmer Vernooij2012-09-261-30/+44
|
* find_missing_manpages: Ignore make variables.Jelmer Vernooij2012-09-261-0/+1
|
* netlogon: Per MS-NRPC, don't send unknown workstation flags back to theJelmer Vernooij2012-09-262-4/+27
| | | | client.
* s4: Fix a -Wunused-value warningVolker Lendecke2012-09-261-1/+1
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 26 21:52:00 CEST 2012 on sn-devel-104
* s3-spoolss: Fix builtin forms order to match Windows again.Andreas Schneider2012-09-261-120/+118
| | | | | | | Thanks to mamachine@gmail.com. Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 26 20:07:44 CEST 2012 on sn-devel-104
* s3: Slightly simplify open_file()Volker Lendecke2012-09-261-1/+2
| | | | | | | The "else" is not necessary. In the if-branch we just returned. Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 26 18:08:03 CEST 2012 on sn-devel-104
* Coding: Add comment disproving control-flow changing macrosVolker Lendecke2012-09-261-0/+10
|
* s3: Slightly simplify calculate_open_access_flagsVolker Lendecke2012-09-261-9/+10
|
* s3: Slightly simplify calculate_open_access_flagsVolker Lendecke2012-09-261-13/+17
|
* s3-smbd: Don't segfault if user specified ports out for range.Andreas Schneider2012-09-261-7/+9
| | | | | Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 26 16:28:44 CEST 2012 on sn-devel-104
* nsswitch: Add waf tests for solaris special casesAndrew Bartlett2012-09-261-0/+16
| | | | | | | | | | These are in configure.in for autoconf. Found in the config.h comparison on the smbtorture4 build. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 11:50:10 CEST 2012 on sn-devel-104
* build: Remove unused --with-sys-quotas optionAndrew Bartlett2012-09-261-1/+0
|
* build: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have any supported sysquota ↵Andrew Bartlett2012-09-261-1/+3
| | | | backend
* build: Remove unused samba_cv_sysquotas_file variable from autoconf configureAndrew Bartlett2012-09-261-3/+0
|
* build: Add waf configure support for non-linux quotasAndrew Bartlett2012-09-261-1/+38
|
* smb.conf(5): Remove documentation for removed 'lock spin count'Jelmer Vernooij2012-09-261-12/+0
| | | | | | | parameter. Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Sep 26 09:41:09 CEST 2012 on sn-devel-104
* smb.conf(5): Remove 'idmap config' documentation - the parameter hasJelmer Vernooij2012-09-261-124/+0
| | | | been removed.
* Remove unused neatquotes script.Jelmer Vernooij2012-09-261-12/+0
|
* smb.conf.5: Document 'cldap port'.Jelmer Vernooij2012-09-261-0/+13
|
* undocumented: Drop extension from helper scripts.Jelmer Vernooij2012-09-263-3/+3
|
* Remove obsolete land-remote.py and land.py scripts.Jelmer Vernooij2012-09-262-854/+0
|
* samba-tool: Hide 'samba-tool domain samba3upgrade'.Jelmer Vernooij2012-09-262-12/+25
| | | | | | | | This subcommand is provided for backwards compatibility only; new use of it should be discouraged. Its new name is 'samba-tool domain classicupgrade'. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9047