trying to get HEAD building again. If you want the code
[gd/samba-autobuild/.git] / source3 / include / includes.h
2001-07-25 Andrew Tridgella better test for unix domain sockets
2001-07-22 Andrew Tridgellif EILSEQ doesn't exist then use EIO. It doesn't really...
2001-07-22 Andrew Tridgellchanged the iconv interface to go via ucs2 for all...
2001-07-07 Andrew BartlettAdd backend encryption support for NTLMv2.
2001-07-04 Andrew Tridgellmissed a couple of strchr calls
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-03 Jeremy AllisonAdded #define of int32 to int for cray. This will almos...
2001-06-26 Andrew Tridgellfixed build
2001-06-26 Andrew Tridgellfall back to "unsigned" for uint32 on systems that...
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-06-18 Jeremy AllisonAdded patches to remove Linux specific XFS ACLs. These...
2001-06-04 Tim PotterCompile fix for Solaris.
2001-05-30 Andrew Tridgellfixed asprintf declaration
2001-05-30 Andrew Tridgell- added AC_HAVE_DECL() macro to aclocal.m4, so we can...
2001-05-29 Simo Sorce4 new functions to retrieve single linked list of group...
2001-05-08 Tim PotterRemoved S_ISSOCK() macro as it's only used within winbi...
2001-05-03 Jeremy AllisonFixed SHM_R/SHM_W warnings by moving sys/ipc.h and...
2001-04-28 Andrew Tridgell- fixed some compiler warnings
2001-04-28 Andrew Tridgell- added test for vasprintf
2001-04-18 Jeremy AllisonMerge of changes from 2.2.
2001-04-04 Jeremy AllisonFix for broken RelientUNIX.
2001-04-03 Jeremy AllisonAdded XFS ACLs on Linux. Code from John Trostel <jtrost...
2001-03-23 Jean-François Mico... first pass of the new group mapping code
2001-03-19 Jeremy AllisonAdded sys_dlopen/sys_dlsym/sys_dlclose.
2001-03-18 Andrew Tridgellmuch simpler readline code
2001-03-18 Andrew Tridgellmuch better readline support from Simo Sorce, with...
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-10-26 Gerald CarterTDB password backend support written by Simo Sorce...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-09-29 Andrew Tridgelladded a hack to get 64 bit locking working with the...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-07-18 Gerald CarterFixed some more client SPOOLSS functions. The following
2000-07-10 Tim PotterFixes for various compile warnings on Solaris 8.
2000-07-06 Tim PotterInclude nss.h if present or define enough values to...
2000-06-23 Tim PotterAdded MAX_SEC_CTX_DEPTH
2000-06-21 Tim PotterA neater way of solving the S_ISSOCK, S_ISFIFO problem.
2000-06-15 Andrew Tridgelladded support for kernel level share modes. These are...
2000-06-11 Andrew Tridgellfixed Linux capabilities handling
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-05-09 Andrew Tridgellthe beginnings of a new scheme I've working on to allow...
2000-05-08 Andrew Tridgelladded secrets.tdb and changed storage of trust account...
2000-05-01 Andrew Tridgellallow a DEFAULT_PRINTING to be specified in CFLAGS
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-17 Andrew Tridgellgot rid of some more old configure tests and includes
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-03-09 Jeremy AllisonBig update moving the multi-pdu support from 2.0.x...
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
2000-02-07 Jeremy AllisonAdded check for SGI IRIX brokenness with semaphores...
2000-02-03 Tim PotterBusting up of source/include/smb.h into smaller pieces...
2000-01-26 Jeremy AllisonAdded hash-based stat cache code from Ying Chen.
2000-01-16 Andrew Tridgellmake a br_off a SMB_BIG_UINT
2000-01-13 Andrew Tridgelldefined br_off as a type for byte range offsets. For...
2000-01-08 Jeremy Allisonsmbd/mangle.c
2000-01-05 Jeremy AllisonMoved check_plaintext_password() into smbd/chgpasswd...
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...
2000-01-03 Andrew Tridgellgot rid of mem_man
1999-12-29 Jeremy AllisonConverted most of the functions in lib/util_str.c to...
1999-12-23 Jeremy AllisonSamba now includes a full ucs2 upper to lower case...
1999-12-22 Jeremy Allisoninclude/includes.h: Trimmed down unicode directory...
1999-12-22 Jeremy AllisonFirst cut at unicode sys_xx functions. Now to start...
1999-12-21 Andrew Tridgellfirst pass at the database code for Samba. This also...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-08 Luke Leightonmoved sys/un.h to after sys/socket.h. done a gnu autoc...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-24 Luke Leightonrewrote policy handle code to be generic (it's needed...
1999-08-08 Matthew ChapmanSome compilers want (void) instead of just () in functi...
1999-07-09 Tim PotterPut back in GNU readline support for smbclient accident...
1999-07-09 Tim PotterHived off string routines into a separate file.
1999-04-01 Andrew TridgellKen McDonell from SGI was interested in adding some...
1999-03-08 Luke LeightonBejamin Kuit. #define MYSQL and MYSQL_ROW to void...
1999-03-02 Luke Leightonadded <mysql.h> autoconf test.
1998-12-17 Andrew Tridgelland in head branch:
1998-12-16 Christopher R. HertelA while back, Andrew and I talked about making the...
1998-12-15 Andrew Tridgellon Linux force fcntl/mmap based shared memory and on...
1998-11-30 Luke Leightonmoving rpc/rpc.h to after netinet.h
1998-11-29 Andrew Tridgellremoved include of net/route.h because it prevents...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-23 Luke Leightonre-added includes for yp_prot.h and yp_clnt.h
1998-11-23 Luke Leightonget rid of __wait boring warning, caused by rpc/clnt.h
1998-11-23 Luke Leightonunix instance of group database API
1998-11-19 Jeremy AllisonChanges to make the default prefix /usr/local/samba...
1998-11-18 Jeremy AllisonAdded OSF1 changes to HEAD (-lsecurity etc.)
1998-11-18 Jeremy AllisonFixed problem with HAVE_NETGROUP being used on platforms
1998-11-17 Jeremy AllisonMoved PRINTCAP_NAME from smb.h to includes to allow...
1998-11-16 John TerpstraUpdates to handle glob.h - was causing problems on...
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-11-13 Andrew Tridgellreverted includes change for FreeBSD as it breaks IRIX
1998-11-13 Andrew Tridgellfixes for OSF1 compilation
1998-11-10 Luke Leightonrpcclient registry commands.
1998-10-28 Christopher R. HertelStill moving things around. debugparse.h will be remov...
1998-10-28 Jeremy AllisonQuick fixes to fix the broken tree. Needed for my morni...
1998-10-24 Andrew Tridgellvolker was concerned about unique inode numbers and...
1998-10-15 Jeremy Allisonconfig: Fix crypt prototype on RedHat Linux.
1998-10-07 Andrew Tridgellmore solaris acl fixes
1998-10-07 Andrew Tridgellyet another attempt at making this stuff portable....
1998-10-07 Andrew Tridgellmore OSF1 changes as well as changes to allow us to...
1998-10-04 Andrew Tridgellmore smbw cleanups.
1998-10-03 Andrew Tridgelldefine O_ACCMODE if not defined
next