summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-12-12Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison1-1/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-1/+0
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison3-8/+15
2002-12-04Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter1-3/+0
2002-12-04Added Volker's directory fix - save the attributesJeremy Allison1-0/+3
2002-12-04change_trust_account_password() must always use the PDC for rpcGerald Carter2-88/+80
2002-12-04Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...Jeremy Allison1-1/+1
2002-12-04Missed the removal of the incorrect ifdef.Jeremy Allison1-3/+1
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison4-47/+68
2002-12-03Reformat of reply.c before Volker's patch.Jeremy Allison1-1059/+1029
2002-12-03Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison3-23/+24
2002-12-01As per Jeremy's request back this out, so as to re-gain the implicit lengthAndrew Bartlett1-7/+5
2002-12-01No need for fstring manipulation here (Tcon&X), just use string pointers.Andrew Bartlett1-5/+7
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-0/+1
2002-11-19a better for for using %U in smb.confAndrew Tridgell2-3/+11
2002-11-19Very curious. It turns out attribute matching on truncate only mattersJeremy Allison1-2/+2
2002-11-18the change in the way %U is handled to use current_user has brokenAndrew Tridgell1-0/+3
2002-11-15Add const to PACKS()Andrew Bartlett1-2/+2
2002-11-13small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij1-0/+5
2002-11-13Load modules in lp_modules() after fork()Jelmer Vernooij1-0/+4
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