summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-08smbd/mangle.cJeremy Allison1-1/+0
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison1-0/+4
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+1
2000-01-03got rid of mem_manAndrew Tridgell1-4/+0
1999-12-29Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1-4/+4
1999-12-23Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1-0/+13
1999-12-22include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1-3/+1
1999-12-22First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison1-0/+25
1999-12-21first pass at the database code for Samba. This also includes a testAndrew Tridgell1-0/+1
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