Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-08 | samba-tool: Fix typo in usage. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2012-10-08 | s4-dns: fix a warning | Matthieu Patou | 1 | -2/+1 | |
Autobuild-User(master): Matthieu Patou <mat@samba.org> Autobuild-Date(master): Mon Oct 8 10:45:41 CEST 2012 on sn-devel-104 | |||||
2012-10-07 | s4-dns: Ignore zones that shouldn't be returned currently | Matthieu Patou | 1 | -1/+7 | |
RootDNSServers should never be returned (Windows DNS server don't) ..TrustAnchors should never be returned as is, (Windows returns TrustAnchors) and for the moment we don't support DNSSEC so we'd better not return this zone. | |||||
2012-10-07 | s4-join: factorize code, add info | Matthieu Patou | 1 | -5/+9 | |
2012-10-07 | s4-join: add some documentation | Matthieu Patou | 1 | -1/+11 | |
2012-10-07 | s4-repl: make dreplsrv_partition_find_for_nc return BAD_NC only | Matthieu Patou | 1 | -2/+7 | |
2012-10-07 | drsuapi: Validate the input parameters for the drsuapi_UpdateRefs function | Matthieu Patou | 1 | -0/+16 | |
2012-10-07 | drsuapi: check more carefully the validity of the NC | Matthieu Patou | 1 | -4/+11 | |
Check that both the GUID and DN are the GUID/DN of a NC if not return WERR_DS_DRA_BAD_NC | |||||
2012-10-07 | drs-replica-info: level_not_supported is wrong when we do support (partialy ↵ | Matthieu Patou | 1 | -9/+13 | |
the level) | |||||
2012-10-07 | ldap-server: sscanf result was never used to mistyped var | Matthieu Patou | 1 | -2/+1 | |
2012-10-07 | ldap-server: remove warning for the ret not being used | Matthieu Patou | 1 | -2/+1 | |
2012-10-07 | s4-drs: fix the logic to allow REPL_SECRET if the account has GET_ALL_CHANGES | Matthieu Patou | 1 | -0/+24 | |
2012-10-07 | s4-drs: EXOP_REPL_SECRETS can be called by RW DC as well | Matthieu Patou | 1 | -7/+15 | |
2012-10-07 | drs-getncchanges: do not set the highestUsn to 0 | Matthieu Patou | 1 | -1/+0 | |
Paragraph 4.1.10.5 says that if err = 0 then msgOut.pNC := msgIn.pNC msgOut.usnvecFrom := msgIn.usnvecFrom so no need to set the highestUsn to 0 | |||||
2012-10-07 | kcc: return invalid parameter if the taskId is not 0 | Matthieu Patou | 1 | -1/+3 | |
2012-10-07 | drs-crackname: if there is no sid do not return the domain | Matthieu Patou | 1 | -0/+2 | |
2012-10-07 | devel-crackname: Print if count > 0 | Matthieu Patou | 1 | -2/+5 | |
2012-10-07 | Implement the LIST_INFO_FOR_SERVER input format | Matthieu Patou | 2 | -1/+109 | |
2012-10-07 | getdcinfo: Check that the server object has a serverreference objects ↵ | Matthieu Patou | 1 | -2/+4 | |
pointing to a DC object The problem was found by the DRSR testsuite where server objects were created in the Site container without serverrefrence attribute triggering error in the testsuite. | |||||
2012-10-03 | s4: samba_backup: Fix typos. | Björn Baumbach | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-10-03 | s4:tortore/rpc/lsa: make more use of torture_assert* | Stefan Metzmacher | 1 | -47/+40 | |
Currently samba3.rpc.lsa.privileges.lsa.Privileges(s3dc) seems to be flakey. We may be able to find the bug with this, or at least mark it as flapping. metze | |||||
2012-10-03 | provision: Use logger rather than print. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Oct 3 14:24:09 CEST 2012 on sn-devel-104 | |||||
2012-10-03 | s4-provision: do not skip setting the acls on sysvol | Matthieu Patou | 2 | -2/+4 | |
Autobuild-User(master): Matthieu Patou <mat@samba.org> Autobuild-Date(master): Wed Oct 3 10:26:06 CEST 2012 on sn-devel-104 | |||||
2012-10-02 | s4-dns: fix a non handled memory out of memory | Matthieu Patou | 1 | -0/+1 | |
Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Tue Oct 2 09:43:52 CEST 2012 on sn-devel-104 | |||||
2012-10-01 | Add samba3.samba3badnameblob test to check regressions in bug #9215. | Jeremy Allison | 2 | -0/+139 | |
Bad name in SMB1 openX can cause a crash in iconv inside glibc. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Mon Oct 1 23:29:25 CEST 2012 on sn-devel-104 | |||||
2012-09-30 | s4 dns: Fix return code for deleted records | Kai Blin | 2 | -4/+44 | |
This fixes bug #9225. We already had a test for this scenario, but the test wasn't correct. This patch fixes the test, and also fixes the bug. Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Sun Sep 30 13:09:14 CEST 2012 on sn-devel-104 | |||||
2012-09-30 | s4 dns: Get rid of deprecated allocation result check | Kai Blin | 1 | -1/+3 | |
2012-09-27 | samba4-tests: Move 'samba.tests.source' up. | Jelmer Vernooij | 1 | -1/+0 | |
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 | 37 | -282/+283 | |
* 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 | 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-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 | samba-tool: Hide 'samba-tool domain samba3upgrade'. | Jelmer Vernooij | 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 | |||||
2012-09-26 | s4:torture/smb2: remove samba specific stuff from smb2.oplock | Stefan Metzmacher | 1 | -10/+0 | |
metze | |||||
2012-09-26 | samba_dnsupdate: Safely update/create names for Samba3 targets as well | Andrew Bartlett | 1 | -4/+14 | |
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 | |||||
2012-09-26 | samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file ↵ | Andrew Bartlett | 1 | -3/+10 | |
consistent This may be the cause of some of the large failure modes on the build farm. Andrew Bartlett | |||||
2012-09-25 | s4-python: Override SIGINT handler in scripts only. | Jelmer Vernooij | 5 | -8/+26 | |
Override the SIGINT handler in a few select cases only, rather than doing so in one of the samba Python modules. I've done this where it matters most; we can add this code to other scripts too if necessary. This means that importing the 'samba' module from a third party application does not have side-effects on the state of the signal handlers. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9068 | |||||
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 | |