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
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
2007-10-10
r3926: fix compiler warnings
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r3898: Work towards local/server DCOM support, start working
Jelmer Vernooij
6
-14
/
+177
2007-10-10
r3897: add a locking infrastructure
Simo Sorce
6
-18
/
+111
2007-10-10
r3891: Add rot (Running Object Table) interface
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.
Jelmer Vernooij
3
-4
/
+34
2007-10-10
r3810: create a LIB_SECURITY subsystem
Stefan Metzmacher
3
-139
/
+1
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
34
-137
/
+354
2007-10-10
r3782: use ldb_ namespace
Stefan Metzmacher
2
-3
/
+3
2007-10-10
r3760: mention -o switch in help message
Simo Sorce
5
-0
/
+10
2007-10-10
r3757: Some fixes for ldb_ldap
Simo Sorce
7
-8
/
+11
2007-10-10
r3755: add missing files
Simo Sorce
4
-0
/
+758
2007-10-10
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
17
-290
/
+487
2007-10-10
r3753: Have some modules default to "NOT" and enable them again when
Jelmer Vernooij
2
-0
/
+3
2007-10-10
r3750: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3744: Support building subsystems as a shared library. Modules don't work yet,
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3743: auto-support the RH schema location as well
Andrew Tridgell
1
-0
/
+4
[next]