Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-11 | smb2: Add missing dependency on NDR_DFSBLOBS. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-11 | librpc: Remove unnecessary dependency on libsamba-hostconfig. | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-11 | dsdb/schema: Move some dsdb_dn functions that are schema-specific. | Jelmer Vernooij | 4 | -80/+106 | |
2010-10-11 | ntvfs_ipc: add missing dependency on dcerpc_common. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-11 | dsdb modules: Split ridalloc out of common helpers, because of dependency loops. | Jelmer Vernooij | 3 | -5/+12 | |
2010-10-10 | samdb: Remove dependency on unknown subsystem. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | dsdb: add missing dependency on samba_socket. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-10 | ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not ↵ | Jelmer Vernooij | 5 | -29/+32 | |
samdb-specific. | |||||
2010-10-10 | dsdb: Move attr_in_list to SAMDB_COMMON to avoid circular dependency between ↵ | Jelmer Vernooij | 4 | -14/+15 | |
SAMDB_COMMON and DSDB_MODULE_HELPERS. | |||||
2010-10-10 | gensec: Support building without any linked-in modules. | Jelmer Vernooij | 1 | -0/+4 | |
2010-10-10 | idmap: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | secrets: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | cldapd: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap. | Jelmer Vernooij | 4 | -59/+104 | |
2010-10-10 | ldb-samba: Split up ldb_wrap_connect() a bit. | Jelmer Vernooij | 3 | -36/+52 | |
2010-10-10 | ldb-samba: Add convenience function for doing a Samba-style LDB init. | Jelmer Vernooij | 3 | -49/+73 | |
2010-10-10 | samdb: Add flags argument to samdb_connect(). | Jelmer Vernooij | 23 | -48/+48 | |
2010-10-10 | samdb: Handle schema setup in samdb, not in more generic ldbsamba. | Jelmer Vernooij | 4 | -11/+12 | |
2010-10-10 | tls: add missing dependency on util_tevent. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | build: make make tests SCREEN=1 work on freebsd | Matthieu Patou | 1 | -2/+2 | |
2010-10-10 | s4-libnet_vampire: Remove unused self_corrected_schema | Kamen Mazdrashki | 1 | -10/+0 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Oct 10 10:40:38 UTC 2010 on sn-devel-104 | |||||
2010-10-10 | s4-libnet_vampire use a linked list to handle schema objects pending conversion | Andrew Bartlett | 1 | -26/+33 | |
2010-10-10 | s4-vampire: Optimize Schema decoding conversion | Kamen Mazdrashki | 1 | -14/+10 | |
memmove() is removed and I am using the beginning of the list for storage for failed objects | |||||
2010-10-10 | s4-vampire: Initial implementation for multi-pass schema decoding from DRS data | Kamen Mazdrashki | 1 | -69/+92 | |
We can't decode all schema object in just one (or even two) passes when Schema tree has more levels of inheritance. | |||||
2010-10-10 | s4-dsdb-repl: Print what the error code for failure is | Kamen Mazdrashki | 1 | -1/+3 | |
2010-10-10 | s4-dsdb: Make dsdb_setup_sorted_accessors() public | Kamen Mazdrashki | 1 | -2/+2 | |
We are going to need it while converting DRS schema. | |||||
2010-10-10 | wafsamba: Clarify needs_python argument name, use pyembed/pyext where | Jelmer Vernooij | 9 | -24/+24 | |
applicable. Allow using both pyembed and pyext, to prevent unresolved symbols. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 03:54:01 UTC 2010 on sn-devel-104 | |||||
2010-10-10 | heimdal_build: Fix dependencies for hx509. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-09 | s4-test-msds_intid: Verify ATTIDs for Linked Attributes | Kamen Mazdrashki | 1 | -0/+45 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sat Oct 9 03:43:34 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | s4-test-msds_intid: Simplify parameters for _make_error_message() function | Kamen Mazdrashki | 1 | -10/+18 | |
so it can be used in more places - when checking for Linked Attributes ATTIDs for instance | |||||
2010-10-08 | s4:ldap.py - split it up and move SAM related stuff to sam.py | Matthias Dieter Wallnöfer | 3 | -552/+665 | |
ldap.py would still need some additional split-up but it's a start. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 8 14:05:18 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s4:ldap_server: rewrite to socket layer to use tstream | Stefan Metzmacher | 4 | -305/+690 | |
This should make our sasl and tls handling much more robust against partial sent pdus. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Oct 8 11:55:26 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s4:lib/tls: buffer writes in tstream_tls_push_function() | Stefan Metzmacher | 1 | -10/+76 | |
This works arround bugs in gnutls_handshake(), which diesn't handle EAGAIN correctly, when they use the push function. Thanks to Marcel.Ritter@rrze.uni-erlangen.de and Matthieu Patou <mat@samba.org> for the debugging work on bug #7218. metze | |||||
2010-10-08 | s4:lib/tls: make more clear what the immediate event is for | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-10-08 | s4:lib/tls: fix enabled logic in tstream_tls_params_server() | Stefan Metzmacher | 2 | -2/+12 | |
metze | |||||
2010-10-07 | File winattr test | Abhidnya P Chirmule | 3 | -0/+249 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 7 16:51:19 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | File BirthTime test | Abhidnya P Chirmule | 2 | -0/+115 | |
2010-10-07 | s4-smbtorture: re-arrange openprinterex tests. | Günther Deschner | 1 | -21/+46 | |
Guenther | |||||
2010-10-07 | samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. | Günther Deschner | 3 | -10/+10 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 7 12:04:32 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s4-samr: Fix dcesrv_samr_QueryGroupMember. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2010-10-07 | Revert "s4:ldap_server: rewrite to socket layer to use tstream" | Stefan Metzmacher | 4 | -694/+305 | |
This reverts commit b53fbc75acc525f2e2450370e704a62791271788. There are problems with problems with broken gnutls versions. We can readd this once we have the needed configure checks to detect the bug in gnutls. See https://bugzilla.samba.org/show_bug.cgi?id=7218. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 7 10:31:18 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s4:dsdb/common/util_samr.c - use an LDB constant for result checking | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Oct 7 07:40:31 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s4:dsdb/common/util.c - provide message set functions for integer types | Matthias Dieter Wallnöfer | 1 | -0/+31 | |
They will be used by the samldb LDB module | |||||
2010-10-07 | waf: fixed exit status of test suites | Andrew Tridgell | 1 | -2/+4 | |
use RUN_COMMAND() to handle signal errors and exit status | |||||
2010-10-06 | waf: allow for commands like "make bin/smbtorture" | Andrew Tridgell | 1 | -0/+5 | |
I finally worked out the GNU make syntax for this | |||||
2010-10-06 | waf: fixed some python3.x portability issues | Andrew Tridgell | 2 | -4/+7 | |
these have crept into the tree over time. Maybe we should add testing of a range of python versions to autobuild? | |||||
2010-10-06 | s4:samldb LDB module - remove "type" parameter of "samldb_fill_object" | Matthias Dieter Wallnöfer | 1 | -6/+9 | |
It's a bit redundant given that we have the "type" variable on "ac". Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Oct 6 10:20:45 UTC 2010 on sn-devel-104 | |||||
2010-10-06 | s4-heimdal: disable using the system compile_et for now | Andrew Tridgell | 1 | -2/+5 | |
just checking that compile_et exists isn't enough. It has to actually work. Quite a few build farm systems have /usr/bin/compile_et, but it gets link errors when you try to use it (missing symbols et_list_lock and et_list_unlock) Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 07:48:16 UTC 2010 on sn-devel-104 | |||||
2010-10-06 | s4-test: Fix PYTHONPATH for samba4.schemaInfo.python(dc) test | Kamen Mazdrashki | 1 | -1/+1 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Oct 6 02:54:56 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | heimdal-build: Require com_err library to provide com_right_r function. | Jelmer Vernooij | 1 | -1/+1 | |