summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
AgeCommit message (Expand)AuthorFilesLines
2001-07-04missed a couple of strchr callsAndrew Tridgell1-5/+0
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+5
2001-07-03Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison1-0/+3
2001-06-26fixed buildAndrew Tridgell1-0/+1
2001-06-26fall back to "unsigned" for uint32 on systems that don't have oneAndrew Tridgell1-1/+3
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-5/+7
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-4/+0
2001-06-04Compile fix for Solaris.Tim Potter1-8/+29
2001-05-30fixed asprintf declarationAndrew Tridgell1-6/+3
2001-05-30- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell1-0/+6
2001-05-294 new functions to retrieve single linked list of group and passwd entriesSimo Sorce1-0/+2
2001-05-08Removed S_ISSOCK() macro as it's only used within winbind client code.Tim Potter1-10/+0
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-0/+8
2001-04-28- fixed some compiler warningsAndrew Tridgell1-6/+12
2001-04-28- added test for vasprintfAndrew Tridgell1-0/+15
2001-04-18Merge of changes from 2.2.Jeremy Allison1-0/+30
2001-04-04Fix for broken RelientUNIX.Jeremy Allison1-1/+1
2001-04-03Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison1-0/+4
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-0/+2
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-0/+13
2001-03-18much simpler readline codeAndrew Tridgell1-2/+0
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-18/+2
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-0/+1
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter1-1/+1
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-5/+0
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-0/+3
2000-09-29added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell1-0/+13
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-0/+1
2000-07-18Fixed some more client SPOOLSS functions. The followingGerald Carter1-0/+1
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-14/+14
2000-07-06Include nss.h if present or define enough values to allow client access toTim Potter1-0/+15
2000-06-23Added MAX_SEC_CTX_DEPTHTim Potter1-0/+2
2000-06-21A neater way of solving the S_ISSOCK, S_ISFIFO problem.Tim Potter1-0/+54
2000-06-15added support for kernel level share modes. These are a (small) hack,Andrew Tridgell1-0/+9
2000-06-11fixed Linux capabilities handlingAndrew Tridgell1-12/+0
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-0/+12
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell1-8/+2
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-0/+1
2000-05-01allow a DEFAULT_PRINTING to be specified in CFLAGSAndrew Tridgell1-0/+4
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-0/+4
2000-04-17got rid of some more old configure tests and includesAndrew Tridgell1-51/+0
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-0/+2
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison1-2/+2
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-0/+2
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-0/+3
2000-02-07Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison1-1/+18
2000-02-03Busting up of source/include/smb.h into smaller pieces which can beTim Potter1-25/+9
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison1-0/+1
2000-01-16make a br_off a SMB_BIG_UINTAndrew Tridgell1-1/+1
2000-01-13defined br_off as a type for byte range offsets. For now I've set itAndrew Tridgell1-0/+3