summaryrefslogtreecommitdiff
path: root/source3/configure
AgeCommit message (Expand)AuthorFilesLines
2001-07-04The big character set handling changeover!Andrew Tridgell1-603/+657
2001-07-03Removed the default addition of /include to the directory given inJeremy Allison1-607/+604
2001-07-03Reran autoconf.Tim Potter1-1/+1
2001-07-02Re-ran configure.Tim Potter1-606/+614
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett1-416/+472
2001-06-30Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ...Richard Sharpe1-731/+738
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-1/+1
2001-06-26Add check for working AF_LOCAL sockets, which are borkenMartin Pool1-600/+634
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-594/+637
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-39/+4
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison1-3/+3
2001-06-04Compile fix for wbinfo on solaris.Tim Potter1-600/+597
2001-06-01Added a --with/without winbind option to configure. The default is toTim Potter1-738/+763
2001-05-30- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell1-549/+692
2001-05-22Try to fix build by adding autoconf tests for pam headers.Jeremy Allison1-612/+653
2001-05-17- added ability for swat to run under CGI. This needsAndrew Tridgell1-599/+596
2001-05-16Added winbind programs to build for supported systems (i.e linux andTim Potter1-574/+596
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-2/+2
2001-05-01added more complete C99 snprintf testAndrew Tridgell1-216/+221
2001-04-28- added test for vasprintfAndrew Tridgell1-1/+1
2001-04-28added asprintf testAndrew Tridgell1-1/+1
2001-04-27added test for C99 compliant vsnprintfAndrew Tridgell1-214/+262
2001-04-26Fixed REPLACE_GETPASS test.Jeremy Allison1-1/+1
2001-04-25Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison1-712/+663
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra1-711/+847
2001-04-24updating changes with 2.2 (comment lines in ./configure --help)Gerald Carter1-1/+1
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison1-52/+163
2001-04-17AIX ACLs donated by IBM.Jeremy Allison1-14/+21
2001-04-16Added --with-codepagedir as RedHat 6.2 and 7.x place them differently.Jeremy Allison1-698/+719
2001-04-14Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison1-13/+47
2001-04-14configure:Jeremy Allison1-1/+1
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-689/+1058
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-107/+156
2001-04-11Changed the order of -kPIC and -kpic.Jeremy Allison1-21/+21
2001-04-06keep cflags from being duplicated if defined in environmentHerb Lewis1-669/+681
2001-04-03Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison1-9/+51
2001-03-31configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison1-1/+1
2001-03-27standards.h only exists on IRIX 6.x and above (Herb please check !).Jeremy Allison1-1/+1
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-451/+499
2001-02-27Added patch from Urban Widmark <urban@teststation.com> modified by me toJeremy Allison1-618/+680
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-26/+43
2001-02-16configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison1-2/+6
2001-01-11Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison1-6/+10
2000-12-08Cosmetic fixups for large file support message.Tim Potter1-18/+16
2000-12-07Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison1-5/+83
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-657/+687
2000-12-06Update required after changes to configure.inTim Potter1-4/+4
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-650/+695
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-5/+5
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter1-649/+677