summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* upgradehelpers: Simplify transaction handling.Jelmer Vernooij2012-02-271-33/+16
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 27 05:25:04 CET 2012 on sn-devel-104
* samba.xattr: Massively simplify copytree_with_xattrs.Jelmer Vernooij2012-02-273-66/+59
|
* upgradeprovision: Only backup sysvol directory if it exists.Jelmer Vernooij2012-02-271-1/+2
| | | | | | | This is not the case for standalone installations. Bug: https://bugs.launchpad.net/samba/+bug/930370 Bug: https://bugzilla.samba.org/show_bug.cgi?id=8781
* samba.xattr: Split copying of tree with extended attributes out into ↵Jelmer Vernooij2012-02-272-66/+97
| | | | separate module.
* s4:torture:smb2:durable-open: prevent using a disconnected handle in reopen4Michael Adam2012-02-271-0/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 27 03:44:16 CET 2012 on sn-devel-104
* s4:torture:smb2:durable-open: introduce new variable for the new sessionMichael Adam2012-02-271-2/+9
| | | | This is to clarify the code.
* s4:torture:smb2:durable-open: make a comment more precise in the reopen4 testMichael Adam2012-02-271-1/+4
|
* s4:torture:smb2:durable_open: use the correct tree in the final close callMichael Adam2012-02-271-1/+1
|
* provision: Write configuration without help of templates.Jelmer Vernooij2012-02-274-83/+34
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 27 00:52:46 CET 2012 on sn-devel-104
* pyparam: fix formatting.Jelmer Vernooij2012-02-261-11/+11
|
* provision: Simplify make_smbconf a bit.Jelmer Vernooij2012-02-262-18/+19
|
* provision: Fix order for error formatting.Jelmer Vernooij2012-02-261-2/+2
|
* provision: Raise proper error when shares are missing rather than ↵Jelmer Vernooij2012-02-261-11/+14
| | | | AssertionError.
* provision: Share more code for determine_netbios_name() with ↵Jelmer Vernooij2012-02-262-14/+10
| | | | | | | samba.valid_netbios_name(). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Feb 26 22:24:42 CET 2012 on sn-devel-104
* provision/backend: Properly close all opened files.Jelmer Vernooij2012-02-261-11/+36
|
* provision: Properly close opened files.Jelmer Vernooij2012-02-261-6/+14
|
* provision: Reuse determine_netbios_name.Jelmer Vernooij2012-02-261-8/+1
|
* provision: Add tests for determine_netbios_name.Jelmer Vernooij2012-02-261-0/+9
|
* provision: Factor out determination of new netbios name.Jelmer Vernooij2012-02-261-8/+13
|
* join: Don't print provision results when they're just noise.Jelmer Vernooij2012-02-261-11/+9
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Feb 26 17:56:57 CET 2012 on sn-devel-104
* provision: Split out result reporting for backends.Jelmer Vernooij2012-02-263-28/+62
|
* provision: Put adminpass details in ProvisionResult.Jelmer Vernooij2012-02-262-22/+37
|
* provision/tests: Test for phpldapadminconfig path.Jelmer Vernooij2012-02-262-4/+22
|
* provision: Leave result reporting up to caller.Jelmer Vernooij2012-02-267-13/+22
|
* s3: Remove pointless parenthesesVolker Lendecke2012-02-261-1/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 26 11:10:15 CET 2012 on sn-devel-104
* s3-configure: Add CFLAGS_APPEND variableVolker Lendecke2012-02-261-1/+1
| | | | | | | | This makes it possible to add some CFLAGS to the end of the CFLAGS list. I use it for adding -Wno-unused-value when compiling with clang. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 26 01:21:49 CET 2012 on sn-devel-104
* s3: Use the correct enum valuesVolker Lendecke2012-02-251-3/+3
| | | | | | | wbcIdType and id_type have the same values, but different names Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Feb 25 23:46:36 CET 2012 on sn-devel-104
* nsswitch: Remove a pointless if-clauseVolker Lendecke2012-02-251-1/+1
| | | | gr->num_gr_mem is a uint32, so it can never be < 0
* libcli: Remove a pointless checkVolker Lendecke2012-02-251-3/+1
| | | | "n" is size_t, so it is always >=0.
* provision: Start splitting out provision result reporting from actual ↵Jelmer Vernooij2012-02-252-17/+63
| | | | | | | provisioning. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Feb 25 22:13:10 CET 2012 on sn-devel-104
* provision: Properly close ldb transactions.Jelmer Vernooij2012-02-251-13/+18
|
* 'samba-tool gpo': Properly close transaction.Jelmer Vernooij2012-02-251-4/+4
|
* ntacl: There is no 'secrets database' configuration option.Jelmer Vernooij2012-02-251-1/+1
|
* Factor out sanitize_server_role.Jelmer Vernooij2012-02-252-25/+57
|
* Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4Jelmer Vernooij2012-02-257-32/+34
| | | | | | | It's fine to catch keyboard interrupts and other kinds of errors when it's done just for resource management, where the error is reraised later. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Feb 25 17:29:34 CET 2012 on sn-devel-104
* provision: Remove unused imports.Jelmer Vernooij2012-02-251-7/+4
|
* s3: Fix a typoVolker Lendecke2012-02-251-1/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Feb 25 11:16:41 CET 2012 on sn-devel-104
* s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith2012-02-253-5/+50
|
* s3-auth rename vuid_serverinfo to session_infoAndrew Bartlett2012-02-251-8/+8
| | | | | | | | | This matches the name used elsewhere in the code. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Feb 25 05:24:19 CET 2012 on sn-devel-104
* s4-lib: Remove unused samdb_msg_set_value()Ricky Nance2012-02-251-15/+0
| | | | | | Found by callcatcher. Ricky Nance
* s4-lib: Remove unused samdb_msg_set_string()Ricky Nance2012-02-251-15/+0
| | | | | | Found by callcatcher. Ricky Nance
* s4-lib: Remove unused samdb_msg_set_int()Ricky Nance2012-02-251-15/+0
| | | | | | Found by callcatcher Ricky Nance
* Move dptr code over to TALLOC.Jeremy Allison2012-02-251-18/+9
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 25 03:50:24 CET 2012 on sn-devel-104
* Make dptr_path() and dptr_wcard() const.Jeremy Allison2012-02-243-7/+5
|
* Fix const warnings.Jeremy Allison2012-02-241-2/+2
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 24 23:10:56 CET 2012 on sn-devel-104
* Remove unused function.Jeremy Allison2012-02-241-21/+0
|
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-16/+13
| | | | | | | | No code change, just remove a {} block left over as the else branch from the previous commit Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri Feb 24 18:07:48 CET 2012 on sn-devel-104
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-12/+2
| | | | | first_request won't be true anymore, we always splice fully existing records in smbd
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-13/+2
| | | | With the last commit, bytes_padding is not set anymore
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-7/+1
| | | | | bytes_alignment used to be used in libsmb, which uses different code now