Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-04 | s3-waf: add check for httpConnect and httpConnectEncrypt. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Nov 4 14:10:40 UTC 2010 on sn-devel-104 | |||||
2010-10-28 | s3-waf: add vfs_time_audit to the build. | Günther Deschner | 1 | -1/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 28 15:14:27 UTC 2010 on sn-devel-104 | |||||
2010-10-25 | s3-waf: use git to calculate the version if available | Stefan Metzmacher | 1 | -9/+15 | |
metze | |||||
2010-10-25 | s3-waf: fixed waf configure for recent changes | Andrew Tridgell | 1 | -1/+1 | |
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-09-29 | s3-waf: add basic make test infrastructure, not able to test yet. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-09-28 | waf: we don't need the preprocessor recursion limit any more | Andrew Tridgell | 1 | -3/+0 | |
thanks to ita for this | |||||
2010-09-28 | s3-waf: add vfs_linux_xfs_sgid to the list of default shared modules. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-28 | s3-waf: add pam_smbpass. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-09-27 | s3-waf: rework static and shared list handling a little. | Günther Deschner | 1 | -17/+20 | |
Guenther | |||||
2010-09-27 | s3-waf: add missing IDMAP modules. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-09-27 | s3-waf: support --with-acl-support, at least for posix acls. | Günther Deschner | 1 | -22/+53 | |
Guenther | |||||
2010-09-27 | s3-waf: add some module specific functions for s3 waf build. | Günther Deschner | 1 | -0/+3 | |
Thanks to Kai. Guenther | |||||
2010-09-23 | s3-waf: add check for seteuid method. | Günther Deschner | 1 | -0/+44 | |
Thanks to Kai and Metze! Guenther | |||||
2010-08-27 | s3-waf: build samldap passdb backend | Sumit Bose | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-11 | s3-waf: fix the waf build with more recent MIT krb5 libs. | Günther Deschner | 1 | -0/+3 | |
(such as MIT krb5 1.7.1 on fedora 13). This whole area needs more work and love later, for now it builds at least. Kai, please check. Guenther | |||||
2010-07-19 | s3-rpc_server: Added callbacks for init and shutdown of a rpc service. | Andreas Schneider | 1 | -6/+14 | |
This adds two callback function for each rpc service. One is for initialisation and the other for shutdown. rpc_<service>_unregister() needs to be called to execute the shutdown function. | |||||
2010-06-20 | s3: Attempt to fix the build on NetBSD | Kai Blin | 1 | -3/+3 | |
Unlike Linux and OSX, NetBSD seems to have *netgrent prototypes in netgroup.h. | |||||
2010-06-20 | s3-waf: Change the (set|get|end)netgrent checks to match the configure.in checks | Kai Blin | 1 | -9/+12 | |
2010-06-17 | s3-waf: Add check for iconv | Kai Blin | 1 | -0/+8 | |
2010-06-17 | s3-waf: Work around missing *netgrent prototypes on OSX 10.4 | Kai Blin | 1 | -5/+16 | |
2010-06-01 | s3-waf: Add check for dirent.d_off member | Kai Blin | 1 | -0/+4 | |
2010-06-01 | s3-waf: Check for device major and minor macros | Kai Blin | 1 | -0/+8 | |
2010-06-01 | s3-waf: Add check for asm/types.h | Kai Blin | 1 | -0/+2 | |
2010-05-31 | s3-waf: Check if compiler supports LL suffix | Kai Blin | 1 | -0/+6 | |
2010-05-31 | s3-waf: Check for broken nisplus include files | Kai Blin | 1 | -0/+3 | |
2010-05-30 | s3-waf: support avahi builds | Kai Blin | 1 | -0/+12 | |
2010-05-30 | s3-waf: Add more darwin-specific options | Kai Blin | 1 | -0/+2 | |
2010-05-30 | s3-waf: Set HAVE_GSSAPI if gssapi libs were found | Kai Blin | 1 | -1/+2 | |
2010-05-28 | s3-waf: Support builds with utmp accounting | Kai Blin | 1 | -3/+34 | |
2010-05-28 | s3-waf: Match the defines from the autotools build on PACKAGE_* | Kai Blin | 1 | -5/+5 | |
2010-05-28 | s3-waf: Detect which version of krb5_enctype_to_string is used | Kai Blin | 1 | -0/+24 | |
Pair-Programmed-With: Günther Deschner <gd@samba.org> | |||||
2010-05-28 | waf Read VERSION file inside WAF to set package version | Andrew Bartlett | 1 | -7/+11 | |
This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett | |||||
2010-05-27 | s3-waf: Fix typo | Kai Blin | 1 | -1/+1 | |
Sorry for the noise | |||||
2010-05-27 | s3-waf: Also set "developer" env when building in developer mode | Kai Blin | 1 | -0/+1 | |
2010-05-26 | s3-waf: more work on krb5 build. | Günther Deschner | 1 | -0/+30 | |
Guenther | |||||
2010-05-26 | s3-waf: Allow to build with kerberos support | Kai Blin | 1 | -0/+9 | |
2010-05-26 | s3-waf: Check for additional options on *xattr | Kai Blin | 1 | -0/+6 | |
2010-05-26 | s3-waf: Add darwin to the host_os-specific checks | Kai Blin | 1 | -0/+2 | |
2010-05-26 | s3-waf: Don't hardcode the name of the awk executable in wscript_build | Kai Blin | 1 | -0/+2 | |
2010-05-25 | s3-waf: very simple start on getting krb5 build to work. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-05-21 | s3-waf: Actually make --with/--without-swat work | Kai Blin | 1 | -0/+3 | |
2010-05-21 | s3-waf: Really disable winbindd build when --without-winbind is specified | Kai Blin | 1 | -0/+1 | |
2010-05-20 | s3-waf: more elaborate host_os check for STAT_ST_BLOCKSIZE | Kai Blin | 1 | -4/+11 | |
2010-05-20 | s3-waf: fix the winbindd build again | Kai Blin | 1 | -1/+3 | |
2010-05-20 | s3-waf: Also include source4/ when looking for headers | Stefan Metzmacher | 1 | -1/+1 | |
2010-05-20 | s3-waf: build shared modules as subsystems | Kai Blin | 1 | -0/+11 | |
2010-05-20 | s3-waf: autogenerate lists of static modules | Kai Blin | 1 | -1/+2 | |
2010-05-20 | s3-waf: tdb includes are in lib/tdb/include | Kai Blin | 1 | -1/+1 | |
2010-05-20 | s3-waf: Autogenerate the static and dynamic init function calls | Kai Blin | 1 | -4/+23 | |