updated the 3.0 branch from the head branch - ready for alpha18
[tprouty/samba.git] / source / configure
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-03 Andrew BartlettKill off codepage related stuff, now we don't use codep...
2002-06-26 Jim McDonoughRe-enable kernel change notification on s390 as it...
2002-06-26 Gerald Cartermore merges from SAMBA_2_2
2002-06-25 Gerald CarterMerge ... SONAMEFLAG stuff from SAMBA_2_2. If I steppe...
2002-06-24 Gerald Cartermerging some autoconf changes from SAMBA_2_2
2002-06-16 Andrew BartlettTwo things: Check how many paramaters that the LDAP...
2002-06-05 Jim McDonoughmerge 390 kernel workaround from SAMBA_2_2.
2002-05-29 Gerald Cartermerge from 2.2
2002-05-17 Andrew BartlettMake --with-ldapsam 'go away'. This is now a standard...
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-05-16 Jim McDonoughFix for non-__va_copy systems. I had used AC_TRY_COMPI...
2002-05-16 Jim McDonoughAdd configure support for __va_copy, which is required...
2002-05-16 Gerald Cartermerge from SAMBA_2_2
2002-05-15 Gerald Cartermore solaris compile fixes (for smbwrapper)
2002-05-13 Tim PotterRerun autoconf.
2002-05-11 Jeremy AllisonFix for *BSD linking of VFS modules from "Scot W. Hetze...
2002-05-11 Jeremy AllisonFix to include -Ipopt in getpass test.
2002-05-09 Jeremy AllisonMerged in printing fixes... There were many missing !
2002-05-09 Gerald Cartermerge from SAMBA_2_2
2002-05-09 Gerald Carterpidfile merge from SAMBA_2_2 (including --with-fhs...
2002-04-24 Andrew Tridgellpatch from Alexander Bokovoy needed for dlopen on bsd...
2002-04-16 Andrew Tridgellreran configure after adding a test for strnlen()
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-11 Andrew Tridgelladded strndup() for systems that don't have it
2002-04-11 Jeremy AllisonEnsure VFS modules will build correctly by adding defin...
2002-04-04 Tim PotterRerun autoconf.
2002-04-04 Tim PotterRerun autoconf.
2002-04-01 Andrew Tridgellnot all versions of gcc support -rdynamic
2002-04-01 Andrew Tridgelltry to get the summary test working on OpenBSD
2002-03-27 Jeremy AllisonRemoved HAVE_LIBDL from most places (except system...
2002-03-23 Andrew Bartlettrerun autoconf
2002-03-19 Jeremy AllisonSync up vfs changes from 2.2.x.
2002-03-01 Jeremy AllisonFixed EXTRA vs EXTGRA typo. Thanks Mike :-).
2002-03-01 Jeremy AllisonAttempt to fix Solaris winbind nss build.
2002-02-22 Andrew BartlettRerun configure
2002-02-22 Andrew BartlettGet rid of the unused WL variable from the previous...
2002-02-22 Andrew Bartlettrerun autoconf
2002-02-06 Herb Lewisfix for IRIX toolroot builds
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-14 Andrew Bartlettrerun autoconf
2002-01-10 Jeremy AllisonEnsure this is committed last.
2002-01-10 Tim PotterAlthough configure.in and configure were checked in...
2002-01-10 Jeremy AllisonGetting ready to add UNIX extensions in HEAD also.
2002-01-09 Jeremy AllisonAdded tests for st_blocks in struct stat, and added...
2002-01-09 Martin PoolBetter explanation message for dmalloc.
2002-01-09 Martin PoolWith --enable-dmalloc, also use dmalloc's wrappers...
2002-01-08 Andrew Tridgell- fixed my breakage of CPPFLAGS
2002-01-07 Andrew Tridgell- use CFLAGS when linking shared libs (for things like...
2002-01-07 Tim PotterSpelling fix.
2002-01-03 Martin PoolOops, rerun autoconf after last change.
2002-01-01 Andrew Tridgelltry to handle broken const in headers on cray unicos
2001-12-31 Andrew Tridgelladded a simple test to see whether building shared...
2001-12-31 Andrew Tridgellcope with systems that don't have full gssapi libs
2001-12-30 Andrew BartlettMake Samba compile on RH 6.2 again.
2001-12-30 Jeremy AllisonWhen running interactive we want to set our own process...
2001-12-22 Herb Lewismerge IRIX winbind support from Samba 2.2 branch
2001-12-21 Andrew Tridgellupdated ldap test to test for less common function
2001-12-20 Martin PoolAdd --enable-dmalloc to link against the dmalloc malloc...
2001-12-19 Jeremy AllisonAdded AC_CHECK_FUNCS(syslog vsyslog).
2001-12-15 Jeremy AllisonAdded HPUX ACL code.
2001-12-14 Jeremy AllisonUpdated Solaris link options from DaveCB.
2001-12-12 Herb Lewisran autoconf
2001-12-10 Jim McDonoughDelay gssapi header checking until after kerberos has...
2001-12-10 Martin Pool(merge 1.130.4.93) Display results of checks for shared...
2001-12-08 Andrew Tridgellcheck for gssapi_generic.h
2001-12-08 Andrew Tridgelladded internal sasl/gssapi code. This means we are...
2001-12-05 Herb Lewismerge from 2.2
2001-12-05 Herb Lewisdont add -I./popt to CFLAGS it really belongs in FLAGS1...
2001-11-30 Andrew Tridgellwe need to look for liblber before libldap
2001-11-30 Jeremy AllisonXFS quota patch for Linux.
2001-11-29 Andrew BartlettFix up the ./configure tests for kerberos. This ensure...
2001-11-27 Andrew Tridgelladded test for krb5.h
2001-11-27 Andrew Tridgellautomatically look for /usr/kerberos to make redhat...
2001-11-25 Andrew Tridgellcheck for liblber separately
2001-11-20 Andrew Tridgelladded the beginnings of ADS support in smbd
2001-11-19 Martin PoolDetect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-11-16 Jeremy AllisonFixed detection of RedHat headers. Removed another...
2001-11-15 Jeremy AllisonFix detection of RedHat 7.2.
2001-11-14 Jeremy AllisonFix compile on RedHat 7.2 systems with broken system...
2001-11-14 Martin PoolCosmetic fix for libpopt-checking test.
2001-11-11 Andrew Bartlettautoconf
2001-10-23 Jim McDonoughFix popt library checking
2001-10-23 Jim McDonoughAdd popt for parsing commandline options
2001-10-22 Andrew Tridgell- fixed link order of krb5 libs
2001-10-16 Andrew Tridgellfix linking of k5crypto library on openbsd
2001-10-16 Andrew Tridgellfixed finding the resolv library
2001-10-15 Andrew Tridgellinclude more libs needed for kerberos5 on some systems...
2001-10-14 Andrew Tridgellfixed the --with-krb5=dir option.
2001-10-11 Andrew Tridgellfirst step in converting the head branch to use lang_td...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-09-28 Jeremy AllisonFixed CUPS detection - patch from Michael Sweet.
2001-09-26 Gerald CarterOpenSSL merge from 2.2
2001-09-26 Andrew BartlettFinish Jeremy's passdb merge :-).
2001-09-25 Jeremy AllisonFixup passdb stuff to add new nisplus and ldap backends.
2001-09-25 Motonobu Takahashisorry to forget re-run autoconf again...
2001-09-25 Andrew BartlettFix up the ./configure for the BSDs:
2001-09-25 Andrew BartlettChange ./configure.developer to stay in effect across a
next