Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-19 | s3: use getgrset() when it is available | Christian Ambach | 1 | -1/+1 | |
When getgrouplist() is not defined, use getgrset() if it is defined instead of using the initgroups() + getgroups() combo Major contributions from Yannick Bergeron <yaberger@ca.ibm.com> Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Mar 19 10:09:38 CET 2011 on sn-devel-104 | |||||
2011-03-19 | s3-waf: use HAVE_ADS env to decide whether to build libads.so | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-03-17 | s3-waf: add --with-pam_smbpass configure option. | Günther Deschner | 1 | -0/+1 | |
We build pam_smbpass independent from this configure option though. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 17 14:52:33 CET 2011 on sn-devel-104 | |||||
2011-03-17 | s3-waf: move HAVE_LDAP_SASL_WRAPPING define to the HAVE_LDAP block. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2011-03-15 | s3-build: try to silence annoying "Ignoring invalid value 'vlp' for ↵ | Günther Deschner | 1 | -3/+3 | |
parameter 'printing'" warning on the buildfarm. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 15 23:38:43 CET 2011 on sn-devel-104 | |||||
2011-03-10 | s3-waf: fix typo. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-03-04 | s3-waf: add wildcard commands from main wscript. | Günther Deschner | 1 | -1/+11 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 4 02:11:11 CET 2011 on sn-devel-104 | |||||
2011-03-04 | s3-waf: add check for SEEKDIR_RETURNS_VOID. | Günther Deschner | 1 | -0/+5 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 4 01:13:54 CET 2011 on sn-devel-104 | |||||
2011-03-04 | s3-waf: add check for HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2011-03-04 | libreplace: move "struct timespec" checks into libreplace (where timespec is ↵ | Günther Deschner | 1 | -2/+0 | |
already used). Bjoern, Metze, please check. Guenther | |||||
2011-02-23 | s3-waf: start adding checks for quota support. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for getspnam(). | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for TDB_ERR_NESTING. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for sendfile on AIX. | Günther Deschner | 1 | -0/+23 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 22 22:36:53 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s3-waf: add check for sendfile on solaris. | Günther Deschner | 1 | -0/+50 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for sendfile on hpux. | Günther Deschner | 1 | -0/+37 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for sendfile on freebsd. | Günther Deschner | 1 | -0/+24 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for sendfile on linux. | Günther Deschner | 1 | -0/+45 | |
Guenther | |||||
2011-02-22 | s3-waf: make sure ENABLE_BUILD_FARM_HACKS is enabled when run on the buildfarm. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for ftruncate extend. | Günther Deschner | 1 | -0/+6 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 22 13:35:48 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s3-waf: add check for realpath() NULL arg. | Günther Deschner | 1 | -0/+21 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for makedev(). | Günther Deschner | 1 | -0/+11 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for TIME_T_MAX. | Günther Deschner | 1 | -0/+25 | |
Guenther | |||||
2011-02-22 | s3-waf: add check for /proc/sys/kernel/core_pattern. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2011-02-22 | s3-waf: work around broken cups-config --libs output | Andrew Tridgell | 1 | -2/+5 | |
"cups-config --libs" returns -lgssapi_krb5, which ties it to the system krb5 library. It should get this via the indirect dependency of libcups.so instead. Work around this by using 'cups' as the library and avoid using --libs in the cups-config command Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-22 | s3-waf: added support for in-tree heimdal in source3 waf build | Andrew Tridgell | 1 | -3/+80 | |
this sets up the right defines for a in-tree heimdal build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-22 | s3-waf: use Logs.warn() not print for configure warnings | Andrew Tridgell | 1 | -15/+15 | |
this highlights the warning for the user Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-22 | s3-waf: make pieces of the source3 waf wscript depends on toplevel_build | Andrew Tridgell | 1 | -37/+40 | |
this will allow the toplevel build to use source3/wscript for configure options Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-18 | s3-waf: we need to globally -Ilib/replace | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-18 | s3-waf: fix popt support. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-02-18 | s3-libads Remove MIT-specific krb5_princ_realm macro calls. | Andrew Bartlett | 1 | -0/+11 | |
When compiled against heimdal, we need to use a more elegant API. Andrew Bartlett | |||||
2011-02-18 | s3-waf: fixed the include paths for samba public libraries | Andrew Tridgell | 1 | -4/+8 | |
this fixes the extra global includes for the s3 waf build to be conditional on whether talloc, tevent and tdb are system libraries or not. This fixes a problem where in-tree includes could be used with system libraries Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | s3-waf: add check for "struct sigevent" and some of its members. | Günther Deschner | 1 | -0/+11 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 17 12:01:58 CET 2011 on sn-devel-104 | |||||
2011-02-17 | s3-waf: add check for "struct utimbuf". | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2011-02-17 | s3-waf: move the KRB5_DEPRECATED configure check out of lib/replace | Andrew Tridgell | 1 | -0/+6 | |
this needs to be in souce3/, as otherwise it can't handle an in-tree kerberos library Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-16 | s3-waf: add check for struct stat st_flags member. | Günther Deschner | 1 | -0/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 23:04:35 CET 2011 on sn-devel-104 | |||||
2011-02-16 | s3-waf: add some missing checks for macosx. | Günther Deschner | 1 | -0/+21 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for __NR_inotify_init declaration. | Günther Deschner | 1 | -0/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 19:28:18 CET 2011 on sn-devel-104 | |||||
2011-02-16 | s3-waf: add check for various sysconf() variables. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for posix_fadvise(). | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for hires timestamps in struct stat. | Günther Deschner | 1 | -0/+17 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for "struct flock64". | Günther Deschner | 1 | -0/+28 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for broken (glibc2.1/x86) 64 bit fcntl locking. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for fcntl locking. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for "struct dirent64". | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2011-02-11 | s3-waf: next attempt to fix cups and non-cups builds. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 11 16:57:40 CET 2011 on sn-devel-104 | |||||
2011-02-11 | s3-waf: try to deal with underlinked cups libraries. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 11 15:28:32 CET 2011 on sn-devel-104 | |||||
2011-02-11 | s3-waf: rework the way SMBLDAP subsystem is built a little. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-02-11 | s3-waf: try to deal with system w/o ldap; also move module processing to the ↵ | Günther Deschner | 1 | -92/+97 | |
end of wscript. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 11 02:30:40 CET 2011 on sn-devel-104 | |||||
2011-02-10 | s3-waf: try to fix the {net|free|open}bsd build. | Günther Deschner | 1 | -0/+6 | |
Guenther |