summaryrefslogtreecommitdiffstats
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
...
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-312-0/+2
* s3:registry: add C for substantial changes to reg_objectsMichael Adam2010-05-252-0/+2
* s3:registry:reg_objects: Remove use of uint{8,16,32} in favour of C99 typesMichael Adam2010-05-252-35/+35
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-2513-0/+87
* s3:registry: hide definition of regval_ctr and regval_blob in reg_objects.cMichael Adam2010-05-251-0/+18
* s3:registry: use regval_ctr/blob accessor functoin in reg_eventlog.cMichael Adam2010-05-251-7/+13
* s3:registry: user regval_ctr/blob accessor functions in reg_backend_db.cMichael Adam2010-05-251-10/+10
* s3:registry: use regval_ctr/blob accessor functions in reg_api.cMichael Adam2010-05-251-33/+38
* s3:registry:reg_objects: add regval_ctr_set_seqnum()Michael Adam2010-05-251-0/+11
* s3:registry:reg_objects: add regval_ctr_get_seqnum()Michael Adam2010-05-251-0/+9
* s3:registry:reg_objects: add regval_ctr_init()Michael Adam2010-05-251-0/+17
* s3:registry: move definition of registry_hook to reg_init_full.c - it's only ...Michael Adam2010-05-251-0/+5
* s3:registry: extract registry_pull/push_value prototypes into own headerMichael Adam2010-05-253-0/+34
* s3:registry: rename lib/util_reg_api.c to registry/reg_util_marshalling.cMichael Adam2010-05-251-0/+215
* s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h}Michael Adam2010-05-257-6/+6
* s3:registry: move prototype registry_create_admin_token() to new header reg_u...Michael Adam2010-05-252-0/+27
* s3:registry: move registry_create_admin_token() to new reg_util_token.cMichael Adam2010-05-252-38/+58
* s3:registry: extract reg_eventlog prototypes to header of their ownMichael Adam2010-05-253-0/+31
* s3:registry: extract reg_perfcount prototypes into header of their own.Michael Adam2010-05-255-0/+37
* s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam2010-05-253-0/+46
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-258-0/+48
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-257-38/+38
* s3:registry: fix regval_ctr_addvalue() to take data as uint8 *, not char *.Michael Adam2010-05-251-4/+4
* s3:registry: fix data_p arg of regval_compose to be uint8 * instead of char *Michael Adam2010-05-251-1/+1
* s3:registry: extract the reg_util prototypes into their own header.Michael Adam2010-05-257-0/+35
* s3:registry: extract the reg_util_legacy prototypes into their own header.Michael Adam2010-05-252-0/+46
* s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam2010-05-256-0/+34
* s3:registry: add C to reg_cachehook, confessing considerable changes in 2008Michael Adam2010-05-251-0/+1
* s3: registry: fix query empty valuenamesGregor Beck2010-05-211-1/+1
* s3-secdesc: use SD_REVISION from security.idl.Günther Deschner2010-05-181-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-183-7/+7
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-1/+1
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-186-16/+16
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-1822-0/+23
* s3-libgpo: move group policy protos to where they belong.Günther Deschner2010-05-171-1/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3-spoolss: publish "Monitor" in winreg for drivers.Günther Deschner2010-04-271-0/+1
* s3-spoolss: fix winreg attribute for storing datatype.Günther Deschner2010-04-271-1/+1
* s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner2010-04-094-12/+12
* s3-registry: fix fill_in_printer_values() for datatype and printprocessor.Günther Deschner2010-04-081-2/+2
* s3-registry: make sure root has full registry access (in particular for make ...Günther Deschner2010-03-161-0/+6
* s3:registry-legacy: use talloc_stackframe() instead of NULL in regkey_open_in...Michael Adam2010-03-161-2/+3
* s3: convert registry and printing code to TYPESAFE_QSORT()Andrew Tridgell2010-02-142-5/+4
* s3: Remove unused comparison fn from "struct sorted_tree"Volker Lendecke2010-02-131-1/+1
* s3: SORTED_TREE -> struct sorted_treeVolker Lendecke2010-02-131-2/+2
* s3:registry: eliminate race condition in creating/scanning sorted subkeysMichael Adam2010-02-121-0/+17
* s3-registry: update to use new DLIST macrosAndrew Tridgell2010-02-101-2/+2
* s3: Fix some DEBUG statementsVolker Lendecke2010-02-071-2/+2
* s3: Fix some commentsVolker Lendecke2010-02-071-2/+2