Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-05 | build: combine off_t 64 bit and largefile test | Andrew Bartlett | 1 | -24/+10 | |
2012-04-05 | build: Fix configure test that was declaring an off64_t | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove configure tests for *64 functions and types | Andrew Bartlett | 1 | -338/+10 | |
We now use the standard types only. Andrew Bartlett | |||||
2012-04-05 | build: Require 64-bit files support and do not define ↵ | Andrew Bartlett | 1 | -9/+7 | |
HAVE_EXPLICIT_LARGEFILE_SUPPORT | |||||
2012-04-05 | build: use only standard _FILE_OFFSET_BITS=64 macro for large files | Andrew Bartlett | 1 | -145/+7 | |
(We also already use any other macro as set by getconf LFS_CFLAGS, and the standard AC_SYS_LARGEFILE macro in libreplace). This is instead of using the transitional *64 posix largefile API Andrew Bartlett | |||||
2012-04-03 | build: Remove checks for krb5_decode_ap_req, free_AP_REQ and ↵ | Andrew Bartlett | 1 | -45/+0 | |
KRB5_TICKET_HAS_KEYINFO Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Apr 3 19:19:33 CEST 2012 on sn-devel-104 | |||||
2012-04-03 | build: Remove unused check for HAVE_KRB5_TKT_ENC_PART2 | Andrew Bartlett | 1 | -11/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 1 | -25/+0 | |
2012-03-23 | s3-build: gss_krb5_export_lucid_sec_context is no longer used in the s3 build | Andrew Bartlett | 1 | -6/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Mar 23 04:37:36 CET 2012 on sn-devel-104 | |||||
2012-03-15 | util: Add --disable-fault-handling. | Ira Cooper | 1 | -0/+7 | |
On some platforms you can not debug coredumps after the default signal handler gets done dumping core. This allows waf to have an option to disable our default signal handler. | |||||
2012-03-14 | autoconf: make autoconf build work on OS X 10.6 | Matthieu Patou | 1 | -2/+2 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Mar 14 08:31:19 CET 2012 on sn-devel-104 | |||||
2012-03-14 | lib/crypto: Detect CommonCrypto and use it if available | Matthieu Patou | 1 | -0/+7 | |
CommonCrypto/CommonDigest is available on Mac and there is function in the libc for MD5 calculation. MD5Final is a C define of CC_MD5_Final. Under some circumstance we have the symbol defined twice in samba binaries on Snow Leopard at least. By detecting CommonCrypto/CommonDigest we end up always using the system version if available. | |||||
2012-03-07 | addns: Fix the Solaris/Illumos build. | Ira Cooper | 1 | -0/+1 | |
uuid_t is not defined without including sys/uuid.h, configure+waf checks added. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-03-05 | s3-ctdb: Enable CTDB readonly support only if CTDB supports it | Amitay Isaacs | 1 | -0/+28 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Mon Mar 5 02:47:36 CET 2012 on sn-devel-104 | |||||
2012-03-02 | s3: Test for statfs before statfs64 | Volker Lendecke | 1 | -20/+20 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri Mar 2 12:04:35 CET 2012 on sn-devel-104 | |||||
2012-03-02 | s3: Further fix for bug 8777 | Brad Smith | 1 | -9/+32 | |
2012-02-26 | s3-configure: Add CFLAGS_APPEND variable | Volker Lendecke | 1 | -1/+1 | |
This makes it possible to add some CFLAGS to the end of the CFLAGS list. I use it for adding -Wno-unused-value when compiling with clang. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 26 01:21:49 CET 2012 on sn-devel-104 | |||||
2012-02-25 | s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFly | Brad Smith | 1 | -1/+9 | |
2012-02-17 | s3-auth: Use common gensec_ntlmssp | Andrew Bartlett | 1 | -2/+2 | |
There is no longer any samba3-specific code left here. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-13 | s3-build: expliticly require gssapi for HAVE_KRB5 and remove HAVE_GSSAPI | Andrew Bartlett | 1 | -3/+0 | |
The requirement for gss functions already make this happen, but this is clearer. No code depends on HAVE_GSSAPI any more. Andrew Bartlett | |||||
2012-02-10 | s3-libsmb: Remove unused kerberos_set_creds_enctype() | Andrew Bartlett | 1 | -24/+0 | |
Also remove the unused configure tests for krb5_c_enctype_compare. Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett | |||||
2012-02-10 | s3-libsmb: Remove unused kerberos_compatible_enctypes | Andrew Bartlett | 1 | -6/+0 | |
Also remove the unused configure tests for krb5_c_enctype_compare. Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett | |||||
2012-02-10 | s3-libsmb: Remove unused smb_krb5_mk_error() | Andrew Bartlett | 1 | -13/+0 | |
Also remove now-unused configure checks for krb5_mk_error(). Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett | |||||
2012-02-09 | s3-libsmb: Remove obsolete smb_krb5_locate_kdc. | Andreas Schneider | 1 | -1/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 9 14:58:57 CET 2012 on sn-devel-104 | |||||
2012-02-09 | s3-build: remove EXEEXT from Makefiles | Andrew Bartlett | 1 | -14/+11 | |
As far as I am aware, we do not actually build on any platforms that require this. The last Stratos VOS release on ftp://ftp.stratus.com/vos/samba/samba.html was 3.0.5 Andrew Bartlett | |||||
2012-01-25 | s3:build: require gss_krb5_export_lucid_sec_context() for ads support | Stefan Metzmacher | 1 | -0/+6 | |
This is needed to detect krb5 with aes for GENSEC_FEATURE_NEW_SPNEGO at runtime. metze | |||||
2012-01-25 | Revert "s3:build: for now do not require ↵ | Stefan Metzmacher | 1 | -5/+6 | |
gsskrb5_extract_authz_data_from_sec_context" This reverts commit 74abe369df26c58094a601dd6ff8c27c3d0b2b2a. Having gsskrb5_extract_authz_data_from_sec_context as symbol in the library is in indicator that gss_inquire_sec_context_by_oid() would work. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 25 05:26:14 CET 2012 on sn-devel-104 | |||||
2012-01-20 | s3:configure.in: move gss_wrap_iov check to the other function checks | Stefan Metzmacher | 1 | -1/+1 | |
This also makes sure we search for it if it's in -lgssapi instead of -lgssapi_krb5 or -lgss. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jan 20 20:23:13 CET 2012 on sn-devel-104 | |||||
2012-01-20 | s3:configure.in: require gssapi for ads support | Stefan Metzmacher | 1 | -0/+1 | |
This matches the waf checks. metze | |||||
2012-01-20 | s3:configure.in: move krb5_set_real_time check to other function checks | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2012-01-20 | s3:build: for now do not require gsskrb5_extract_authz_data_from_sec_context | Stefan Metzmacher | 1 | -6/+5 | |
We do not use it yet. metze | |||||
2012-01-20 | s3:configure.in: fix the shell logic in krb5 checks | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-01-14 | s3: ADS support is needed for dns updates | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 14 15:32:15 CET 2012 on sn-devel-104 | |||||
2012-01-13 | s3-autoconf: fix the build of the pdb_ldap shared module in autoconf build ↵ | Günther Deschner | 1 | -1/+1 | |
as well. Guenther | |||||
2012-01-13 | s3:build: add auth/gensec/spnego.o | Stefan Metzmacher | 1 | -0/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jan 13 06:32:30 CET 2012 on sn-devel-104 | |||||
2012-01-10 | krb5: Require gss_get_name_attribute or Heimdal's PAC parsing to build with krb5 | Andrew Bartlett | 1 | -0/+10 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 10 23:23:07 CET 2012 on sn-devel-104 | |||||
2012-01-10 | krb5: Require krb5_string_to_key be available to build with krb5 | Andrew Bartlett | 1 | -0/+6 | |
2012-01-10 | krb5: Require krb5_set_real_time is available to build with krb5 | Andrew Bartlett | 1 | -0/+11 | |
2012-01-10 | krb5: Require krb5_principal_compare_any_realm be available to build with krb5 | Andrew Bartlett | 1 | -0/+6 | |
2012-01-10 | krb5: Require krb5_get_renewed_creds be available to build with krb5 | Andrew Bartlett | 1 | -1/+6 | |
2012-01-10 | krb5: Remove now unused checks for krb5_verify_checksum | Andrew Bartlett | 1 | -10/+0 | |
2012-01-10 | krb5: Require krb5_get_init_creds_opt_alloc/free for build with krb5 | Andrew Bartlett | 1 | -0/+12 | |
This also assumes the modern API with a krb5_context argument. Andrew Bartlett | |||||
2012-01-10 | krb5: Require krb5_fwd_tgt_creds to be available to build with krb5 | Andrew Bartlett | 1 | -0/+6 | |
2012-01-10 | krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to ↵ | Andrew Bartlett | 1 | -0/+12 | |
build with krb5 | |||||
2012-01-10 | krb5: Require krb5_c_verify_checksum is available to build with krb5 | Andrew Bartlett | 1 | -4/+2 | |
2012-01-10 | krb5: Require krb5_c_enctype_compare is available to build with krb5 | Andrew Bartlett | 1 | -1/+5 | |
2012-01-10 | samba: check for AES encryption type defines. | Günther Deschner | 1 | -0/+21 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 10 15:05:38 CET 2012 on sn-devel-104 | |||||
2012-01-09 | s3-build: Remove unused hooks to set smbtorture4 and test args | Andrew Bartlett | 1 | -7/+0 | |
These were left around after the selftest.pl script was introduced. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jan 9 06:13:21 CET 2012 on sn-devel-104 | |||||
2012-01-09 | s3-build: smbtorture4 can be built regardless of use_ads | Andrew Bartlett | 1 | -4/+0 | |
2012-01-06 | Add a sys_get_number_of_cores() function that calls sysconf or sysctl | Jeremy Allison | 1 | -1/+2 | |
and tunes the aio threads. |