summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
AgeCommit message (Expand)AuthorFilesLines
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-76/+164
1999-12-08moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.hLuke Leighton1-1/+4
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-0/+1
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-0/+4
1999-08-08Some compilers want (void) instead of just () in function declarations.Matthew Chapman1-1/+1
1999-07-09Put back in GNU readline support for smbclient accidentally trashed byTim Potter1-0/+8
1999-07-09Hived off string routines into a separate file.Tim Potter1-19/+3
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1-8/+16
1999-03-08Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found.Luke Leighton1-0/+4
1999-03-02added <mysql.h> autoconf test.Luke Leighton1-0/+4
1998-12-17and in head branch:Andrew Tridgell1-1/+1
1998-12-16A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel1-2/+0
1998-12-15on Linux force fcntl/mmap based shared memory and on other systemsAndrew Tridgell1-0/+13
1998-11-30moving rpc/rpc.h to after netinet.hLuke Leighton1-5/+5
1998-11-29removed include of net/route.h because it prevents compilation underAndrew Tridgell1-4/+6
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-0/+4
1998-11-23re-added includes for yp_prot.h and yp_clnt.hLuke Leighton1-0/+13
1998-11-23get rid of __wait boring warning, caused by rpc/clnt.hLuke Leighton1-13/+4
1998-11-23unix instance of group database APILuke Leighton1-0/+1
1998-11-19Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1-22/+43
1998-11-18Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1-0/+9
1998-11-18Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1-1/+1
1998-11-17Moved PRINTCAP_NAME from smb.h to includes to allow it toJeremy Allison1-0/+3
1998-11-16Updates to handle glob.h - was causing problems on SCO 5.0.4John Terpstra1-1/+1
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-2/+10
1998-11-13reverted includes change for FreeBSD as it breaks IRIXAndrew Tridgell1-1/+0
1998-11-13fixes for OSF1 compilationAndrew Tridgell1-0/+1
1998-11-10rpcclient registry commands.Luke Leighton1-0/+4
1998-10-28Still moving things around. debugparse.h will be removed from the includeChristopher R. Hertel1-2/+2
1998-10-28Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1-1/+3
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1-0/+6
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison1-0/+5
1998-10-07more solaris acl fixesAndrew Tridgell1-0/+4
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell1-13/+0
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1-0/+23
1998-10-04more smbw cleanups.Andrew Tridgell1-0/+1
1998-10-03define O_ACCMODE if not definedAndrew Tridgell1-0/+4
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-0/+4
1998-09-21replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1-5/+6
1998-09-18Fixed position of LARGE_SMB_OFF_T definition. The SOFF_T define wasJeremy Allison1-8/+6
1998-09-18configure configure.in include/config.h.in include/includes.hJeremy Allison1-8/+1
1998-09-18Adding rewritten restore code ... Old code is still thereRichard Sharpe1-0/+25
1998-09-18got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1-17/+0
1998-09-18gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1-0/+8
1998-09-18added a SMB_OFF_T_BITS define, allowing us to get rid of most of theAndrew Tridgell1-0/+2
1998-09-18include/includes.h:Jeremy Allison1-1/+6
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-2/+16
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-0/+6
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1-2/+16
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1-12/+48