summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
AgeCommit message (Expand)AuthorFilesLines
2000-10-07Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...Jeremy Allison1-0/+1
2000-06-20Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison1-0/+3
2000-06-15added support for kernel level share modes. These are a (small) hack,Andrew Tridgell1-0/+1
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell1-0/+1
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-0/+3
2000-06-08- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell1-1/+2
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele1-1/+1
2000-04-30we don't need fnmatch.c any moreAndrew Tridgell1-3/+0
2000-04-17got rid of some more old configure tests and includesAndrew Tridgell1-4/+0
2000-04-17removed some obsolete configure tests (sysv ipc etc)Andrew Tridgell1-3/+0
2000-03-29Added check for LL suffix to long long ints needed by AIX 4.3.x compilerJeremy Allison1-0/+1
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-0/+1
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-0/+1
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-3/+4
2000-02-07Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison1-3/+2
2000-01-29Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison1-0/+3
2000-01-12Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison1-0/+7
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison1-0/+3
1999-12-29Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1-0/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-20/+95
1999-12-08moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.hLuke Leighton1-0/+3
1999-07-09Put back in GNU readline support for smbclient accidentally trashed byTim Potter1-0/+4
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1-3/+4
1999-03-02added <mysql.h> autoconf test.Luke Leighton1-0/+3
1998-12-17and in head branch:Andrew Tridgell1-0/+3
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-0/+3
1998-11-20acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1-0/+8
1998-11-20Fixed stupid blunder where I renamed getpwanam to getpwnam.Jeremy Allison1-2/+2
1998-11-19Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison1-2/+2
1998-11-19Sync up with 2.0 code.Jeremy Allison1-0/+1
1998-11-19Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1-12/+5
1998-11-18Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1-0/+7
1998-11-18Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1-0/+9
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-0/+6
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-3/+0
1998-11-16Updates to handle glob.h - was causing problems on SCO 5.0.4John Terpstra1-0/+3
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-0/+1
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-0/+6
1998-10-29looks like someone forgot to commit these...Alexandre Oliva1-0/+3
1998-10-23don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1-0/+1
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison1-0/+1
1998-10-07added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton1-0/+1
1998-10-07detect __sys_llseek()Andrew Tridgell1-2/+5
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1-0/+1
1998-10-07test whether seekdir() returns void or notAndrew Tridgell1-0/+1
1998-10-07- no getdents on OSF1Andrew Tridgell1-0/+6
1998-10-06added a wrapper for fork()Andrew Tridgell1-0/+6
1998-10-05test for creat64()Andrew Tridgell1-0/+3
1998-10-05test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell1-0/+2
1998-10-05added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1-0/+45