summaryrefslogtreecommitdiffstats
path: root/source3/pam_smbpass/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* s3:pam_smbpass: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* waf: Build pam_smbpass module only if enabled.Andreas Schneider2012-10-041-1/+2
|
* s3-waf: create a smbldap.so library.Günther Deschner2011-11-161-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 16 14:03:05 CET 2011 on sn-devel-104
* waf: install pam modules in PAMMODULESDIR.Günther Deschner2011-09-061-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Sep 6 11:09:45 CEST 2011 on sn-devel-104
* s3-waf: the passdb subsystem needs to be called pdbAndrew Tridgell2011-07-281-1/+1
| | | | | | | | | the 'pdb' name is builtin to the passdb module loading code as a fixed string. We need to call the subsystem pdb so that external passdb modules end up in bin/modules/pdb/ where they can be found by the Samba3 module loader Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-build allow_undefined_symbols=False is the default nowAndrew Bartlett2011-07-041-1/+0
|
* s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett2011-06-211-1/+1
| | | | | | | | | | | | | | | | The become_root() and similar 'smbd' functions that are used widely in Samba libraries had 'dummy' copies in dummysmbd.c and dummyroot.c. These have been replaced by a runtime plugin mechanim, which ensures that standlone binaries still do nothing, while in smbd the correct function is used. This avoids having these as duplicate symbols in the smbd binary, which can cause unpredictable behaviour. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-build Don't allow undefined symbols in pam_smbpass.soAndrew Bartlett2011-05-311-0/+1
|
* lib: make asn1_util a private libraryAndrew Tridgell2011-04-061-1/+1
| | | | | | | this prevents symbol duplication of the asn1 symbols in the service and ntvfs subsystems Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: rename LIBSAMBA subsystem to LIBNTLMSSP (which it is in fact).Günther Deschner2011-02-231-1/+1
| | | | Guenther
* s3-waf: move GROUPDB into libpassdb.so.Günther Deschner2011-02-231-1/+1
| | | | Guenther
* s3-waf: convert some subsystems into private librariesAndrew Tridgell2011-02-221-1/+1
| | | | | | | put some commonly used subsystems into private libraries to reduce the install size Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-1/+1
| | | | | | | | | | this brings the s3 waf build much closer to the proposed s3build top level build, using the same bld.SAMBA3_*() rules There are a few renames of subsystems in here, with a 3 suffix where it would create a conflict. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* pam: share pam errors in a common location.Günther Deschner2011-02-081-1/+1
| | | | Guenther
* s3-waf: check for "WITH_PAM_MODULES" to determine pam_smbpass build.Günther Deschner2010-12-141-1/+1
| | | | Guenther
* s3-waf: fix pamsmbpass libwbclient dependency.Günther Deschner2010-12-141-1/+1
| | | | Guenther
* s3-waf: add pam_smbpass.Günther Deschner2010-09-281-0/+13
Guenther