summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct fix for nc problem.Jeremy Allison2002-08-261-1/+2
* Reformatting only before real change.Jeremy Allison2002-08-261-131/+124
* Reverted and tidied up the "special" files patch. Adds "hide special files"Jeremy Allison2002-08-261-56/+84
* Updates!Andrew Bartlett2002-08-262-2/+2
* do not expose special files, only files, directories and links (and weSimo Sorce2002-08-241-51/+49
* Merged initial allocation code for IFSTEST fix.Jeremy Allison2002-08-232-24/+63
* move where got_sig_term and reload_after_sighup are defined.Herb Lewis2002-08-222-6/+4
* made the CAP_UNIX test a bit cleanerAndrew Tridgell2002-08-221-1/+5
* reload_after_sighup and got_sig_term are defined in server.cHerb Lewis2002-08-221-2/+2
* Remember to check for UNIX extensions before saying we support them.Jeremy Allison2002-08-221-1/+1