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
/
build
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r12589: Add missing newline.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12523: Convert the registry subsystem to use a seperate prototype header
Jelmer Vernooij
2
-7
/
+15
2007-10-10
r12520: Add support for --help to mkproto.pl
Jelmer Vernooij
4
-6
/
+32
2007-10-10
r12513: Similar change as my previous commit, but now for transfer syntaxes.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
1
-3
/
+0
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
3
-15
/
+5
2007-10-10
r12494: Support loading modules from .so files for most subsystems.
Jelmer Vernooij
5
-13
/
+38
2007-10-10
r12450: Move generation of proto and full object lists to makefile.pm. 'make'...
Jelmer Vernooij
4
-27
/
+37
2007-10-10
r12379: export the detected perl
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12325: - remove the hostcc object files with make clean
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12301: FHS 2.2 says that /var/cache/* contains only cached data, which can w...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12266: add --with-libdir option to overwrite the result that is set by --wit...
Stefan Metzmacher
1
-0
/
+13
2007-10-10
r12254: Add some (hopefully correct) descriptions for libraries that are inst...
Jelmer Vernooij
1
-1
/
+6
2007-10-10
r12253: Automatically build seperate binaries without -rpath to install when
Jelmer Vernooij
5
-56
/
+80
2007-10-10
r12219: Use some more common functions
Jelmer Vernooij
2
-36
/
+26
2007-10-10
r12218: Use common functions for generating lists
Jelmer Vernooij
1
-41
/
+27
2007-10-10
r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers
Jelmer Vernooij
8
-47
/
+39
2007-10-10
r12209: Fix some issues with XML entities.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12208: Remove obsolete scons directory
Jelmer Vernooij
7
-210
/
+0
2007-10-10
r11481: Disable pre-linking on VMS
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r11417: Add TODO for the build system
Jelmer Vernooij
1
-0
/
+12
2007-10-10
r11388: Move dot-generating to a seperate perl executable
Jelmer Vernooij
3
-28
/
+32
2007-10-10
r11382: Require number of required M4 macros
Jelmer Vernooij
4
-53
/
+27
2007-10-10
r11377: Add support for building LIBRARY elements as shared libraries:
Jelmer Vernooij
6
-36
/
+76
2007-10-10
r11311: Move some more logic to env
Jelmer Vernooij
3
-32
/
+79
2007-10-10
r11307: Add support for generating pkg-config files
Jelmer Vernooij
3
-3
/
+40
2007-10-10
r11306: Move more static Makefile data to main.mk
Jelmer Vernooij
1
-349
/
+89
2007-10-10
r11304: Add support back in for loading shared modules (not used yet)
Jelmer Vernooij
1
-9
/
+0
2007-10-10
r11303: Support defining and installing public headers for libraries.
Jelmer Vernooij
3
-1
/
+46
2007-10-10
r11300: Treat libraries as a special kind of subsystem
Jelmer Vernooij
3
-8
/
+6
2007-10-10
r11299: Try to fix build on Stratos VOS (doesn't support ld -r)
Jelmer Vernooij
3
-6
/
+27
2007-10-10
r11257: Add and use output function
Jelmer Vernooij
2
-143
/
+126
2007-10-10
r11254: Remove support for [TARGET:foo]-like .mk-file entries
Jelmer Vernooij
2
-25
/
+0
2007-10-10
r11252: Make makefile.pm OO and descend from env
Jelmer Vernooij
3
-126
/
+127
2007-10-10
r11250: Fix a couple of issues in the heimdal/ dirs.
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r11249: More OpenBSD make fixes...
Jelmer Vernooij
2
-1
/
+6
2007-10-10
r11247: Add environment class
Jelmer Vernooij
3
-85
/
+123
2007-10-10
r11245: Hopefully fix heimdal build on some hosts
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r11244: Relative path names in .mk files
Jelmer Vernooij
2
-4
/
+21
2007-10-10
r11184: Remove test that checks whether ftruncate() needs root, because I can't
Jelmer Vernooij
1
-7
/
+0
2007-10-10
r10719: Remove __FUNCTION__ macro as it might not be available at all systems
Jelmer Vernooij
1
-7
/
+7
2007-10-10
r10586: Add MergedObject() builder. Default to Library() rather
Jelmer Vernooij
1
-0
/
+34
2007-10-10
r10526: BASEDIR must be set or we end up installing most of the binaries into...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so the
Andrew Tridgell
1
-1
/
+0
2007-10-10
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10480: Fix build for people that don't have pidl installed
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r10478: More work on proto headers; we now generate a couple of smaller ones
Jelmer Vernooij
1
-2
/
+1
[next]