Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:registry: move regio.h from include/ to registry/ | Michael Adam | 2010-09-21 | 1 | -226/+0 |
| | |||||
* | s3:registry: regfio fix the build | Michael Adam | 2010-09-21 | 1 | -0/+1 |
| | |||||
* | Move the remnants of rpc_parse code under registry/ | Simo Sorce | 2010-07-16 | 1 | -0/+1 |
| | | | | | | | | The registry code is the only last user of this code. Move everything under registry/ and hope someone will get rid od it completely from there in the future. Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 2010-05-18 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s3-registry: only include registry headers when really needed. | Günther Deschner | 2010-05-18 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. | Michael Adam | 2009-04-27 | 1 | -1/+1 |
| | | | | | | | This paves the way for hiding the typedef and the implementation from the surface. Michael | ||||
* | s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr" | Michael Adam | 2009-02-26 | 1 | -1/+1 |
| | | | | | | | This paves the way for hiding the typedef and the implementation from the surface. Michael | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -1/+1 |
| | | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | ||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227) | ||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | ||||
* | r9486: ensure that the registry hash records are sorted by original subkey ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+1 |
| | | | | | | name and not the 4 character hash key (This used to be commit 8d347561919ded19b1e7096aceb119c66f461c61) | ||||
* | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 2007-10-10 | 1 | -0/+222 |
* removing the testprns tool (This used to be commit 81ffb0dbbbd244623507880c323a3c37e2b8dc4d) |