Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 2ead1523608d9cd9a58cf55bcee2c8a39b6895e0)
|
|
(This used to be commit 438997c17951fa7f0a9fb14be14c3b364ed3ad90)
|
|
Never install generated prototype files. It's easier to break the
API when using them and they're not easily readable for 3rd party users.
Conflicts:
source/auth/config.mk
source/auth/credentials/config.mk
source/auth/gensec/config.mk
source/build/smb_build/config_mk.pm
source/build/smb_build/main.pl
source/build/smb_build/makefile.pm
source/dsdb/config.mk
source/lib/charset/config.mk
source/lib/tdr/config.mk
source/lib/util/config.mk
source/libcli/config.mk
source/libcli/ldap/config.mk
source/librpc/config.mk
source/param/config.mk
source/rpc_server/config.mk
source/torture/config.mk
(This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
|
|
(This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673)
|
|
(This used to be commit 0580357fb4b10e4a751d281e209f6a87e1c88143)
|
|
(This used to be commit 28bbd546195461d4b8747bc6cefd6320f8efe17d)
|
|
(This used to be commit e33f357fb00cd504181562eaf2ca1d4511d5ec51)
|
|
(This used to be commit a932a2e37d1aa86cca769398721318b3942fad83)
|
|
(This used to be commit 34e26f4eecdf5bca340133942b242969c4c16dff)
|
|
(This used to be commit 5512c61d75d1a5404d58ba777720e62089bf45a1)
|
|
(This used to be commit ef14e1ab3267263d65c4c41cd3c0dab3680f4104)
|
|
(This used to be commit bfad9610c472e8d7e3656e19c8dbb6b85727dc13)
|
|
(This used to be commit 0d223ddc39b7438dbce6716f1f00c29579a1f4c4)
|
|
(This used to be commit a7512fb059d5dcb6bf70418622206eec94153693)
|
|
linking is still giving some problems.
(This used to be commit 0d8ddae4964dc50e981e12b6a93235a50a0607ff)
|
|
(This used to be commit 1cf23c58411a9b8a9bb97016c27c10a218e73146)
|
|
(This used to be commit 2dce9e4e0d5ba8785fdee3daba91e6c9f4a32040)
|
|
that is autogenerated.
(This used to be commit 95967e8bfbdce2e073a3fc938f1271da40b543d3)
|
|
(This used to be commit e9f99732677f46d599c270cfcb5042c11d34d338)
|
|
(This used to be commit 8104907c5222ee72d78272ab81583d25c3132d0d)
|
|
(This used to be commit 4c26cf38102a67ae12b3512b5d38991f020ed2e2)
|
|
(This used to be commit 11a2cbbac51781e72ae1288c8e30f175526b01a8)
|
|
with shared libs.
(This used to be commit 44529b24467ac94d47d14a53177554b39a80da1a)
|
|
metze
(This used to be commit 6f51dd97ac0161d09166bdce1e6aa57404b12056)
|
|
paths from builddir and srcdir. builddir has precedence.
(This used to be commit af87c22ecf357c3e83b46cf38acec5b94686d3e9)
|
|
metze
(This used to be commit 624bd4e5a8ef1b7902ce8df6e8885cd8224a3037)
|
|
running
of the pidl testsuite as part of the testsuite.
(This used to be commit db237ad52f3a42c7b35753df99549ed6d540cec2)
|
|
Always build and install .pc files as they make sense for static libs
as well.
(This used to be commit 82cb91e2dd50899050066cccee82cb5be52ec3fe)
|
|
same
time.
The --enable-dso flag now specifies whether or not the Samba binaries
themselves should be linked against the shared libraries.
By default, all libraries will be built staticly. If supported, the
shared variant of each library will also be built.
If people think building both shared and static library versions in
'make all' is too time-inefficient, please let me know and I'll move the
shared library bits to 'make everything'.
(This used to be commit 91faa1154a1de18a42f5e237c406157026280478)
|
|
shared-library related fixes.
(This used to be commit 8c7276b6c6ccebfbc60de978fcb2c23e7fbc12b5)
|
|
case-insensitive filesystems. Patch by John Malmberg tweaked by me
(This used to be commit 58cc0b23eb1de818123b3b34278518e467f04f15)
|
|
(This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944)
|
|
system - these should be removed later on.
(This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9)
|
|
Recursive dependencies are now forbidden (the build system
will bail out if there are any).
I've split up auth_sam.c into auth_sam.c and sam.c. Andrew,
please rename sam.c / move its contents to whatever/wherever you think suits
best.
(This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
|
|
make constructs
(This used to be commit 9329854489e2c231ffb7986d39009e0936873c11)
|
|
(This used to be commit 44e132cf1a48174f538348b743096251b3e8f92f)
|
|
(This used to be commit bb6541126c94b33e4a24d9f036655b55b704923b)
|
|
- 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)
|
|
(might) be missing.
(This used to be commit ee90b8067915915af8ffbc0e04d1f4f5aae567cb)
|
|
do shared library-enabled builds.
(This used to be commit 9a1d76c13d44d6a8e4557893f485c5b81c68e01a)
|
|
file dependencies
(This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
|
|
to not export symbols when building shared libraries. Symbols that have to be
available to users of the library can be explicitly exported by
prepending them with _PUBLIC_ in the C source.
(This used to be commit ea9988dfda6df09f1ee8f9aea1dc5b96fff52ee6)
|
|
set subsystem-specific compiler flags in the .mk files.
(This used to be commit d512b147e8dda39016faf74a50a9d85bfc23a2eb)
|
|
(This used to be commit 2ec7bba03a2edf713004941e9ed74798f5cf8d32)
|
|
--srcdir=../samba4/source/
metze
(This used to be commit bf35c74218476fc568e251bb337e794ed9d51fac)
|
|
Allow the use of {PRIVATE,PUBLIC}_PROTO_HEADER for [SUBSYSTEM]
and [LIBRARY] sections in .mk files. Public functions can be marked
by adding _PUBLIC_ between their return type and function name.
This should eventually make include/proto.h and include/structs.h obsolete.
(This used to be commit cdfd20fa17c5c4655689e8611e0106d5716b6995)
|
|
'make' now
handles expanding the protoheader object list, rather then the build system,
which makes the makefile quite a bit shorter.
(This used to be commit a4088ccc704f1338c040c53596ff606cc1651d03)
|
|
using shared libraries and developer mode is enabled.
(This used to be commit 507bee76dc26b048ead317ec5e10a9deb1ff7f09)
|
|
in build/smb_build/, remove unused pstring macros
(This used to be commit 432296207400636dd81d0929ec7b1b4cebbcaa62)
|
|
(This used to be commit 31406f7aa540efc4c11e7546a12fdeee80e8db6c)
|