summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* s4-smbtorture: also test for invalid flags in eventlog test_ReadEventLog.Günther Deschner2009-01-141-1/+7
| | | | Guenther
* s4-smbtorture: pure cosmetic cleanup of eventlog test.Günther Deschner2009-01-141-42/+42
| | | | Guenther
* Fix error message in mkrelease to refer to source4, not sourceAndrew Bartlett2009-01-141-1/+1
|
* Fixed problemed showed on a number of systems on the buildfarm.Torgeir Lerkerod2009-01-141-1/+4
| | | | | | | | | | | Problem shows up as perl error related to config.pm in reality this was related to the ECHO_C variable. Added test to skip that variable as no perl module is using it. Torgeir Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Add derpc_transport_string_by_transport(), apply some constVolker Lendecke2009-01-091-1/+2
|
* s4 torture: Add new create disposition test to RAW-STREAMSTim Prouty2009-01-091-1/+167
|
* s4-smbtorture: print hand-decoded service status array in svcctl torture test.Günther Deschner2009-01-092-3/+29
| | | | Guenther
* Revert "quote ' inside '...' and make sure shell isn't eating \ by using ↵Stefan Metzmacher2009-01-091-3/+2
| | | | | | | | | | perl here." This reverts commit 2a52b059ce44403ff6ced066e0bb23fa6cc66a73. It breaks the build on ubuntu. metze
* quote ' inside '...' and make sure shell isn't eating \ by using perl here.Björn Jacke2009-01-091-2/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* fix syntax error in case statementBjörn Jacke2009-01-091-2/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Only do special DN tracking for normal DNs in OpenLDAP backend.Andrew Bartlett2009-01-091-2/+2
| | | | | | | This means trying (again, harder), not to do this for DN+Binary and DN+String attributes. Andrew Bartlett
* s4-smbtorture: extend test_QueryServiceConfig2W a bit.Günther Deschner2009-01-081-0/+18
| | | | Guenther
* s4-smbtorture: fix build of svcctl torture test.Günther Deschner2009-01-081-2/+2
| | | | Guenther
* s4:events: don't trigger \n in debug messages two timesStefan Metzmacher2009-01-081-1/+1
| | | | metze
* Don't attempt to use GNUTLS >= 2.6, as it is known broken with the ↵Jelmer Vernooij2009-01-081-30/+28
| | | | socket-tls backend.
* Fix ldap.py test on systems that *can* find the record (the search fails ↵Jelmer Vernooij2009-01-081-1/+1
| | | | here locally).
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-081-2/+3
|\
| * s4-smbtorture: use names for info level in test_QueryServiceStatusEx.Günther Deschner2009-01-081-1/+1
| | | | | | | | Guenther
| * s4-smbtorture: add my copyright to svcctl test.Günther Deschner2009-01-081-0/+1
| | | | | | | | Guenther
| * svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner2009-01-081-1/+1
| | | | | | | | Guenther
* | Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-0810-10/+50
|/ | | | since this will not be shipped with talloc/tdb/tevent/etc.
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-0710-6/+10
|
* s3 merged build: Fix include errorTim Prouty2009-01-071-1/+1
| | | | | | On some builds compiling source4/ntvfs/common/brlock_tdb.c was failing because tdb_wrap.h couldn't find tdb.h. Adding the path should fix the problem.
* Display lsa string contents.Jelmer Vernooij2009-01-071-2/+5
|
* Set proper python exception when running out of memory.Jelmer Vernooij2009-01-071-2/+6
|
* Fix ldap.py test.Jelmer Vernooij2009-01-071-8/+8
|
* Use new error constant (missing from 6efb7ff9)Andrew Bartlett2009-01-071-1/+1
|
* Raise a python exception when the ldb search failsAndrew Bartlett2009-01-071-0/+6
| | | | | | | This fixes a regression found by ldap.py in the new hand-written python bindings. Andrew Bartlett
* added support for stream renames in Samba4Andrew Tridgell2009-01-074-19/+287
| | | | | | | | | This allows the RAW-STREAMS test to work again. We still have some limitations though: - renames of a stream to the default stream doesn't work - delete on close handling between streams and the main file is still broken
* s4:smbclient: correct initialize smbclient_contextStefan Metzmacher2009-01-071-1/+1
| | | | | | Found by valgrind. metze
* Add a talloc failure checkVolker Lendecke2009-01-061-0/+3
|
* When loading the default configuration, allow the configuration file to beJelmer Vernooij2009-01-061-2/+11
| | | | missing.
* Add some const to dcerpc_binding_build_tower()Volker Lendecke2009-01-061-1/+3
|
* Fix compilation, remove unused variables.Jelmer Vernooij2009-01-061-2/+1
|
* Fix prototype.Jelmer Vernooij2009-01-061-1/+1
|
* Fix typoMatthias Dieter Wallnöfer2009-01-061-1/+1
|
* s4-smbtorture: verify each password change via samlogon in ↵Günther Deschner2009-01-063-33/+256
| | | | | | SAMR-PASSWORDS-PWDLASTSET test. Guenther
* s4 winbind: Silence a "discards const" warningKai Blin2009-01-061-1/+3
|
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-0610-79/+79
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-055-7/+207
|\
| * Initialise 'flags' in new python ldb binding for ldb_connectAndrew Bartlett2009-01-051-1/+1
| |
| * s4 torture: Add more rename tests to RAW-STREAMSTim Prouty2009-01-041-3/+198
| | | | | | | | | | | | | | | | | | | | | | | | There is one part of the new rename tests that passes against windows, but doesn't pass against samba3 right now. Windows allow renaming a stream to the default stream, but none of the current streams module support this. When this ability is added the check for samba can be removed from this test. This patch also adds a missing unlink in the cleanup of test_stream_delete and changes the order that the tests are run to be consistent with the physical order in the file.
| * More work to have OpenLDAP accept the full AD schemaAndrew Bartlett2009-01-053-3/+8
| | | | | | | | | | | | | | | | | | | | We need to avoid handling DN+Binary and DN+String with the refint module for now, as this is a currently unsupported syntax. Also rename entryTTL to avoid a conflict with the operational attribute of the same name. Andrew Bartlett
* | Use fqdn rather than gethostname when guessing realm.Jelmer Vernooij2009-01-051-1/+1
| |
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-0429-118/+178
|\|
| * tevent: move samba4 stuff from libtevent.m4 to samba.m4Stefan Metzmacher2009-01-043-9/+3
| | | | | | | | metze
| * s4:build: add SMB_MAKE_SETTINGS() macroStefan Metzmacher2009-01-041-0/+8
| | | | | | | | metze
| * s4:smbd: convert to tevent_* apiStefan Metzmacher2009-01-035-24/+34
| | | | | | | | metze
| * s4:libcli/ldap: convert to tevent_* apiStefan Metzmacher2009-01-032-14/+14
| | | | | | | | metze
| * s4:auth/kerberos: convert to tevent_* apiStefan Metzmacher2009-01-032-14/+13
| | | | | | | | metze