1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-01 16:23:49 +03:00
Commit Graph

8347 Commits

Author SHA1 Message Date
Jelmer Vernooij
8575e9a490 r14603: Fix building of ejs modules as shared libs
Fix calling of ejs_exception() without requiring --export-dynamic
2007-10-10 13:58:59 -05:00
Jelmer Vernooij
6cdefd8945 r14599: Pass ACLs down the registry layer. 2007-10-10 13:58:59 -05:00
Andrew Bartlett
ace171f94c r14598: 'logfile' may be a poor choice for a global variable name, but for now
don't shadow it.

Andrew Bartlett
2007-10-10 13:58:59 -05:00
Jelmer Vernooij
06f7a8c692 r14594: Fix some dependencies (required for shared library build) 2007-10-10 13:58:58 -05:00
Jelmer Vernooij
f10fae23f0 r14592: Add support for loading shared modules to LDB. 2007-10-10 13:58:58 -05:00
Rafal Szczesniak
44b89cd47a r14591: More comments.
rafal
2007-10-10 13:58:57 -05:00
Jelmer Vernooij
3a6ed4e2df r14590: Fix ldb standalone build... 2007-10-10 13:58:56 -05:00
Andrew Bartlett
fd496d5baf r14589: This morning, I think I can spell...
Andrew Bartlett
2007-10-10 13:58:56 -05:00
Jelmer Vernooij
33709dc5b3 r14587: Allow building without GNU make and/or without xsltproc 2007-10-10 13:58:54 -05:00
Jelmer Vernooij
5673ee1182 r14586: Some small fixes, update TODO. 2007-10-10 13:58:53 -05:00
Jelmer Vernooij
2b22f18533 r14583: Enable automatic dependencies only if GNU make >= 3.81 is present. 2007-10-10 13:58:53 -05:00
Jelmer Vernooij
6414d0c04f r14582: No longer require 'make proto' when running without automatic dependencies.
Don't create dependency files when running 'make clean'
2007-10-10 13:58:53 -05:00
Jelmer Vernooij
d6d3636265 r14581: Disable automatic dependencies for now, as some make versions seem to have
trouble with it.
2007-10-10 13:58:52 -05:00
Jelmer Vernooij
f97df7d90a r14575: Move some path-related functions to libsamba-config so libsamba-util
doesn't have to depend on the lp_* functions.
2007-10-10 13:58:52 -05:00
Jelmer Vernooij
29d63edbd7 r14573: Install samba-config and headers 2007-10-10 13:58:51 -05:00
Jelmer Vernooij
ed382873fd r14572: Give libraries saner names, remove some .pc files, make some things
subsystems in case a library doesn't make sense.
2007-10-10 13:58:49 -05:00
Jelmer Vernooij
e71cca7f0c r14571: More improvements on shared library support in Samba. Only ldb is left now... 2007-10-10 13:58:49 -05:00
Jelmer Vernooij
89dfb74894 r14570: Move some functions also they are also used from kpasswd 2007-10-10 13:58:48 -05:00
Jelmer Vernooij
da0a411818 r14569: Make more functions public. 2007-10-10 13:58:48 -05:00
Rafal Szczesniak
473d6c8e68 r14568: Remove unused function.
rafal
2007-10-10 13:58:48 -05:00
Jelmer Vernooij
8e84e6cb6b r14567: Make some more functions public. 2007-10-10 13:58:48 -05:00
Rafal Szczesniak
1ba4245fcb r14566: Remove unnecessary headers.
rafal
2007-10-10 13:58:48 -05:00
Jelmer Vernooij
3e6b75d955 r14565: Fix shared library sonames 2007-10-10 13:58:47 -05:00
Jelmer Vernooij
4f99c96509 r14564: Remove dependencies when running distclean 2007-10-10 13:58:47 -05:00
Jelmer Vernooij
2236ad9096 r14563: Include both private and proto names in makefile rule 2007-10-10 13:58:47 -05:00
Jelmer Vernooij
4d09ffa7f1 r14562: Use VPATH to solve strange heimdal dependencies 2007-10-10 13:58:47 -05:00
Rafal Szczesniak
860f9bcb1e r14560: Finally! Start working on async libnet_RpcConnect and other
rpc-related calls.

