s3-lsa: add lsa_trusted_domain_mapping.
[ira/wip.git] / source4 /
2009-10-27 Matthias Dieter... ldb:tdb backend - be also here more careful with the...
2009-10-27 Matthias Dieter... ldb:python bindings - make the intention by Jelmer...
2009-10-27 Matthias Dieter... Revert "ldb python bindungs - better use the "enum...
2009-10-27 Andrew Tridgells4-dsdb: call dsdb_make_schema_global() from ldb_wrap
2009-10-27 Andrew Tridgells4-dsdb: always cancel transactions on all partitions
2009-10-27 Andrew Tridgells4-ldb: '+' can also happen in base64 encoded index DNs
2009-10-27 Andrew Bartletts4:ldb Add detail to failures in the indexing code
2009-10-27 Andrew Bartletts4:dsdb Rework partitions module for better tracing
2009-10-27 Andrew Bartletts4:ldb Add additional tracing of the ldb API
2009-10-27 Andrew Bartletts4:dsdb Remove partition_extended_schema_update_now
2009-10-25 Andrew Tridgells4-ldb: fixed request handling for schemaUpdateNow op
2009-10-25 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-10-25 Andrew Tridgells4-ldb: allow for unescaped '=' in a index DN
2009-10-25 Matthias Dieter... ldb:backend "connect" functions - convert result values...
2009-10-25 Andrew Tridgells4-samdb: reduce the number of samdb opens at startup
2009-10-25 Andrew Tridgells4-ldb: ensure DNs pass validity tests in indexing
2009-10-25 Andrew Tridgells4-ldb: fixed string length handling on index records
2009-10-25 Andrew Tridgells4-dsdb: ensure that new partitions inherit any transaction
2009-10-25 Andrew Tridgells4-ldb: don't allow modifies outside a transaction.
2009-10-25 Andrew Tridgells4-ldb: fixed re-index during a complex transaction
2009-10-25 Andrew Tridgells4-python: fixed annoyance where control-C doesn't...
2009-10-24 Stefan Metzmachers4:dcesrv_samr: always use mem_ctx as initial parent...
2009-10-24 Stefan Metzmachers4:loadparm: don't leak the names of all shares in...
2009-10-24 Stefan Metzmachers4:dsdb/partition_init: don't leak a talloc_new() in...
2009-10-24 Stefan Metzmachers4:gensec/schannel: remove unused talloc_reference...
2009-10-23 Matthias Dieter... ldb python bindungs - better use the "enum ldb_scope...
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-10-23 Andrew Bartletts4:dsdb 'attrs' must be static (otherwise segv with...
2009-10-23 Andrew Bartletts4:dsdb Fix samba3sam test again.
2009-10-23 Andrew Bartletts4:dsdb Add error string in 'no such object' because...
2009-10-23 Andrew Bartletts4:dsdb Remove unused variables
2009-10-23 Andrew Bartletts4:dsdb Do less allocation when searching for partition...
2009-10-23 Andrew Bartletts4:setup Mark 'cn' in secrets as case insensitive
2009-10-23 Andrew Bartletts4:secrets Look for LDAP secret with a name that is...
2009-10-23 Andrew Bartletts4:gensec Use an index on computerName in schannel.ldb
2009-10-23 Andrew Bartletts4:dsdb Split schema loading and schema data management
2009-10-23 Andrew Bartletts4:dsdb Set partitions metadata as soon as it is set up.
2009-10-23 Andrew Tridgells4-selftest: lower some of the timeouts during make...
2009-10-23 Andrew Tridgells4-samdb: make sure the static credentials are never...
2009-10-23 Andrew Tridgells4-ldb: move the tdb_reopen_all() calls to ldb_wrap.c
2009-10-23 Andrew Tridgells4-ldb: use ldb_wrap_fork_hook() to cancel child transa...
2009-10-23 Andrew Tridgells4-ldb: added ldb_transaction_cancel_noerr()
2009-10-23 Andrew Tridgells4-server: call the ldb_wrap_fork_hook() after a fork()
2009-10-23 Andrew Tridgells4-server: pre-open the main ldb databases in the server
2009-10-23 Andrew Tridgells4-ldbwrap: added re-use of ldb contexts in ldb_wrap_co...
2009-10-23 Andrew Tridgells4-dsdb: add a static samdb_credentials
2009-10-23 Andrew Tridgells4-dsdb: create a static system_session context
2009-10-22 Andrew Tridgells4-lsa: fixed breakage of lsa server
2009-10-22 Andrew Tridgells4-torture: fixed double free in libnet_group test
2009-10-22 Matthias Dieter... s4:provision - Reintroduce accidentally removed paramet...
2009-10-22 Andrew Tridgells4-lsa: fixed the lsa server to cope with the new tests...
2009-10-22 Andrew Tridgells4-ldb: added a TODO about checking the indexlist
2009-10-22 Andrew Tridgells4-ldb: fixed some memory leaks in new indexing code
2009-10-22 Andrew Tridgells4-ldb: don't try to index non-indexed attributes
2009-10-22 Andrew Tridgells4-selftest: removed raw.unlink from quicktest
2009-10-22 Andrew Tridgells4-ldb: ensure new dn_list elements are not owned by...
2009-10-22 Andrew Tridgells4-ldb: over-allocate index records to save on realloc...
2009-10-22 Andrew Tridgells4-ldb: fixed tdb error handling in ldb_index.c
2009-10-22 Andrew Tridgells4-ldb: delete empty index records
2009-10-22 Andrew Tridgells4-ldb: do more validation of idxptr lists
2009-10-22 Andrew Tridgells4-ldb: expose ltdb_err_map and ltdb_delete_noindex
2009-10-22 Andrew Tridgells4-ldb: fast path for equal pointers
2009-10-22 Andrew Tridgells4-ldb: when taking a list intersection, the result...
2009-10-22 Andrew Tridgells4-ldb: ldb indexing rewrite - part1
2009-10-22 Andrew Tridgells4-ldb: ldb_oom() for modules
2009-10-21 Andrew Bartletts4:torture Silence const warning by use of data_blob_co...
2009-10-21 Matthias Dieter... s4:dsdb/samdb/cracknames - Remove unused header and...
2009-10-21 Matthias Dieter... s4:ldb_sort - Add some more "const"
2009-10-21 Matthias Dieter... s4:libcli/security/access_check - Add "const" in front...
2009-10-21 Matthias Dieter... s4:smbtorture - Add "const" before "value"
2009-10-21 Andrew Bartletts4:dsdb Use the 'correct' case for the namingContext...
2009-10-21 Andrew Bartletts4:dsdb Add default modules list to samba3sam
2009-10-21 Matthias Dieter... s4:provision - rework the "guess_names" and "make_smbco...
2009-10-21 Matthias Dieter... s4:provision - important fix for DNS domainname: lower...
2009-10-21 Matthias Dieter... heimdal - hdb/ext.c - fix a "shadows variable" warning
2009-10-21 Torgeir LerkerødS4: ldb_map modules uses defines that are reserved
2009-10-21 Torgeir LerkerødS4: Building on a system with libintl
2009-10-21 Rusty Russelllib/tdb: make tdbtool use tdb_check() for "check" command
2009-10-21 Andrew Tridgells4-ldb: allow for non-null terminated ldb_val in ldb_dn...
2009-10-21 Andrew Bartletts4:dsdb Add note explaining about the partition format...
2009-10-21 Andrew Bartletts4:dsdb Allow loading of old-style partition records
2009-10-21 Andrew Bartletts4:dsdb Make the 'relative path' code in partitions...
2009-10-21 Andrew Bartletts4:ldb_map Fix use-after-free of memory in ldb_map
2009-10-21 Andrew Bartletts4:dsdb talloc_steal the backend module to under the...
2009-10-21 Andrew Bartletts4:ldb Put ltdb_private under the 'module'
2009-10-21 Andrew Bartletts4:rpc_server Ensure we talloc_free handles when we...
2009-10-21 Andrew Bartletts4:dsdb Remove potentially confusing 'partition' contro...
2009-10-21 Andrew Bartletts4:ldb Add new function to create a cut down list of...
2009-10-21 Andrew Bartletts4:samr Don't leak the whole user onto the long-term...
2009-10-21 Andrew Bartletts4:epmapper Create a proper talloc tree of endpoint...
2009-10-21 Andrew Bartletts4:dsdb Allow creation of new partitions
2009-10-21 Andrew Bartletts4:provision Use schema to casefold partitions on ...
2009-10-21 Andrew Bartletts4:dsdb Remove default instanceType from repl_meta_data
2009-10-21 Andrew Bartletts4:dsdb Remove workaround for two partition head records
2009-10-21 Andrew Bartletts4:dsdb Use 'partition modified' information to update...
2009-10-21 Andrew Bartletts4:repl Pass schema as argument to replmd_update_rpmd()
2009-10-21 Andrew Bartletts4:dsdb In partitions module, tell the caller what...
2009-10-21 Andrew Bartletts4:ldb Add function to add controls to an LDB reply
2009-10-21 Andrew Bartletts4:dsdb Load new partitions in a running LDB if metadat...
2009-10-21 Andrew Bartletts4:dsdb Only reload partition metadata on search and...
next