summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15351: Fix tcc compile errorJelmer Vernooij1-1/+2
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2-1/+2
2007-10-10r15295: Fix some dependenciesJelmer Vernooij1-2/+3
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij2-2/+2
2007-10-10r15253: Fix dependency on tdr_regf.hJelmer Vernooij1-0/+1
2007-10-10r15248: Fix automatic dependencies buildJelmer Vernooij1-1/+0
2007-10-10r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.Jelmer Vernooij1-1/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-19/+15
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-1/+1
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach1-2/+1
2007-10-10r15099: An attempt to fix BSD make portability issues. With these changes Sam...Alexander Bokovoy1-1/+1
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to m...Alexander Bokovoy1-4/+7
2007-10-10r14981: fixed a use of a wild ptr in regshellAndrew Tridgell1-3/+3
2007-10-10r14978: fixed a print of NULLAndrew Tridgell1-1/+1
2007-10-10r14906: Move SWIG-specific files to scripting/swig/Jelmer Vernooij1-0/+3
2007-10-10r14599: Pass ACLs down the registry layer.Jelmer Vernooij10-18/+29
2007-10-10r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij1-5/+5
2007-10-10r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij2-2/+2
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij5-0/+7
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-1/+1
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-1/+0
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r14374: remove sparse warningStefan Metzmacher1-1/+1
2007-10-10r14349: Kill proto.h!Jelmer Vernooij1-0/+1
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r14295: make sure we return a valid data blobAndrew Tridgell1-1/+1
2007-10-10r14108: Make the Doxyfiles a bit shorter...Jelmer Vernooij1-1211/+6
2007-10-10r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij1-0/+1
2007-10-10r13969: Make these names lowercase as well (just like they are now in the bui...Jelmer Vernooij1-1/+1
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-13/+13
2007-10-10r13944: Yet another round of splitups.Jelmer Vernooij5-1/+5
2007-10-10r13926: More header splitups.Jelmer Vernooij1-1/+1
2007-10-10r13920: "hidden" visibility is the default...Stefan Metzmacher1-1/+0
2007-10-10r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij1-0/+1
2007-10-10r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij2-18/+18
2007-10-10r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be usedJelmer Vernooij1-0/+1
2007-10-10r13855: Docs for the registry library as wellJelmer Vernooij5-13/+1310
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij3-3/+3
2007-10-10r13655: Use new name of build headerJelmer Vernooij1-1/+1
2007-10-10r12670: Make a couple of dependencies stricterJelmer Vernooij1-0/+1
2007-10-10r12638: fix the build on BSD systemsStefan Metzmacher1-3/+5
2007-10-10r12624: (hopefully) fix for BSD make after srcdir/builddir changesJelmer Vernooij1-3/+3
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij5-12/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij5-9/+0
2007-10-10r12592: Remove some useless dependenciesJelmer Vernooij1-4/+4
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2-11/+11
2007-10-10r12523: Convert the registry subsystem to use a seperate prototype headerJelmer Vernooij2-0/+3
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-2/+1