summaryrefslogtreecommitdiffstats
path: root/source4/param/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* provision: Avoid linking in multiple copies of security python module.Jelmer Vernooij2009-09-231-1/+1
|
* s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett2009-09-201-1/+1
| | | | | | | | This ensures we only have one codepath to store the secret, and therefore that we have a single choke point for setting the saltPrincipal, which we were previously skipping. Andrew Bartlett
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-1/+6
|
* s4:param: swig_ldb was renamed to pyldb in ↵Stefan Metzmacher2009-02-021-1/+1
| | | | | | d965ff05c9923c8a0e440e905d0d9fe662cc5db0 metze
* s4:param: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
| | | | metze
* Fix two remaining missing symbols in smbtorture4.Jelmer Vernooij2008-12-221-2/+2
|
* Convert param Python module to "manual" C.Jelmer Vernooij2008-12-211-6/+4
|
* Avoid linking in all Python modules to the samba binaries - we can just let ↵Jelmer Vernooij2008-12-211-1/+1
| | | | Python dlopen() them.
* Fix dependency on swig ldb module.Jelmer Vernooij2008-05-281-1/+1
| | | | (This used to be commit e616a9a1e55aa2265fd2fb4cd2dd0c3490158383)
* Move version.o and dynconfig.o into their own directory.Jelmer Vernooij2008-05-271-1/+1
| | | | (This used to be commit 2cc924a412578c052a7793408300c28c8bc87c2d)
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
| | | | (This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* Move some python files into the samba package.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
| | | | (This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
* Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij2008-05-211-0/+2
| | | | | | makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
* Fix dependencies for ldb instancetype module.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit 17c41a6c3e71102e3516e6926f7e7d1ab5c97563)
* Fix installed symlinks (cp was trying to be smart).Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit a95f2bf86a75729717542b401aa39bedd21be8d0)
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
| | | | (This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
* Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij2008-05-181-1/+2
| | | | | | middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
* Use variable for param src dir.Jelmer Vernooij2008-05-181-17/+9
| | | | (This used to be commit f97bc5735803a73181030e6d7db2862ebc1b7f4b)
* Fix soversion for libtorture and libsamba-hostconfig.Jelmer Vernooij2008-05-101-1/+1
| | | | (This used to be commit 1f698b96c7962a453f037815c9160cd8d7dde3f6)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-3/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/Makefile source/auth/config.mk source/auth/gensec/config.mk source/build/m4/public.m4 source/build/make/python.mk source/build/make/rules.mk source/build/smb_build/header.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/dsdb/samdb/ldb_modules/config.mk source/kdc/config.mk source/lib/events/config.mk source/lib/events/events.c source/lib/ldb/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/util/config.mk source/libcli/smb2/config.mk source/libnet/config.mk source/librpc/config.mk source/nbt_server/config.mk source/ntptr/ntptr_base.c source/ntvfs/posix/config.mk source/ntvfs/sysdep/config.mk source/param/config.mk source/rpc_server/config.mk source/rpc_server/service_rpc.c source/scripting/ejs/config.mk source/scripting/python/config.mk source/smb_server/config.mk source/smbd/server.c source/torture/config.mk source/torture/smb2/config.mk source/wrepl_server/config.mk (This used to be commit 13bbd420681519894a4036729c43273912c9b402)
| * Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables ↵Jelmer Vernooij2008-04-151-3/+5
| | | | | | | | | | | | directly instead. (This used to be commit 9d0ae012b0b463278cd054d06788aa998acc2da2)
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-10/+17
| | | | | | | | (This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
| * Fix so version of hostconfig library.Jelmer Vernooij2008-04-091-1/+1
| | | | | | | | (This used to be commit 62322f302fc92703cce1142bad17349987341cb6)
| * Move provision C bindings to param/.Jelmer Vernooij2008-04-091-0/+4
| | | | | | | | (This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-2/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/makefile.pm source/heimdal_build/config.mk source/lib/events/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/registry/config.mk source/lib/socket_wrapper/config.mk source/lib/tdb/config.mk source/lib/tls/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/libnet/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/scripting/ejs/config.mk source/smbd/process_model.mk (This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
| * Install samba-hostconfig library.Jelmer Vernooij2008-04-011-1/+4
| | | | | | | | (This used to be commit 4d1fb503de31c5c81eb22cdd0a61eae5e4813b40)
| * Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2008-04-011-2/+2
| | | | | | | | (This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
| * Move ini-like file parser to the utility library.Jelmer Vernooij2008-04-011-1/+0
| | | | | | | | (This used to be commit 2dc2bb800dab3f7dbdba01f5ca5076edd1a2b0f3)
| * Change remaining prototype headers to be private.Jelmer Vernooij2008-02-291-1/+1
| | | | | | | | (This used to be commit 2f7ff409e89c9682e681ddcf54439db9e3b6ccb4)
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Fix includes.Jelmer Vernooij2008-03-041-0/+2
| | | | | | | | (This used to be commit 99e61dade2bd9ae2a5dfe17f766528012c09e46c)
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-9/+14
| | | | | | | | (This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
* | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-2/+4
| | | | | | | | (This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
* | Remove public prototype headers. Generating both public and private ↵Jelmer Vernooij2008-02-251-2/+2
|/ | | | | | prototype headers is tricky with gmake and it's easy to break backwards compatibility for the public API with them. (This used to be commit dee1cb6b08aa0a3e24372e052729121c11280971)
* Fix build with partial linking.Jelmer Vernooij2008-02-181-4/+1
| | | | (This used to be commit bfad9610c472e8d7e3656e19c8dbb6b85727dc13)
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
| | | | (This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
* param: Use manually written .pc file.Jelmer Vernooij2008-01-221-0/+1
| | | | (This used to be commit c0165aab47b4948b8767517b7795c6ec28fb6b6b)
* build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij2008-01-211-4/+1
| | | | | | | easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
* r26464: Tighten dependencies.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15)
* r26461: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit a07050be33d9c8e8033063b393162884075fa2af)
* r26446: Convert param module to SWIG.Jelmer Vernooij2007-12-211-0/+4
| | | | (This used to be commit 94e5f9c92f65070ec8f1c1170c4a0769a4857c6d)
* r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ↵Stefan Metzmacher2007-12-211-1/+1
| | | | | | | | | for -ldl This fixes the pidl/ndr_string test. metze (This used to be commit 7c6d9edffbbfabd601a8e133a71698229819443d)
* r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit b45093f01fc71714e14422a80a81cf1cc25df3e2)
* r26006: Improve some dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 28f05bb5ef9e727298f4b61e71c42a8703374b96)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
* r25028: Fix more warnings.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e)
* r22762: Some ldb_map changes:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | | | | * Change license to LGPL, so it can be used by non-Samba users of LDB (cleared with Martin as well). * Include ldb_map in standalone build. * Move ldb_map to its own directory (This used to be commit a90202abca26c0da5425a2f3dd8494077c3290fd)
* r22406: this dependencies should also be privateStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 7f07895cac3e933b39f81bf67812834352184af0)