summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell13-676/+699
2001-08-19Realloc fix.Jeremy Allison1-6/+5
2001-08-19Realloc fixes.Jeremy Allison1-13/+8
2001-08-19Realloc fixes.Jeremy Allison1-6/+5
2001-08-19Realloc fixes.Jeremy Allison1-2/+3
2001-08-19More Realloc fixes.Jeremy Allison1-4/+3
2001-08-19Realloc fix.Jeremy Allison1-3/+13
2001-08-19Add missing gcc memory barriers, this bug showed up when doing aAnton Blanchard1-16/+43
2001-08-18More Realloc fixes.Jeremy Allison2-4/+13
2001-08-18More Realloc fixes.Jeremy Allison1-7/+17
2001-08-17Use tparam not tdata when reallocing params to make clearer.Jeremy Allison1-12/+15
2001-08-17more useful debug messages and check if the size are non null.Jean-François Micouleau1-10/+17
2001-08-17OK, so not freeing these was a mistake. I'll try to be less exuberent nextAndrew Bartlett1-0/+2
2001-08-17Move the claim_connection stuff till a little later in the process.Andrew Bartlett1-16/+14
2001-08-17Move admin user check into a helper function.Andrew Bartlett1-18/+35
2001-08-17Move read only check into a helper funcion. Ensure conn->service is setAndrew Bartlett1-40/+50
2001-08-17Restore a debug I think I dropped earlierAndrew Bartlett1-0/+2
2001-08-17smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett5-36/+47
2001-08-17Style cleanup for the last vuid change.Andrew Bartlett3-11/+17
2001-08-17One less getpwnam() call...Andrew Bartlett2-11/+6
2001-08-16removed unused fileAndrew Tridgell1-91/+0
2001-08-16removed unused fileAndrew Tridgell1-113/+0
2001-08-13Added Jim McDonough's Win9x take ownership fix.Jeremy Allison1-0/+12
2001-08-13merge from 2.2Gerald Carter2-0/+16
2001-08-13Add printing of errno when POSIX lock requests fail.Jeremy Allison1-3/+3
2001-08-13Moved across definition of dos error types from smb.h to doserr.hTim Potter2-4/+7
2001-08-13Converted to new error API.Tim Potter1-28/+32
2001-08-13Fixed typo in debug message.Tim Potter1-2/+2
2001-08-13Fixed up 'orrible formatting.Tim Potter1-21/+21
2001-08-12Fixed crash bug when attempting to list contents of non-existentTim Potter1-0/+3
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce30-136/+363
2001-08-12Kill of idra's extra become_root()/unbecome_root() now I have fixed the actualAndrew Bartlett1-2/+0
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett16-876/+702
2001-08-12it was half committed last time,Simo Sorce1-2/+2
2001-08-11Without this become_root()/unbecome_root() pair I was not able to loginSimo Sorce1-3/+3
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison6-22/+32
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison4-404/+668
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce13-112/+713
2001-08-10Debug cleanups.Tim Potter1-3/+3
2001-08-10Had the test for cli_is_error() reversed. You idiot Stimpy!Tim Potter1-1/+1
2001-08-10Fixes for new client error api.Tim Potter1-2/+2
2001-08-10Use new client error api.Tim Potter1-12/+13
2001-08-10Use the new client error api.Tim Potter4-6/+8
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter13-182/+283
2001-08-10More constant conversions.Tim Potter2-4/+4
2001-08-10Removed nt_error field from cli_state as it was not used anywhere.Tim Potter2-8/+1
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter5-332/+335
2001-08-10Moved dos error codes from smb.h into new file doserr.hTim Potter2-113/+136
2001-08-10Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter2-2/+3
2001-08-10merge from 2.2Gerald Carter3-6/+6