s3-spoolss: use SPOOLSS_ARCHITECTURE_ALL in driver enum server code.
[ira/wip.git] / source3 / registry /
2009-12-08 Günther Deschners3-spoolss: use driver level info8 everywhere in spools...
2009-11-29 Volker Lendeckes3: "regf_hbin_allocate" only looks at the size
2009-11-29 Volker Lendeckes3: "read_block" only looks at the size
2009-11-29 Volker Lendeckes3: "write_block" does not use the sbuf at all
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-23 Günther Deschners3-printing: use spoolss types and structs while gettin...
2009-11-03 Michael Adams3:registry: add an extra check for dsize==0 to regdb_f...
2009-11-03 Michael Adams3:registry: add safety check for return value of tdb_u...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-01 Günther Deschners3-perfcount: more cleanup.
2009-10-01 Günther Deschners3-perfcount: only pass down prs_struct when really...
2009-10-01 Günther Deschners3: add perfcount idl and generated files.
2009-10-01 Günther Deschners3-printing: more use of pull_reg_sz().
2009-10-01 Günther Deschners3-registry: use pull_reg_sz() where appropriate.
2009-09-30 Günther Deschners3-registry: add regval_ctr_addvalue_multi_sz.
2009-09-29 Günther Deschners3: remove unused regval_convert_multi_sz().
2009-09-29 Günther Deschners3: remove unused regval_build_multi_sz().
2009-09-29 Günther Deschners3-registry: use pull_reg_multi_sz().
2009-09-29 Günther Deschners3: use push_reg_multi_sz().
2009-09-29 Günther Deschners3-registry: use regval_ctr_addvalue_sz().
2009-09-29 Günther Deschners3-registry: add regval_ctr_addvalue_sz.
2009-09-29 Günther Deschners3-registry: use push_reg_sz().
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
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-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-06 Günther Deschners3-printing: fix debug statement in virtual registry...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_OPS by struct...
2009-04-27 Michael Adams3:registry replace typedef REGISTRY_HOOK by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_KEY by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_VALUE by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGVAL_CTR by struct regva...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Jelmer Vernooijs3: Use common security_descriptor_equal().
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Günther Deschners3-secdesc: move all winreg access bits to IDL.
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-17 Michael Adams3:registry: Prevent creation of keys containing the...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'copyright' of /home/jelmer/samba4
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-25 Günther Deschners3-registry: remove last sec_io_desc() caller.
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-17 Günther Deschners3-spoolss: rename construct_dev_mode_new to construct_...
2009-03-17 Günther Deschners3-spoolss/registry: use libndr to push a spoolss_Devic...
2009-03-17 Günther Deschners3-spoolss/registry: use marshall_sec_desc in fill_in_p...
2009-03-17 Günther Deschners3-spoolss: move SYSTEMTIME parsing to a more generic...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-27 Volker LendeckeUse talloc_tos() in regkey_access_check()
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...
next