summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2010-10-05s3-reg_parse: fix uninitialized variable in srprs_key().Günther Deschner1-1/+1
2010-09-27s3:registry: proposed aix build fix for reg_parse_internalGregor Beck1-1/+1
2010-09-25s3: Fix some 64-bit warningsVolker Lendecke2-4/+6
2010-09-25s3: Fix bug 7470Volker Lendecke1-1/+1
2010-09-23s3:registry: try to fix the build of reg_parse_internal on HP-UXMichael Adam1-1/+1
2010-09-22s3-registry: fix some c++ build warnings.Günther Deschner2-3/+3
2010-09-22s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam2-25/+11
2010-09-22s3-registry: handle registration entries (.reg) filesGregor Beck9-0/+4674
2010-09-21s3:registry: move regio.h from include/ to registry/Michael Adam1-0/+226
2010-09-21s3:registry: move the reg_db.h from include/ to registry/Michael Adam1-0/+32
2010-09-21s3:registry: move prototype from reg_init_smbconf.c to its own header.Michael Adam2-0/+28
2010-09-21s3:registry: move prototype from reg_init_full.c to its own header.Michael Adam2-0/+28
2010-09-21s3:registry: move prototypes from reg_init_basic.c to their own header.Michael Adam4-0/+29
2010-09-21s3:registry: move reg_api_regf prototypes to their own header file.Michael Adam2-0/+36
2010-09-21s3:registry: move the reg_api prototypes to their own header.Michael Adam3-0/+74
2010-09-21s3:registry:reg_api: update (C)Michael Adam1-1/+1
2010-09-21s3:registry: remove now (finally) obsolete reg_util_registry.{c,h}Michael Adam2-97/+0
2010-09-20s3:registry: move prototypes of unused hilvl functions to ret_api_util.h and ...Michael Adam1-0/+11
2010-09-20s3:registry: move (commented out) hilvl util functions to reg_api_util.cMichael Adam2-98/+98
2010-09-20s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam4-56/+119
2010-09-20s3-registry: move regf based reg_api calls into own file.Günther Deschner2-272/+301
2010-09-20s3-registry: add reg_querymultiplevalues to reg_api matching table.Günther Deschner1-2/+2
2010-09-11s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett1-1/+1
2010-09-11s3-privs Call security_token_set_privilege() rather than manual assignmentAndrew Bartlett1-1/+2
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett2-4/+4
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett6-10/+10
2010-08-31s3-auth Rename NT_USER_TOKEN privileges -> privilege_maskAndrew Bartlett1-1/+1
2010-08-31s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett1-1/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner2-0/+2
2010-08-26s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner1-0/+1
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-0/+1
2010-07-27s3-spoolss: Create winprint print processor key.Andreas Schneider1-1/+1
2010-07-27s3-registry: Redirect KEY_CONTROL_PRINTERS to KEY_WINNT_PRINTERS.Andreas Schneider1-1018/+41
2010-07-27s3-registry: Init all needed registry keys for printing.Andreas Schneider2-3/+6
2010-07-16s3-registry: use some prs macros to the only place where they are used.Günther Deschner1-0/+6
2010-07-16Move the remnants of rpc_parse code under registry/Simo Sorce4-0/+971
2010-07-16s3-misc: Move smb_io_time() to regfio.cSimo Sorce1-0/+32
2010-07-02s3-registry: remove 2 byte winreg type limitation.Günther Deschner2-5/+5
2010-07-02s3-registry: allow to read NULL entries (that we allow to store) back from th...Günther Deschner1-6/+2
2010-07-02s3-registry: remove unused reg_util_marshalling code.Günther Deschner3-249/+0
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner1-15/+8
2010-07-01s3-registry: fix malloc/talloc mismatch upon free in reg_enumvalue().Günther Deschner1-1/+1
2010-06-30s3-registry: add reg_querymultiplevalues() to reg_api.Günther Deschner1-0/+50
2010-06-28s3-registry: missed one perflib keyname delimiter.Günther Deschner1-1/+1
2010-06-28s3-registry: fix printing keyname delimiter.Günther Deschner1-8/+8
2010-06-28s3-registry: fix perfmon keyname delimiter.Günther Deschner1-2/+2
2010-06-28s3-registry: Fixed keyname delimiter in KEY_CURRENT_VERSION_NORM.Andreas Schneider1-1/+1
2010-06-25s3:registry: use regdb_store_regdb_version() in regdb_init().Michael Adam1-13/+2
2010-06-25s3:registry: use regdb_store_regdb_version() in regdb_upgrade_v1_to_v2()Michael Adam1-13/+8
2010-06-25s3:registry: add a function regdb_store_regdb_version()Michael Adam1-0/+21