Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-29 | libcli/smb: use an explicit TALLOC_FREE(subreq) in smb2cli_* | Stefan Metzmacher | 9 | -0/+9 | |
metze | |||||
2012-09-29 | build: Remove duplicate check for struct getquota_rslt member getquota_rslt_u | Andrew Bartlett | 1 | -5/+0 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Sep 29 08:51:03 CEST 2012 on sn-devel-104 | |||||
2012-09-29 | build: Fix quota tests, including move of sysquotas.c to the top level | Andrew Bartlett | 3 | -10/+11 | |
This correctly detects quotas on FreeBSD Andrew Bartlett | |||||
2012-09-29 | lib/replace: Add test for what flag we need for -Werror behaviour | Andrew Bartlett | 1 | -0/+9 | |
2012-09-29 | s3-winbindd: Adjust error code loop logic in rpc_trusted_domains(). | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Sat Sep 29 00:34:04 CEST 2012 on sn-devel-104 | |||||
2012-09-28 | s3-lsa: Flesh out the returned info in _lsa_EnumTrustedDomainsEx(). | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2012-09-28 | s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliable | Sumit Bose | 3 | -25/+58 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2012-09-28 | vfs: check full_audit enum->str mapping on startup | David Disseldorp | 1 | -3/+4 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Fri Sep 28 19:28:49 CEST 2012 on sn-devel-104 | |||||
2012-09-28 | vfs: add missing pwrite ops to full_audit | David Disseldorp | 1 | -0/+2 | |
The op enum is used by audit_opname() as an index into the vfs_op_names array, so any decrepencies cause bogus audit log entries. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2012-09-28 | WHATSNEW: Add changed parameters. | Karolin Seeger | 1 | -0/+66 | |
Needs to be double-checked. Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Fri Sep 28 14:22:52 CEST 2012 on sn-devel-104 | |||||
2012-09-28 | WHATSNEW: Start release notes for Samba 4.0.0rc2. | Karolin Seeger | 1 | -66/+72 | |
To be continued... Karolin | |||||
2012-09-28 | Support UPN_DNS_INFO in the PAC | Simo Sorce | 1 | -7/+9 | |
Previously marked as UNKNOWN_12 the UPN_DNS_INFO is defined in MS-PAC Autobuild-User(master): Simo Sorce <idra@samba.org> Autobuild-Date(master): Fri Sep 28 01:13:44 CEST 2012 on sn-devel-104 | |||||
2012-09-27 | Fix bug #9209 - Parse of invalid SMB2 create blob can cause smbd crash. | Jeremy Allison | 1 | -3/+2 | |
Ensure we correctly protect against blobs with data_offset==0 and data_length != 0. Jeremy. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Sep 27 22:07:02 CEST 2012 on sn-devel-104 | |||||
2012-09-27 | samba4-tests: Move 'samba.tests.source' up. | Jelmer Vernooij | 3 | -2/+25 | |
We would like to run this as early as possible so we get a quick failure when there is trailing whitespace. Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Thu Sep 27 20:26:27 CEST 2012 on sn-devel-104 | |||||
2012-09-27 | sanba.upgradehelpers: Use standard functionality for getting temp dir. | Jelmer Vernooij | 1 | -3/+0 | |
2012-09-27 | s4-python: Various formatting fixes. | Jelmer Vernooij | 50 | -309/+311 | |
* Trailing whitespace * use of "==" where "is" should be used * double spaces | |||||
2012-09-27 | samba.tests.source: Check for trailing whitespace in Python files. | Jelmer Vernooij | 1 | -1/+16 | |
2012-09-27 | smb.conf(5): Add basic documentation for 'dcerpc endpoint servers'. | Jelmer Vernooij | 1 | -0/+12 | |
2012-09-27 | s3: Fix some blank line endings | Volker Lendecke | 1 | -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 | |||||
2012-09-27 | Revert "smb.conf(5): Remove 'idmap config' documentation - the parameter has" | Christian Ambach | 1 | -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 | |||||
2012-09-27 | s3:nfs4acls filter away inheritance flags on files | Christian Ambach | 1 | -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. | |||||
2012-09-27 | s3:nfs4acls pass down fsp instead of just the filename | Christian Ambach | 1 | -4/+6 | |
2012-09-27 | s3:passdb formatting changes | Christian Ambach | 1 | -7/+7 | |
fix some trailing whitespace and a typo | |||||
2012-09-27 | samba-tool domain provision: DNS forwarder default | Ricky Nance | 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 | |||||
2012-09-27 | smb.conf(5): List 'protocol' as alias for 'server max protocol'. | Jelmer Vernooij | 1 | -0/+1 | |
2012-09-27 | smb.conf(5): Add documentation for 'client max protocol'. | Jelmer Vernooij | 1 | -0/+78 | |
2012-09-27 | smb.conf(5): Add basic documentation for 'client min protocol'. | Jelmer Vernooij | 1 | -0/+19 | |
2012-09-27 | smb.conf(5): Document 'share backend' parameter. | Jelmer Vernooij | 1 | -0/+18 | |
2012-09-27 | smb.conf(5): Add basic documentation for 'server min protocol'. | Jelmer Vernooij | 1 | -12/+3 | |
Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml | |||||
2012-09-27 | smb.conf(5): Extend 'server min protocol' description. | Jelmer Vernooij | 1 | -3/+3 | |
Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml | |||||
2012-09-27 | smb.conf(5): Consistent spelling of parameter names. | Jelmer Vernooij | 4 | -4/+4 | |
This includes spacing and casing. Conflicts: source4/scripting/python/samba/tests/docs.py | |||||
2012-09-27 | s3: For read-only shares, filter out write bits from conn->access_mask | Volker Lendecke | 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 | |||||
2012-09-27 | s3: Fix rejecting mkdir on read-only shares | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-26 | smb.conf(5): Add basic documentation for 'rpc bigendian'. | Jelmer Vernooij | 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 | |||||
2012-09-26 | smb.conf(5): Add basic documentation for 'kpasswd port'. | Jelmer Vernooij | 1 | -0/+12 | |
2012-09-26 | smb.conf(5): Add basic documentation for 'dgram port'. | Jelmer Vernooij | 1 | -0/+11 | |
2012-09-26 | smb.conf(5): Add basic documentation for 'unicode'. | Jelmer Vernooij | 1 | -0/+13 | |
2012-09-26 | smb.conf(5): Add basic documentation for 'web port'. | Jelmer Vernooij | 1 | -0/+12 | |
2012-09-26 | smb.conf(5): Add basic documentation for 'nbt port'. | Jelmer Vernooij | 1 | -0/+12 | |
2012-09-26 | smb.conf(5): Add basic documentation for 'krb5 port'. | Jelmer Vernooij | 1 | -0/+11 | |
2012-09-26 | smb.conf(5): 'write ok' is a reverse synonym for 'read only'. | Jelmer Vernooij | 1 | -0/+1 | |
2012-09-26 | smb.conf(5): Distinguish parametric options. | Jelmer Vernooij | 2 | -2/+2 | |
2012-09-26 | find_missing_doc: Convert to python. | Jelmer Vernooij | 2 | -62/+100 | |
2012-09-26 | find_missing_manpages: convert to python | Jelmer Vernooij | 1 | -30/+44 | |
2012-09-26 | find_missing_manpages: Ignore make variables. | Jelmer Vernooij | 1 | -0/+1 | |
2012-09-26 | netlogon: Per MS-NRPC, don't send unknown workstation flags back to the | Jelmer Vernooij | 2 | -4/+27 | |
client. | |||||
2012-09-26 | s4: Fix a -Wunused-value warning | Volker Lendecke | 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 | |||||
2012-09-26 | s3-spoolss: Fix builtin forms order to match Windows again. | Andreas Schneider | 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 | |||||
2012-09-26 | s3: Slightly simplify open_file() | Volker Lendecke | 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 | |||||
2012-09-26 | Coding: Add comment disproving control-flow changing macros | Volker Lendecke | 1 | -0/+10 | |