Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-25 | s4: update valgrind suppressions for use on build farm | Andrew Bartlett | 1 | -0/+62 | |
2009-11-25 | libcli: allow ntstatus.h to be used by openchange | Andrew Tridgell | 1 | -0/+8 | |
apparently ntstatus.h is used by openchange, but they don't include replace.h. This makes that possible again. | |||||
2009-11-25 | s4:upgradeschema.py Update to reflect recent change in provision | Matthieu Patou | 1 | -27/+31 | |
- define which modules we want to use when loading the ldb - move partition in sam.ldb.d dir Changes have been suggested by Andrew Bartlett. (commit message clarified by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-25 | s4:upgradeschema.py Cleanup | Matthieu Patou | 1 | -6/+1 | |
- remove some useless comments - remove hardcoded paths (commit message clarified by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-24 | Remove call into reduce_name if case sensitive. This allows us to pass | Jeremy Allison | 1 | -2/+1 | |
RAW-CHKPATH when case sensitive = yes, but isn't the correct way to do it. I'm testing a larger patch to smbd/filename.c that should fix this correctly, and will add a torture test to ensure RAW-CHKPATH is run against a case sensitive share once this is done. Jeremy. | |||||
2009-11-24 | s4:installmisc - install also the new "domainlevel" tool from the setup dir | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-11-24 | s4: Check SUN compiler and remove "-fullwarn" when using it | Brian Lu | 1 | -1/+19 | |
This option is only supported by "gcc". For details consider https://bugzilla.samba.org/show_bug.cgi?id=6905 Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2009-11-24 | Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or with | Jeremy Allison | 2 | -4/+13 | |
wide links = no. Jeremy. | |||||
2009-11-24 | Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS ↵ | Jeremy Allison | 1 | -8/+12 | |
set. Doh ! Jeremy. | |||||
2009-11-24 | Revert "s4-netlogon: always set the dNSHostName in GetDomainInfo" | Matthias Dieter Wallnöfer | 1 | -7/+3 | |
This reverts commit 87b6f2e863c6e117643ab6704e50167e849b69cc. This was the cause of the breakage of the "LogonGetDomainInfo" testsuite. I think my behaviour is more correct to Windows Server since the test works against it (at least release 2003 R2). One problem I discovered is that freshly joined workstations don't get their DNS name into the directory. Therefore I think also another part (maybe another RPC call) is able to do this. | |||||
2009-11-24 | s4:ldap.py - fix the schema update test on Windows Server | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
Apparently Windows Server (2003) doesn't like the comma delimiter here. I got always error 16 ("LDB_NO_SUCH_ATTRIBUTE"). With this change the test works again. | |||||
2009-11-24 | s4:libnet_become_dc - fix typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-11-24 | s3: Always try SamLogonEx | Volker Lendecke | 1 | -2/+6 | |
Required for cluster systems working in a Samba domain. With NT4 this won't work, but real NT4 DCs should not be around in environments that pay big bucks for a cluster... And if they are, they can always install a Samba DC trusting that NT4 domain. | |||||
2009-11-24 | s3-spoolss: re-arrange driver info level fillup functions. | Günther Deschner | 1 | -95/+95 | |
Guenther | |||||
2009-11-24 | s3-spoolss: fixes for _spoolss_EnumPrinterKey client and server. | Günther Deschner | 2 | -3/+3 | |
Thanks Metze for review! Guenther | |||||
2009-11-24 | s3-registry: use push_reg_multi_sz() in registry_push_value(). | Günther Deschner | 1 | -59/+3 | |
Guenther | |||||
2009-11-24 | s3-registry: remove reg_pull_multi_sz(). | Günther Deschner | 3 | -30/+18 | |
Guenther | |||||
2009-11-24 | s3:torture: use timeval_current/timeval_elapsed instead of start_timer/end_timer | Stefan Metzmacher | 2 | -33/+19 | |
metze | |||||
2009-11-24 | s3:torture/nbio: use timeval_current/timeval_elapsed instead of ↵ | Stefan Metzmacher | 1 | -2/+5 | |
start_timer/end_timer metze | |||||
2009-11-24 | s3:dbwrap_torture: use timeval_current/timeval_elapsed instead of ↵ | Stefan Metzmacher | 1 | -16/+3 | |
start_timer/end_timer metze | |||||
2009-11-24 | RAW-PING-PONG: use timeval_current/timeval_elapsed instead of ↵ | Stefan Metzmacher | 1 | -19/+5 | |
start_timer/end_timer metze | |||||
2009-11-24 | s3:fix the merged build of bin/smbtorture4 | Michael Adam | 7 | -6/+6 | |
Michael | |||||
2009-11-24 | docs: Fix Bug 6922: Add Registry patchfile for Win7 domain join. | Günther Deschner | 1 | -0/+0 | |
Patchfile from SATOH Fumiyasu <fumiyas@osstech.co.jp>. Thanks! Guenther | |||||
2009-11-23 | Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the way | Jeremy Allison | 1 | -5/+68 | |
it worked in 3.3.x and 3.2.x. UCF_POSIX_PATHNAMES may no longer be needed, as lp_posix_pathnames() being set isn't the same as case handling from NtCreateX (lp_posix_pathnames() changes the STAT calls to LSTAT, not the case semantics). Jeremy. | |||||
2009-11-24 | s4:param remove reference to private header from source4/param/param.h | Brad Hards | 3 | -1/+3 | |
source4/param/param.h has a param.h is a public header (and parmlist isn't, even if the relative path could work), so I suggest making it a forward declaration in the header, and including parmlist.h in the implementation. (commit message included from e-mail by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-24 | s4: Fix missing TLS dir when targetdir is not the default one | Matthieu Patou | 1 | -0/+2 | |
2009-11-23 | Remove unused code. | Jeremy Allison | 2 | -49/+0 | |
Jeremy. | |||||
2009-11-24 | heimdal Fix invalid format string | Andrew Bartlett | 1 | -1/+1 | |
2009-11-24 | s4:dsdb Handle LDAP backends correctly with new samba_dsdb system | Andrew Bartlett | 1 | -5/+5 | |
The original code had the wrong module names, and use strcasecmp() incorrectly. Andrew Bartlett | |||||
2009-11-24 | s4:provision Move exceptions into a new file | Andrew Bartlett | 3 | -9/+36 | |
This allows provisionbackend and provision to both raise ProvisionException | |||||
2009-11-24 | s4:provision Don't bother with a template for the LDAP backend startup script. | Andrew Bartlett | 2 | -4/+1 | |
2009-11-24 | s4:provision Move secrets.ldb over to .c file module lists, like sam.ldb | Andrew Bartlett | 3 | -1/+112 | |
2009-11-24 | s4:ldap.py - activate test for operational attributes | Matthias Dieter Wallnöfer | 1 | -8/+8 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-24 | s4:operational LDB module - Prevent the modification of operational attributes | Andrew Bartlett | 1 | -0/+16 | |
(merged by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-24 | s4:ldap.py Add tests for subSchemaSubEntry | Andrew Bartlett | 1 | -0/+12 | |
2009-11-24 | s4:dsdb Use new helper function to obtain CN=Aggregate schema DN in schema_data | Andrew Bartlett | 1 | -6/+6 | |
2009-11-24 | s4:dsdb Return the subSchemaSubEntry operational attribute on every object | Andrew Bartlett | 1 | -4/+40 | |
2009-11-24 | s4:dsdb Add function to return the CN=Aggregate schema DN | Andrew Bartlett | 1 | -0/+18 | |
2009-11-24 | s4:provision Remove 'operational' from secrets.ldb module list | Andrew Bartlett | 1 | -1/+1 | |
2009-11-23 | Proper fix for #6898 - Samba duplicates file content on appending. Pointed ↵ | Jeremy Allison | 3 | -13/+21 | |
out by Volker.Restores the pathname handling for FILE_FLAG_POSIX_SEMANTICS but still prevents the O_APPEND problems. Jeremy. | |||||
2009-11-23 | s3: add dbwrap_torture - a tool to stress test tdb transactions through dbwrap | Michael Adam | 2 | -1/+369 | |
This can be used to also test tdb transactions on clustered installations throught ctdb. The test is modeled after the ctdb_transaction.c test program from the ctdb source code. It runs transactions in a tight loop on a test database called "transactions.tdb" (by default), increasing a counter in each iteration. In a clustered environment, a counter is maintained for each node. Michael | |||||
2009-11-23 | s3:torture: move the torture-specific headers to new torture/torture.h | Michael Adam | 8 | -55/+87 | |
Michael | |||||
2009-11-23 | s3:idmap_ldap: fix indentation: tab/space mixup | Michael Adam | 1 | -14/+14 | |
Michael | |||||
2009-11-23 | Fix bug #6898 - Samba duplicates file content on appending | Jeremy Allison | 1 | -0/+10 | |
Clients using a Windows open call should not be able to set FILE_FLAG_POSIX_SEMANTICS in an open. Jeremy. | |||||
2009-11-23 | s3-spoolss: Fix GetPrinter level 101. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in mask_match() explicit" | Volker Lendecke | 5 | -18/+10 | |
This reverts commit e23d8a3d1f558a7e98ef2afd71e1d15c5b3a71bc. | |||||
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in mask_match_list() ↵ | Volker Lendecke | 3 | -12/+6 | |
explicit" This reverts commit 1e22899d268ae5a089f941a204413c07ee64fc78. | |||||
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit" | Volker Lendecke | 10 | -22/+15 | |
This reverts commit f7b4151a64d8c6851e62255a7139fd00a5fc63a3. | |||||
2009-11-23 | Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ↵ | Volker Lendecke | 3 | -9/+5 | |
explicit" This reverts commit 6a149022976fe6a5579ec9afc7a4d2dcb44dc8af. | |||||
2009-11-23 | Revert "s3: Move the global variable Protocol to struct smbd_server_connection" | Volker Lendecke | 19 | -66/+53 | |
This reverts commit c85a4c9ba4a7de65a7850f6f9708df66bd24deea. |