summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison1-4/+7
2002-10-29Fix a nice little memory leak in our uid changing code.Andrew Bartlett1-0/+2
2002-10-28Fix fd leak with kernel change notify.Jeremy Allison1-1/+1
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison5-108/+430
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison1-1/+8
2002-10-21merge from samba_3_0Gerald Carter2-225/+94
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke1-1/+1
2002-10-21add a 'mangle prefix' option to allow people to tune the number ofAndrew Tridgell1-16/+41
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-10-15Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison1-1/+1
2002-10-15fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard forAndrew Tridgell1-4/+2
2002-10-12Nice *big* patch from metze.Andrew Bartlett2-3/+3
2002-10-11Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison1-0/+12
2002-10-08Fix based on Jim McDonough's code for ACL inheritance problem.Jeremy Allison1-9/+60
2002-10-07Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-onlyJeremy Allison1-0/+5
2002-10-05Push Steve Langasek's fix ...Richard Sharpe1-1/+1
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-10-03Added ASCII art to make this clearer.Jeremy Allison1-1/+73
2002-10-03Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math....Jeremy Allison1-0/+13
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