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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4327: add usefull function if you don't want that the data will talloc_memdu...
Stefan Metzmacher
1
-0
/
+7
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
r4282: removed a spurious error message now we remove index entries in the mo...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4281: fixed an ldb indexing bug in ldb found by volker.
Andrew Tridgell
3
-8
/
+19
2007-10-10
r4267: fixed the charset code to use the builtin_functions.
Andrew Tridgell
1
-12
/
+20
2007-10-10
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
1
-0
/
+13
2007-10-10
r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling in
Andrew Tridgell
1
-0
/
+1
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
r4197: Remove silly extra const.
Tim Potter
2
-2
/
+2
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
r4124: include locale.h to get LC_ALL in include/system/iconv.h
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4123: set locale to C to ensure ascii string functions work
Andrew Tridgell
1
-0
/
+11
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
r4071: - ldap does allow adding additional attribute values with a modify
Andrew Tridgell
3
-4
/
+12
2007-10-10
r4064: use the same name for type on both ends
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
2
-6
/
+6
2007-10-10
r4059: moved the ldb -o option parsing to a common routine
Andrew Tridgell
9
-84
/
+36
2007-10-10
r4058: added a type safe version of smb_xmalloc()
Andrew Tridgell
2
-5
/
+5
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
10
-26
/
+25
2007-10-10
r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()
Andrew Tridgell
4
-30
/
+5
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-0
/
+17
2007-10-10
r4045: readd krb5 support defaulted to disable
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r4040: sorry today is not my day...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4039: added a test for an element > 128 bytes in length, to ensure we test
Andrew Tridgell
1
-0
/
+3
2007-10-10
r4038: fix sign/unsign bug I introduced in -r 4022
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
4
-4
/
+4
2007-10-10
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4027: add a useful function for debugging
Stefan Metzmacher
1
-0
/
+18
2007-10-10
r4022: fix compiler warnings
Stefan Metzmacher
4
-6
/
+7
2007-10-10
r4010: fixed parsing of null attributes in the ldb ldif parser
Andrew Tridgell
2
-2
/
+7
2007-10-10
r3976: changed NBENCH to use the same recording method as the latest dbench,
Andrew Tridgell
1
-2
/
+21
2007-10-10
r3972: use GUID_* naming context and move GUID_* functions to one place
Stefan Metzmacher
4
-69
/
+6
2007-10-10
r3968: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3965: fix compiler warnings
Stefan Metzmacher
1
-3
/
+1
2007-10-10
r3964: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3961: - fix compiler warnings
Stefan Metzmacher
2
-7
/
+3
2007-10-10
r3960: fix compiler warnings
Stefan Metzmacher
2
-3
/
+2
[next]