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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11476: finally fixed the intermittent registry server bug! This has been
Andrew Tridgell
1
-1
/
+0
2007-10-10
r10604: Put in the new registry "patchfile" code (similar to ldif
Jelmer Vernooij
1
-18
/
+22
2007-10-10
r10207: Add some const
Jelmer Vernooij
1
-17
/
+12
2007-10-10
r10026: Move registry header file to lib/registry
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r10020: Support for malloc / realloc / free in HBIN blocks
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r10016: Support reading security descriptors on keys.
Jelmer Vernooij
1
-0
/
+9
2007-10-10
r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.
Jelmer Vernooij
2
-27
/
+17
2007-10-10
r9503: removed duplicate REG_* defines from registry.h now that they are
Andrew Tridgell
1
-0
/
+1
2007-10-10
r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to
Tim Potter
2
-6
/
+0
2007-10-10
r6795: Make some functions static and remove some unused ones.
Jelmer Vernooij
2
-45
/
+0
2007-10-10
r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb)
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r5134: - fix types to always use _t types
Stefan Metzmacher
2
-8
/
+8
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2
-12
/
+12
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4479: added the function talloc_autofree_context() which returns a talloc co...
Andrew Tridgell
1
-1
/
+1
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
r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r4213: Store REG_SZ in UTF16, not the unix charset..
Jelmer Vernooij
1
-6
/
+4
2007-10-10
r4209: Fix several smaller bugs
Jelmer Vernooij
2
-11
/
+65
2007-10-10
r4204: Arguments to reg_del_key more like the RPC for more efficient usage
Jelmer Vernooij
2
-150
/
+92
2007-10-10
r4166: More small API fixes, keep registry structs as small as possible.
Jelmer Vernooij
1
-9
/
+4
2007-10-10
r4155: More destinction between hives and predefined keys
Jelmer Vernooij
1
-31
/
+30
2007-10-10
r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT
Jelmer Vernooij
1
-10
/
+10
2007-10-10
r4141: Fix crash bug in ldb backend
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r4140: Get rid of close_hive (replace it with talloc destructors).
Jelmer Vernooij
1
-12
/
+15
2007-10-10
r4137: Make *_open_key take a registry_key instead of a hive (more efficient
Jelmer Vernooij
1
-7
/
+3
2007-10-10
r4135: improve a debug message
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4132: - Bunch of rather large fixes in the registry
Jelmer Vernooij
1
-104
/
+78
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
1
-15
/
+0
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
1
-12
/
+5
2007-10-10
r3464: split out registry.h, rap.h and ldap_server.h
Andrew Tridgell
2
-0
/
+2
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
r3374: Couple of bug fixes
Jelmer Vernooij
1
-1
/
+1
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
1
-4
/
+8
2007-10-10
r3367: More registry updates.
Jelmer Vernooij
1
-3
/
+30
2007-10-10
r3348: More registry fixes and additions. The following functions work right ...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3340: Various fixes in the registry code. Implement the EnumKey call
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r2913: - Don't print hive name if it is NULL (regtree)
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r2897: Fix double registration (of the registry subsystem) bug
Jelmer Vernooij
1
-16
/
+24
2007-10-10
r2672: don't call a variable "dup" as that conflicts with a standard system c...
Andrew Tridgell
1
-3
/
+3
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2518: Some long overdue changes:
Jelmer Vernooij
4
-668
/
+244
2007-10-10
r2257: Tab completion support in regshell (complete command names and key names
Jelmer Vernooij
1
-0
/
+10
2007-10-10
r2254: Fix a couple of compiler warnings...
Jelmer Vernooij
2
-5
/
+4
[next]