index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
registry
/
reg_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
registry: Don't leave dangling transactions
Volker Lendecke
2014-10-08
1
-1
/
+1
*
s3-registry: fix typo in DEBUG statement.
Günther Deschner
2014-01-07
1
-1
/
+1
*
s3:registry accept windows like long hivenames
Gregor Beck
2013-03-20
1
-3
/
+9
*
s3:registry: untangle assignment from check in reg_enumkey()
Michael Adam
2012-07-05
1
-1
/
+2
*
s3:registry: untangle assignment from check in reg_enumvalue()
Michael Adam
2012-07-05
1
-1
/
+2
*
s3:registry: silence net_deletekey_recursive
Gregor Beck
2012-06-26
1
-4
/
+4
*
s3: Remove an unused variable
Volker Lendecke
2012-04-26
1
-1
/
+0
*
s3:registry: replace call to reg_openkey() in reg_createkey() by accesscheck.
Michael Adam
2012-04-25
1
-8
/
+10
*
s3:registry: remove a superfluous fill_subkey_cache() in reg_createkey()
Michael Adam
2012-04-25
1
-5
/
+0
*
s3:registry: use fill_subkey_cache to check exsistence in regkey_open_oneleve...
Michael Adam
2012-04-25
1
-11
/
+2
*
s3:registry: let fill_subkey_cache return WERR_BADFILE when the subkey list c...
Michael Adam
2012-04-25
1
-1
/
+1
*
s3:registry: convert reg_openkey() to use talloc instead of SMB_STRDUP etc
Michael Adam
2012-04-25
1
-15
/
+12
*
s3:registry untangle an assignment from the check in regkey_open_onelevel()
Michael Adam
2012-04-25
1
-1
/
+2
*
s3:registry: untangle assignment from check in regkey_open_onelevel()
Michael Adam
2012-04-25
1
-1
/
+2
*
s3:registry: wrap reg_deletekey() into a transaction
Michael Adam
2012-04-25
1
-2
/
+25
*
s3:registry: wrap reg_createkey() in a transaction
Michael Adam
2012-04-25
1
-6
/
+30
*
s3:registry: untangle assignments from checks in reg_createkey()
Michael Adam
2012-04-25
1
-2
/
+6
*
s3:registry: wrap reg_deletevalue() in a transaction
Michael Adam
2012-04-25
1
-4
/
+30
*
s3:registry: untangle assignment from check in reg_deletevalue()
Michael Adam
2012-04-25
1
-1
/
+2
*
s3:registry: fix race in reg_setvalue that could lead to data corruption
Michael Adam
2012-04-25
1
-6
/
+33
*
s3:registry: untangle assignment from check and add a debugmessage in reg_set...
Michael Adam
2012-04-25
1
-1
/
+3
*
s3:registry: don't leak the old contents when updating the value cache
Michael Adam
2012-04-25
1
-0
/
+1
*
s3:registry:reg_api: fix reg_queryvalue to not fail when values are modified ...
Michael Adam
2012-04-25
1
-1
/
+45
*
s3:registry: enhance debugging of deletekey_recursive
Michael Adam
2011-08-15
1
-0
/
+14
*
s3:registry avoid updating keys which are going to be deleted in
Gregor Beck
2011-08-08
1
-23
/
+34
*
s3:registry avoid leaking an old regsubkey_ctr on regsubkey_ctr_init
Gregor Beck
2011-07-14
1
-0
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
s3-registry: remove some unused headers.
Günther Deschner
2011-03-18
1
-1
/
+0
*
s3-amend: Don't overwrite existing values
Volker Lendecke
2011-02-15
1
-0
/
+10
*
s3:registry: in deletekey_recursive, fix return code upon error.
Michael Adam
2011-01-30
1
-3
/
+10
*
s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive
Michael Adam
2010-09-22
1
-21
/
+9
*
s3:registry: move the reg_api prototypes to their own header.
Michael Adam
2010-09-21
1
-0
/
+1
*
s3:registry:reg_api: update (C)
Michael Adam
2010-09-21
1
-1
/
+1
*
s3:registry: move (commented out) hilvl util functions to reg_api_util.c
Michael Adam
2010-09-20
1
-98
/
+0
*
s3:registry: move higher level function reg_open_path to new module reg_api_util
Michael Adam
2010-09-20
1
-56
/
+0
*
s3-registry: move regf based reg_api calls into own file.
Günther Deschner
2010-09-20
1
-272
/
+0
*
s3-registry: add reg_querymultiplevalues to reg_api matching table.
Günther Deschner
2010-09-20
1
-2
/
+2
*
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
2010-09-11
1
-5
/
+5
*
s3-registry: remove unused reg_util_marshalling code.
Günther Deschner
2010-07-02
1
-1
/
+0
*
s3-registry: avoid using registry_value union.
Günther Deschner
2010-07-02
1
-15
/
+8
*
s3-registry: fix malloc/talloc mismatch upon free in reg_enumvalue().
Günther Deschner
2010-07-01
1
-1
/
+1
*
s3-registry: add reg_querymultiplevalues() to reg_api.
Günther Deschner
2010-06-30
1
-0
/
+50
*
s3-registry: Convert registry key delimiter from slash to backslash.
Andreas Schneider
2010-06-25
1
-10
/
+0
*
s3-build: only use ndr_security.h where needed.
Günther Deschner
2010-05-31
1
-0
/
+1
*
s3:registry: move reg_objects.h to registry/ and use it only where needed
Michael Adam
2010-05-25
1
-0
/
+1
*
s3:registry: use regval_ctr/blob accessor functions in reg_api.c
Michael Adam
2010-05-25
1
-33
/
+38
*
s3:registry: extract registry_pull/push_value prototypes into own header
Michael Adam
2010-05-25
1
-0
/
+1
*
s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h}
Michael Adam
2010-05-25
1
-1
/
+1
*
s3:registry: extraxt the reg_dispatcher prototypes into their own header.
Michael Adam
2010-05-25
1
-0
/
+1
[next]