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
r14981: fixed a use of a wild ptr in regshell
Andrew Tridgell
1
-3
/
+3
2007-10-10
r14978: fixed a print of NULL
Andrew Tridgell
1
-1
/
+1
2007-10-10
r14906: Move SWIG-specific files to scripting/swig/
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r14599: Pass ACLs down the registry layer.
Jelmer Vernooij
10
-18
/
+29
2007-10-10
r14572: Give libraries saner names, remove some .pc files, make some things
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r14554: Write out header dependencies. This means all C files affected will be
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
5
-0
/
+7
2007-10-10
r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14470: Remove some unnecessary headers.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14374: remove sparse warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14349: Kill proto.h!
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r14295: make sure we return a valid data blob
Andrew Tridgell
1
-1
/
+1
2007-10-10
r14108: Make the Doxyfiles a bit shorter...
Jelmer Vernooij
1
-1211
/
+6
2007-10-10
r14094: Use saner module directory names, fix loading of server service modules.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13969: Make these names lowercase as well (just like they are now in the bui...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
1
-13
/
+13
2007-10-10
r13944: Yet another round of splitups.
Jelmer Vernooij
5
-1
/
+5
2007-10-10
r13926: More header splitups.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13920: "hidden" visibility is the default...
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13899: Get the shared library build building again. Just compiles for now,
Jelmer Vernooij
2
-18
/
+18
2007-10-10
r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13855: Docs for the registry library as well
Jelmer Vernooij
5
-13
/
+1310
2007-10-10
r13840: Mark some functions as public.
Jelmer Vernooij
3
-3
/
+3
2007-10-10
r13655: Use new name of build header
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12638: fix the build on BSD systems
Stefan Metzmacher
1
-3
/
+5
2007-10-10
r12624: (hopefully) fix for BSD make after srcdir/builddir changes
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
5
-12
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
5
-9
/
+0
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
2
-11
/
+11
2007-10-10
r12523: Convert the registry subsystem to use a seperate prototype header
Jelmer Vernooij
2
-0
/
+3
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...
Jelmer Vernooij
5
-1
/
+8
2007-10-10
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
5
-0
/
+5
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
1
-10
/
+9
2007-10-10
r12494: Support loading modules from .so files for most subsystems.
Jelmer Vernooij
2
-0
/
+14
2007-10-10
r12483: Remove --tdr-header option (merged into --tdr-parser)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12385: call pidl with the perl found by configure
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12254: Add some (hopefully correct) descriptions for libraries that are inst...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb
Andrew Bartlett
1
-1
/
+2
2007-10-10
r12209: Fix some issues with XML entities.
Jelmer Vernooij
4
-13
/
+4
2007-10-10
r11709: Comment out unused function.
Tim Potter
1
-0
/
+4
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-11
/
+25
2007-10-10
r11526: And another warning...
Volker Lendecke
1
-1
/
+1
[next]