s3:registry: add a delete_subkey method to the backend ops.
[obnox/samba-ctdb.git] / source /
2009-03-19 Michael Adams3:registry: add a delete_subkey method to the backend...
2009-03-19 Michael Adams3:registry: refactor deletion of various subkey lists...
2009-03-19 Michael Adams3:registry: streamline and cleanup regdb_set_secdesc...
2009-03-19 Michael Adams3:registry: refactor deletion of value/secdesc/subkey...
2009-03-19 Michael Adams3:registry: streamline reg_deletekey() somewhat.
2009-03-19 Michael Adams3:registry: use create_reg_subkey() in reg_createkey().
2009-03-19 Michael Adams3:registry: implement create_subkey for the smbconf...
2009-03-19 Michael Adams3:registry: implement create_subkey for the db backend.
2009-03-19 Michael Adams3:registry: add a create_subkey method to the backend...
2009-03-19 Michael Adamsource/include/nt_status.h: add macro W_ERROR_NOT_OK_GO...
2009-03-19 Michael Adams3: move definition of W_ERROR_NOT_OK_GOTO_DONE down...
2009-03-19 Michael Adams3:net rpc registry: use regsubkey_ctr_init() instead...
2009-03-19 Michael Adams3:registry: hash the list of subkeys in the regsubkey_ctr
2009-03-19 Michael Adams3:registry: remove definition of regsubkey_ctr from...
2009-03-19 Michael Adams3:profiles: use regsubkey_ctr_init() instead of using...
2009-03-19 Michael Adams3:registry: use regsubkey_ctr_init() in reg_eventlog.c
2009-03-19 Michael Adams3:services_db: use regsubkey_ctr_init() instead of...
2009-03-19 Michael Adams3:registry: use regsubkey_ctr_get_seqnum() in reg_back...
2009-03-19 Michael Adams3:registry: use regsubkey_ctr_set_seqnum() in reg_back...
2009-03-19 Michael Adams3:registry: use regsubkey_ctr_init() in reg_backend_db.c
2009-03-19 Michael Adams3:registry: use regsubkey_ctr_init() in reg_api.c
2009-03-19 Michael Adams3:registry: add regsubkey_ctr_get_seqnum() to hide...
2009-03-19 Michael Adams3:registry: add regsubkey_ctr_set_seqnum to hide imple...
2009-03-19 Michael Adams3:registry: add a regsubkey_ctr_init function for...
2009-03-19 Michael Adams3:registry: fix a comment
2009-03-19 Michael Adams3:registry: don't directly access key->subkeys->subkey...
2009-03-19 Michael Adams3:registry: don't directly access key->subkeys->subkey...
2009-03-19 Michael Adams3:registry: don't directly access key->subkeys->num_su...
2009-03-19 Michael Adams3:registry: don't directly access key->subkeys->num_su...
2009-03-19 Michael Adams3:registry: replace typedef "REGSUBKEY_CTR" by "struct...
2009-03-19 Michael AdamRevert "Fix a O(n^2) algorithm in regdb_fetch_keys()"
2009-03-19 Michael Adams3:net conf: reduce memory usage of "net conf import".
2009-03-19 Michael Adams3:net: wrap net conf import into one big transaction
2009-03-19 Michael Adams3:libsmbconf: add transactions to the libsmbconf api
2009-03-19 Michael Adams3:registry: wrap deletekey_recursive in one big transa...
2009-03-19 Michael Adams3:registry: provide transaction_start|commit|cancel...
2009-03-19 Volker LendeckeWrap creating the sorted subkey cache in a transaction
2009-03-19 Volker LendeckeAdd a comment describing the sorted subkeys
2009-03-19 Volker LendeckeAdd sorted subkey cache
2009-03-19 Volker LendeckeAdd db_tdb_parse
2009-03-19 Volker LendeckeAdd dbwrap->parse_record
2009-03-19 Michael Adams3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_da...
2009-03-19 Michael Adams3:smbconf: move smbconf_share_exists checks into backend
2009-03-19 Volker LendeckeSpeed up "net conf list"
2009-03-19 Volker LendeckeSpeed up "net conf list"
2009-03-19 Volker LendeckeMake use of gpfs_get_real_filename optional
2009-03-19 Michael Adams3: Fix a memleak in dbwrap_rbt.
2009-03-19 Stefan Metzmachers3:smbconftort: don't use reserved words ('test:',...
2009-03-19 Michael Adams3:libsmbconf: include smbconf headers with lib/smbconf...
2009-03-19 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-19 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-19 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-19 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-19 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-19 Michael Adams3:libsmbconf: remove the init headers from smbconf.h
2009-03-19 Michael Adamlibsmbconf: create text config in smbconftort
2009-03-19 Michael Adamlibsmbconf: return WERR_BADFILE when no path to text...
2009-03-19 Michael Adamlibsmbconf: fall back to file backend when no valid...
2009-03-19 Michael Adamlibsmbconf: fix comment typo.
2009-03-19 Michael Adamlibsmbconf: remove unused define.
2009-03-19 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-19 Michael Adamlibsmbconf: add method is_writeable() and wrapper smbco...
2009-03-19 Michael Adamlibsmbconf: add backend_requires_messaging() method...
2009-03-19 Jeremy AllisonAllow DFS client paths to work when POSIX pathnames...
2009-03-19 Jeremy AllisonFix bug #6196 - Unable to serve files with colons to...
2009-03-19 Jeremy AllisonFix bug #6195 - Migrating from 3.0.x to 3.3.x can fail...
2009-03-19 Alexander ZagrebinMissing break in conversion function prevents tdb passw...
2009-03-19 Volker LendeckeFix #6130: Don't crash in winbindd_rpc lookup_groupmem...
2009-03-19 Volker LendeckeFix a valgrind error
2009-03-19 Volker LendeckeFix a malloc/talloc mismatch when cli_initialise()...
2009-03-19 Volker LendeckeFix #3954
2009-03-19 Tim Proutys3 torture: Fix unitialized variable to avoid closing...
2009-03-19 Jeremy AllisonAdd simple POSIX open, mkdir and rmdir test.
2009-03-19 Jeremy AllisonFix bug #6186 - map readonly does not work
2009-03-19 Volker LendeckeRevert "Fix a valgrind error / segfault in dns_register...
2009-03-19 Michael AdamVERSION: Set version to 3.3.2-ctdb-1
2009-03-12 Volker LendeckeFix #6167: winbindd -n should disable the winbind idmap...
2009-03-12 Volker LendeckeMake opt_nocache static to winbindd.c
2009-03-12 Karolin SeegerVERSION: Raise version number up to 3.3.2.
2009-03-11 Stefan Metzmachers3:signing: the seqnum should only be decremented by...
2009-03-11 Volker LendeckeAdd a vfs_preopen module to hide fs latencies
2009-03-11 Volker LendeckeDon't log NDR_PRINT_DEBUG at level 0, this always ends...
2009-03-11 Volker LendeckeFix a valgrind error / segfault in dns_register_smbd()
2009-03-10 Andrew Tridgellfixed a bug in message handling for code the change...
2009-03-10 Stefan Metzmachers3:lib: interfaces.c isn't used in the configure tests...
2009-03-06 Jeremy AllisonGet the sense of the integer wrap test the right way...
2009-03-06 Jeremy AllisonNow we're allowing a lower bound for auth_len, ensure we
2009-03-06 Jeremy AllisonFix bug #6161 - smbclient corrupts source path in tar...
2009-03-06 Jeremy AllisonLast part of fix for #6154 - zfs does not honor admin...
2009-03-06 Volker LendeckeComplete the fix for bug 6100
2009-03-06 Jeremy AllisonFix bug #6160 - Office 2007 fails saving files to a...
2009-03-06 Jeremy AllisonSecond part of fix for #6154, ensure we return max...
2009-03-06 Jeremy AllisonFix bug #6154 - zfs does not honor admin users.
2009-03-06 Jeremy AllisonFix crashes when running RAW-ACLs against system with...
2009-03-06 Tim Proutys3 passdb: Add back some useful debug statements
2009-03-06 Jeremy AllisonFix bug #6155 - "force group" is no longer working...
2009-03-06 Dan SledzIt appears that the first time we see a uid/gid that...
2009-03-06 Bo YangMore fix to initialize idmap statuses
2009-03-06 Jeremy AllisonFix bug #6082 - smbd_gpfs_getacl failed: Windows client...
2009-03-06 Bo YangInitialize the id_map status in idmap_ldap to avoid...
next