s3-selftest: Verify GK and GF flag behaviour
[ira/wip.git] / source3 / configure.in
2012-02-17 Andrew Bartletts3-auth: Use common gensec_ntlmssp
2012-02-13 Andrew Bartletts3-build: expliticly require gssapi for HAVE_KRB5 and...
2012-02-10 Andrew Bartletts3-libsmb: Remove unused kerberos_set_creds_enctype()
2012-02-10 Andrew Bartletts3-libsmb: Remove unused kerberos_compatible_enctypes
2012-02-10 Andrew Bartletts3-libsmb: Remove unused smb_krb5_mk_error()
2012-02-09 Andreas Schneiders3-libsmb: Remove obsolete smb_krb5_locate_kdc.
2012-02-08 Andrew Bartletts3-build: remove EXEEXT from Makefiles
2012-01-25 Stefan Metzmachers3:build: require gss_krb5_export_lucid_sec_context...
2012-01-25 Stefan MetzmacherRevert "s3:build: for now do not require gsskrb5_extrac...
2012-01-20 Stefan Metzmachers3:configure.in: move gss_wrap_iov check to the other...
2012-01-20 Stefan Metzmachers3:configure.in: require gssapi for ads support
2012-01-20 Stefan Metzmachers3:configure.in: move krb5_set_real_time check to other...
2012-01-20 Stefan Metzmachers3:build: for now do not require gsskrb5_extract_authz_...
2012-01-20 Stefan Metzmachers3:configure.in: fix the shell logic in krb5 checks
2012-01-14 Volker Lendeckes3: ADS support is needed for dns updates
2012-01-13 Günther Deschners3-autoconf: fix the build of the pdb_ldap shared modul...
2012-01-13 Stefan Metzmachers3:build: add auth/gensec/spnego.o
2012-01-10 Andrew Bartlettkrb5: Require gss_get_name_attribute or Heimdal's PAC...
2012-01-10 Andrew Bartlettkrb5: Require krb5_string_to_key be available to build...
2012-01-10 Andrew Bartlettkrb5: Require krb5_set_real_time is available to build...
2012-01-10 Andrew Bartlettkrb5: Require krb5_principal_compare_any_realm be avail...
2012-01-10 Andrew Bartlettkrb5: Require krb5_get_renewed_creds be available to...
2012-01-10 Andrew Bartlettkrb5: Remove now unused checks for krb5_verify_checksum
2012-01-10 Andrew Bartlettkrb5: Require krb5_get_init_creds_opt_alloc/free for...
2012-01-10 Andrew Bartlettkrb5: Require krb5_fwd_tgt_creds to be available to...
2012-01-10 Andrew Bartlettkrb5: Require krb5_get_host_realm and krb5_free_host_re...
2012-01-10 Andrew Bartlettkrb5: Require krb5_c_verify_checksum is available to...
2012-01-10 Andrew Bartlettkrb5: Require krb5_c_enctype_compare is available to...
2012-01-10 Günther Deschnersamba: check for AES encryption type defines.
2012-01-09 Andrew Bartletts3-build: Remove unused hooks to set smbtorture4 and...
2012-01-08 Andrew Bartletts3-build: smbtorture4 can be built regardless of use_ads
2012-01-06 Jeremy AllisonAdd a sys_get_number_of_cores() function that calls...
2012-01-05 Jeremy AllisonAdd S3 vfs_aio_pthread module to replace broken glibc...
2011-12-25 Volker Lendeckes3: Fix linking on Lion
2011-12-21 Volker Lendeckes3: There's no reason not to at least build winbind...
2011-11-30 Volker Lendeckes3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDS
2011-11-29 Andrew Bartlettbuild: TDB_ERR_NESTING is used unconditionally
2011-11-16 Günther Deschners3-passdb: split out passdb/pdb_ldap_schema.c
2011-11-16 Günther Deschners3: move smbldap_util to pdb_ldap_util.
2011-11-07 Björn Baumbachs3-build: Fix inotify detection (bug 8580)
2011-10-14 Brad SmithFix sys_fseek wrapper
2011-10-06 Volker Lendeckes3: Use the uid_wrapper
2011-09-20 Andrew Bartlettlib/util/charset: remove charset module loading
2011-09-20 Andrew Bartlettlib/util/charcnv: Remove broken internal CP850 and...
2011-08-11 Michael Adams3:build(autoconf): fix bug #8369: remove irritating...
2011-07-14 Stefan Metzmachers3:clikrb5: fix the build with newer heimdal versions
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-23 Andrew Bartletts3-net: Bind our gettext results to 'unix charset'
2011-06-23 Andrew Bartlettlib/util/charset: Remove autodetection of charset from...
2011-06-23 Andrew Bartlettlib/util/charset: Remove 'display charset'
2011-06-20 Rusty Russelltdb_compat.h: divert every tdb build and includes to...
2011-06-20 Rusty Russelllib: import ccan modules for tdb2
2011-06-04 Volker Lendeckes3: Fix the build on FreeBSD 8
2011-06-01 Jeremy AllisonAdd check for the getcwd function being able to take...
2011-05-13 Michael Adams3:build: link libtdb as shared lib if using shared...
2011-05-13 Michael Adams3:build: determine full version of libtdb for the...
2011-05-13 Michael Adams3:build: link libtalloc as shared lib if using shared...
2011-05-13 Michael Adams3:build: determine full version of libtalloc for the...
2011-05-13 Michael Adams3:build: fix typo in definition of --enable-external...
2011-05-13 Michael Adams3:build: reformat AC_ARG_ENABLE(external_libtalloc...)
2011-05-13 Michael Adams3:build: add LIBWBCLIENT_FULLVER for consistency with...
2011-05-13 Michael Adams3:build: add an optional full version argument to...
2011-05-13 Michael Adams3:configure: add --enable-smbtorture4 switch
2011-04-23 Stefan MetzmacherRevert "s3-vfs: another attempt to fix the Tru64 build."
2011-04-21 Günther Deschners3-vfs: another attempt to fix the Tru64 build.
2011-04-20 Andrew Bartletts3-gse: Allow the GSSAPI wrapper to load a keytab using...
2011-05-09 Andrew Bartletts3-build: Move generated config.h and config.h.in to...
2011-05-07 Gordon RossFix Samba3 on OpenIndiana.
2011-05-04 Volker Lendeckevfs_gpfs: Properly notify the offline->online changes
2011-05-03 Björn Jackeѕ3/configure: move out generic CPPFLAGS in the solaris...
2011-05-03 Björn Jackeѕ3/configure: move out generic LDFLAGS in the solaris...
2011-04-30 Andrew Bartlettkerberos: Only include gssapi/gssapi_krb5.h when available
2011-04-27 Andrew Bartlettauth/kerberos Add check for gss_inquire_sec_context_by_oid
2011-04-27 Andrew Bartletts3-gse: Don't release the mech OID from gss_accept_secu...
2011-04-27 Andrew Bartlettauth/kerberos: Create common helper to get the verified...
2011-04-25 Volker Lendeckes3: Check for res_ninit
2011-04-25 Volker Lendeckes3: Add pthreadpooltest to main build
2011-04-25 Volker Lendeckes3: Many pthreadpool fixes
2011-04-18 Kai Blins3 autobuild: Fix CFLAG check for netgrent tests
2011-04-14 Günther Deschners3-build: make sure we pick up system tdb and talloc...
2011-03-31 Michael Adams3:configure: allow building without SCHEDULE_FOR_DELET...
2011-03-31 Michael Adams3:configure: introduce "--enable-old-ctdb" to enable...
2011-03-31 Michael Adams3:configure: add check for new CTDB_CONTROL_SCHEDULE_F...
2011-03-31 Michael Adams3:configure: rework logic of ctdb/clustering checks
2011-03-31 Michael Adams3:configure: remove unused variable CTDB_CFLAGS
2011-03-31 Michael Adams3:configure: fix a comment.
2011-03-19 Christian Ambachs3: use getgrset() when it is available
2011-03-10 Günther Deschners3-build: remove -I../lib/addns.
2011-03-03 Günther Deschnerlibreplace: move "struct timespec" checks into librepla...
2011-02-28 Volker Lendeckelibreplace: poll based on select
2011-02-16 Sumit Boses3-passdb: Add minimal stub for IPA passdb backend
2011-02-10 Michael AdamRevert "libwbclient: bump the libwbclient SOVER 0 ...
2011-02-08 Jeremy AllisonAdd fdopendir().
2011-02-06 Volker Lendeckes3: Only build auth_netlogond for the developer build
2011-02-01 Volker Lendeckes3: Add support for AF_NETLINK addr notifications
2011-01-30 Volker Lendeckes3: On FreeBSD, compile zfsacl if sunacl.h is around
2011-01-27 Michael Adamlibwbclient: bump the libwbclient SOVER 0 -> 1 due...
2011-01-06 Günther Deschnerlib/addns: move DNS client library to the main directory.
2011-01-04 Andreas Schneiders3-build: Remove broken RPC modules support.
next