Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
[samba.git] / source / include / includes.h
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-12-10 Jeremy AllisonFix client large file reporting.
2002-12-03 Jeremy AllisonFixed nasty bug where file writes with start offsets...
2002-10-30 Andrew Tridgelladded a timegm() function for systems that don't have it
2002-10-21 Jelmer VernooijRecognize FreeBSD5 correctly (not as being sysv...)
2002-09-18 Gerald Carterprintjob merge from APP_HEAD regarding device modes
2002-09-17 Tim PotterAdded --with-ads option, defaults to yes. If you run...
2002-09-07 Andrew BartlettWinbind client-side cleanups.
2002-09-06 Andrew BartlettAs per the 'OK' at CIFS2002, only use the readline...
2002-09-06 Andrew BartlettDetect and use syslog.h or sys/syslog.h corretly. ...
2002-09-05 Andrew BartlettMove the fancy NT_STATUS macros to a new file, so we...
2002-08-30 Andrew Tridgellconvert the LDAP/SASL code to use GSS-SPNEGO if possible
2002-08-28 Jelmer VernooijSilly of me to only test this with --with-sam and not...
2002-08-28 Jelmer VernooijPut in intermediate version of new SAM system. It's...
2002-08-21 Jelmer VernooijPatch from Paul Green <Paul.Green@stratus.com> to be...
2002-07-29 Andrew Tridgellan initial fix for handling sparse files in smbd
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.
2002-07-03 Andrew BartlettKill off codepage related stuff, now we don't use codep...
2002-06-17 Gerald Cartercompile warngin fixes merged from 2.2
2002-06-03 Andrew Tridgellput the ifdef for HAVE_VA_COPY in one place rather...
2002-04-24 Andrew Tridgellpatch from Alexander Bokovoy needed for dlopen on bsd...
2002-04-24 Andrew Tridgellprototypes for some systems that don't have them
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-11 Andrew TridgellThis split the mangling code up to allow for the possib...
2002-03-27 Jeremy AllisonAdded sys_adminlog() system for info the appliance...
2002-03-02 Andrew BartlettRemove util_list.h, as its matching .c file has already...
2002-03-01 Andrew BartlettThe beginning of trusted and trusting domain support...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-10 Jeremy AllisonGetting ready to add UNIX extensions in HEAD also.
2002-01-09 Martin PoolAdd UNUSED(paramname) macro to be used in parameter...
2002-01-09 Martin PoolFix macro name controlling inclusion of DMALLOC.
2002-01-01 Andrew Tridgellrenamed ans1.h to asn_1.h to prevent conflict caused...
2001-12-31 Andrew Tridgellcope with systems that don't have full gssapi libs
2001-12-30 Andrew BartlettMake Samba compile on RH 6.2 again.
2001-12-20 Martin PoolAdd --enable-dmalloc to link against the dmalloc malloc...
2001-12-19 Martin PoolDoc.
2001-12-08 Andrew Tridgellcheck for gssapi_generic.h
2001-12-08 Andrew Tridgelladded internal sasl/gssapi code. This means we are...
2001-11-27 Andrew Tridgelladded test for krb5.h
2001-11-27 Andrew Tridgellsigh.
2001-11-25 Tim PotterFixed compiler warning.
2001-11-25 Andrew Tridgelladded HAVE_LDAP_H check
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-20 Andrew Tridgelladded the beginnings of ADS support in smbd
2001-11-19 Martin PoolFix obvious typo.
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-11-15 Jeremy AllisonTidyups and things I discovered during the merge...
2001-11-04 Jeremy AllisonFix for broken-as-shipped RedHat 7.2 system headers...
2001-10-23 Jim McDonoughAdd popt for parsing commandline options
2001-10-19 Jim McDonoughAdd rap.h for net utility and libsmb
2001-10-18 Andrew Tridgellthe beginnings of kerberos support in smbd. It doesn...
2001-10-14 Andrew Tridgellthe next step in the intl changeover. This should get...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-09-18 Jeremy AllisonUse structure copy to fix unaligned accesses on 64bit...
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-09 Andrew Tridgellfixed missing const on d_printf declaration
2001-09-08 Andrew Tridgellconvert more code to using d_printf
2001-09-07 Andrew Tridgelladded "display charset" option in smb.conf, along with...
2001-09-05 Andrew Tridgellfixed a bunch of compilation errors on Solaris, mostly...
2001-08-23 Tim PotterFixed detection of CUPS. We need to check for the...
2001-08-22 Andrew BartlettA few changes:
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...
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
next