s3:services_db: untanlge assignments from check in read_init_file().
[amitay/samba.git] / source3 / registry /
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Michael Adams3:registry: move prototypes of unused hilvl functions...
2010-09-20 Michael Adams3:registry: move (commented out) hilvl util functions...
2010-09-20 Michael Adams3:registry: move higher level function reg_open_path...
2010-09-20 Günther Deschners3-registry: move regf based reg_api calls into own...
2010-09-20 Günther Deschners3-registry: add reg_querymultiplevalues to reg_api...
2010-09-11 Andrew Bartletts3-privs Convert from user_has_privileges() -> security...
2010-09-11 Andrew Bartletts3-privs Call security_token_set_privilege() rather...
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN privileges -> privilege_mask
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-25 Günther Deschners3-dcerpc: only include rpc_dce.h where needed.
2010-07-30 Günther Deschners3-build: avoid to globally include printing and spools...
2010-07-27 Andreas Schneiders3-spoolss: Create winprint print processor key.
2010-07-27 Andreas Schneiders3-registry: Redirect KEY_CONTROL_PRINTERS to KEY_WINNT...
2010-07-27 Andreas Schneiders3-registry: Init all needed registry keys for printing.
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Günther Deschners3-registry: use some prs macros to the only place...
2010-07-15 Simo SorceMove the remnants of rpc_parse code under registry/
2010-07-15 Simo Sorces3-misc: Move smb_io_time() to regfio.c
2010-07-02 Günther Deschners3-registry: remove 2 byte winreg type limitation.
2010-07-02 Günther Deschners3-registry: allow to read NULL entries (that we allow...
2010-07-02 Günther Deschners3-registry: remove unused reg_util_marshalling code.
2010-07-02 Günther Deschners3-registry: avoid using registry_value union.
2010-06-30 Günther Deschners3-registry: fix malloc/talloc mismatch upon free in...
2010-06-30 Günther Deschners3-registry: add reg_querymultiplevalues() to reg_api.
2010-06-28 Günther Deschners3-registry: missed one perflib keyname delimiter.
2010-06-28 Günther Deschners3-registry: fix printing keyname delimiter.
2010-06-28 Günther Deschners3-registry: fix perfmon keyname delimiter.
2010-06-28 Andreas Schneiders3-registry: Fixed keyname delimiter in KEY_CURRENT_VER...
2010-06-25 Michael Adams3:registry: use regdb_store_regdb_version() in regdb_i...
2010-06-25 Michael Adams3:registry: use regdb_store_regdb_version() in regdb_u...
2010-06-25 Michael Adams3:registry: add a function regdb_store_regdb_version()
2010-06-25 Michael Adams3:registry: rename regdb_upgrade_to_version_2() -...
2010-06-25 Michael Adams3:registry: improve logic of upgrade code in regdb_init()
2010-06-25 Michael Adams3:registry: fix some debug messages in regdb_ini()
2010-06-25 Andreas Schneiders3-registry: Convert registry key delimiter from slash...
2010-06-25 Andreas Schneiders3-registry: Added a db upgrade function to normalize...
2010-06-24 Michael Adams3:registry: remove unused function normalize_dbkey()
2010-06-24 Michael Adams3:registry: use normalize_reg_path() in regdb_set_secd...
2010-06-24 Michael Adams3:registry: use normalize_reg_path() in regdb_get_secd...
2010-06-03 Günther Deschners3-build: only include generated spoolss headers (not...
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-25 Michael Adams3:registry: add C for substantial changes to reg_objects
2010-05-25 Michael Adams3:registry:reg_objects: Remove use of uint{8,16,32...
2010-05-25 Michael Adams3:registry: move reg_objects.h to registry/ and use...
2010-05-25 Michael Adams3:registry: hide definition of regval_ctr and regval_b...
2010-05-25 Michael Adams3:registry: use regval_ctr/blob accessor functoin...
2010-05-25 Michael Adams3:registry: user regval_ctr/blob accessor functions...
2010-05-25 Michael Adams3:registry: use regval_ctr/blob accessor functions...
2010-05-25 Michael Adams3:registry:reg_objects: add regval_ctr_set_seqnum()
2010-05-25 Michael Adams3:registry:reg_objects: add regval_ctr_get_seqnum()
2010-05-25 Michael Adams3:registry:reg_objects: add regval_ctr_init()
2010-05-25 Michael Adams3:registry: move definition of registry_hook to reg_in...
2010-05-25 Michael Adams3:registry: extract registry_pull/push_value prototype...
2010-05-25 Michael Adams3:registry: rename lib/util_reg_api.c to registry...
2010-05-25 Michael Adams3:registry: rename reg_util.{c,h} to reg_util_internal...
2010-05-25 Michael Adams3:registry: move prototype registry_create_admin_token...
2010-05-25 Michael Adams3:registry: move registry_create_admin_token() to...
2010-05-25 Michael Adams3:registry: extract reg_eventlog prototypes to header...
2010-05-25 Michael Adams3:registry: extract reg_perfcount prototypes into...
2010-05-25 Michael Adams3:registry: extraxt the reg_dispatcher prototypes...
2010-05-25 Michael Adams3:registry: extract the reg_backend_db prototypes...
2010-05-25 Michael Adams3:registry: adapt callers of regval_ctr_addvalue to...
2010-05-25 Michael Adams3:registry: fix regval_ctr_addvalue() to take data...
2010-05-25 Michael Adams3:registry: fix data_p arg of regval_compose to be...
2010-05-25 Michael Adams3:registry: extract the reg_util prototypes into their...
2010-05-25 Michael Adams3:registry: extract the reg_util_legacy prototypes...
2010-05-25 Michael Adams3:registry: extract the reg_cachehook prototypes into...
2010-05-25 Michael Adams3:registry: add C to reg_cachehook, confessing conside...
2010-05-20 Gregor Becks3: registry: fix query empty valuenames
2010-05-18 Günther Deschners3-secdesc: use SD_REVISION from security.idl.
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_acl SEC_ACL".
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_ace SEC_ACE".
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-17 Günther Deschners3-registry: only include registry headers when really...
2010-05-17 Günther Deschners3-libgpo: move group policy protos to where they belong.
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-27 Günther Deschners3-spoolss: publish "Monitor" in winreg for drivers.
2010-04-27 Günther Deschners3-spoolss: fix winreg attribute for storing datatype.
2010-04-09 Günther Deschners3: add iconv_convenience handle to pull/push sz helpers.
2010-04-08 Günther Deschners3-registry: fix fill_in_printer_values() for datatype...
2010-03-16 Günther Deschners3-registry: make sure root has full registry access...
2010-03-15 Michael Adams3:registry-legacy: use talloc_stackframe() instead...
2010-02-14 Andrew Tridgells3: convert registry and printing code to TYPESAFE_QSORT()
2010-02-13 Volker Lendeckes3: Remove unused comparison fn from "struct sorted_tree"
2010-02-13 Volker Lendeckes3: SORTED_TREE -> struct sorted_tree
2010-02-12 Michael Adams3:registry: eliminate race condition in creating/scann...
2010-02-10 Andrew Tridgells3-registry: update to use new DLIST macros
2010-02-07 Volker Lendeckes3: Fix some DEBUG statements
2010-02-07 Volker Lendeckes3: Fix some comments
2010-02-07 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-25 Karolin Seegers3/registry: Fix typo in comment.
2010-01-22 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-22 Volker Lendeckes3: Fix a typo in a comment
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
next