summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-2/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell7-55/+57
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell2-5/+9
2001-09-03the next step in our error code handling changeAndrew Tridgell4-13/+46
2001-08-28Merge of sam sync code from TNG.Tim Potter1-0/+19
2001-08-28Merge of SAM delta type constants and BDC replication types from TNG.Tim Potter1-0/+282
2001-08-28Added sam sync and sam replication smbd message constants.Tim Potter1-0/+2
2001-08-28Added copyright header (taken from include/doserr.h)Tim Potter1-511/+538
2001-08-28Fixed description in file header.Tim Potter1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell12-149/+146
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell4-526/+538
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell3-21/+12
2001-08-24Process the SAM/UAS change notification message.Tim Potter1-1/+1
2001-08-23Some W2k info.Jeremy Allison1-0/+41
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter3-5/+5
2001-08-22A few changes:Andrew Bartlett2-0/+43
2001-08-22added ERRbadmcbAndrew Tridgell1-0/+1
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+1
2001-08-16removed unused fileAndrew Tridgell1-91/+0
2001-08-13Moved across definition of dos error types from smb.h to doserr.hTim Potter2-4/+7
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-2/+2
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2-3/+3
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2-53/+126
2001-08-10Removed nt_error field from cli_state as it was not used anywhere.Tim Potter1-1/+0
2001-08-10Moved dos error codes from smb.h into new file doserr.hTim Potter2-113/+136
2001-08-03Added include guards...Jeremy Allison1-0/+3
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2-0/+97
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison1-0/+1
2001-08-02Put HPUX on mmap blacklist.Jeremy Allison1-0/+1
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-0/+1
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2-1/+32
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-1/+0
2001-07-25a better test for unix domain socketsAndrew Tridgell2-4/+2
2001-07-25added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell1-1/+4
2001-07-22if EILSEQ doesn't exist then use EIO. It doesn't really matter whatAndrew Tridgell1-2/+3
2001-07-22changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell2-6/+9
2001-07-20This should fix the build, I think tpot just missed the file for his CVSAndrew Bartlett1-0/+1
2001-07-16Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison1-1/+1
2001-07-10Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,Andrew Bartlett1-0/+4
2001-07-09implement:Jean-François Micouleau1-2/+150
2001-07-09add query user info level 20 (for RAS)Jean-François Micouleau1-0/+18
2001-07-07Add backend encryption support for NTLMv2.Andrew Bartlett3-0/+57
2001-07-05Fix for enumerating large numbers of users.Jeremy Allison1-1/+1
2001-07-04missed a couple of strchr callsAndrew Tridgell2-6/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+1
2001-07-04The big character set handling changeover!Andrew Tridgell7-782/+73
2001-07-03Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison1-0/+3
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett1-0/+3
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison1-0/+1
2001-07-01Fix for building --with-profile for new vfscalls.Jeremy Allison1-0/+4