Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-25 | s3:registry: add a new function regval_ctr_value_byname() | Michael Adam | 1 | -0/+2 | |
This is like regval_ctr_key_exists() but does not return bool, but the regval_blob instead, if found, and NULL if not found. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-25 | s3:registry: rename regval_ctr_key_exists() to regval_ctr_value_exists() | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-02-17 | s3-registry Remove unused dup_registry_value() and free_registry_value() | Andrew Bartlett | 1 | -2/+0 | |
2010-07-02 | s3-registry: remove 2 byte winreg type limitation. | Günther Deschner | 1 | -2/+2 | |
We already pull and push 4 byte winreg type in the registry.tdb, we were just not using full 4 bytes within the reg_object functions. With this change we finally pass the set extended value torture test. Guenther | |||||
2010-05-25 | s3:registry: add C for substantial changes to reg_objects | Michael Adam | 1 | -0/+1 | |
2010-05-25 | s3:registry:reg_objects: Remove use of uint{8,16,32} in favour of C99 types | Michael Adam | 1 | -10/+10 | |
2010-05-25 | s3:registry: move reg_objects.h to registry/ and use it only where needed | Michael Adam | 1 | -0/+75 | |
Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code. |