summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-09-19don't try to initgroups in non root modeAndrew Tridgell1-0/+4
2001-09-17move to SAFE_FREE()Simo Sorce27-162/+118
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-9/+20
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett3-17/+62
2001-09-16Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett1-51/+27
2001-09-15use variables _before_ freeing them!Simo Sorce1-3/+2
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett3-93/+21
2001-09-15Oops... For reference, NTLMv2 passwords are > 24 chars in length, whileAndrew Bartlett1-1/+1
2001-09-15This looked suspicious now we are attempting to to NTLMv2.Andrew Bartlett1-2/+2
2001-09-15Actually fill in the status for sainity checksAndrew Bartlett1-1/+1
2001-09-14Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2-17/+5
2001-09-12Some patches to authentication:Tim Potter5-19/+29
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2-5/+1
2001-09-10Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison1-1/+11
2001-09-10made a couple of local fns staticAndrew Tridgell2-6/+12
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-5/+0
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