summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD:Andrew Bartlett2003-01-281-262/+109
* performance patch from HP-UX folks (cant remember who)Gerald Carter2003-01-281-3/+14
* Fixed typo found by tpot.Jeremy Allison2003-01-241-1/+1
* Fix reference count bug where smbd's would not terminate with noJeremy Allison2003-01-171-1/+12
* Remove debugging stmt.Tim Potter2003-01-151-3/+0
* *lots of small merges form HEADGerald Carter2003-01-152-6/+10
* removing unused variable and unused fileGerald Carter2003-01-142-238/+0
* make -i flag work lik eit did in 2.2Gerald Carter2003-01-141-2/+5
* Merge from HEAD:Andrew Bartlett2003-01-142-2/+2
* Merge from HEAD - eliminated unused arguments.Andrew Bartlett2003-01-142-3/+2
* Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2003-01-142-0/+4
* merge alt_name patch from headAndrew Tridgell2003-01-141-1/+1
* [merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter2003-01-111-0/+4
* Moved smbd process counting functions from smbd/server.c to smbd/process.cHerb Lewis2003-01-092-30/+26
* Ensure we return disk full by default on short writes.Jeremy Allison2003-01-081-6/+6
* Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2003-01-082-6/+18
* Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison2003-01-081-15/+8
* Fix open problem with changing attributes on an existing file - basedJeremy Allison2003-01-081-8/+45
* Fix memory leaks in pdb_ code.Jeremy Allison2003-01-061-1/+13
* Merge from HEAD - handle VFS module load failures, change some error returns toAndrew Bartlett2003-01-062-3/+9
* Merge from HEAD - get the test the right way around, so that we can changeAndrew Bartlett2003-01-051-1/+1
* Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett2003-01-042-47/+87
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-033-584/+542
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-2/+16
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-0314-53/+60
* pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison2003-01-021-5/+5
* Merge Andrew Bartletts (size_t)-1 checks.Jeremy Allison2003-01-021-1/+1
* from HEAD:Simo Sorce2002-12-311-1/+1
* Add check to prevent non-Dfs clients from connecting to an msdfs proxy.Shirish Kalele2002-12-271-0/+7
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-9/+26
* Fix for old DOS client when veto files is set to /.*/Jeremy Allison2002-12-131-1/+1
* Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison2002-12-121-1/+2
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-1/+0
* Merge from HEAD:Tim Potter2002-12-051-3/+0
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-053-8/+15
* Added Volker's directory fix - save the attributesJeremy Allison2002-12-041-0/+3
* merges from HEAD - change_trust_account_password() must always talk to PDCGerald 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
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-292-2/+0
* merged the %U changes to 3.0Andrew Tridgell2002-11-202-3/+11
* Very curious. It turns out attribute matching on truncate only mattersJeremy Allison2002-11-191-2/+2
* Samba janitor... Merging tridge's change to 3.0. Original commitJeremy Allison2002-11-181-0/+3
* Updates from HEAD: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
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1212-66/+44
* Last sync with HEADJelmer Vernooij2002-11-091-105/+27