index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
registry
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4479: added the function talloc_autofree_context() which returns a talloc co...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4475: fixed smbd to work with the small changes in the ldb API (the most imp...
Andrew Tridgell
1
-6
/
+6
2007-10-10
r4390: Registry value and key names are case-insensitive
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r4373: Support setting values and fix a segfault
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons.
Jelmer Vernooij
1
-4
/
+5
2007-10-10
r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...
Jelmer Vernooij
2
-6
/
+36
2007-10-10
r4298: Update to credentials.h after feedback from Andrew Bartlett
Jelmer Vernooij
1
-25
/
+34
2007-10-10
r4213: Store REG_SZ in UTF16, not the unix charset..
Jelmer Vernooij
2
-13
/
+4
2007-10-10
r4209: Fix several smaller bugs
Jelmer Vernooij
7
-67
/
+160
2007-10-10
r4204: Arguments to reg_del_key more like the RPC for more efficient usage
Jelmer Vernooij
7
-192
/
+172
2007-10-10
r4167: Fix CreateKey
Jelmer Vernooij
1
-1
/
+26
2007-10-10
r4166: More small API fixes, keep registry structs as small as possible.
Jelmer Vernooij
7
-39
/
+8
2007-10-10
r4155: More destinction between hives and predefined keys
Jelmer Vernooij
7
-70
/
+67
2007-10-10
r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT
Jelmer Vernooij
3
-12
/
+12
2007-10-10
r4141: Fix crash bug in ldb backend
Jelmer Vernooij
2
-9
/
+9
2007-10-10
r4140: Get rid of close_hive (replace it with talloc destructors).
Jelmer Vernooij
2
-19
/
+25
2007-10-10
r4137: Make *_open_key take a registry_key instead of a hive (more efficient
Jelmer Vernooij
5
-34
/
+41
2007-10-10
r4135: improve a debug message
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4133: Cache results of subkey and value queries
Jelmer Vernooij
1
-26
/
+58
2007-10-10
r4132: - Bunch of rather large fixes in the registry
Jelmer Vernooij
15
-307
/
+416
2007-10-10
r4116: fixed compilation of EnumValue code in winreg rpc backend
Andrew Tridgell
1
-17
/
+13
2007-10-10
r4106: Add full name of two more hives
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r4064: use the same name for type on both ends
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4058: added a type safe version of smb_xmalloc()
Andrew Tridgell
1
-4
/
+4
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
3
-12
/
+12
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
3
-3
/
+3
2007-10-10
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
8
-22
/
+6
2007-10-10
r3734: Fix some incorrect dependencies
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3733: More build system fixes/features:
Jelmer Vernooij
2
-16
/
+6
2007-10-10
r3730: More build system fixes and simplifications
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
6
-12
/
+16
2007-10-10
r3546: including includes.h twice causes gcc 3.4 to crash with pch
Andrew Tridgell
1
-2
/
+0
2007-10-10
r3543: fixed some #include lines to make them more consistent, and fixed
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
Andrew Tridgell
4
-0
/
+4
2007-10-10
r3472: fixed build of reg_backend_gconf
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3464: split out registry.h, rap.h and ldap_server.h
Andrew Tridgell
11
-0
/
+11
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
4
-0
/
+4
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
4
-0
/
+4
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3374: Couple of bug fixes
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r3369: More registry updates
Jelmer Vernooij
1
-3
/
+73
2007-10-10
r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci...
Jelmer Vernooij
6
-13
/
+24
2007-10-10
r3367: More registry updates.
Jelmer Vernooij
3
-3
/
+44
2007-10-10
r3348: More registry fixes and additions. The following functions work right ...
Jelmer Vernooij
3
-7
/
+50
2007-10-10
r3340: Various fixes in the registry code. Implement the EnumKey call
Jelmer Vernooij
3
-3
/
+9
[next]