Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-15 | s4-dsdb_schema: Seize using global_schema when referencing new schema for an LDB | Kamen Mazdrashki | 1 | -0/+6 | |
Without this change, when a schema is set to ldb, the effect is that dsdb_get_schema() returns global_schema preferably. Thus we end up with two schemas in effect: - global one, which is the old one and it is still used everywhere - new one, which is just cached in ldb, but can't be used, as there is no way to access it | |||||
2010-12-14 | s4-smbtorture: paranoia check for architectures in request and reply for ↵ | Günther Deschner | 1 | -0/+10 | |
enumdrivers test. Guenther | |||||
2010-12-14 | s4:gensec/spnego: only look at the optimistic token if we support the first mech | Stefan Metzmacher | 1 | -4/+20 | |
As a server only try the mechs the client proposed and only call gensec_update() with the optimistic token for the first mech in the list. If the server doesn't support the first mech we pick the first one in the clients list we also support. That's how w2k8r2 works. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 14 16:50:50 CET 2010 on sn-devel-104 | |||||
2010-12-14 | build do not add -no-undefined on openbsd | Matthieu Patou | 1 | -1/+2 | |
2010-12-13 | s4:dsdb:password_hash: verify content if the BYPASS_PASSWORD_HASH control is ↵ | Stefan Metzmacher | 1 | -2/+395 | |
used Make it much harder to import bad data into the password attributes. This isn't 100% safe, but much better than no checks. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 13 16:17:36 CET 2010 on sn-devel-104 | |||||
2010-12-13 | s4:ldap_controls: allow DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID over sockets. | Stefan Metzmacher | 1 | -2/+2 | |
The DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID control has to data attached to it. So we can allow it to be send over LDAP. We'll accept this control over the privileged ldapi socket only. metze | |||||
2010-12-13 | s4:ldap_server: don't call ldb_req_mark_untrusted() on the privileged ldapi ↵ | Stefan Metzmacher | 3 | -8/+21 | |
socket metze | |||||
2010-12-13 | s4:ldap_server: rename helper functions to ldapsrv_ prefix and pass ldapsrv_call | Stefan Metzmacher | 1 | -15/+19 | |
metze | |||||
2010-12-13 | s4:dsdb:util: dsdb_get_single_valued_attr() only needs a const ldb_messages | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-12-13 | s4:heimdal_build: replace '+' by '_' for vscripts in HEIMDAL_LIBRARY() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-12-13 | build: remove -no-undefined and -as-needed on openbsd | Matthieu Patou | 1 | -2/+5 | |
This is causing problems with linker Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Dec 13 00:25:38 CET 2010 on sn-devel-104 | |||||
2010-12-12 | s4:dsdb/pydsdb.c - don't throw another exception on "PyObject_AsDn" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 12 23:40:17 CET 2010 on sn-devel-104 | |||||
2010-12-12 | ldb:pyldb.h - revert to the previous header behaviour | Matthias Dieter Wallnöfer | 7 | -6/+16 | |
"ldb_private.h" is private and therefore might not always be available. | |||||
2010-12-12 | s4:scripting/python/pyglue.c - add a OOM handling | Matthias Dieter Wallnöfer | 1 | -0/+4 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 12 20:50:55 CET 2010 on sn-devel-104 | |||||
2010-12-12 | s4:scripting/python/pyglue.c - optimise includes | Matthias Dieter Wallnöfer | 1 | -4/+0 | |
2010-12-12 | s4:param/provision.c - optimise includes | Matthias Dieter Wallnöfer | 1 | -9/+1 | |
2010-12-12 | s4:libcli/finddc.h - fix header dependancies | Matthias Dieter Wallnöfer | 5 | -15/+3 | |
And optimise includes | |||||
2010-12-12 | s4:libcli/finddcs_nbt.c - optimise headers | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
2010-12-12 | s4:libnet/py_net.c - add checks for OOM conditions | Matthias Dieter Wallnöfer | 1 | -0/+13 | |
2010-12-12 | s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced ↵ | Matthias Dieter Wallnöfer | 2 | -8/+0 | |
Py_RETURN_NONE This was only thought for Python 2.3 which we generally no longer support (only pyldb in the LDB library is an exception). | |||||
2010-12-12 | s4:lib/ldb-samba/pyldb.c - optimise includes | Matthias Dieter Wallnöfer | 1 | -3/+1 | |
2010-12-12 | s4:dsdb/pydsdb.c - clean up memory handling | Matthias Dieter Wallnöfer | 1 | -54/+70 | |
- Remove memory contexts when not really useful (if only one allocation) - Try to find out OOM conditions and return correct error codes - Move the parameter parsing always to the beginning (to prevent unneeded allocations in case of errors) | |||||
2010-12-12 | ldb:pyldb - optimise includes | Matthias Dieter Wallnöfer | 3 | -7/+2 | |
2010-12-12 | s4:web_server/*.c - optimise includes | Matthias Dieter Wallnöfer | 2 | -8/+2 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 12 18:23:05 CET 2010 on sn-devel-104 | |||||
2010-12-12 | s4:web_server/wsgi.c - fix a counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-12 | s4:web_server/wsgi.c - add missing Python compatibility code | Matthias Dieter Wallnöfer | 1 | -0/+11 | |
2010-12-12 | s4:kdc/*.c - minimise includes | Matthias Dieter Wallnöfer | 8 | -44/+2 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 12 15:20:46 CET 2010 on sn-devel-104 | |||||
2010-12-12 | s4:smbd/process*.c - fix PID warnings on Solaris | Matthias Dieter Wallnöfer | 3 | -5/+5 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 12 13:21:13 CET 2010 on sn-devel-104 | |||||
2010-12-12 | s4:kdc/proxy.c - optimise includes in order to fix a build warning on Tru64 | Matthias Dieter Wallnöfer | 1 | -6/+1 | |
2010-12-12 | s4:param/loadparm.c - fix a warning by introducing a "const" cast | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-12 | s4:kdc/kpasswdd.c - don't return an uninitialised NT_STATUS | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
Discovered by Tru64 build | |||||
2010-12-11 | selftest-s4: Support listing smbtorture4 tests. | Jelmer Vernooij | 1 | -35/+46 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 19:32:07 CET 2010 on sn-devel-104 | |||||
2010-12-11 | smbtorture: Default to listing all tests if no prefix was specified. | Jelmer Vernooij | 1 | -2/+6 | |
2010-12-11 | smbtorture: Implement --list argument. | Jelmer Vernooij | 1 | -10/+45 | |
2010-12-11 | s4:selftest: use correct name for the test "ECHO-UDP" => "echo.udp" | Stefan Metzmacher | 1 | -1/+1 | |
I wonder how commit 35fbc7bbda5851f7172538f79fc79be201f1d521 (s4-smbtorture: Make test names lowercase and dot-separated) ever passed make test. metze | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 117 | -672/+649 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-12-11 | smbtorture: correct error handling in BASE-OPEN. | James Peach | 1 | -71/+104 | |
There are a number of cases in BASE-OPEN where an initial failure cascades into multiple failures due to lack of cleanup between test phases. Fix all these so that they close open file handles correctly. Replace torture_comment with torture_result where appropriate so that the results output contains a useful diagnostic. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 11 03:19:39 CET 2010 on sn-devel-104 | |||||
2010-12-11 | heimdal: unset SLIST_ENTRY only if we are with windows | Matthieu Patou | 1 | -1/+3 | |
This is needed because otherwise on some OS like netbsd,openbsd,MacOSX. The preprossessing of ./heimdal/lib/gssapi/mech/cred.h on this plateform is broken because mechqueue.h's definition won't be used as SLIST_HEAD is already defined. The definition occurs when net/if.h is included as it includes sys/queue.h Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Dec 11 00:34:51 CET 2010 on sn-devel-104 | |||||
2010-12-10 | build: add a function to test if -lc is needed | Matthieu Patou | 1 | -0/+2 | |
This is needed on openbsd as some linking flags makes mandatory to specify the libc for the linking | |||||
2010-12-10 | s4-tests: Modified sec_descriptor.py to use the sd_utils helpers. | Nadezhda Ivanova | 1 | -208/+171 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Fri Dec 10 11:03:28 CET 2010 on sn-devel-104 | |||||
2010-12-10 | s4-tests: Modified acl.py to use the sd_utils helpers. | Nadezhda Ivanova | 1 | -127/+86 | |
2010-12-10 | s4-tests: Moved some commonly redefined security descriptor methods to a ↵ | Nadezhda Ivanova | 1 | -0/+79 | |
utils class These methods are used in more than one testsuite now so they are now in a utility class instead of being defined everywhere. | |||||
2010-12-10 | subunitrun: Use unittest.TestProgram if subunit.TestProgram is not | Jelmer Vernooij | 2 | -27/+12 | |
available. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 10 03:49:03 CET 2010 on sn-devel-104 | |||||
2010-12-10 | s4-python: Add convenience function for forcibly importing bundled | Jelmer Vernooij | 2 | -4/+17 | |
package. | |||||
2010-12-10 | subunitrun: Extend hack to cope with older system subunit run installs. | Jelmer Vernooij | 1 | -0/+2 | |
2010-12-10 | subunitrun: Remove global subunit module when reimporting from a | Jelmer Vernooij | 1 | -1/+6 | |
different location. | |||||
2010-12-10 | s4-dist: Remove no longer existing files from blacklist (fixes 'make | Jelmer Vernooij | 1 | -2/+1 | |
dist' inclusion of configure) | |||||
2010-12-10 | s4-python: Fix use of bundled modules. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-10 | s4-python: Split up ensure_external_module. | Jelmer Vernooij | 2 | -10/+23 | |
2010-12-10 | selftest: Make sure system subunit.run has TestProgram. | Jelmer Vernooij | 1 | -1/+1 | |