Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-25 | s4-torture: Fix some nonemtpy blank lines | Volker Lendecke | 1 | -12/+12 | |
2012-09-25 | s4:rpc_server/drsuapi: use talloc_zero instead of talloc() in ↵ | Stefan Metzmacher | 1 | -1/+1 | |
dcesrv_drsuapi_DsBind() metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Sep 25 03:06:13 CEST 2012 on sn-devel-104 | |||||
2012-09-25 | s4:rpc_server/drsuapi: fix a crash in ↵ | Stefan Metzmacher | 1 | -6/+6 | |
dcesrv_drsuapi_DsGetDomainControllerInfo_1() metze | |||||
2012-09-25 | samba-tool domain provision: DNS forwarder is not a boolean. | Jelmer Vernooij | 1 | -3/+3 | |
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Tue Sep 25 00:48:43 CEST 2012 on sn-devel-104 | |||||
2012-09-24 | Remove compatibility code for setproctitle() now moved to libreplace. | Jelmer Vernooij | 2 | -26/+0 | |
2012-09-24 | replace: Support setproctitle(). | Jelmer Vernooij | 2 | -15/+2 | |
This uses the setproctitle() from libc, libsetproctitle or libbsd. If none is available it provides a dummy implementation. | |||||
2012-09-24 | samba-tool domain-provision: Avoid python2.5-isms. | Jelmer Vernooij | 1 | -1/+4 | |
2012-09-24 | samba-tool domain-provision: Fix docstring. | Jelmer Vernooij | 1 | -2/+2 | |
2012-09-24 | torture: More torture_assert() calls in rpc.lsa | Andrew Bartlett | 1 | -36/+19 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Sep 24 05:27:46 CEST 2012 on sn-devel-104 | |||||
2012-09-24 | torture: use torture_assert rather than return false in rpc.lsa | Andrew Bartlett | 1 | -110/+52 | |
This will help ensure we always generate correct subunit failures. Andrew Bartlett | |||||
2012-09-24 | torture: tidy up rpc.lsa OpenPolicy2 test to more clearly use torture_fail() | Andrew Bartlett | 1 | -14/+10 | |
2012-09-24 | build: Add missing dep on tdb_compat | Andrew Bartlett | 1 | -1/+1 | |
2012-09-23 | s4:dns_server - introduce the wildcard binding feature | Matthias Dieter Wallnöfer | 1 | -10/+28 | |
We need the wildcard binding feature otherwise we might get bound to a private interface in case of multiple interfaces and no "interfaces" parameter in smb.conf. Code taken from source4/ldap_server/ldap_server.c Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Sun Sep 23 23:44:03 CEST 2012 on sn-devel-104 | |||||
2012-09-23 | lib/replace: Try to fix build on HP-UX for os2_delete test | Andrew Bartlett | 1 | -1/+1 | |
The issue is that this file is both used in an autoconf test, and later in a smbtorture test. Because os2_delete.c does not include replace.h, bool may not be defined. So, instead we shift the need for bool to a different header. (The readdir tests in repdir.m4 are not yet in the waf configure). Andrew Bartlett | |||||
2012-09-23 | s4:torture:smb2: add a durable-open.read-only test | Michael Adam | 1 | -0/+95 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sun Sep 23 05:47:30 CEST 2012 on sn-devel-104 | |||||
2012-09-22 | s4:torture:smb2:compound: remove two unused macros | Michael Adam | 1 | -3/+0 | |
2012-09-22 | s4:torture:smb2: don't skip the compound.interim2 test for non win7/win2k8 | Michael Adam | 1 | -4/+0 | |
2012-09-22 | s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8 | Michael Adam | 1 | -4/+0 | |
2012-09-22 | s4:torture:smb2: extend the compound.invalid1 test | Stefan Metzmacher | 1 | -3/+8 | |
Test that when turning the related flag back off for the last compound request, the return code changes from invalid parameter to file closed. Pair-Programmed-With: Michael Adam <obnox@samba.org> | |||||
2012-09-22 | s4:torture:smb2: fix the compound.invalid3 test to work against windows | Michael Adam | 1 | -2/+2 | |
2012-09-22 | s4:torture:smb2: fix compound.related3 test to work against windows | Michael Adam | 1 | -2/+2 | |
2012-09-22 | s4:dns.py: reproducer for (bug #9184) | Stefan Metzmacher | 1 | -0/+29 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Sep 22 06:08:05 CEST 2012 on sn-devel-104 | |||||
2012-09-21 | libtorture: factor out simple ui backend | Gregor Beck | 1 | -64/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-20 | s4-torture: Complete test for winbindd PAC parsing | Christof Schmitt | 1 | -6/+86 | |
Decode the PAC through the wbcAuthenticateUserEx call, also decode it locally and compare the result. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-09-20 | Correct command help message | Daniele Dario | 1 | -1/+1 | |
Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Sep 20 16:55:17 CEST 2012 on sn-devel-104 | |||||
2012-09-19 | s4:torture:smb2: add a new test durable-v2-open.app-instance | Michael Adam | 1 | -0/+134 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-19 | s4:libci: add a SMB2_CREATE_APP_INSTANCE_ID blob to the request if the ↵ | Michael Adam | 1 | -0/+25 | |
in.app_instance_id is present | |||||
2012-09-19 | s4:libcli: add a app_instance_id member to the smb2_create input struct | Michael Adam | 1 | -1/+3 | |
2012-09-19 | s4:torture/smb2: improve the smb2.create.blob test | Stefan Metzmacher | 1 | -2/+91 | |
metze | |||||
2012-09-16 | s4-python: Formatting fixes, break lines. | Jelmer Vernooij | 14 | -50/+69 | |
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sun Sep 16 15:58:04 CEST 2012 on sn-devel-104 | |||||
2012-09-16 | samba.netcmd: Formatting fixes, break lines. | Jelmer Vernooij | 8 | -194/+209 | |
2012-09-16 | samba.provision.common: Fix formatting. | Jelmer Vernooij | 1 | -2/+0 | |
2012-09-16 | samba.provision.sambadns: Fix formatting. | Jelmer Vernooij | 1 | -57/+126 | |
2012-09-16 | samba.provision.backend: Fix formatting. | Jelmer Vernooij | 1 | -0/+1 | |
2012-09-16 | samba.provision: Fix formatting, NameErrors. | Jelmer Vernooij | 1 | -68/+80 | |
2012-09-14 | s4:torture: fix error reporting in the raw.oplock-brl3 test | Michael Adam | 1 | -2/+1 | |
Error was assigned to a variable that was not returned. Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Sep 14 14:05:20 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | s4 provision: Ask for the dns forwarder IP address during interactive provision | Kai Blin | 2 | -10/+50 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-12 | dns_server: Remove parameter 'dns recursive queries' and base this on 'dns ↵ | Andrew Bartlett | 1 | -2/+3 | |
forwarder' This simplifies a very common configuration. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-12 | s4:dns_server: remove wrong and unused dsdb_check_access_on_dn() check | Stefan Metzmacher | 1 | -16/+0 | |
metze | |||||
2012-09-12 | dns_server: Attempt to SET and UNSET the sessionInfo to match the incoming user | Andrew Bartlett | 1 | -2/+24 | |
This avoids re-opening the DB as the correct user, but applies all the right ACLs and resulting owner. This needs a bit more testing... Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-09-12 | s4:samba_upgradedns: delete dns-HOSTNAME account if using the internal dns ↵ | Stefan Metzmacher | 1 | -0/+28 | |
server metze | |||||
2012-09-12 | s4:upgradehelpers.py: don't require a dns-$HOSTNAME account | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
2012-09-12 | s4:provision: don't add the dns-HOSTNAME account if we use the internal dns ↵ | Stefan Metzmacher | 1 | -6/+10 | |
server metze | |||||
2012-09-12 | s4 dns: use the internal DNS server per default | Kai Blin | 3 | -18/+18 | |
2012-09-12 | s4 dns: Add libaddns-based simple tests | Kai Blin | 4 | -3/+203 | |
2012-09-12 | s4 dns: Run python tests in fl2003dc env | Kai Blin | 2 | -20/+21 | |
2012-09-12 | s4 dns: Improve logging of delegated dns updates | Kai Blin | 1 | -1/+1 | |
2012-09-12 | s4:selftest: run thet dlz_bind9. tests in the chgdcpass env | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-12 | s4:scripting: rename upgradeprovision -> samba_upgradeprovision | Stefan Metzmacher | 4 | -4/+4 | |
metze | |||||
2012-09-12 | s4:setup: remove standalone 'provision' | Stefan Metzmacher | 2 | -279/+0 | |
metze |