Make tdb transaction lock recursive (samba version)
[samba.git] / source3 /
2009-07-19 Volker LendeckeFix a few type errors in VFS modules
2009-07-18 Jeremy AllisonFix Coverity CIDs 887, 888. Don't pass NULL's to functions
2009-07-18 Jeremy AllisonFix Coverity CID 928. Removed check as this can never...
2009-07-18 Jeremy AllisonFix Coverity CID 929. Potential NULL deref after code...
2009-07-18 Jeremy AllisonFix coverity CID 930. Pointer check can never be null...
2009-07-18 Jeremy AllisonFix coverity CID 931. This check is redundent as smb_fn...
2009-07-18 Jeremy AllisonFix a typo reading uninitialized memory. Caught by...
2009-07-18 Jeremy AllisonMove the initialization of smbd_server_conn from smbd...
2009-07-18 Jeremy AllisonFix bug #6564 - SetPrinter fails (panics) as non root.
2009-07-17 Günther Deschners3-rpcclient: add createprinteric command.
2009-07-17 Günther Deschners3-lsa: let _lsa_Delete return NT_STATUS_NOT_SUPPORTED...
2009-07-17 Günther Deschners3-lsa: Fix access_mask calculation for new handle...
2009-07-17 Günther Deschners3-lsa: add (not yet activate) level specific access...
2009-07-17 Günther Deschners3-lsa: also implement level 13 in lsa_QueryInfoPolicy.
2009-07-17 Günther Deschners3-lsa: Fix policy handle memleak and handle type check...
2009-07-17 Günther Deschners3-rpcclient: add LSA storeprivatedata command.
2009-07-17 Günther Deschners3-rpcclient: add LSA retrieveprivatedata command.
2009-07-17 Günther Deschners3-rpcclient: add LSA setsecret command.
2009-07-17 Günther Deschners3-rpcclient: add LSA querysecret command.
2009-07-17 Günther Deschners3-rpcclient: add LSA deletesecret command.
2009-07-17 Günther Deschners3-rpcclient: add LSA createsecret command.
2009-07-18 Bo Yangs3: compile warning and upn handling
2009-07-18 Bo Yangs3: don't do this, upper callbacks will check it
2009-07-18 Bo Yangs3: Fix crsh in net usershare list
2009-07-17 Jeremy AllisonMore conversions of NULL -> talloc_autofree_context()
2009-07-17 Jeremy AllisonReplace more long-lived contexts with talloc_autofree_c...
2009-07-17 Jeremy AllisonReplace short-lived NULL talloc contexts with talloc_tos().
2009-07-17 Jeremy AllisonRemove an unused talloc context.
2009-07-16 Günther Deschners3-lsa: Fix pointless check for sec_info flags in _lsa_...
2009-07-16 Günther Deschners3-lsa: implement _lsa_LookupPrivName().
2009-07-16 Günther Deschners3-lsa: implement _lsa_EnumAccountsWithUserRight().
2009-07-16 Jeremy AllisonTidyup prompted by #6554 - Wrong deallocation in sam_ac...
2009-07-16 Günther Deschners3-rpc_parse: remove more unused code.
2009-07-16 Günther Deschners3-spoolss: make some of the command hooks static.
2009-07-15 Jeremy AllisonFix bug #6551 - win98 clients cannot connect after...
2009-07-15 Stefan Metzmachers3:smbd: try to fix a compiler warning on i386 : left...
2009-07-15 Stefan Metzmachers3:libsmb: we need to include "includes.h" as first...
2009-07-15 Stefan Metzmachers3:tldap: fix the build - a void function should not...
2009-07-15 Jeremy AllisonMake cli_unlock and cli_unlock64 async. Fix POSIX lock...
2009-07-15 Björn Jackes3: make linking of rpcclient --as-needed safe
2009-07-15 Peter Volkovs3: make linking of cifs.upcall --as-needed safe
2009-07-15 Michael Adams3:dbwrap: fix embarrassing typo :-)
2009-07-15 Michael Adams3:registry: db backend: add my C
2009-07-15 Michael Adams3:registry: flush the provided subkey_ctr in regdb_fet...
2009-07-15 Michael Adams3:registry: add function regsubkey_ctr_reinit()
2009-07-15 Michael Adams3:registry: turn regdb_fetch_keys_internal() from...
2009-07-15 Michael Adams3:registry: use transaction wrapper in create_sorted_s...
2009-07-15 Michael Adams3:registry: restructure logic of create_sorted_subkes...
2009-07-15 Michael Adams3:registry: use transaction wrapper in regdb_delete_su...
2009-07-15 Michael Adams3:registry: add a comment header for the delete_subkey...
2009-07-15 Michael Adams3:registry: add a comment header for the create_subkey...
2009-07-15 Michael Adams3:registry: use transaction wrapper in regdb_create_su...
2009-07-15 Michael Adams3:registry: use transaction wrapper in regdb_store_key...
2009-07-15 Michael Adams3:registry: don't leak to talloc_stack in regdb_store_...
2009-07-15 Michael Adams3:registry: unify exit logic and remove leaking to...
2009-07-15 Michael Adams3:registry: change regdb_store_keys_internal2() to...
2009-07-15 Michael Adams3:registry: refactor adding of builtin reg values out
2009-07-15 Michael Adams3:registry: use transaction wrapper in init_registry_d...
2009-07-15 Michael Adams3:registry: add regdb_store_values_internal() that...
2009-07-15 Michael Adams3:registry: add a regdb_fetch_values_internal() that...
2009-07-15 Michael Adams3:registry: use transaction wrapper in init_registry_k...
2009-07-15 Michael Adams3:registry: add db_context argument to init_registry_k...
2009-07-15 Michael Adams3:registry: panic upon error at transaction_cancel...
2009-07-15 Michael Adams3:registry: fix a comment in create_sorted_subkeys()
2009-07-15 Michael Adams3:registry: don't loop transaction_commit in create_so...
2009-07-15 Michael Adams3:registry: in regdb_delete_subkey(), don't use the...
2009-07-15 Michael Adams3:registry: in regdb_delete_subkey(), panic if transac...
2009-07-15 Michael Adams3:registry: panic upon failed transaction_cancel in...
2009-07-15 Michael Adams3:registry: don't use exported transaction wrappers...
2009-07-15 Michael Adams3:registry: create regdb_store_keys_internal() with...
2009-07-15 Michael Adams3:registry: rename regdb_store_keys_internal() to...
2009-07-15 Michael Adams3:registry: create regdb_fetch_keys_internal() with...
2009-07-15 Michael Adams3:registry: add db_context argument to scan_parent_sub...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_fetch_key...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_store_key...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_ke...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_su...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_se...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_va...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_ke...
2009-07-15 Michael Adams3:registry: don't store differently cased entries...
2009-07-15 Michael Adams3:dbwrap_util: add my C
2009-07-15 Michael Adams3:dbwrap: add dbwrap_fetch_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_store_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_delete_bystring_upper()
2009-07-15 Michael Adams3:dbwrap: add a wrapper dbwrap_trans_do()
2009-07-15 Stefan Metzmachers3:smbd: add support for SMB2 SetInfo File*Information
2009-07-15 Stefan Metzmachers3:smbd: implement SMB2 GetInfo with Fs*Information
2009-07-15 Stefan Metzmachers3:smbd: return NT_STATUS_INVALID_INFO_CLASS in SMB2...
2009-07-15 Stefan Metzmachers3:smbd: check quota access against sec_initial_uid...
2009-07-15 Stefan Metzmachers3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead...
2009-07-15 Stefan Metzmachers3:make test: smbtorture from s3 needs to take the...
2009-07-15 Volker LendeckeConsolidate gencache also every 100 writes in a single...
2009-07-15 Volker LendeckeConsolidate string and data_blob routines in gencache
2009-07-15 Volker LendeckeMake gencache more stable
2009-07-15 Volker LendeckeAdd tdb_data_cmp
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2009-07-15 Volker LendeckeFix some nonempty blank lines
2009-07-15 Volker LendeckeRemove gencache_[un]lock_key
2009-07-15 Volker LendeckeTDB_CONTEXT -> "struct tdb_context"
next