summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-09-08convert more code to using d_printfAndrew Tridgell2-2/+2
2001-09-07Don't fail if no owner/group owner set. Use existing owners.Jeremy Allison1-3/+7
2001-09-07#ifdef out function when not used.Jeremy Allison1-0/+2
2001-09-06Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison1-0/+32
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2-2/+2
2001-09-05Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison1-7/+0
2001-09-05Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2-1/+21
2001-09-05when you update the share mode in the db you must also updateAndrew Tridgell1-0/+7
2001-09-05fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell1-142/+143
2001-09-05merge profile data changes from 2.2Herb Lewis1-6/+36
2001-09-05added filename to error_packet()Andrew Tridgell1-7/+8
2001-09-04Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison1-5/+7
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison4-350/+286
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell12-158/+143
2001-09-03tidied up some unused vars in JFs new fnsAndrew Tridgell1-12/+0
2001-09-01more NTSTATUS changesAndrew Tridgell1-17/+4
2001-08-30Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison1-134/+119
2001-08-30if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis1-2/+2
2001-08-30this was a stupid typo,Simo Sorce1-1/+1
2001-08-28Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau1-0/+127
2001-08-28Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter1-0/+30
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell8-40/+40
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell5-35/+38
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell13-1323/+995
2001-08-24get rid of compiler warningsHerb Lewis5-11/+11
2001-08-24fixed level2 find first for unisys clientsAndrew Tridgell1-0/+1
2001-08-24Fixed incorrect debug.Tim Potter1-4/+1
2001-08-24flush on a invalid fsp should give an errorAndrew Tridgell1-16/+16
2001-08-23Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !Jeremy Allison1-15/+6
2001-08-23Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett1-3/+1
2001-08-23Fix up some unused variables and functions, fix up formattingAndrew Bartlett2-3/+0
2001-08-22A few changes:Andrew Bartlett3-38/+17
2001-08-22The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau1-5/+15
2001-08-22force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis1-2/+3
2001-08-22Missed '\' at eol...Jeremy Allison1-1/+1
2001-08-22Tidyup fixes for fcntl spin problem.Jeremy Allison1-3/+13
2001-08-22Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison3-11/+50
2001-08-21Add a new option to disable our paranoid server check.Andrew Bartlett1-1/+1
2001-08-21This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2-0/+23
2001-08-20Add comment to clarify why we call this twice.Andrew Bartlett1-0/+2
2001-08-20two fixes for NT clients -> share level Samba serverAndrew Tridgell2-2/+11
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+0
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 Bartlett4-36/+46
2001-08-17Style cleanup for the last vuid change.Andrew Bartlett2-6/+9
2001-08-17One less getpwnam() call...Andrew Bartlett2-11/+6