Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit cea38a2960f9da11bc96f5b05fd5b44b39509cf8)
|
|
(This used to be commit 1c7beecbfdc6a156d6e9c379a31bdbfb191cbb5d)
|
|
(This used to be commit 2638899529ca17ee0557d4491a51c21437b581b3)
|
|
(This used to be commit 009b56a3234b28e212fe5b2cda4f068c9a2f8707)
|
|
(This used to be commit 1145ec40f039434b7fac9fe010ccd32a1e8d4fc3)
|
|
(This used to be commit 849d9e8cc3aaea03775b0bfdfd0d263a97a8b9d2)
|
|
building with --enable-dso
(This used to be commit 614f062748d95a455d1a99a7444fdc0fe152f4e4)
|
|
(This used to be commit 303832bdc90f371c68185773009d143d1acf93ae)
|
|
(This used to be commit 73889a327cfe5613746393205fc3e5d6fa76421b)
|
|
(This used to be commit 06f7a8c692a645830eb3dd9abad8556c66bba747)
|
|
(This used to be commit f10fae23f0685b2d9c6174596e1c66d799f02c52)
|
|
(This used to be commit 2b22f1853306625a4c59763ef11965ac8900d4ff)
|
|
dependencies.
Don't create dependency files when running 'make clean'
(This used to be commit 6414d0c04fce969d4400a013aeaa3fa75849e2de)
|
|
to have
trouble with it.
(This used to be commit d6d363626513b41cb2d6dafab631bebadee48f42)
|
|
doesn't have to depend on the lp_* functions.
(This used to be commit f97df7d90a41b77a9edd2d6bdc47c27bf1b6bb07)
|
|
subsystems in case a library doesn't make sense.
(This used to be commit ed382873fd01457a53e0a1e1f5ba6753dfbc0646)
|
|
(This used to be commit da0a4118189d1026e04e46cb73ba90a4a94d8819)
|
|
(This used to be commit 3e6b75d955cc49becf9145fbe4380c4e7e7f81f6)
|
|
(This used to be commit 2236ad9096b0ebf19baffb9410bc6347b31c98e9)
|
|
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d)
|
|
rebuilt when a header file is changed. It also means parallel builds work now.
It will take a minute or so to generate all the dependency information,
but there should be no need to rebuild that information later on, unless
a file changes.
This behaviour is only enabled when building in developer mode
(--enable-developer) and requires a GNU make (or compatible). In all other
cases, the file 'static_deps.mk' is included, which contains some basic
hardcoded dependency information.
(This used to be commit eb435386f015ce1d89eb6f7e7837622ebd9e1951)
|
|
(This used to be commit 44e132cf1a48174f538348b743096251b3e8f92f)
|
|
(This used to be commit c85c4b97f35ac32c3e7b40fa84414171975ecf54)
|
|
(This used to be commit ee49674dc6cbda95590409541703c36534b195b3)
|
|
(This used to be commit c7f6b0801da00d6eeb846f63a39b656f02b7a6e8)
|
|
(including modules, codepages and ejs!) without installing.
(This used to be commit cdff0a63fe13197b63f022a4d1460a232cec7051)
|
|
asn1 compiler every time a .mk file changed, thus causing the
recompilation of the files generated from ASN1.
(This used to be commit 4cd1e017e335818ef4585ff1096cb9968d14399f)
|
|
(This used to be commit c74fc55831ca24819ae7f5e0920d0351e2b46a08)
|
|
(This used to be commit 4682bc5ce047d81586447b9df82c91ed1fe677cf)
|
|
(This used to be commit bb6541126c94b33e4a24d9f036655b55b704923b)
|
|
(This used to be commit acd23e351e92c59c4bbc12c06d0686e355fa82e8)
|
|
metze
(This used to be commit 7713a5333edc11cc4fb76211509e5c0c368f9592)
|
|
(This used to be commit fd47e975a4c4d225e7513b6dd2223a8eac9b4348)
|
|
(This used to be commit 4799f7bd1fbf0ed3cd4c52bd6eef129666ac74b5)
|
|
mode (./configure.developer). This will change the hardcoded value of a few
paths (BINDIR, SWATDIR, EJSDIR, SETUPDIR, DATADIR, MODULESDIR). The regular
locations will be used when running 'make install'.
This enables developers to work on (shared built) modules, swat, ejs and
setup files without having to run 'make install' each time.
(This used to be commit f12c1ee19349e17dc5d109ccc71b5374796a6e23)
|
|
- VERSION: should contain the current version. Will be made part of the filename.
- SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library.
Fix sonames and use them on platforms that support them
Remove symlinking code. ldconfig will take care of creating the symlinks now
that we set the soname.
(This used to be commit 7871b07e21c85c63d0ecac4c31b98dc112d18af5)
|
|
a C compiler that doesn't support -c and -o together and it makes the build
system more complicated. This also means the current handling of broken C
compilers is most likely broken as it isn't tested.
This detection can be readded when we stumble upon a C compiler that supports
both C99 (or at least the parts of it we need) and also has broken -c/-o
handling, which I think is unlikely to happen.
(This used to be commit 7fd74cfbb90063c79994fb6691dbe456d9ad9efa)
|
|
Move architecture-independent data to DATADIR (was LIBDIR)
(This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
|
|
(This used to be commit 03c06c6f7fedb0e47483cc6de7732c1e78e60703)
|
|
jelmer: is there a better place to catch this?
metze
(This used to be commit 1e6ac4537024e7924333050125c33f792f982bbe)
|
|
installed
in a subsystem-specific directory)
No longer install smb.h as it only contains (internal) constants.
(This used to be commit b76126628c21755bb8d30e72e3044bd1785a2447)
|
|
(This used to be commit b6ffad3860ba2cf9d8f3423d65be91dcfc962ca2)
|
|
- fix installation of plugins (and make it a bit more verbose
- get rid of the '#define libfoo_module_init init_module'
and genereated a wrapper function in bin/libfoo_module_init_module.c
- change the standard visibility for modules to hidden
- a few make clean fixes
metze
(This used to be commit 89b5667ab0f761e679fdee0f5c3d94942e67e28e)
|
|
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
|
|
otherwise application linking to the installed lib would look
at the builddir for searching other libs
metze
(This used to be commit f4996fbacc58618bb04c5587b4c45925cc430997)
|
|
metze
(This used to be commit 65bb303ff3815cc11e07061d478e317ffb24d453)
|
|
(This used to be commit 557533b9173a72d2db2a0fa05ab5500f446306c8)
|
|
file dependencies
(This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
|
|
set subsystem-specific compiler flags in the .mk files.
(This used to be commit d512b147e8dda39016faf74a50a9d85bfc23a2eb)
|
|
in Samba4. This allows us to start winbindd by default, including in
'make test'.
This is via a new 'winbindd socket directory' parameter for utilities
linked against loadparm, as well as a --with-winbindd-socket-dir
option to configure (setting the default and the value for simple
clients).
I hope to add basic winbindd tests, to ensure continued correct
operation, but at least now I don't have to manually change my 'server
services' line.
The other problem with the hard-coded /tmp/.winbind is that RedHat has
moved this in Fedora (to /var/run I think). For this reason, this
functionality should probably be ported to Samba3 as well.
The default for Samba4 is PREFIX/var/run/winbind_pipe.
I have also re-added the paranoia checks from Samba3 for correct
permissions on the socket directory.
Andrew Bartlett
(This used to be commit 8866aa06ffc3896094c878e9c07b40c03826d9a7)
|