summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-09-25Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett1-2/+2
2002-09-25Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett1-2/+2
2002-09-25Move to common user token debugging, and ensure we always print both theAndrew Bartlett1-11/+2
2002-09-25Merge of "profile acls" code.Jeremy Allison1-2/+28
2002-09-20"@" is valid in NetBIOS domain names.Jeremy Allison1-1/+1
2002-09-20change ADS negprot to match more closely the options used by w2k. ThisAndrew Tridgell1-5/+3
2002-09-19Use sendfile in readbraw.Jeremy Allison1-11/+56
2002-09-18Added "use sendfile" per share option.Jeremy Allison1-1/+1
2002-09-18We had a race condition when changing a machine acount password as weJeremy Allison1-0/+9
2002-09-17Actually use sendfile if selected.Jeremy Allison3-5/+7
2002-09-17disable stat cache when case sensitiveAndrew Tridgell1-1/+1
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison1-1/+1
2002-09-14Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison1-0/+7
2002-09-12Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison1-1/+1
2002-09-12First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2-16/+99
2002-09-11Formatting tidyups before I look at implementing the sendfile in READX.Jeremy Allison1-194/+185
2002-09-11Ensure we've failed a lock with a lock denied message before automaticallyJeremy Allison1-3/+3
2002-09-11Fix missing braces around push lock call.Jeremy Allison1-2/+3
2002-09-10Added final Steve French patch for "required" attributes with oldJeremy Allison2-5/+24
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