| Commit message (Expand) | Author | Age | Files | Lines |
* | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 2011-06-06 | 1 | -1/+1 |
* | lib/util use modules_path(), data_path() and shlib_ext() from source3 | Andrew Bartlett | 2011-06-06 | 1 | -4/+1 |
* | s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as u... | Matthias Dieter Wallnöfer | 2011-05-21 | 2 | -6/+6 |
* | s4-param Rename private_path() -> lpcfg_private_path() | Andrew Bartlett | 2011-04-29 | 1 | -1/+1 |
* | auth: Move auth_session_info into IDL | Andrew Bartlett | 2011-04-05 | 1 | -2/+2 |
* | ldb: don't install ldb_wrap.h twice | Andrew Tridgell | 2011-03-15 | 1 | -1/+0 |
* | Use <tdb.h> to include tdb, so the system include file gets used when buildin... | Jelmer Vernooij | 2011-02-28 | 1 | -1/+1 |
* | ldb-samba: Add missing dependency on pyldb-util. | Jelmer Vernooij | 2011-02-20 | 1 | -1/+1 |
* | ldb: use #include <ldb.h> for ldb | Andrew Tridgell | 2011-02-10 | 2 | -4/+4 |
* | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 2011-01-01 | 1 | -9/+6 |
* | s4-python: Add more prototypes. | Jelmer Vernooij | 2011-01-01 | 1 | -0/+2 |
* | s4:lib/ldb-samba/ldif_handlers.c - adaption needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 2010-12-21 | 1 | -1/+1 |
* | ldb: Bump API after symbol changes. | Jelmer Vernooij | 2010-12-15 | 1 | -1/+1 |
* | ldb:pyldb.h - revert to the previous header behaviour | Matthias Dieter Wallnöfer | 2010-12-12 | 1 | -1/+3 |
* | s4:lib/ldb-samba/pyldb.c - optimise includes | Matthias Dieter Wallnöfer | 2010-12-12 | 1 | -3/+1 |
* | s4-ldb: ensure ldb_register_samba_handlers() is not done twice | Andrew Tridgell | 2010-12-08 | 1 | -2/+10 |
* | ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty | Matthias Dieter Wallnöfer | 2010-11-19 | 1 | -1/+1 |
* | s4-ldif_handlers Add handler for printing supplementalCredentials | Andrew Bartlett | 2010-11-16 | 2 | -1/+24 |
* | credentials: Lowercase library name, | Jelmer Vernooij | 2010-11-07 | 1 | -1/+1 |
* | ldbsamba: Lowercase library name. | Jelmer Vernooij | 2010-11-07 | 1 | -4/+4 |
* | s4-dsdb: removed the use of ldb_private.h from s4 | Andrew Tridgell | 2010-11-03 | 1 | -4/+4 |
* | s4-ldb: added samba_extensions ldb module | Andrew Tridgell | 2010-11-01 | 2 | -0/+137 |
* | s4-ldb: moved the ldb_ildap backend into lib/ldb-samba | Andrew Tridgell | 2010-11-01 | 1 | -0/+879 |
* | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2010-10-31 | 1 | -17/+0 |
* | s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem | Andrew Tridgell | 2010-10-30 | 2 | -9/+19 |
* | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
* | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
* | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
* | s4:"util_ldb" - remove some really unused dependancies | Matthias Dieter Wallnöfer | 2010-10-18 | 1 | -1/+1 |
* | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ... | Matthias Dieter Wallnöfer | 2010-10-17 | 1 | -1/+1 |
* | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb... | Matthias Dieter Wallnöfer | 2010-10-17 | 1 | -1/+1 |
* | s4:ldb-samba/ldb_wrap.c - fix indentation and trailing whitespaces | Matthias Dieter Wallnöfer | 2010-10-17 | 1 | -36/+36 |
* | s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used there | Matthias Dieter Wallnöfer | 2010-10-17 | 1 | -0/+9 |
* | s4:ldif_handlers.c - fix a typo | Matthias Dieter Wallnöfer | 2010-10-16 | 1 | -1/+1 |
* | s4-ldb: implement an operator_fn for the ldb-samba syntaxes | Andrew Tridgell | 2010-10-13 | 1 | -14/+94 |
* | s4-ldb Allow a NULL event context in samba_ldb_init() | Andrew Bartlett | 2010-10-11 | 1 | -7/+0 |
* | ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb... | Jelmer Vernooij | 2010-10-10 | 2 | -0/+29 |
* | ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap. | Jelmer Vernooij | 2010-10-10 | 2 | -53/+78 |
* | ldb-samba: Split up ldb_wrap_connect() a bit. | Jelmer Vernooij | 2010-10-10 | 3 | -36/+52 |
* | ldb-samba: Add convenience function for doing a Samba-style LDB init. | Jelmer Vernooij | 2010-10-10 | 3 | -49/+73 |
* | samdb: Handle schema setup in samdb, not in more generic ldbsamba. | Jelmer Vernooij | 2010-10-10 | 3 | -11/+3 |
* | s4-ldif: get rid of the ndr_pull_error message on startup | Andrew Tridgell | 2010-10-02 | 1 | -10/+15 |
* | s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ... | Matthias Dieter Wallnöfer | 2010-09-11 | 2 | -2/+2 |
* | s4-ldbwrap: ensure session_info in ldb opaque remains valid | Andrew Tridgell | 2010-08-17 | 1 | -0/+15 |
* | s4-dns: fix dnsp for old build | Andrew Tridgell | 2010-08-05 | 1 | -1/+1 |
* | s4-ldb: added ldif handler for the dnsRecord attribute | Andrew Tridgell | 2010-08-05 | 3 | -2/+25 |
* | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2010-07-16 | 2 | -5/+5 |
* | s4:secrets Ensure secrets.ldb uses the same hooks as the rest of Samba | Andrew Bartlett | 2010-06-29 | 1 | -6/+10 |
* | Revert "s4:ldb-samba: fix the build without a system ldb" | Stefan Metzmacher | 2010-06-20 | 1 | -5/+0 |
* | ldb: Change LDBSAMBA back to subsystem, update comments, use different | Jelmer Vernooij | 2010-06-20 | 1 | -5/+9 |