rafal
2007-10-10 13:58:46 -05:00
Jelmer Vernooij
9938b7391d r14558: Another two more static dependencies... 2007-10-10 13:58:46 -05:00
Jelmer Vernooij
b4796266c3 r14557: Add hack for asn1 files 2007-10-10 13:58:46 -05:00
Jelmer Vernooij
b580277032 r14556: Fix some dependencies 2007-10-10 13:58:46 -05:00
Jelmer Vernooij
94d182d6ad r14555: Remove cycle from rule 2007-10-10 13:58:46 -05:00
Jelmer Vernooij
eb435386f0 r14554: Write out header dependencies. This means all C files affected will be
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.
2007-10-10 13:58:45 -05:00
Jelmer Vernooij
f523c51b34 r14553: Use double colon feature in the makefile (supported by all buildfarm hosts!) 2007-10-10 13:58:45 -05:00
Jelmer Vernooij
44e132cf1a r14552: Remove old dependency code 2007-10-10 13:58:45 -05:00
Jelmer Vernooij
d033f13970 r14551: Include path (./) for some older makes. 2007-10-10 13:58:44 -05:00
Jelmer Vernooij
765fd852e7 r14550: Fix tests 2007-10-10 13:58:44 -05:00
Jelmer Vernooij
4354147f6b r14549: Use make-compatible syntax in extra_cflags.txt so we can avoid
cflags.pl when using GNU make
2007-10-10 13:58:43 -05:00
Alexander Bokovoy
25b93e043e r14548: fix build after generated prototypes 2007-10-10 13:58:43 -05:00
Jelmer Vernooij
6a03e18ab8 r14547: Don't install pidl - it fails on the buildfarm as it doesn't obey $PREFIX. I should've remembered, as this problem has hit me before... 2007-10-10 13:58:43 -05:00
Jelmer Vernooij
1e6f3c0434 r14546: Install pidl in the same location as all other binaries. 2007-10-10 13:58:43 -05:00
Jelmer Vernooij
130db1abbe r14545: Fix make dependency warning. 2007-10-10 13:58:43 -05:00
Jelmer Vernooij
4ae0a28b2e r14544: Remove exchange-specific files. 2007-10-10 13:58:42 -05:00
Jelmer Vernooij
c85c4b97f3 r14543: Fix some build dependency problems caused by the use of $(builddir) 2007-10-10 13:58:42 -05:00
Jelmer Vernooij
51b4270513 r14542: Remove librpc, libndr and libnbt from includes.h 2007-10-10 13:58:42 -05:00
Stefan Metzmacher
7253153691 r14541: separate smbsrv_request and ntvfs_request,
with this it's now possible to write a
ntvfs_test programm like the vfstest in samba3

also smb2 support will be possible later

metze
2007-10-10 13:58:41 -05:00
Stefan Metzmacher
aaa5d377b9 r14540: fix a talloc hierachie problem,
make sure file and search handles are cleaned up
before anything else in the pvfs_state struct,
as there destructors reply on a valid pvfs_state struct

metze
2007-10-10 13:58:41 -05:00
Andrew Tridgell
1e1c559381 r14539: get rid of a pointless union layer in struct smb_notify 2007-10-10 13:58:41 -05:00
Stefan Metzmacher
4ff3fb35e8 r14538: ok, I have better used make valgrindtest my self...
the 3 bytes for WordCount and ByteCount are included in MIN_SMB_SIZE...

metze
2007-10-10 13:58:41 -05:00
Stefan Metzmacher
e3f6e53075 r14537: remove used file
metze
2007-10-10 13:58:41 -05:00
Stefan Metzmacher
cee56387cf r14536: add make gdbtest-all and make valgrindtest-all
metze
2007-10-10 13:58:40 -05:00