summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Return correct FILE_SUPERSEDED response - IFSTEST strikes again...Jeremy Allison1-2/+8
2002-08-28fix file_is_special test, was wrong.Simo Sorce1-2/+10
2002-08-28Move -4 to correct side of comparison.Jeremy Allison1-2/+2
2002-08-27Ensure we have at least smb_size bytes before processing a packet.Jeremy Allison1-1/+1
2002-08-26Correct fix for nc problem.Jeremy Allison1-1/+2
2002-08-26Reformatting only before real change.Jeremy Allison1-131/+124
2002-08-26Reverted and tidied up the "special" files patch. Adds "hide special files"Jeremy Allison1-56/+84
2002-08-26Updates!Andrew Bartlett2-2/+2
2002-08-24do not expose special files, only files, directories and links (and weSimo Sorce1-51/+49
2002-08-23Merged initial allocation code for IFSTEST fix.Jeremy Allison2-24/+63
2002-08-22move where got_sig_term and reload_after_sighup are defined.Herb Lewis2-6/+4
2002-08-22made the CAP_UNIX test a bit cleanerAndrew Tridgell1-1/+5
2002-08-22reload_after_sighup and got_sig_term are defined in server.cHerb Lewis1-2/+2
2002-08-22Remember to check for UNIX extensions before saying we support them.Jeremy Allison1-1/+1
2002-08-22We were returning incorrect flags in smb_action....Jeremy Allison1-6/+9
2002-08-22Ensure we don't change to a user that we can't get an NT_TOKEN for.Andrew Bartlett1-0/+4
2002-08-22Fixed IFSTEST errors with OpenParams... more to go.Jeremy Allison1-9/+9
2002-08-21Fix longstanding bug in Win2k clients by clearing the shortnameJeremy Allison1-0/+5
2002-08-20IFSTEST fixes for open fid, nametoolong.Jeremy Allison1-0/+15
2002-08-20Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett5-156/+101
2002-08-19Added comment about our implementation of the trans2Tim Potter1-1/+6
2002-08-19IFS kit test - don't allow TEMP attribute on directory open.Jeremy Allison1-0/+12
2002-08-18round lock timeouts in lockingX upwards to multiples of 1 second, so aAndrew Tridgell1-1/+1
2002-08-18added exact timing semantics on blocking locksAndrew Tridgell2-12/+27
2002-08-18A new utility to test VFS system and modulesSimo Sorce1-1/+1
2002-08-17get the error code right in case of a blocking lock timeout.Andrew Tridgell1-1/+1
2002-08-17amazing! we've had a reversed comparison in our blocking lock codeAndrew Tridgell1-1/+1
2002-08-17Change which session key we negotiate. This uses the NT-based session key thatAndrew Bartlett1-1/+1
2002-08-17Add const.Andrew Bartlett1-1/+1
2002-08-17Add 'const'.Andrew Bartlett1-1/+1
2002-08-17Becouse of changes to the meaning of this feild over time, this doesn'tAndrew Bartlett1-5/+0
2002-08-16Re-add the last empty item to the NTLMSSP info list, but this time do itJim McDonough1-3/+4
2002-08-16Add some const to the 'in' paramaters for these functions.Andrew Bartlett1-2/+2
2002-08-16Fix segfault in the new NTLMSSP code. jmcd: can you look at this - whatAndrew Bartlett1-3/+2
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter1-0/+2
2002-08-15Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough1-31/+37
2002-08-12Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can'tJeremy Allison1-10/+13
2002-08-12Add RESOLVE_DFSPATH to mkdir operations in HEAD.Shirish Kalele1-0/+2
2002-08-11Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett8-18/+9
2002-08-10Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett3-20/+13
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell3-5/+18
2002-08-02Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter1-0/+5
2002-08-01Fixed compiler warning.Tim Potter1-1/+1
2002-08-01make sure we null terminate plaintext passwordsAndrew Tridgell1-1/+1
2002-07-31Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, norAndrew Bartlett1-18/+11
2002-07-31fixed the length checking for plaintext passwords (thanks to andrewbAndrew Tridgell1-2/+11
2002-07-31fix debug, at idra's suggestion.Andrew Bartlett1-1/+1
2002-07-31added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell1-45/+80
2002-07-30this fixes plaintext passwords with win2000Andrew Tridgell2-5/+8
2002-07-30always include the (void) for void fns ...Andrew Tridgell1-1/+1