summaryrefslogtreecommitdiffstats
path: root/source4/lib/tls/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-5/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* Make S4 build on OpenSolaris.Jeremy Allison2009-02-241-1/+1
| | | | Jeremy.
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-241-1/+1
| | | | warnings.
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-1/+1
| | | | (This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2008-04-011-1/+1
| | | | | | | | (This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-6/+2
|/ | | | (This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
* r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett2007-10-101-1/+1
| | | | | | | | make the testnonblock skip some things. The socket *under* the tls socket is still tested. Andrew Bartlett (This used to be commit 9c33c6a20a77e3f15eac3d62488117517afad940)
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
| | | | | for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
* r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij2007-10-101-1/+1
| | | | | doesn't have to depend on the lp_* functions. (This used to be commit f97df7d90a41b77a9edd2d6bdc47c27bf1b6bb07)
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-1/+1
| | | | | | | the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time. (This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def)
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 24e10300906c380919d2d631bfb3b8fd6b3f54ba)
* r7742: abstracted out the tls code from the web server, so that our other ↵Andrew Tridgell2007-10-101-0/+12
servers can easily become tls enabled. This will be used to add support for ldaps (This used to be commit 950500f603725349d2a0e22878e83dd1b5975f9f)