Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | ldbsamba: Lowercase library name. | Jelmer Vernooij | 1 | -4/+4 | |
2010-11-03 | s4-dsdb: removed the use of ldb_private.h from s4 | Andrew Tridgell | 1 | -4/+4 | |
this will allow s4 to use a system version of ldb | |||||
2010-11-01 | s4-ldb: added samba_extensions ldb module | Andrew Tridgell | 2 | -0/+137 | |
this module hooks into the ldb command line processing, to add extra command line options and initialisation of samba4 internal subsystems such as gensec Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-01 | s4-ldb: moved the ldb_ildap backend into lib/ldb-samba | Andrew Tridgell | 1 | -0/+879 | |
this backend is samba4 specific | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -17/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem | Andrew Tridgell | 2 | -9/+19 | |
ldb-wrap and the ldif-handlers are not really related, and this allows us to remove another dependency loop Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-18 | s4:"util_ldb" - remove some really unused dependancies | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
"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:ldif_handlers.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
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-11 | s4-ldb Allow a NULL event context in samba_ldb_init() | Andrew Bartlett | 1 | -7/+0 | |
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-02 | s4-ldif: get rid of the ndr_pull_error message on startup | Andrew Tridgell | 1 | -10/+15 | |
detect if the prefixmap blob is text or binary using the first 4 bytes | |||||
2010-09-11 | s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ↵ | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
results | |||||
2010-08-17 | s4-ldbwrap: ensure session_info in ldb opaque remains valid | Andrew Tridgell | 1 | -0/+15 | |
A DRS DsBind handle can be re-used in a later connection. This implies reuse of the session_info for the connection. If the first connection is shutdown then the session_info in the sam context on the 2nd connection must remain valid. | |||||
2010-08-05 | s4-dns: fix dnsp for old build | Andrew Tridgell | 1 | -1/+1 | |
2010-08-05 | s4-ldb: added ldif handler for the dnsRecord attribute | Andrew Tridgell | 3 | -2/+25 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2 | -5/+5 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-29 | s4:secrets Ensure secrets.ldb uses the same hooks as the rest of Samba | Andrew Bartlett | 1 | -6/+10 | |
This ensures that, for example, the utf8 functions are the same, the GUID handler is the same and the NOSYNC flag is applied. Andrew Bartlett | |||||
2010-06-20 | Revert "s4:ldb-samba: fix the build without a system ldb" | Stefan Metzmacher | 1 | -5/+0 | |
This reverts commit 44c01a5eb45a0cd5ca3de8be5c4680de75418dce. This caused problems when using a system ldb and as we don't do ABI checks for ldb-samba4 any more, we don't need this change. metze Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | ldb: Change LDBSAMBA back to subsystem, update comments, use different | Jelmer Vernooij | 1 | -5/+9 | |
ABI file based on whether ldb_ildap is included. | |||||
2010-06-20 | s4:ldb-samba: fix the build without a system ldb | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2010-06-18 | ldbsamba: Build as subsystem to prevent infinite recursion issues. | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-18 | ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, ↵ | Jelmer Vernooij | 1 | -1/+1 | |
so as to not delute /usr/lib. | |||||
2010-06-16 | s4:ldif_handlers.c - fix warning | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
2010-06-16 | s4:ldif-handlers Add a custom handler for DNs that knows about deleted values | Andrew Bartlett | 1 | -0/+78 | |
In Samba we my store a deleted DN for a linked attribute. We must ensure that we can't match on it, or else searches for member= will still reveal it. Andrew Bartlett | |||||
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 3 | -3/+331 | |
This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-06-15 | ldb-samba: Add missing dependency on credentials code. | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-12 | s4:ldif_read_prefixMap - don't cause memory leaks on error conditions | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-06-12 | s4:dsdb Allow a binary prefix map to be specified in the LDIF | Andrew Bartlett | 1 | -0/+14 | |
This allows it to be specified in either binary or as a string. Andrew Bartlett | |||||
2010-05-20 | s4:ldb-samba: handle more GUID attributes | Stefan Metzmacher | 1 | -11/+36 | |
metze | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -9/+6 | |
2010-04-10 | s4:ldif_handlers tokenGroups are SIDs | Andrew Bartlett | 1 | -0/+1 | |
2010-04-09 | s4/ldif: Handle Schema:schemaInfo blobs | Kamen Mazdrashki | 2 | -0/+21 | |
2010-04-08 | s4-net: Use new Net() object in net export keytab. | Jelmer Vernooij | 1 | -3/+3 | |
2010-04-06 | s4-python: Fix compilation of samba._ldb. | Jelmer Vernooij | 1 | -0/+4 | |
2010-04-06 | s4-python: Move set_session_info to PySambaLdb. | Jelmer Vernooij | 1 | -0/+38 | |
2010-04-06 | s4-python: Move register_samba_handlers to PySambaLdb. | Jelmer Vernooij | 1 | -7/+43 | |
2010-04-06 | s4-python: Move ldb_set_utf8_casefold to pyldb-samba. | Jelmer Vernooij | 1 | -1/+18 | |