Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:passdb formatting changes | Christian Ambach | 2012-09-27 | 1 | -7/+7 |
| | | | | fix some trailing whitespace and a typo | ||||
* | samba-tool domain provision: DNS forwarder default | Ricky Nance | 2012-09-27 | 1 | -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 Vernooij | 2012-09-27 | 1 | -0/+1 |
| | |||||
* | smb.conf(5): Add documentation for 'client max protocol'. | Jelmer Vernooij | 2012-09-27 | 1 | -0/+78 |
| | |||||
* | smb.conf(5): Add basic documentation for 'client min protocol'. | Jelmer Vernooij | 2012-09-27 | 1 | -0/+19 |
| | |||||
* | smb.conf(5): Document 'share backend' parameter. | Jelmer Vernooij | 2012-09-27 | 1 | -0/+18 |
| | |||||
* | smb.conf(5): Add basic documentation for 'server min protocol'. | Jelmer Vernooij | 2012-09-27 | 1 | -12/+3 |
| | | | | | Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml | ||||
* | smb.conf(5): Extend 'server min protocol' description. | Jelmer Vernooij | 2012-09-27 | 1 | -3/+3 |
| | | | | | Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml | ||||
* | smb.conf(5): Consistent spelling of parameter names. | Jelmer Vernooij | 2012-09-27 | 4 | -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_mask | Volker Lendecke | 2012-09-27 | 1 | -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 shares | Volker Lendecke | 2012-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> | ||||
* | smb.conf(5): Add basic documentation for 'rpc bigendian'. | Jelmer Vernooij | 2012-09-26 | 1 | -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 Vernooij | 2012-09-26 | 1 | -0/+12 |
| | |||||
* | smb.conf(5): Add basic documentation for 'dgram port'. | Jelmer Vernooij | 2012-09-26 | 1 | -0/+11 |
| | |||||
* | smb.conf(5): Add basic documentation for 'unicode'. | Jelmer Vernooij | 2012-09-26 | 1 | -0/+13 |
| | |||||
* | smb.conf(5): Add basic documentation for 'web port'. | Jelmer Vernooij | 2012-09-26 | 1 | -0/+12 |
| | |||||
* | smb.conf(5): Add basic documentation for 'nbt port'. | Jelmer Vernooij | 2012-09-26 | 1 | -0/+12 |
| | |||||
* | smb.conf(5): Add basic documentation for 'krb5 port'. | Jelmer Vernooij | 2012-09-26 | 1 | -0/+11 |
| | |||||
* | smb.conf(5): 'write ok' is a reverse synonym for 'read only'. | Jelmer Vernooij | 2012-09-26 | 1 | -0/+1 |
| | |||||
* | smb.conf(5): Distinguish parametric options. | Jelmer Vernooij | 2012-09-26 | 2 | -2/+2 |
| | |||||
* | find_missing_doc: Convert to python. | Jelmer Vernooij | 2012-09-26 | 2 | -62/+100 |
| | |||||
* | find_missing_manpages: convert to python | Jelmer Vernooij | 2012-09-26 | 1 | -30/+44 |
| | |||||
* | find_missing_manpages: Ignore make variables. | Jelmer Vernooij | 2012-09-26 | 1 | -0/+1 |
| | |||||
* | netlogon: Per MS-NRPC, don't send unknown workstation flags back to the | Jelmer Vernooij | 2012-09-26 | 2 | -4/+27 |
| | | | | client. | ||||
* | s4: Fix a -Wunused-value warning | Volker Lendecke | 2012-09-26 | 1 | -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 Schneider | 2012-09-26 | 1 | -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 Lendecke | 2012-09-26 | 1 | -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 macros | Volker Lendecke | 2012-09-26 | 1 | -0/+10 |
| | |||||
* | s3: Slightly simplify calculate_open_access_flags | Volker Lendecke | 2012-09-26 | 1 | -9/+10 |
| | |||||
* | s3: Slightly simplify calculate_open_access_flags | Volker Lendecke | 2012-09-26 | 1 | -13/+17 |
| | |||||
* | s3-smbd: Don't segfault if user specified ports out for range. | Andreas Schneider | 2012-09-26 | 1 | -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 cases | Andrew Bartlett | 2012-09-26 | 1 | -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 option | Andrew Bartlett | 2012-09-26 | 1 | -1/+0 |
| | |||||
* | build: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have any supported sysquota ↵ | Andrew Bartlett | 2012-09-26 | 1 | -1/+3 |
| | | | | backend | ||||
* | build: Remove unused samba_cv_sysquotas_file variable from autoconf configure | Andrew Bartlett | 2012-09-26 | 1 | -3/+0 |
| | |||||
* | build: Add waf configure support for non-linux quotas | Andrew Bartlett | 2012-09-26 | 1 | -1/+38 |
| | |||||
* | smb.conf(5): Remove documentation for removed 'lock spin count' | Jelmer Vernooij | 2012-09-26 | 1 | -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 has | Jelmer Vernooij | 2012-09-26 | 1 | -124/+0 |
| | | | | been removed. | ||||
* | Remove unused neatquotes script. | Jelmer Vernooij | 2012-09-26 | 1 | -12/+0 |
| | |||||
* | smb.conf.5: Document 'cldap port'. | Jelmer Vernooij | 2012-09-26 | 1 | -0/+13 |
| | |||||
* | undocumented: Drop extension from helper scripts. | Jelmer Vernooij | 2012-09-26 | 3 | -3/+3 |
| | |||||
* | Remove obsolete land-remote.py and land.py scripts. | Jelmer Vernooij | 2012-09-26 | 2 | -854/+0 |
| | |||||
* | samba-tool: Hide 'samba-tool domain samba3upgrade'. | Jelmer Vernooij | 2012-09-26 | 2 | -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 | ||||
* | selftest/knownfail: samba*.smb2.oplock.stream1 doesn't work | Stefan Metzmacher | 2012-09-26 | 1 | -0/+2 |
| | | | | | | | metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Sep 26 07:57:12 CEST 2012 on sn-devel-104 | ||||
* | s4:torture/smb2: remove samba specific stuff from smb2.oplock | Stefan Metzmacher | 2012-09-26 | 1 | -10/+0 |
| | | | | metze | ||||
* | s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug ↵ | Stefan Metzmacher | 2012-09-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | #9196) We always set state->te = NULL of TALLOC_FREE(state->te), before calling smbd_smb2_request_dispatch(), so open_was_deferred_smb2() always returned false, while dispatching it again. But it's remove_deferred_open_message_smb2_internal() which should reset this state. In developer mode validate_my_share_entries() did call smb_panic() before. metze | ||||
* | samba_dnsupdate: Safely update/create names for Samba3 targets as well | Andrew Bartlett | 2012-09-26 | 2 | -8/+21 |
| | | | | | | | | | | This avoids unlocked writes to the dns_hosts_file, and may fix some of our issues on the build farm where large numbers of tests fail due to failed name resolution. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 05:48:25 CEST 2012 on sn-devel-104 | ||||
* | samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file ↵ | Andrew Bartlett | 2012-09-26 | 2 | -4/+11 |
| | | | | | | | | consistent This may be the cause of some of the large failure modes on the build farm. Andrew Bartlett | ||||
* | selftest: Remove invalid security=share and rename secshare to simpleserver | Andrew Bartlett | 2012-09-26 | 2 | -10/+9 |
| | | | | | | | This avoids the loadparm code failing due to the invalid smb.conf entry, and removes the very last hint of security=share! Andrew Bartlett | ||||
* | Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free. | Jeremy Allison | 2012-09-26 | 1 | -0/+4 |
| | | | | | | | | Not the correct fix for the specific issue, but a general fix to make sure this can never happen again. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 26 04:07:57 CEST 2012 on sn-devel-104 |