summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-08s3:registry avoid updating keys which are going to be deleted inGregor Beck1-1/+1
2010-09-21s3:registry: move prototype from reg_init_smbconf.c to its own header.Michael Adam1-5/+0
2010-09-21s3:registry: move prototype from reg_init_full.c to its own header.Michael Adam1-4/+0
2010-09-21s3:registry: move prototypes from reg_init_basic.c to their own header.Michael Adam1-5/+0
2010-09-21s3:registry: move reg_api_regf prototypes to their own header file.Michael Adam1-5/+0
2010-09-21s3:registry: move the reg_api prototypes to their own header.Michael Adam1-47/+0
2010-09-20s3:registry: move prototypes of unused hilvl functions to ret_api_util.h and ...Michael Adam1-7/+0
2010-09-20s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam1-3/+0
2010-09-20s3-registry: move regf based reg_api calls into own file.Günther Deschner1-2/+5
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett1-1/+1
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett1-5/+5
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-0/+2
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner1-21/+1
2010-06-30s3-registry: add reg_querymultiplevalues() to reg_api.Günther Deschner1-0/+6
2010-05-25s3:registry: add comment header block to registry.hMichael Adam1-0/+22
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-2/+0
2010-05-25s3:registry: move non-reg_objects definitions from reg_objects.h to registry.hMichael Adam1-0/+125
2010-05-25s3:registry: extract registry_pull/push_value prototypes into own headerMichael Adam1-10/+0
2010-05-25s3:registry: move prototype registry_create_admin_token() to new header reg_u...Michael Adam1-2/+0
2010-05-25s3:registry: extract reg_eventlog prototypes to header of their ownMichael Adam1-6/+0
2010-05-25s3:registry: extract reg_perfcount prototypes into header of their own.Michael Adam1-10/+0
2010-05-25s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam1-22/+0
2010-05-25s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam1-18/+0
2010-05-25s3:registry: extract the reg_util prototypes into their own header.Michael Adam1-8/+0
2010-05-25s3:registry: remove superfluous comments from registry.hMichael Adam1-28/+0
2010-05-25s3:registry: extract the reg_util_legacy prototypes into their own header.Michael Adam1-8/+0
2010-05-25s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam1-8/+0
2010-05-25s3:registry: protect registry.h from multiple inclusionMichael Adam1-0/+4
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+188