obnox/samba-ctdb.git
2009-03-24 Björn Jackeall BSDs use this evironment variable
2009-03-24 Karolin Seegers3/docs: Fix typo in man mount.cifs.
2009-03-24 Jeremy AllisonFix bug #6133 - Cannot delete non-ACL files on Solaris...
2009-03-24 Karolin Seegers3/docs: Fix several typos.
2009-03-24 Jeremy AllisonBackport the semantics of when to delete alternate...
2009-03-24 Jeremy AllisonGah, typo :-(. Sorry.
2009-03-24 Jeremy AllisonFix coverity CID-602. Possible use of uninitialized...
2009-03-24 Jeremy AllisonDon't miss an absolute pathname as a kerberos keytab...
2009-03-24 Stefan Metzmachers3:make: use pidl/pidl for 'make idl'
2009-03-24 Stefan Metzmacherlibrpc: rerun 'PIDL=pidl/pidl make idl'
2009-03-24 Stefan Metzmachers3:netlogon: implement _netr_LogonGetCapabilities(...
2009-03-24 Stefan Metzmachernetlogon.idl: add idl for netr_LogonGetCapabilities()
2009-03-24 Jelmer VernooijProperly cast array length in print functions. (This...
2009-03-24 Günther Deschnerpidl: add pidl in order to be able to regenerate librpc...
2009-03-24 Yasuma TakedaFix bug 5920
2009-03-24 Jeremy AllisonAttempt to fix bug #6099. According to Microsoft
2009-03-24 Tim Proutys3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macros
2009-03-24 Jeremy AllisonOops. Fix the build (don't use 3.3 references in 3...
2009-03-24 Holger HetterichEnable total anonymization in vfs_smb_traffic_analyzer...
2009-03-24 Jeremy AllisonParameterize in local.h the MAX_RPC_DATA_SIZE, and...
2009-03-24 Jeremy AllisonNoted by Vericode analysis. Correctly use chroot().
2009-03-24 Volker LendeckeFix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)
2009-03-24 Volker LendeckeFix Coverity ID 742 (RESOURCE_LEAK)
2009-03-24 Volker LendeckeFix Coverity ID 744
2009-03-24 Volker LendeckeFix Coverity ID 745 (RESOURCE_LEAK)
2009-03-24 Dan SledzFix double free caused by incorrect talloc_steal usage.
2009-03-24 Yasuma TakedaFix bug #6098 - When the DNS server is invalid, the...
2009-03-24 Michael Adamv3-2-ctdb: bump version number to 3.2.8_ctdb.57
2009-03-19 Volker LendeckeAdd a vfs_preopen module to hide fs latencies
2009-03-19 Andrew Tridgellfixed a bug in message handling for code the change...
2009-03-04 Michael Adams3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_da... build_3.2.8_ctdb.56
2009-03-04 Michael Adams3:smbconf: move smbconf_share_exists checks into backend
2009-03-04 Michael Adams3:net conf: reduce memory usage of "net conf import".
2009-03-04 Michael Adamversion: raise ctdb vendor patch level to 56
2009-03-04 Volker LendeckeMake use of gpfs_get_real_filename optional
2009-03-04 Michael Adams3: Fix a memleak in dbwrap_rbt.
2009-03-04 Stefan Metzmachers3:smbconftort: don't use reserved words ('test:',...
2009-03-04 Michael Adams3:libsmbconf: include smbconf headers with lib/smbconf...
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: 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...
next