|
smbcontrol.c: fix a bug of drvupgrade
|
| |
When message-type is drvupgrade, MSG_DEBUG should be replaced with MSG_PRINTER_DRVUPGRADE.
Signed-off-by: Peng Haitao <pen...@cn.fujitsu.com>
---
source3/utils/smbcontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c... more »
|
|
BUG 9881: Check for system libtevent.
|
| |
...
This looks like code to install a system libtevent from autoconf, not
just to use it. We decided for 4.0 that tevent should only be installed
onto the system from it's waf build. ...-- Andrew Bartlett [link]
Authentication Developer, Samba Team [link]... more »
|
|
NT_STATUS_NO_MEMORY error in make quicktest?
|
| |
I'm building a fresh pull from git on a CentOS 6.4 base, and since I
haven't been keeping up with development for a while, decided to try the
quicktest. I'm getting the following error fairly early in the testing
process. I'm wondering if there some OS dependencies I'm missing. I ran
the yum install from the OS Requirements Wiki. Or, is this just a known... more »
|
|
libsmbconf: add smbconf_create_set_share
|
| |
Hi David,
...
Attached find a patchset that bases on your patch and
changes the code according to our discussion at sambaXP:
- moves the implementation from the reg backend to the
central smbconf.c file
- wraps the action in a transaction
- removes the smbconf_ops function for create_set_share again... more »
|
|
Remove and clarify default smb.conf
|
| |
This patch starts to remove some of the volume from our default
smb.conf, in the hope of making it simpler for our users to understand. Comments and review welcome.
Thanks,
Andrew Bartlett
-- Andrew Bartlett [link]
Authentication Developer, Samba Team [link]... more »
|
|
|