Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r14609: Add heimdal/lib/des to the VPATH (required for some headers) | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1145ec40f039434b7fac9fe010ccd32a1e8d4fc3) | |||||
2007-10-10 | r14608: Force creating symlinks (otherwise we end up with EEXIST errors) | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 849d9e8cc3aaea03775b0bfdfd0d263a97a8b9d2) | |||||
2007-10-10 | r14607: Update mkproto.pl to only write out new header files if the contents ↵ | Jelmer Vernooij | 1 | -37/+88 | |
changed. (This used to be commit 06403ea2be9ce38dbd099e710ccf17dc4340fa43) | |||||
2007-10-10 | r14606: Fix paths in developer mode. This allows 'make quicktest' to work when | Jelmer Vernooij | 4 | -15/+32 | |
building with --enable-dso (This used to be commit 614f062748d95a455d1a99a7444fdc0fe152f4e4) | |||||
2007-10-10 | r14605: Create heimdal/lib/des/hcrypto symlink if it doesn't exist | Jelmer Vernooij | 4 | -13/+6 | |
(This used to be commit 303832bdc90f371c68185773009d143d1acf93ae) | |||||
2007-10-10 | r14604: Support 'aliases' for ldb modules | Jelmer Vernooij | 2 | -0/+7 | |
(This used to be commit 73889a327cfe5613746393205fc3e5d6fa76421b) | |||||
2007-10-10 | r14603: Fix building of ejs modules as shared libs | Jelmer Vernooij | 7 | -12/+25 | |
Fix calling of ejs_exception() without requiring --export-dynamic (This used to be commit 8575e9a4903450aae1f29f55aae516085a9528bb) | |||||
2007-10-10 | r14599: Pass ACLs down the registry layer. | Jelmer Vernooij | 14 | -25/+38 | |
(This used to be commit 6cdefd8945eee5513a6993350ea71f12d4dbd6fa) | |||||
2007-10-10 | r14598: 'logfile' may be a poor choice for a global variable name, but for now | Andrew Bartlett | 1 | -3/+3 | |
don't shadow it. Andrew Bartlett (This used to be commit ace171f94c57da7b13c147c6e286e9e183df0745) | |||||
2007-10-10 | r14594: Fix some dependencies (required for shared library build) | Jelmer Vernooij | 7 | -17/+21 | |
(This used to be commit 06f7a8c692a645830eb3dd9abad8556c66bba747) | |||||
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 14 | -35/+103 | |
(This used to be commit f10fae23f0685b2d9c6174596e1c66d799f02c52) | |||||
2007-10-10 | r14591: More comments. | Rafal Szczesniak | 1 | -1/+27 | |
rafal (This used to be commit 44b89cd47a1eb635f09ef97e6a828c40962c2322) | |||||
2007-10-10 | r14590: Fix ldb standalone build... | Jelmer Vernooij | 2 | -2/+1 | |
(This used to be commit 3a6ed4e2df26936202cba8f7739ed39e0d119d1a) | |||||
2007-10-10 | r14589: This morning, I think I can spell... | Andrew Bartlett | 1 | -3/+3 | |
Andrew Bartlett (This used to be commit fd496d5baf392c8f57fb4192be54aa12639d08d0) | |||||
2007-10-10 | r14587: Allow building without GNU make and/or without xsltproc | Jelmer Vernooij | 2 | -4/+12 | |
(This used to be commit 33709dc5b3652f4d4c7281bec4ba7160a6d87598) | |||||
2007-10-10 | r14586: Some small fixes, update TODO. | Jelmer Vernooij | 3 | -498/+9 | |
(This used to be commit 5673ee1182dbae1aac6891abdce0b5748a14989f) | |||||
2007-10-10 | r14583: Enable automatic dependencies only if GNU make >= 3.81 is present. | Jelmer Vernooij | 4 | -6/+42 | |
(This used to be commit 2b22f1853306625a4c59763ef11965ac8900d4ff) | |||||
2007-10-10 | r14582: No longer require 'make proto' when running without automatic ↵ | Jelmer Vernooij | 2 | -5/+18 | |
dependencies. Don't create dependency files when running 'make clean' (This used to be commit 6414d0c04fce969d4400a013aeaa3fa75849e2de) | |||||
2007-10-10 | r14581: Disable automatic dependencies for now, as some make versions seem ↵ | Jelmer Vernooij | 1 | -4/+4 | |
to have trouble with it. (This used to be commit d6d363626513b41cb2d6dafab631bebadee48f42) | |||||
2007-10-10 | r14575: Move some path-related functions to libsamba-config so libsamba-util | Jelmer Vernooij | 13 | -176/+212 | |
doesn't have to depend on the lp_* functions. (This used to be commit f97df7d90a41b77a9edd2d6bdc47c27bf1b6bb07) | |||||
2007-10-10 | r14573: Install samba-config and headers | Jelmer Vernooij | 2 | -3/+4 | |
(This used to be commit 29d63edbd71d665d2566a2f4aac90e93753946e3) | |||||
2007-10-10 | r14572: Give libraries saner names, remove some .pc files, make some things | Jelmer Vernooij | 21 | -187/+76 | |
subsystems in case a library doesn't make sense. (This used to be commit ed382873fd01457a53e0a1e1f5ba6753dfbc0646) | |||||
2007-10-10 | r14571: More improvements on shared library support in Samba. Only ldb is ↵ | Jelmer Vernooij | 7 | -12/+14 | |
left now... (This used to be commit e71cca7f0cec62357eba6ba02d13f1c3f04edaa7) | |||||
2007-10-10 | r14570: Move some functions also they are also used from kpasswd | Jelmer Vernooij | 3 | -309/+318 | |
(This used to be commit 89dfb74894c809d69eab05bdb6d5fe4012153808) | |||||
2007-10-10 | r14569: Make more functions public. | Jelmer Vernooij | 5 | -3/+6 | |
(This used to be commit da0a4118189d1026e04e46cb73ba90a4a94d8819) | |||||
2007-10-10 | r14568: Remove unused function. | Rafal Szczesniak | 1 | -10/+0 | |
rafal (This used to be commit 473d6c8e685a0c730c57534cfa079e465de9b233) | |||||
2007-10-10 | r14567: Make some more functions public. | Jelmer Vernooij | 10 | -18/+19 | |
(This used to be commit 8e84e6cb6b172c89072723e07f344da8f4476c1f) | |||||
2007-10-10 | r14566: Remove unnecessary headers. | Rafal Szczesniak | 1 | -3/+0 | |
rafal (This used to be commit 1ba4245fcbe808b4537eff74792d1bc7b94108b9) | |||||
2007-10-10 | r14565: Fix shared library sonames | Jelmer Vernooij | 3 | -6/+9 | |
(This used to be commit 3e6b75d955cc49becf9145fbe4380c4e7e7f81f6) | |||||
2007-10-10 | r14564: Remove dependencies when running distclean | Jelmer Vernooij | 1 | -3/+4 | |
(This used to be commit 4f99c96509012fa10519627c037dc4297900dcc9) | |||||
2007-10-10 | r14563: Include both private and proto names in makefile rule | Jelmer Vernooij | 1 | -0/+5 | |
(This used to be commit 2236ad9096b0ebf19baffb9410bc6347b31c98e9) | |||||
2007-10-10 | r14562: Use VPATH to solve strange heimdal dependencies | Jelmer Vernooij | 3 | -5/+3 | |
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d) | |||||
2007-10-10 | r14560: Finally! Start working on async libnet_RpcConnect and other | Rafal Szczesniak | 1 | -57/+273 | |
rpc-related calls. rafal (This used to be commit 860f9bcb1ef76ccee59187aa182d4fb765ef5ecd) | |||||
2007-10-10 | r14558: Another two more static dependencies... | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit 9938b7391ddc558e4962e342180738ce9891180e) | |||||
2007-10-10 | r14557: Add hack for asn1 files | Jelmer Vernooij | 1 | -3/+2 | |
(This used to be commit b4796266c3dcd000a034c94ed2ff249735d5db92) | |||||
2007-10-10 | r14556: Fix some dependencies | Jelmer Vernooij | 3 | -4/+19 | |
(This used to be commit b5802770322678d3f9c2044039cc254024612f9b) | |||||
2007-10-10 | r14555: Remove cycle from rule | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 94d182d6ad7e21c1c1722d91eb84d895889b945c) | |||||
2007-10-10 | r14554: Write out header dependencies. This means all C files affected will be | Jelmer Vernooij | 14 | -57/+69 | |
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) | |||||
2007-10-10 | r14553: Use double colon feature in the makefile (supported by all buildfarm ↵ | Jelmer Vernooij | 3 | -3/+3 | |
hosts!) (This used to be commit f523c51b34c2305dcf861c542336f161a072a2f0) | |||||
2007-10-10 | r14552: Remove old dependency code | Jelmer Vernooij | 2 | -17/+3 | |
(This used to be commit 44e132cf1a48174f538348b743096251b3e8f92f) | |||||
2007-10-10 | r14551: Include path (./) for some older makes. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit d033f13970cd4c8b4d22b813f058f4ac669cb04d) | |||||
2007-10-10 | r14550: Fix tests | Jelmer Vernooij | 2 | -8/+8 | |
(This used to be commit 765fd852e789371f6b6361acd7603f8056ac14a9) | |||||
2007-10-10 | r14549: Use make-compatible syntax in extra_cflags.txt so we can avoid | Jelmer Vernooij | 2 | -3/+8 | |
cflags.pl when using GNU make (This used to be commit 4354147f6b5e9485d0550fa6c8a33be526f54db6) | |||||
2007-10-10 | r14548: fix build after generated prototypes | Alexander Bokovoy | 1 | -0/+1 | |
(This used to be commit 25b93e043edc21fa40928c9166764a3a7e1b1e23) | |||||
2007-10-10 | r14547: Don't install pidl - it fails on the buildfarm as it doesn't obey ↵ | Jelmer Vernooij | 1 | -3/+3 | |
$PREFIX. I should've remembered, as this problem has hit me before... (This used to be commit 6a03e18ab881060f67c0313bd2ea4680b6a45f9f) | |||||
2007-10-10 | r14546: Install pidl in the same location as all other binaries. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1e6f3c04344070c222508729ee1afdc0e8b3e476) | |||||
2007-10-10 | r14545: Fix make dependency warning. | Jelmer Vernooij | 1 | -14/+9 | |
(This used to be commit 130db1abbe7f0998019bdf59332991b2a7d35eb2) | |||||
2007-10-10 | r14544: Remove exchange-specific files. | Jelmer Vernooij | 3 | -338/+1 | |
(This used to be commit 4ae0a28b2e85609226aa14c14e06aefad64ee293) | |||||
2007-10-10 | r14543: Fix some build dependency problems caused by the use of $(builddir) | Jelmer Vernooij | 2 | -18/+18 | |
(This used to be commit c85c4b97f35ac32c3e7b40fa84414171975ecf54) | |||||
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 92 | -17/+146 | |
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f) |