summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-2712-149/+146
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-274-526/+538
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-273-21/+12
* Process the SAM/UAS change notification message.Tim Potter2001-08-241-1/+1
* Some W2k info.Jeremy Allison2001-08-231-0/+41
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-233-5/+5
* A few changes:Andrew Bartlett2001-08-222-0/+43
* added ERRbadmcbAndrew Tridgell2001-08-221-0/+1
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+1
* removed unused fileAndrew Tridgell2001-08-161-91/+0
* Moved across definition of dos error types from smb.h to doserr.hTim Potter2001-08-132-4/+7
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-2/+2
* Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-102-3/+3
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-102-53/+126
* Removed nt_error field from cli_state as it was not used anywhere.Tim Potter2001-08-101-1/+0
* Moved dos error codes from smb.h into new file doserr.hTim Potter2001-08-102-113/+136
* Added include guards...Jeremy Allison2001-08-031-0/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-032-0/+97
* Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison2001-08-021-0/+1
* Put HPUX on mmap blacklist.Jeremy Allison2001-08-021-0/+1
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-0/+1
* Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-262-1/+32
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-1/+0
* a better test for unix domain socketsAndrew Tridgell2001-07-252-4/+2
* added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell2001-07-251-1/+4
* 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-222-6/+9
* This should fix the build, I think tpot just missed the file for his CVSAndrew Bartlett2001-07-201-0/+1
* Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison2001-07-161-1/+1
* Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,Andrew Bartlett2001-07-101-0/+4
* implement:Jean-François Micouleau2001-07-091-2/+150
* add query user info level 20 (for RAS)Jean-François Micouleau2001-07-091-0/+18
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-073-0/+57
* Fix for enumerating large numbers of users.Jeremy Allison2001-07-051-1/+1
* missed a couple of strchr callsAndrew Tridgell2001-07-042-6/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+1
* The big character set handling changeover!Andrew Tridgell2001-07-047-782/+73
* Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison2001-07-031-0/+3
* Not all OSs have setbuffer, so we better check for it.Andrew Bartlett2001-07-021-0/+3
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-021-0/+1
* Fix for building --with-profile for new vfscalls.Jeremy Allison2001-07-011-0/+4
* Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison2001-06-301-0/+1
* Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2001-06-291-0/+28
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-292-0/+8
* From JF....Jeremy Allison2001-06-291-8/+8
* Removed another silly static array.Tim Potter2001-06-291-2/+2
* Add check for working AF_LOCAL sockets, which are borkenMartin Pool2001-06-261-1/+5
* 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-252-6/+9