s4-ldb: added ldb_transaction_cancel_noerr()
[ira/wip.git] / source4 /
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...
2009-10-21 Andrew Bartletts4:dsdb Reload partition metadata if the main db updates
2009-10-21 Andrew Bartletts4:provision Test ability to set GUIDs from provision...
2009-10-21 Andrew Bartletts4:provison Allow the NTDS guid on the command line...
2009-10-21 Andrew Bartletts4:dsdb Split 'set per-partition metadata' into it...
2009-10-21 Andrew Bartletts4:Handle reprovision with existing partitions
2009-10-21 Andrew Bartletts4:dsdb Don't try and casefold DNs during startup for...
2009-10-21 Andrew Bartletts4:dsdb Fix partition_create not to return early
2009-10-21 Andrew Bartletts4:dsdb Fix tests for samba3sam to pass after partition...
2009-10-21 Andrew Bartletts4:dsdb Be strict in selecting on-disk names for partitions
2009-10-21 Andrew Bartletts4:dsdb Set 'notification' after the success of a change.
2009-10-21 Andrew Bartletts4:provision Set @OPTIONS in the provision_init.ldif
2009-10-21 Andrew Bartletts4:dsdb Rework modules create new partitions at runtime
2009-10-21 Kamen Mazdrashkis4/drs: prefixMap main interface implementation
2009-10-21 Kamen Mazdrashkis4/drs(tort): Unit test for prefixMap implementation.
2009-10-21 Kamen Mazdrashkis4/drs(tort): Comment typos fixed in drs_util.c
2009-10-21 Kamen Mazdrashkis4/drs(tort): fixed '==' to '>='
2009-10-21 Günther Deschners4-lsa: Fix dcesrv_lsa_EnumTrustDom() and avoid infite...
2009-10-21 Günther Deschners4-smbtorture: test whether an lsa_EnumTrustDom impleme...
2009-10-20 Günther Deschners4-smbtorture: fix RPC-LSA-LSALOOKUP test against w2k3...
2009-10-20 Günther Deschners4-smbtorture: Make it simpler to specify number of...
2009-10-20 Günther Deschners4-smbtorture: Fix wrong comment in RPC-LSA-TRUSTED...
2009-10-20 Günther Deschners4-smbtorture: split out EnumTrustedDomainsEx test...
2009-10-20 Günther Deschners4-smbtorture: add stricter tests for LSA-LOOKUPNAMES...
2009-10-20 Günther Deschners4-smbtorture: move all LookupNames tests into RPC...
2009-10-20 Andrew Tridgells4-torture: fixed a pipe leak
2009-10-20 Andrew Tridgells4-selftest: the secleak test is not designed for autom...
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/auth/gensec
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/auth/ntlmssp
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/auth/ntlm
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/client
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/rpc_server
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/winbind
2009-10-20 Andrew Tridgells4-torture: ran minimal_includes.pl over source4/torture
2009-10-20 Andrew Tridgells4-script: cleanup tmp files in minimial_includes.pl
2009-10-20 Andrew Tridgells4-selftest: skip two more scanners
2009-10-20 Andrew Tridgells4-torture: fixed a fd/mem leak in the RPC-LSA-SECRETS...
2009-10-20 Andrew Tridgells4-selftest: skip the trans2.scan test
2009-10-20 Andrew Tridgells4-dsdb: fixed empty structure error on solaris8
2009-10-20 Andrew Tridgells4-idl: don't call a variable 'stat'
2009-10-19 Matthias Dieter... s4:torture "cldap" test - restore the removed constrain...
2009-10-19 Matthias Dieter... s4:password_hash LDB module - substitute "lp_workgroup...
next