summaryrefslogtreecommitdiffstats
path: root/source3/include/regfio.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-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 interestingJeremy Allison2007-10-181-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 Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r9486: ensure that the registry hash records are sorted by original subkey ↵Gerald Carter2007-10-101-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 treeGerald Carter2007-10-101-0/+222
* removing the testprns tool (This used to be commit 81ffb0dbbbd244623507880c323a3c37e2b8dc4d)