summaryrefslogtreecommitdiffstats
path: root/source3/include/includes.h
Commit message (Expand)AuthorAgeFilesLines
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+1
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-0/+1
* fixed missing const on d_printf declarationAndrew Tridgell2001-09-091-3/+3
* convert more code to using d_printfAndrew Tridgell2001-09-081-0/+2
* added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-071-0/+1
* fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell2001-09-051-34/+1
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-231-1/+1
* A few changes:Andrew Bartlett2001-08-221-0/+2
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+2
* a better test for unix domain socketsAndrew Tridgell2001-07-251-1/+1
* if EILSEQ doesn't exist then use EIO. It doesn't really matter whatAndrew Tridgell2001-07-221-2/+3
* changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell2001-07-221-0/+5
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-071-0/+3
* missed a couple of strchr callsAndrew Tridgell2001-07-041-5/+0
* The big character set handling changeover!Andrew Tridgell2001-07-041-3/+5
* Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison2001-07-031-0/+3
* fixed buildAndrew Tridgell2001-06-261-0/+1
* fall back to "unsigned" for uint32 on systems that don't have oneAndrew Tridgell2001-06-261-1/+3
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-5/+7
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-4/+0
* Compile fix for Solaris.Tim Potter2001-06-041-8/+29
* fixed asprintf declarationAndrew Tridgell2001-05-301-6/+3
* - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell2001-05-301-0/+6
* 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-0/+2
* Removed S_ISSOCK() macro as it's only used within winbind client code.Tim Potter2001-05-081-10/+0
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-0/+8
* - fixed some compiler warningsAndrew Tridgell2001-04-281-6/+12
* - added test for vasprintfAndrew Tridgell2001-04-281-0/+15
* Merge of changes from 2.2.Jeremy Allison2001-04-181-0/+30
* Fix for broken RelientUNIX.Jeremy Allison2001-04-041-1/+1
* Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-031-0/+4
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-0/+2
* Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-0/+13
* much simpler readline codeAndrew Tridgell2001-03-181-2/+0
* much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-181-18/+2
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-061-0/+1
* TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2000-10-261-1/+1
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-5/+0
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-0/+3
* added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-291-0/+13
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-0/+1
* Fixed some more client SPOOLSS functions. The followingGerald Carter2000-07-181-0/+1
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-14/+14
* Include nss.h if present or define enough values to allow client access toTim Potter2000-07-061-0/+15
* Added MAX_SEC_CTX_DEPTHTim Potter2000-06-231-0/+2
* A neater way of solving the S_ISSOCK, S_ISFIFO problem.Tim Potter2000-06-211-0/+54
* added support for kernel level share modes. These are a (small) hack,Andrew Tridgell2000-06-151-0/+9
* fixed Linux capabilities handlingAndrew Tridgell2000-06-111-12/+0
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-0/+12
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-8/+2