summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison12-66/+44
2002-11-08Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett1-3/+0
2002-11-07Make append_log work againJelmer Vernooij1-0/+3
2002-11-07Stop using hardcoded transact commandsJim McDonough1-3/+3
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-11/+4
2002-11-05Ensure can_delete returns correct error code.Jeremy Allison1-1/+4
2002-11-05Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2-0/+4
2002-11-05Remove DRIVERFILE constant. It was removed with the old win95Tim Potter1-1/+0
2002-11-04Handle -p correctlyJelmer Vernooij1-1/+1
2002-11-04Make IRIX happyJelmer Vernooij1-3/+3
2002-11-02Remove obsolete function usage and some unused variablesJelmer Vernooij1-27/+1
2002-11-02Convert to popt.Jelmer Vernooij1-75/+23
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