summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter2002-12-041-3/+0
* Added Volker's directory fix - save the attributesJeremy Allison2002-12-041-0/+3
* change_trust_account_password() must always use the PDC for rpcGerald Carter2002-12-042-88/+80
* Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...Jeremy Allison2002-12-041-1/+1
* Missed the removal of the incorrect ifdef.Jeremy Allison2002-12-041-3/+1
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-044-47/+68
* Reformat of reply.c before Volker's patch.Jeremy Allison2002-12-031-1059/+1029
* Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-033-23/+24
* As per Jeremy's request back this out, so as to re-gain the implicit lengthAndrew Bartlett2002-12-011-7/+5
* No need for fstring manipulation here (Tcon&X), just use string pointers.Andrew Bartlett2002-12-011-5/+7
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-261-0/+1
* a better for for using %U in smb.confAndrew Tridgell2002-11-192-3/+11
* Very curious. It turns out attribute matching on truncate only mattersJeremy Allison2002-11-191-2/+2
* the change in the way %U is handled to use current_user has brokenAndrew Tridgell2002-11-181-0/+3
* Add const to PACKS()Andrew Bartlett2002-11-151-2/+2
* small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij2002-11-131-0/+5
* Load modules in lp_modules() after fork()Jelmer Vernooij2002-11-131-0/+4
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1212-66/+44
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-3/+0
* Make append_log work againJelmer Vernooij2002-11-071-0/+3
* Stop using hardcoded transact commandsJim McDonough2002-11-071-3/+3
* Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-11/+4
* Ensure can_delete returns correct error code.Jeremy Allison2002-11-051-1/+4
* Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-052-0/+4
* Remove DRIVERFILE constant. It was removed with the old win95Tim Potter2002-11-051-1/+0
* Handle -p correctlyJelmer Vernooij2002-11-041-1/+1
* Make IRIX happyJelmer Vernooij2002-11-041-3/+3
* Remove obsolete function usage and some unused variablesJelmer Vernooij2002-11-021-27/+1
* Convert to popt.Jelmer Vernooij2002-11-021-75/+23
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-311-4/+7
* Fix a nice little memory leak in our uid changing code.Andrew Bartlett2002-10-291-0/+2
* Fix fd leak with kernel change notify.Jeremy Allison2002-10-281-1/+1
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-235-108/+430
* Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-221-1/+8
* merge from samba_3_0Gerald Carter2002-10-212-225/+94
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-1/+1
* add a 'mangle prefix' option to allow people to tune the number ofAndrew Tridgell2002-10-211-16/+41
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* 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