Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-18 | ldb Ensure we mark ongoing LDAP requests as PENDING | Andrew Bartlett | 1 | -0/+2 | |
2010-10-18 | Revert "s4:dsdb - make the RELAX control private" | Andrew Bartlett | 1 | -6/+8 | |
This must be available to the OpenLDAP backend, to set the GUID values in some situations. We need a proper ACL mechanism to control the use or abuse of this control. This reverts commit 10adee89367cee9add993869280542418fb3d370. | |||||
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ↵ | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
in "dsdb/common/util.c"" This reverts commit 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0. Jelmer pointed out that these are also in use by other LDB databases - not only SAMDB ones. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 13:37:16 UTC 2010 on sn-devel-104 | |||||
2010-10-17 | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in ↵ | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
"dsdb/common/util.c" They're only in use by SAMDB code. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104 | |||||
2010-10-17 | s4:ldb-samba/ldb_wrap.c - fix indentation and trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -36/+36 | |
2010-10-17 | s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used there | Matthias Dieter Wallnöfer | 1 | -0/+9 | |
2010-10-16 | s4:dsdb - make the RELAX control private | Matthias Dieter Wallnöfer | 1 | -8/+6 | |
This makes our LDAP much more secure and less error-prone. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 16 19:43:36 UTC 2010 on sn-devel-104 | |||||
2010-10-16 | ldb:ldb.h - reorder controls/extended operations | Matthias Dieter Wallnöfer | 1 | -27/+28 | |
This makes it easier to read | |||||
2010-10-16 | ldb:pyldb.c - remove pointless comment | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 16 14:38:58 UTC 2010 on sn-devel-104 | |||||
2010-10-16 | ldb:"ldb_dn_compare_base" - use "unsigned int" counters | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 16 13:54:13 UTC 2010 on sn-devel-104 | |||||
2010-10-16 | ldb:"ldb_dn_add_child" - use "unsigned int" counters | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
2010-10-16 | ldb:"ldb_dn_remove_base_components" - use an "unsigned int" counter | Matthias Dieter Wallnöfer | 1 | -6/+6 | |
2010-10-16 | ldb:"ldb_dn_canonical" - use an "unsigned int" counter | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
Convert it to use an "unsigned int" counter which represents the exact length of the DN components. | |||||
2010-10-16 | s4:ldif_handlers.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-15 | s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -10/+11 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 15 07:27:07 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s4:lib/registry/util.c - strtoll call - better say explicitly that data is ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
in hex format Template is commit deebc934edb9a0a70e7615b1161d7a60fcb1d78f from Wilco. | |||||
2010-10-14 | s4-acl Merge sec_access_check() with se_access_check() from source3/ | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-13 | ldb: Only build LIBLDB_MAIN when building ldb itself. | Jelmer Vernooij | 1 | -8/+8 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 15:41:29 UTC 2010 on sn-devel-104 | |||||
2010-10-13 | ldb:ldb_match.c - fix a counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-13 | ldb: raise minor version number for new ldb_msg_match_error() function | Andrew Tridgell | 2 | -1/+227 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 13 11:42:18 UTC 2010 on sn-devel-104 | |||||
2010-10-13 | s4-ldb: take advantage of ldb_match_msg_error() in more places | Andrew Tridgell | 4 | -8/+32 | |
this gives better error checking | |||||
2010-10-13 | s4-ldb: use operator_fn syntax function in ldb_match code | Andrew Tridgell | 1 | -92/+212 | |
this also fixes error handling in case of bad syntax, memory error etc, which was previously conidered as a mismatch, but should return an error Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-13 | s4-ldb: implement an operator_fn for the ldb-samba syntaxes | Andrew Tridgell | 1 | -14/+94 | |
this allows us to properly handle the LDB_OP_PRESENT operator on deleted linked attributes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-13 | s4-ldb: added an optional operator_fn in the schema syntax | Andrew Tridgell | 3 | -5/+25 | |
this function takes the operator being invoked, which will allow schema functions to provide more fine grained control over comparisons. The key bug this was introduced to fix is the incorrect handling of the LDB_OP_PRESENT test for deleted linked attributes. The backends are unaware of the deleted state of these links, so they cannot do a LDB_OP_PRESENT test on their own. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-13 | ldb: when running from build directory, use the build modules | Andrew Tridgell | 1 | -27/+35 | |
we need to use the build modules, not the installed modules, so tests run from the source directory are valid Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -2/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-10-11 | ldb: Build ildap module as shared object. | Jelmer Vernooij | 1 | -7/+3 | |
2010-10-11 | popt_credentials: Implement pending machine account manually, rather than ↵ | Jelmer Vernooij | 1 | -5/+10 | |
through credentials. | |||||
2010-10-11 | ldb The use of a private event context isn't a hack | Andrew Bartlett | 1 | -2/+3 | |
This is deliberate behaviour. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Oct 11 13:45:14 UTC 2010 on sn-devel-104 | |||||
2010-10-11 | s4-ldb Allow a NULL event context in samba_ldb_init() | Andrew Bartlett | 1 | -7/+0 | |
2010-10-11 | s4-ldb Don't use talloc_autofree_context() in ldb | Andrew Bartlett | 1 | -1/+1 | |
The private event context only needs to live as long as ldb itself. Andrew Bartlett | |||||
2010-10-11 | s4-tevent Remove event_contex_find() and event_context_set_default() | Andrew Bartlett | 1 | -30/+0 | |
It is considered that it is better to create a new event context rather than 'finding' some other event context, in the case where we do not have one specified. Andrew Bartlett | |||||
2010-10-11 | credentials: Split up into several subsystems. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | wafsamba: Fix handling of pyembed/pyext. | Jelmer Vernooij | 2 | -3/+3 | |
2010-10-10 | ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not ↵ | Jelmer Vernooij | 2 | -0/+29 | |
samdb-specific. | |||||
2010-10-10 | ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap. | Jelmer Vernooij | 2 | -53/+78 | |
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: Handle schema setup in samdb, not in more generic ldbsamba. | Jelmer Vernooij | 3 | -11/+3 | |
2010-10-10 | tls: add missing dependency on util_tevent. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | wafsamba: Clarify needs_python argument name, use pyembed/pyext where | Jelmer Vernooij | 1 | -1/+1 | |
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-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 | waf: fixed exit status of test suites | Andrew Tridgell | 1 | -2/+4 | |
use RUN_COMMAND() to handle signal errors and exit status | |||||
2010-10-05 | s4:ldb_modules.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-05 | Add missing dependencies for com_err. | Jelmer Vernooij | 3 | -1/+10 | |
2010-10-05 | ldb: Refer to ldb(3), not ldb(7). | Jelmer Vernooij | 6 | -13/+13 | |
2010-10-04 | unittests: add a test to avoid regression on previous fix | Matthieu Patou | 1 | -0/+5 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Oct 4 20:23:31 UTC 2010 on sn-devel-104 | |||||
2010-10-04 | pyldb: test return code before trying to talloc_steal | Matthieu Patou | 1 | -2/+2 | |
Otherwise you can have an error on the talloc_steal as the req can have been not talloced yet |