summaryrefslogtreecommitdiff
path: root/source4/lib/registry/reg_backend_w95
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell1-0/+1
(This used to be commit 70d2090f6bf2c7e0caf1e9c020f330de88871f8e)
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
(This used to be commit 264ce9181089922547e8f6f67116f2d7277a5105)
2007-10-10r3323: more warning reductionsAndrew Tridgell1-9/+0
(This used to be commit 5921587ec26e4892efc678421277e4969417d7f5)
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij1-86/+80
- Samba4-style code in lib/registry (struct registry_key instead of REG_KEY, etc) - Use hives (like Windows has drives) instead of one root key (like a Unix FS) - usability fixes in the GTK utilities (autodetect the username, enable/disable options, etc) - fix gwsam compile - several bugfixes in the registry rpc code - do charset conversion in nt4 registry backend (This used to be commit 2762ed3b9bf1d67dd54d63e02cddbfd71ea89892)
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
metze (This used to be commit 18062d2ed9fc9224c43143c10efbf2f6f1f5bbe0)
2007-10-10r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij1-3/+5
- Clean up rpc backend (possible now that multiple hives are supported) (This used to be commit 8cd1b6bc70510fe576135a66351e9e3ea895c9ff)
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-1/+1
to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze (This used to be commit c78a2ddb28ec50d6570a83b1f66f18a5c3621731)
2007-10-10r355: Fix a bunch of compiler warnings in the registry code.Tim Potter1-6/+9
(This used to be commit 0be7a866dc39e2d63c9c114d0f668287259e7c9e)
2007-10-10r200: fix compile errorsHerb Lewis1-3/+5
(This used to be commit c64132ddc6396a599a2e13b893e8abf1f731478f)
2007-10-10r182: Fix a couple of segfaultsJelmer Vernooij1-0/+4
(This used to be commit db5d7062e69b456a89b17525e5a0177f93c90c83)
2007-10-10r181: Parsing windows '95 registry files now works (including values)Jelmer Vernooij1-42/+183
(This used to be commit 4d6ce648567060b9922343971d7aafd545341439)
2007-10-10r174: Win95 registry files (like USER.DAT) can now be partially parsedJelmer Vernooij1-40/+87
(This used to be commit dd31d3bcbfbb0ef7a96a1b86c1b4c54b650e9fd5)
2007-10-10r168: - Cleanups in rpc backendJelmer Vernooij1-0/+170
- Small fixess in nt4 and dir backends - Start on w95 file backend (This used to be commit aa739e8d3c7108f6f2089af2d8d522feacc7f698)