r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argument.
[kamenim/samba.git] / source4 / lib / registry /
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Andrew Tridgellr19400: fixed a valgrind error in the directory registr...
2007-10-10 Simo Sorcer19299: Fix possible memleaks
2007-10-10 Andrew Tridgellr18971: avoid strndup is a few places. Fixes a minor...
2007-10-10 Andrew Tridgellr18584: found one of the fd leaks. The registry backend...
2007-10-10 Gerald Carterr18561: Fix [out] pointers in winreg IDL
2007-10-10 Andrew Tridgellr18328: when we bail out early, set *offset to 0
2007-10-10 Andrew Tridgellr18324: fixed a uninitialised variable
2007-10-10 Andrew Tridgellr18298: fixed mmap failure test
2007-10-10 Stefan Metzmacherr18213: don't list LIBREPLACE depdendecies explicit and
2007-10-10 Andrew Tridgellr18176: reg_util.c needs LIBREPLACE for strndup
2007-10-10 Jelmer Vernooijr18168: Use {NULL} rather than POPT_TABLEEND, which...
2007-10-10 Andrew Tridgellr18130: the move to system/ in libreplace broke some...
2007-10-10 Jelmer Vernooijr18121: Simplify m4 code, hopefully fix Samba4 build...
2007-10-10 Andrew Tridgellr18117: first steps in making samba4 use libreplace
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17773: this macros are unsed, with compiler warnings
2007-10-10 Stefan Metzmacherr17713: fix compiler warnings
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Gerald Carterr16100: Patch from Michael Wood <mwood@icts.uct.ac...
2007-10-10 Jelmer Vernooijr15878: Add explicit initialization to make the IBM...
2007-10-10 Jelmer Vernooijr15877: Fix error message - caught by the IBM checker
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Jelmer Vernooijr15810: Fix uninitialized variable error, caught by...
2007-10-10 Jelmer Vernooijr15807: Fix incorrect initialization. Very nice catch...
2007-10-10 Jelmer Vernooijr15806: Remove some unnecessary nesting making the...
2007-10-10 Jelmer Vernooijr15776: Don't generate ref pointers in Samba4-generated...
2007-10-10 Jelmer Vernooijr15659: Implement opening a key by name (significant...
2007-10-10 Jelmer Vernooijr15458: Fix support for Windows XP-style registry files...
2007-10-10 Jelmer Vernooijr15406: Move 'smbreadline' out of libreplace as it...
2007-10-10 Jelmer Vernooijr15375: Rename readline.h to smbreadline.h avoid clashe...
2007-10-10 Jelmer Vernooijr15370: Fix more dependencies for shared libs
2007-10-10 Jelmer Vernooijr15364: Use global list of predefined keys
2007-10-10 Jelmer Vernooijr15363: Fix dependencies for shared library
2007-10-10 Jelmer Vernooijr15361: Export table of predefined registry keys
2007-10-10 Jelmer Vernooijr15351: Fix tcc compile error
2007-10-10 Jelmer Vernooijr15298: Fix the build using a few hacks in the build...
2007-10-10 Jelmer Vernooijr15295: Fix some dependencies
2007-10-10 Jelmer Vernooijr15274: Drop default EXT_LIB_ prefix for external libra...
2007-10-10 Jelmer Vernooijr15253: Fix dependency on tdr_regf.h
2007-10-10 Jelmer Vernooijr15248: Fix automatic dependencies build
2007-10-10 Jelmer Vernooijr15214: Introduce subsystem-specific CFLAGS to keep...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 James Peachr15186: Introduce ISDOT and ISDOTDOT macros for testing...
2007-10-10 Alexander Bokovoyr15099: An attempt to fix BSD make portability issues...
2007-10-10 Alexander Bokovoyr15036: Add out of tree build support and see how build...
2007-10-10 Andrew Tridgellr14981: fixed a use of a wild ptr in regshell
2007-10-10 Andrew Tridgellr14978: fixed a print of NULL
2007-10-10 Jelmer Vernooijr14906: Move SWIG-specific files to scripting/swig/
2007-10-10 Jelmer Vernooijr14599: Pass ACLs down the registry layer.
2007-10-10 Jelmer Vernooijr14572: Give libraries saner names, remove some .pc...
2007-10-10 Jelmer Vernooijr14554: Write out header dependencies. This means all...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14492: Fix shared libs - set SO_VERSION to 0 everywher...
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Stefan Metzmacherr14374: remove sparse warning
2007-10-10 Jelmer Vernooijr14349: Kill proto.h!
2007-10-10 Jelmer Vernooijr14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VER...
2007-10-10 Andrew Tridgellr14295: make sure we return a valid data blob
2007-10-10 Jelmer Vernooijr14108: Make the Doxyfiles a bit shorter...
2007-10-10 Jelmer Vernooijr14094: Use saner module directory names, fix loading...
2007-10-10 Jelmer Vernooijr13969: Make these names lowercase as well (just like...
2007-10-10 Jelmer Vernooijr13960: Generate makefile rules for installing/removing...
2007-10-10 Jelmer Vernooijr13944: Yet another round of splitups.
2007-10-10 Jelmer Vernooijr13926: More header splitups.
2007-10-10 Stefan Metzmacherr13920: "hidden" visibility is the default...
2007-10-10 Jelmer Vernooijr13903: Don't generate prototypes for modules and binar...
2007-10-10 Jelmer Vernooijr13899: Get the shared library build building again...
2007-10-10 Jelmer Vernooijr13898: Add a subsystem-specific DEFAULT_VISIBILITY...
2007-10-10 Jelmer Vernooijr13855: Docs for the registry library as well
2007-10-10 Jelmer Vernooijr13840: Mark some functions as public.
2007-10-10 Jelmer Vernooijr13655: Use new name of build header
2007-10-10 Jelmer Vernooijr12670: Make a couple of dependencies stricter
2007-10-10 Stefan Metzmacherr12638: fix the build on BSD systems
2007-10-10 Jelmer Vernooijr12624: (hopefully) fix for BSD make after srcdir/build...
2007-10-10 Jelmer Vernooijr12620: Get rid of automatically generated lists of...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Jelmer Vernooijr12523: Convert the registry subsystem to use a seperat...
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Jelmer Vernooijr12500: Use init functions explicitly in a few more...
2007-10-10 Jelmer Vernooijr12499: Move smb_build.h out of includes.h
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Jelmer Vernooijr12494: Support loading modules from .so files for...
2007-10-10 Jelmer Vernooijr12483: Remove --tdr-header option (merged into --tdr...
2007-10-10 Stefan Metzmacherr12385: call pidl with the perl found by configure
2007-10-10 Jelmer Vernooijr12254: Add some (hopefully correct) descriptions for...
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Jelmer Vernooijr12209: Fix some issues with XML entities.
2007-10-10 Tim Potterr11709: Comment out unused function.
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Volker Lendecker11526: And another warning...
2007-10-10 Andrew Tridgellr11476: finally fixed the intermittent registry server...
2007-10-10 Andrew Tridgellr11472: use talloc_get_type() to try to catch an interm...
2007-10-10 Jelmer Vernooijr11382: Require number of required M4 macros
next