s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init
[obnox/samba-ctdb.git] / source /
2009-03-04 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-04 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-04 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-04 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-03-04 Michael Adams3:libsmbconf: remove the init headers from smbconf.h
2009-03-04 Michael Adams3:libsmbconf: remove unused function smbconf_is_writea...
2009-03-04 Michael Adamlibsmbconf: add utility function smbconf_is_writeable_b...
2009-02-26 Michael Adamlibsmbconf: create text config in smbconftort
2009-02-26 Michael Adamlibsmbconf: return WERR_BADFILE when no path to text...
2009-02-26 Michael Adamlibsmbconf: fall back to file backend when no valid...
2009-02-26 Michael Adamlibsmbconf: fix comment typo.
2009-02-26 Michael Adamlibsmbconf: remove unused define.
2009-02-26 Michael Adams3:registry: tighten the subkey loop in reg_deletekey_r...
2009-02-26 Michael Adams3:registry: use delete_reg_subkey() in reg_deletekey()
2009-02-26 Michael Adams3:registry: implement delete_subkey in the smbconf...
2009-02-26 Michael Adams3:registry: implement delete_subkey in the db backend
2009-02-26 Michael Adams3:registry: add a delete_subkey method to the backend...
2009-02-26 Michael Adams3:registry: refactor deletion of various subkey lists...
2009-02-26 Michael Adams3:registry: streamline and cleanup regdb_set_secdesc...
2009-02-26 Michael Adams3:registry: refactor deletion of value/secdesc/subkey...
2009-02-26 Michael Adams3:registry: streamline reg_deletekey() somewhat.
2009-02-26 Michael Adams3:registry: use create_reg_subkey() in reg_createkey().
2009-02-26 Michael Adams3:registry: implement create_subkey for the smbconf...
2009-02-26 Michael Adams3:registry: implement create_subkey for the db backend.
2009-02-26 Michael Adams3:registry: add a create_subkey method to the backend...
2009-02-26 Michael Adamsource/include/nt_status.h: add macro W_ERROR_NOT_OK_GO...
2009-02-26 Michael Adams3: move definition of W_ERROR_NOT_OK_GOTO_DONE down...
2009-02-26 Michael Adams3:net rpc registry: use regsubkey_ctr_init() instead...
2009-02-26 Michael Adams3:registry: hash the list of subkeys in the regsubkey_ctr
2009-02-26 Michael Adams3:registry: remove definition of regsubkey_ctr from...
2009-02-26 Michael Adams3:profiles: use regsubkey_ctr_init() instead of using...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_init() in reg_eventlog.c
2009-02-26 Michael Adams3:services_db: use regsubkey_ctr_init() instead of...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_get_seqnum() in reg_back...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_set_seqnum() in reg_back...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_init() in reg_backend_db.c
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_init() in reg_api.c
2009-02-26 Michael Adams3:registry: add regsubkey_ctr_get_seqnum() to hide...
2009-02-26 Michael Adams3:registry: add regsubkey_ctr_set_seqnum to hide imple...
2009-02-26 Michael Adams3:registry: add a regsubkey_ctr_init function for...
2009-02-26 Michael Adams3:registry: fix a comment
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->subkey...
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->subkey...
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->num_su...
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->num_su...
2009-02-26 Michael Adams3:registry: replace typedef "REGSUBKEY_CTR" by "struct...
2009-02-26 Michael AdamRevert "Fix a O(n^2) algorithm in regdb_fetch_keys()"
2009-02-26 Günther Deschnererrors: add WERR_NOT_FOUND.
2009-02-24 Michael Adams3:net: wrap net conf import into one big transaction
2009-02-24 Michael Adams3:libsmbconf: add transactions to the libsmbconf api
2009-02-24 Michael Adams3:registry: wrap deletekey_recursive in one big transa...
2009-02-24 Michael Adams3:registry: provide transaction_start|commit|cancel...
2009-02-23 Volker LendeckeWrap creating the sorted subkey cache in a transaction
2009-02-22 Volker LendeckeAdd a comment describing the sorted subkeys
2009-02-22 Volker LendeckeAdd sorted subkey cache
2009-02-22 Volker LendeckeAdd db_tdb_parse
2009-02-22 Volker LendeckeAdd dbwrap->parse_record
2009-02-22 Volker LendeckeSpeed up "net conf list"
2009-02-22 Volker LendeckeSpeed up "net conf list"
2009-02-22 Stefan Metzmachers3:dbwrap: add get_flags() hook to db_context
2009-02-22 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-02-22 Michael Adamlibsmbconf: add method is_writeable() and wrapper smbco...
2009-02-22 Michael Adamlibsmbconf: add backend_requires_messaging() method...
2009-02-22 Michael Adamlibsmbconf: add "includes" to the forbidden_valnames[].
2009-02-22 Michael Adamlibsmbconf: fastpaths first in smbconf_reg_valname_valid().
2009-02-19 Michael Adamremove an unused variable
2009-02-19 Michael Adamremove an unused variable
2009-02-19 Volker LendeckeFix a O(n^2) algorithm in regdb_fetch_keys()
2009-02-19 Volker LendeckeFix a buffer handling bug when adding lots of registry...
2009-02-11 Michael AdamMerge commit 'origin/v3-2-test' into v3-2-ctdb
2009-02-11 Björn Jackeenable IPv6 support for NetBSD, FreeBSD
2009-02-11 Michael AdamMerge commit 'origin/v3-2-test' into v3-2-ctdb
2009-02-11 Michael Adams3:build: some implementations of "ln" are picky about...
2009-02-11 Volker LendeckeFix resume handle for _samr_EnumDomainGroups
2009-02-11 Michael AdamMerge commit 'origin/v3-2-test' into v3-2-ctdb
2009-02-10 Günther Deschners3-spoolss: fix memleak in get_remote_printer_publishin...
2009-02-09 Michael AdamMerge commit 'origin/v3-2-test' into v3-2-ctdb
2009-02-09 Tim Proutys3 build: Fix "assignment discards qualifiers from...
2009-02-09 Michael Adams3:winbind_user: fix "getent passwd" to allocate new...
2009-02-09 Volker LendeckeFix count in _srvsvc_NetDiskEnum()
2009-02-09 Michael Adams3:winbind_group: fix "getent group" to allocate new...
2009-02-09 todd stecherMemory leaks and other fixes found by Coverity
2009-02-09 todd stecherMemory leaks and other fixes found by Coverity
2009-02-06 Stefan Metzmachers3:configure: autodetect ctdb/cluster support
2009-02-06 Stefan Metzmachers3:ctdbd_conn: canonicalize ips before sending them...
2009-02-06 Michael AdamMerge commit 'origin/v3-2-test' into v3-2-ctdb
2009-02-06 Stefan Metzmachers3: reinit_after_fork() should reinit the event context...
2009-02-06 Michael AdamMerge commit 'origin/v3-2-test' into v3-2-ctdb
2009-02-06 Jeff Laytonmount.cifs: initialize rc to 0 in main
2009-02-06 Shirish Pargaonkarmount.cifs: add fakemount (-f) and nomtab (-n) flags...
2009-02-06 Michael Adams3:net conf: remove check for sharename being a usernam...
2009-02-06 Günter KukkukkDon't try and delete a default ACL from a file.
2009-02-05 Aravind SrinivasanHave nmbd check all available interfaces for WINS befor...
2009-02-05 Shirish Pargaonkarumount.cifs: clean-up entries in /etc/mtab after unmount
2009-02-04 Günther Deschners3-net: remove unused ENUM_HND.
2009-02-03 Miguel SuarezFix bug #6085 - In vfs_default.c change utime( ) call.
2009-02-03 Ted PercivalProbably fixes a crash during name resolution when...
2009-02-03 Michael AdamMerge commit 'origin/v3-2-test' into v3-2-ctdb
2009-02-03 Volker Lendeckes3: Fix 'net rpc join' for users with the SeMachineAcco...
2009-02-03 Michael AdamVERSION: add vendor suffix ("ctdb") and vendor patch...
next