summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison2002-10-151-1/+1
* fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard forAndrew Tridgell2002-10-151-4/+2
* Nice *big* patch from metze.Andrew Bartlett2002-10-122-3/+3
* Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison2002-10-111-0/+12
* Fix based on Jim McDonough's code for ACL inheritance problem.Jeremy Allison2002-10-081-9/+60
* Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-onlyJeremy Allison2002-10-071-0/+5
* Push Steve Langasek's fix ...Richard Sharpe2002-10-051-1/+1
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* Added ASCII art to make this clearer.Jeremy Allison2002-10-031-1/+73
* Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math....Jeremy Allison2002-10-031-0/+13
* Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett2002-09-251-2/+2
* Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-251-2/+2
* Move to common user token debugging, and ensure we always print both theAndrew Bartlett2002-09-251-11/+2
* Merge of "profile acls" code.Jeremy Allison2002-09-251-2/+28
* "@" is valid in NetBIOS domain names.Jeremy Allison2002-09-201-1/+1
* change ADS negprot to match more closely the options used by w2k. ThisAndrew Tridgell2002-09-201-5/+3
* Use sendfile in readbraw.Jeremy Allison2002-09-191-11/+56
* Added "use sendfile" per share option.Jeremy Allison2002-09-181-1/+1
* We had a race condition when changing a machine acount password as weJeremy Allison2002-09-181-0/+9
* Actually use sendfile if selected.Jeremy Allison2002-09-173-5/+7
* disable stat cache when case sensitiveAndrew Tridgell2002-09-171-1/+1
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-1/+1
* Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2002-09-141-0/+7
* Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2002-09-121-1/+1
* First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2002-09-122-16/+99
* Formatting tidyups before I look at implementing the sendfile in READX.Jeremy Allison2002-09-111-194/+185
* Ensure we've failed a lock with a lock denied message before automaticallyJeremy Allison2002-09-111-3/+3
* Fix missing braces around push lock call.Jeremy Allison2002-09-111-2/+3
* Added final Steve French patch for "required" attributes with oldJeremy Allison2002-09-102-5/+24
* Merged Steve French's fix for OS/2 EA return error being removed.Jeremy Allison2002-09-091-1/+3
* Patch from Steve French to fix difference in responses toJeremy Allison2002-09-091-1/+5
* This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2002-09-061-13/+11
* patch from metze: add a 'vfs' debug classAndrew Bartlett2002-09-062-0/+8
* Revert accidental commit - I'll need to do a fair bit more testing before IAndrew Bartlett2002-09-061-3/+0
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett2002-09-061-0/+3
* Oops...Andrew Bartlett2002-09-061-1/+1
* One less user of Get_Pwnam_modify()...Andrew Bartlett2002-09-061-2/+4
* We shouldn't add printing flag here.Jeremy Allison2002-09-051-1/+1
* Send any queued up print notify messages in exit_server() so theyTim Potter2002-09-051-0/+2
* Merge of (apparently working :-) new printing notify code.Jeremy Allison2002-09-042-16/+65
* Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-044-9/+10
* Ensure we open UNIX fifo's non-blocking like we used to do.Jeremy Allison2002-09-031-0/+11
* Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...Richard Sharpe2002-08-311-8/+8
* Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2002-08-311-2/+0
* Fix bug with stat mode open being done on read-only open withJeremy Allison2002-08-301-8/+10
* Correctly fail opens with mismatching SYSTEM or HIDDEN attributes if weJeremy Allison2002-08-301-0/+36
* Return correct FILE_SUPERSEDED response - IFSTEST strikes again...Jeremy Allison2002-08-281-2/+8
* fix file_is_special test, was wrong.Simo Sorce2002-08-281-2/+10
* Move -4 to correct side of comparison.Jeremy Allison2002-08-281-2/+2
* Ensure we have at least smb_size bytes before processing a packet.Jeremy Allison2002-08-271-1/+1