gd/samba/.git
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 Metzmachertorture/smb2: add missing new line to the new SMB2...
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 Stefan MetzmacherSMB2-GETINFO: test SMB2_ALL_EAS
2009-07-15 Stefan Metzmachers4:libcli/smb2: add smb2_transport_credits_set_charge...
2009-07-15 Stefan MetzmacherSMB2-CONNECT: unlink the test file at startup
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"
2009-07-15 Volker LendeckeReplace ASSERTs in gencache with "return false"
2009-07-15 Stefan Metzmachertorture/smb2: fix crash bugs in the new SMB2-DIR tests
2009-07-14 Jeremy AllisonChange to talloc_zero_size instead of extra memset.
2009-07-14 Jeremy AllisonWhen tallocing a memory block for the state in a tevent...
2009-07-14 Günther Deschners4-selftest: ok, s4 cant print. add RPC-SPOOLSS-PRINTER...
2009-07-14 Aravindtorture/smb2: Adding SMB2 Directory enumeration torture...
2009-07-14 Günther Deschners3-passdb: fix wbc build warning.
2009-07-14 Volker LendeckeFix bug 5886
2009-07-14 Günther Deschners4-smbtorture: add RPC-SPOOLSS-PRINTER test.
2009-07-14 Günther Deschners4-smbtorture: add some tests to check spoolss_SetPrint...
2009-07-14 Günther Deschners4-smbtorture: restructure test_OpenPrinter_server...
2009-07-14 Björn Jackes3: allow setting the TCP_QUICKACK socket option
2009-07-14 Volker LendeckeAttempt to fix the build
2009-07-14 Volker LendeckeCreate a talloc_stackframe for each file in wildcard...
2009-07-14 Volker LendeckeCreate a correct talloc hierarchy in make_sec_acl()
2009-07-14 Volker LendeckeTALLOC_FREE(sd) in check_open_rights upon an error
2009-07-14 Jeremy AllisonRevert this commit :
2009-07-15 Bo Yangs3: fix build of pdbedit and net_sam. Guenther, please...
2009-07-15 Bo Yangs3: Fix double free in net usershare.
2009-07-15 Bo YangS3: Small fix to get rid of annoying log message.
2009-07-15 Bo Yangs3: Make smbd aware of permission change of usershare...
2009-07-14 Björn Jackes3: make d9c0d58236 better readble and reduce indentation
2009-07-14 Björn Jackes3: don't make same innetgr check twice
2009-07-14 Sumit Boseremove all '\n' from ldb_debug
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-14 Günther Deschners3-account_policy: remove trailing whitespace.
2009-07-14 Günther Deschners3: re-run make idl.
2009-07-14 Günther Deschnersamr: add missing samr_ValidationStatus codes.
2009-07-14 Christian Ambachreject ACLs with DESC_DACL_PROTECTED on GPFS
2009-07-14 Jeremy AllisonMake cli_posix_lock/unlock asynchronous.
2009-07-14 Jeremy AllisonFix set_posix_lock check which had been reversed in...
2009-07-13 Günther Deschners3-pdb_ads: set correct pdb field with the value from...
2009-07-13 Stefan Metzmachers3:net: Fix Bug #6222. Default to DRSUAPI replication...
2009-07-13 Günther Deschners3-rpc_server: pass down full unix token to map_max_all...
2009-07-13 Günther Deschnerlibds: merge the UF<->ACB flag mapping functions.
2009-07-13 Günther Deschnerlibds: share UF_ flags between samba3 and 4.
2009-07-13 Stefan Metzmachers3:smbd: close_file() handles named pipes just fine...
2009-07-13 Stefan Metzmachers3:smbd: make smbd_do_qfsinfo() non static for use...
next