summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-09-09Merged Steve French's fix for OS/2 EA return error being removed.Jeremy Allison1-1/+3
2002-09-09Patch from Steve French to fix difference in responses toJeremy Allison1-1/+5
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett1-13/+11
2002-09-06patch from metze: add a 'vfs' debug classAndrew Bartlett2-0/+8
2002-09-06Revert accidental commit - I'll need to do a fair bit more testing before IAndrew Bartlett1-3/+0
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-0/+3
2002-09-06Oops...Andrew Bartlett1-1/+1
2002-09-06One less user of Get_Pwnam_modify()...Andrew Bartlett1-2/+4
2002-09-05We shouldn't add printing flag here.Jeremy Allison1-1/+1
2002-09-05Send any queued up print notify messages in exit_server() so theyTim Potter1-0/+2
2002-09-04Merge of (apparently working :-) new printing notify code.Jeremy Allison2-16/+65
2002-09-04Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison4-9/+10
2002-09-03Ensure we open UNIX fifo's non-blocking like we used to do.Jeremy Allison1-0/+11
2002-08-31Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...Richard Sharpe1-8/+8
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett1-2/+0
2002-08-30Fix bug with stat mode open being done on read-only open withJeremy Allison1-8/+10
2002-08-30Correctly fail opens with mismatching SYSTEM or HIDDEN attributes if weJeremy Allison1-0/+36
2002-08-28Return correct FILE_SUPERSEDED response - IFSTEST strikes again...Jeremy Allison1-2/+8
2002-08-28fix file_is_special test, was wrong.Simo Sorce1-2/+10
2002-08-28Move -4 to correct side of comparison.Jeremy Allison1-2/+2
2002-08-27Ensure we have at least smb_size bytes before processing a packet.Jeremy Allison1-1/+1
2002-08-26Correct fix for nc problem.Jeremy Allison1-1/+2
2002-08-26Reformatting only before real change.Jeremy Allison1-131/+124
2002-08-26Reverted and tidied up the "special" files patch. Adds "hide special files"Jeremy Allison1-56/+84
2002-08-26Updates!Andrew Bartlett2-2/+2
2002-08-24do not expose special files, only files, directories and links (and weSimo Sorce1-51/+49
2002-08-23Merged initial allocation code for IFSTEST fix.Jeremy Allison2-24/+63
2002-08-22move where got_sig_term and reload_after_sighup are defined.Herb Lewis2-6/+4
2002-08-22made the CAP_UNIX test a bit cleanerAndrew Tridgell1-1/+5
2002-08-22reload_after_sighup and got_sig_term are defined in server.cHerb Lewis1-2/+2
2002-08-22Remember to check for UNIX extensions before saying we support them.Jeremy Allison1-1/+1
2002-08-22We were returning incorrect flags in smb_action....Jeremy Allison1-6/+9
2002-08-22Ensure we don't change to a user that we can't get an NT_TOKEN for.Andrew Bartlett1-0/+4
2002-08-22Fixed IFSTEST errors with OpenParams... more to go.Jeremy Allison1-9/+9
2002-08-21Fix longstanding bug in Win2k clients by clearing the shortnameJeremy Allison1-0/+5
2002-08-20IFSTEST fixes for open fid, nametoolong.Jeremy Allison1-0/+15
2002-08-20Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett5-156/+101
2002-08-19Added comment about our implementation of the trans2Tim Potter1-1/+6
2002-08-19IFS kit test - don't allow TEMP attribute on directory open.Jeremy Allison1-0/+12
2002-08-18round lock timeouts in lockingX upwards to multiples of 1 second, so aAndrew Tridgell1-1/+1
2002-08-18added exact timing semantics on blocking locksAndrew Tridgell2-12/+27
2002-08-18A new utility to test VFS system and modulesSimo Sorce1-1/+1
2002-08-17get the error code right in case of a blocking lock timeout.Andrew Tridgell1-1/+1
2002-08-17amazing! we've had a reversed comparison in our blocking lock codeAndrew Tridgell1-1/+1
2002-08-17Change which session key we negotiate. This uses the NT-based session key thatAndrew Bartlett1-1/+1
2002-08-17Add const.Andrew Bartlett1-1/+1
2002-08-17Add 'const'.Andrew Bartlett1-1/+1
2002-08-17Becouse of changes to the meaning of this feild over time, this doesn'tAndrew Bartlett1-5/+0
2002-08-16Re-add the last empty item to the NTLMSSP info list, but this time do itJim McDonough1-3/+4
2002-08-16Add some const to the 'in' paramaters for these functions.Andrew Bartlett1-2/+2