s4-dsdb_schema: We need base_dn in Schema's shallow copy too
[ira/wip.git] / source4 / lib /
2010-11-01 Andrew Tridgells4-ldb: convert the openldap ldb backend to the new...
2010-11-01 Andrew Tridgells4-ldb: convert the ildap module to the new type of...
2010-11-01 Andrew Tridgells4-ldb: support a new type of ldb module loading
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-30 Jelmer Vernooijldb: Drop autoconf-based build system.
2010-10-30 Andrew Tridgells4-build: removed some unnecessary dependencies
2010-10-30 Andrew Tridgells4-cmdline: make cmdline-credentials a private library
2010-10-30 Andrew Tridgells4-tdb: make tdb-wrap into a private library
2010-10-30 Andrew Tridgells4-ldb: add explicit depenencies on ldb library in...
2010-10-30 Andrew Tridgells4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem
2010-10-30 Andrew Tridgells4-ldb: create a private library ldb-cmdline
2010-10-27 Matthieu Patoutls: Inform the user if the cert/ca/private key can...
2010-10-26 Jelmer Vernooijtalloc: change pytalloc-util to be a public library.
2010-10-26 Jelmer Vernooijwaf: Only specify vnum for non-private libraries.
2010-10-26 Jelmer Vernooijwaf: Stop automaticaly changing dashes to underscores...
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-26 Jelmer Vernooijs4: Drop duplicate 'lib' prefix for private libraries.
2010-10-25 Andrew Tridgellwaf: moved the -Wl,-no-undefined flags to source4 and ldb
2010-10-24 Jelmer Vernooijldb: Rename pyldb pkg-config file to pyldb-util, to...
2010-10-24 Jelmer Vernooijs4: Rename LIBCLI_LDAP to libcli_ldap.
2010-10-24 Jelmer Vernooijs4: Rename SMBPASSWD to smbpasswd.
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-24 Jelmer Vernooijs4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
2010-10-23 Jelmer Vernooijs4: Rename LIBEVENTS to libevents.
2010-10-23 Jelmer Vernooijs4: Rename NDR_TABLE to ndr_table.
2010-10-23 Jelmer Vernooijs4: Rename LIBNETIF to libnetif.
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-23 Jelmer Vernooijldb: Support using system pyldb library.
2010-10-23 Jelmer Vernooijldb: Install pkg-config file for pyldb.
2010-10-23 Jelmer Vernooijldb: Install pyldb-util as public library.
2010-10-23 Matthias Dieter... ldb:ldb.h - include a comment that the relax control...
2010-10-23 Matthias Dieter... s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control
2010-10-23 Matthias Dieter... ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_C...
2010-10-23 Kai Blins4 socket: increase the debuglevel to make add interfac...
2010-10-21 Matthias Dieter... ldb:ldb_modules.c - "dlclose" could cause inference...
2010-10-21 Andrew Tridgells4-ldb: make ldb_options_find() public
2010-10-21 Andrew Tridgells4-events: LIBEVENTS depends on LIBSAMBA-UTIL
2010-10-21 Andrew Tridgells4-ldb: make pyldb_util a private library
2010-10-21 Andrew Tridgells4-waf: don't depend directly on python modules
2010-10-21 Andrew Tridgells4-socket: make LIBNETIF a private library
2010-10-21 Andrew Tridgells4-events: make LIBEVENTS a private library
2010-10-21 Andrew Tridgells4-lib: make SMBPASSWD a private library
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-21 Matthias Dieter... ldb:ldb_modules.c - if we don't find the associated...
2010-10-21 Matthias Dieter... ldb:ldb_tdb/ldb_cache.c - remove a superflous "talloc_free"
2010-10-21 Matthias Dieter... ldb:ldb_tdb/ldb_cache.c - in this function we don't...
2010-10-20 Matthias Dieter... ldb:ldb_index.c - fix some memory leaks
2010-10-20 Matthias Dieter... ldb:ldb_index.c - let "ldb_module_oom" generate the...
2010-10-20 Matthias Dieter... ldb:ldb_cache.c - fix memory contexts and memory leaks
2010-10-20 Matthias Dieter... ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriate
2010-10-20 Matthias Dieter... ldb:ldb_pack.c - remove superflous "message->elements...
2010-10-19 Matthias Dieter... ldb:"ldb_schema_attribute_by_name_internal" - support...
2010-10-19 Andrew Tridgells4-ldb: increase minor version for 2 new functions
2010-10-19 Andrew Tridgells4-ldb: cope with NULL oid in controls
2010-10-19 Andrew Tridgells4-ldb: added --relax cmdline option
2010-10-19 Andrew Tridgells4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_u...
2010-10-18 Matthias Dieter... ldb: always return PROTOCOL_ERROR if an operation is...
2010-10-18 Matthias Dieter... ldb:"ldb_schema_attribute_by_name_internal" - switch...
2010-10-18 Matthias Dieter... ldb:ldb_tdb.c - fix up counter variables
2010-10-18 Matthias Dieter... ldb:ldb_tdb.c - improve the error outputs
2010-10-18 Matthias Dieter... s4:"util_ldb" - remove some really unused dependancies
2010-10-18 Andrew Bartletts4-ldb Add LDB_REQ_SET_LOCATION to help track handler use
2010-10-18 Andrew Bartlettldb Ensure we mark ongoing LDAP requests as PENDING
2010-10-18 Andrew BartlettRevert "s4:dsdb - make the RELAX control private"
2010-10-17 Matthias Dieter... Revert "s4:remove "util_ldb" submodule and integrate...
2010-10-17 Matthias Dieter... s4:remove "util_ldb" submodule and integrate the three...
2010-10-17 Matthias Dieter... s4:ldb-samba/ldb_wrap.c - fix indentation and trailing...
2010-10-17 Matthias Dieter... s4:"wrap_casefold" - move it to "ldb_wrap.c" since...
2010-10-16 Matthias Dieter... s4:dsdb - make the RELAX control private
2010-10-16 Matthias Dieter... ldb:ldb.h - reorder controls/extended operations
2010-10-16 Matthias Dieter... ldb:pyldb.c - remove pointless comment
2010-10-16 Matthias Dieter... ldb:"ldb_dn_compare_base" - use "unsigned int" counters
2010-10-16 Matthias Dieter... ldb:"ldb_dn_add_child" - use "unsigned int" counters
2010-10-16 Matthias Dieter... ldb:"ldb_dn_remove_base_components" - use an "unsigned...
2010-10-16 Matthias Dieter... ldb:"ldb_dn_canonical" - use an "unsigned int" counter
2010-10-16 Matthias Dieter... s4:ldif_handlers.c - fix a typo
2010-10-15 Matthias Dieter... s4:lib/registry/util.c - cosmetic - fix indentation...
2010-10-15 Matthias Dieter... s4:lib/registry/util.c - strtoll call - better say...
2010-10-14 Andrew Bartletts4-acl Merge sec_access_check() with se_access_check...
2010-10-13 Jelmer Vernooijldb: Only build LIBLDB_MAIN when building ldb itself.
2010-10-13 Matthias Dieter... ldb:ldb_match.c - fix a counter type
2010-10-13 Andrew Tridgellldb: raise minor version number for new ldb_msg_match_e...
2010-10-13 Andrew Tridgells4-ldb: take advantage of ldb_match_msg_error() in...
2010-10-13 Andrew Tridgells4-ldb: use operator_fn syntax function in ldb_match...
2010-10-13 Andrew Tridgells4-ldb: implement an operator_fn for the ldb-samba...
2010-10-13 Andrew Tridgells4-ldb: added an optional operator_fn in the schema...
2010-10-13 Andrew Tridgellldb: when running from build directory, use the build...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-11 Jelmer Vernooijldb: Build ildap module as shared object.
2010-10-11 Jelmer Vernooijpopt_credentials: Implement pending machine account...
2010-10-11 Andrew Bartlettldb The use of a private event context isn't a hack
2010-10-11 Andrew Bartletts4-ldb Allow a NULL event context in samba_ldb_init()
2010-10-11 Andrew Bartletts4-ldb Don't use talloc_autofree_context() in ldb
2010-10-11 Andrew Bartletts4-tevent Remove event_contex_find() and event_context_...
2010-10-11 Jelmer Vernooijcredentials: Split up into several subsystems.
2010-10-10 Jelmer Vernooijwafsamba: Fix handling of pyembed/pyext.
2010-10-10 Jelmer Vernooijldb-samba: Rename samdb_relative_path to ldb_relative_p...
2010-10-10 Jelmer Vernooijldb-samba: Add ldb_wrap_add, remove last schema referen...
2010-10-10 Jelmer Vernooijldb-samba: Split up ldb_wrap_connect() a bit.
2010-10-10 Jelmer Vernooijldb-samba: Add convenience function for doing a Samba...
next