summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* This is another *BIG* change...Andrew Bartlett2002-01-201-0/+2
* Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2002-01-101-1/+5
* Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2002-01-091-1/+10
* Fix macro name controlling inclusion of DMALLOC.Martin Pool2002-01-091-1/+1
* renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headersAndrew Tridgell2002-01-011-1/+1
* cope with systems that don't have full gssapi libsAndrew Tridgell2001-12-311-1/+1
* Make Samba compile on RH 6.2 again.Andrew Bartlett2001-12-301-0/+4
* Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool2001-12-201-0/+7
* Doc.Martin Pool2001-12-191-1/+3
* check for gssapi_generic.hAndrew Tridgell2001-12-081-0/+5
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-4/+4
* added test for krb5.hAndrew Tridgell2001-11-271-1/+8
* sigh.Andrew Tridgell2001-11-271-2/+2
* Fixed compiler warning.Tim Potter2001-11-251-1/+1
* added HAVE_LDAP_H checkAndrew Tridgell2001-11-251-2/+2
* added "net join" commandAndrew Tridgell2001-11-241-0/+7
* added the beginnings of ADS support in smbdAndrew Tridgell2001-11-201-0/+22
* Fix obvious typo.Martin Pool2001-11-191-1/+1
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-0/+1
* Tidyups and things I discovered during the merge...Jeremy Allison2001-11-151-1/+1
* Fix for broken-as-shipped RedHat 7.2 system headers. Now we haveJeremy Allison2001-11-041-0/+12
* Add popt for parsing commandline optionsJim McDonough2001-10-231-0/+2
* Add rap.h for net utility and libsmbJim McDonough2001-10-191-0/+2
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-0/+4
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-0/+1
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-1/+3
* Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison2001-09-181-1/+1
* 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