summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett1-14/+26
2003-01-14[merge] removing unused variable and unused fileGerald Carter1-237/+0
2003-01-14make -i flag work lik eit did in 2.2Gerald Carter1-2/+5
2003-01-14query_alt_name takes a forced unicode string in win2000. It is notAndrew Tridgell1-1/+1
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett1-194/+88
2003-01-13Ensure we do not pass uninitialised data to the kernel. (Picked up byAndrew Bartlett2-0/+4
2003-01-12Oops, this is the change to use an fstring for the incoming service buffer -Andrew Bartlett1-3/+3
2003-01-12Make the 'service' in make_connection() use an fstrcpy(), and an fstring,Andrew Bartlett1-1/+1
2003-01-11Remove an unused paramter for our old LM-only password change code, and fix aAndrew Bartlett2-4/+3
2003-01-11No point having this for both parts of the 'if' statement.Andrew Bartlett1-4/+2
2003-01-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter1-0/+4
2003-01-09Remove read_with_timeout() and replaced its only caller (the passwd chatTim Potter1-3/+7
2003-01-09Moved smbd process counting functions from smbd/server.c to smbd/process.cTim Potter2-30/+26
2003-01-08Ensure we return disk full by default on short writes.Jeremy Allison1-6/+6
2003-01-08Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2-6/+18
2003-01-08Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison1-15/+8
2003-01-08Fix open problem with changing attributes on an existing file - basedJeremy Allison1-7/+45
2003-01-07Remove unused variable.Tim Potter2-2/+0
2003-01-06Fix memory leaks in pdb_ code.Jeremy Allison1-1/+13
2003-01-06Fix a segfault when we don't correctly load a VFS module (don't keep it inAndrew Bartlett2-3/+9
2003-01-05Even when I can't manage to do QA, at least the build farm will catch some ofAndrew Bartlett1-1/+1
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison3-584/+542
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-2/+16
2003-01-02pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison1-5/+5
2003-01-02Becouse these functions return a size_t, they can't return negitive numbers.Andrew Bartlett1-1/+1
2003-01-02BIG patch...Andrew Bartlett14-53/+60
2003-01-01Move our password change code along a little - use NTSTATUS, and implmenetAndrew Bartlett2-47/+87
2002-12-31fix for bad check spotted by Ray Simard <ray@sylvan-glade.com>Simo Sorce1-1/+1
2002-12-29Add msdfs proxy functionality to HEAD.Shirish Kalele1-0/+7
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2-9/+26
2002-12-13Fix for old DOS client when veto files is set to /.*/Jeremy Allison1-1/+1
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