index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
registry
Commit message (
Expand
)
Author
Age
Files
Lines
*
r7248: Remove enum that is causing trouble on AIX
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r7113: Move manpages from docs repository to source repository
Jelmer Vernooij
2007-10-10
4
-0
/
+479
*
r6951: Fix all calls to setup_logging() that use 'True' as a second argument.
Tim Potter
2007-10-10
4
-4
/
+4
*
r6795: Make some functions static and remove some unused ones.
Jelmer Vernooij
2007-10-10
5
-48
/
+3
*
r6520: Fix unused variable warning.
Tim Potter
2007-10-10
1
-1
/
+1
*
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
2007-10-10
1
-3
/
+3
*
r6045: Couple of small GTK+ fixes
Jelmer Vernooij
2007-10-10
1
-61
/
+60
*
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
2007-10-10
1
-10
/
+4
*
r5928: Use cli_credentials in:
Jelmer Vernooij
2007-10-10
5
-9
/
+8
*
r5917: First step in using the new cli_credentials structure. This patch
Jelmer Vernooij
2007-10-10
4
-5
/
+5
*
r5902: A rather large change...
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r5680: Don't crash if none of the predefined keys is available (reported by A...
Jelmer Vernooij
2007-10-10
1
-2
/
+28
*
r5585: LDB interfaces change:
Simo Sorce
2007-10-10
1
-9
/
+6
*
r5307: removed db_wrap.h from includes.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5303: fixed build of gconf registry backend
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
4
-8
/
+9
*
r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb)
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r5134: - fix types to always use _t types
Stefan Metzmacher
2007-10-10
5
-8
/
+11
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
12
-71
/
+71
*
r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caught
Jelmer Vernooij
2007-10-10
1
-3
/
+4
*
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
2
-2
/
+2
*
r4479: added the function talloc_autofree_context() which returns a talloc co...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4475: fixed smbd to work with the small changes in the ldb API (the most imp...
Andrew Tridgell
2007-10-10
1
-6
/
+6
*
r4390: Registry value and key names are case-insensitive
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r4373: Support setting values and fix a segfault
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons.
Jelmer Vernooij
2007-10-10
1
-4
/
+5
*
r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...
Jelmer Vernooij
2007-10-10
2
-6
/
+36
*
r4298: Update to credentials.h after feedback from Andrew Bartlett
Jelmer Vernooij
2007-10-10
1
-25
/
+34
*
r4213: Store REG_SZ in UTF16, not the unix charset..
Jelmer Vernooij
2007-10-10
2
-13
/
+4
*
r4209: Fix several smaller bugs
Jelmer Vernooij
2007-10-10
7
-67
/
+160
*
r4204: Arguments to reg_del_key more like the RPC for more efficient usage
Jelmer Vernooij
2007-10-10
7
-192
/
+172
*
r4167: Fix CreateKey
Jelmer Vernooij
2007-10-10
1
-1
/
+26
*
r4166: More small API fixes, keep registry structs as small as possible.
Jelmer Vernooij
2007-10-10
7
-39
/
+8
*
r4155: More destinction between hives and predefined keys
Jelmer Vernooij
2007-10-10
7
-70
/
+67
*
r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT
Jelmer Vernooij
2007-10-10
3
-12
/
+12
*
r4141: Fix crash bug in ldb backend
Jelmer Vernooij
2007-10-10
2
-9
/
+9
*
r4140: Get rid of close_hive (replace it with talloc destructors).
Jelmer Vernooij
2007-10-10
2
-19
/
+25
*
r4137: Make *_open_key take a registry_key instead of a hive (more efficient
Jelmer Vernooij
2007-10-10
5
-34
/
+41
*
r4135: improve a debug message
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4133: Cache results of subkey and value queries
Jelmer Vernooij
2007-10-10
1
-26
/
+58
*
r4132: - Bunch of rather large fixes in the registry
Jelmer Vernooij
2007-10-10
15
-307
/
+416
*
r4116: fixed compilation of EnumValue code in winreg rpc backend
Andrew Tridgell
2007-10-10
1
-17
/
+13
*
r4106: Add full name of two more hives
Jelmer Vernooij
2007-10-10
1
-0
/
+4
*
r4064: use the same name for type on both ends
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r4058: added a type safe version of smb_xmalloc()
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
2007-10-10
3
-12
/
+12
*
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
2007-10-10
3
-3
/
+3
*
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.
Jelmer Vernooij
2007-10-10
1
-2
/
+1
[next]