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
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-3
/
+3
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-13
/
+26
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-1
/
+2
2007-10-10
r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...
Simo Sorce
1
-2
/
+2
2007-10-10
r19400: fixed a valgrind error in the directory registry backend (name was
Andrew Tridgell
1
-2
/
+2
2007-10-10
r19299: Fix possible memleaks
Simo Sorce
1
-0
/
+1
2007-10-10
r18971: avoid strndup is a few places. Fixes a minor memory leak, and should
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18584: found one of the fd leaks. The registry backend was using a
Andrew Tridgell
5
-7
/
+10
2007-10-10
r18561: Fix [out] pointers in winreg IDL
Gerald Carter
1
-7
/
+7
2007-10-10
r18328: when we bail out early, set *offset to 0
Andrew Tridgell
1
-0
/
+2
2007-10-10
r18324: fixed a uninitialised variable
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18298: fixed mmap failure test
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18213: don't list LIBREPLACE depdendecies explicit and
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r18176: reg_util.c needs LIBREPLACE for strndup
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
Jelmer Vernooij
4
-4
/
+4
2007-10-10
r18130: the move to system/ in libreplace broke some things ... should be
Andrew Tridgell
1
-0
/
+1
2007-10-10
r18121: Simplify m4 code, hopefully fix Samba4 build problems.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r18117: first steps in making samba4 use libreplace
Andrew Tridgell
1
-4
/
+4
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17773: this macros are unsed, with compiler warnings
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r17713: fix compiler warnings
Stefan Metzmacher
2
-7
/
+7
2007-10-10
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
1
-2
/
+2
2007-10-10
r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...
Gerald Carter
4
-5
/
+5
2007-10-10
r15878: Add explicit initialization to make the IBM checker happy.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15877: Fix error message - caught by the IBM checker
Jelmer Vernooij
1
-4
/
+17
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-4
/
+2
2007-10-10
r15810: Fix uninitialized variable error, caught by the IBM checker.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15806: Remove some unnecessary nesting making the function harder to read.
Jelmer Vernooij
1
-11
/
+15
2007-10-10
r15776: Don't generate ref pointers in Samba4-generated code. There is no point
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15659: Implement opening a key by name (significant better performance
Jelmer Vernooij
1
-2
/
+236
2007-10-10
r15458: Fix support for Windows XP-style registry files and support for large...
Jelmer Vernooij
2
-20
/
+126
2007-10-10
r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15375: Rename readline.h to smbreadline.h avoid clashes with system header.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
2
-4
/
+4
2007-10-10
r15364: Use global list of predefined keys
Jelmer Vernooij
1
-14
/
+2
2007-10-10
r15363: Fix dependencies for shared library
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15361: Export table of predefined registry keys
Jelmer Vernooij
3
-18
/
+23
2007-10-10
r15351: Fix tcc compile error
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
2
-1
/
+2
2007-10-10
r15295: Fix some dependencies
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r15253: Fix dependency on tdr_regf.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15248: Fix automatic dependencies build
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-19
/
+15
2007-10-10
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
James Peach
1
-2
/
+1
2007-10-10
r15099: An attempt to fix BSD make portability issues. With these changes Sam...
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r15036: Add out of tree build support and see how buildfarm will respond to m...
Alexander Bokovoy
1
-4
/
+7
[next]