summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...Richard Sharpe2002-08-311-8/+8
* Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2002-08-311-2/+0
* Fix bug with stat mode open being done on read-only open withJeremy Allison2002-08-301-8/+10
* Correctly fail opens with mismatching SYSTEM or HIDDEN attributes if weJeremy Allison2002-08-301-0/+36
* Return correct FILE_SUPERSEDED response - IFSTEST strikes again...Jeremy Allison2002-08-281-2/+8
* fix file_is_special test, was wrong.Simo Sorce2002-08-281-2/+10
* Move -4 to correct side of comparison.Jeremy Allison2002-08-281-2/+2
* Ensure we have at least smb_size bytes before processing a packet.Jeremy Allison2002-08-271-1/+1
* Correct fix for nc problem.Jeremy Allison2002-08-261-1/+2
* Reformatting only before real change.Jeremy Allison2002-08-261-131/+124
* Reverted and tidied up the "special" files patch. Adds "hide special files"Jeremy Allison2002-08-261-56/+84
* Updates!Andrew Bartlett2002-08-262-2/+2
* do not expose special files, only files, directories and links (and weSimo Sorce2002-08-241-51/+49
* Merged initial allocation code for IFSTEST fix.Jeremy Allison2002-08-232-24/+63
* move where got_sig_term and reload_after_sighup are defined.Herb Lewis2002-08-222-6/+4
* made the CAP_UNIX test a bit cleanerAndrew Tridgell2002-08-221-1/+5
* reload_after_sighup and got_sig_term are defined in server.cHerb Lewis2002-08-221-2/+2
* Remember to check for UNIX extensions before saying we support them.Jeremy Allison2002-08-221-1/+1
* We were returning incorrect flags in smb_action....Jeremy Allison2002-08-221-6/+9
* Ensure we don't change to a user that we can't get an NT_TOKEN for.Andrew Bartlett2002-08-221-0/+4
* Fixed IFSTEST errors with OpenParams... more to go.Jeremy Allison2002-08-221-9/+9
* Fix longstanding bug in Win2k clients by clearing the shortnameJeremy Allison2002-08-211-0/+5
* IFSTEST fixes for open fid, nametoolong.Jeremy Allison2002-08-201-0/+15
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-205-156/+101
* Added comment about our implementation of the trans2Tim Potter2002-08-191-1/+6
* IFS kit test - don't allow TEMP attribute on directory open.Jeremy Allison2002-08-191-0/+12
* round lock timeouts in lockingX upwards to multiples of 1 second, so aAndrew Tridgell2002-08-181-1/+1
* added exact timing semantics on blocking locksAndrew Tridgell2002-08-182-12/+27
* A new utility to test VFS system and modulesSimo Sorce2002-08-181-1/+1
* get the error code right in case of a blocking lock timeout.Andrew Tridgell2002-08-171-1/+1
* amazing! we've had a reversed comparison in our blocking lock codeAndrew Tridgell2002-08-171-1/+1
* Change which session key we negotiate. This uses the NT-based session key thatAndrew Bartlett2002-08-171-1/+1
* Add const.Andrew Bartlett2002-08-171-1/+1
* Add 'const'.Andrew Bartlett2002-08-171-1/+1
* Becouse of changes to the meaning of this feild over time, this doesn'tAndrew Bartlett2002-08-171-5/+0
* Re-add the last empty item to the NTLMSSP info list, but this time do itJim McDonough2002-08-161-3/+4
* Add some const to the 'in' paramaters for these functions.Andrew Bartlett2002-08-161-2/+2
* Fix segfault in the new NTLMSSP code. jmcd: can you look at this - whatAndrew Bartlett2002-08-161-3/+2
* Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-161-0/+2
* Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough2002-08-151-31/+37
* Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can'tJeremy Allison2002-08-121-10/+13
* Add RESOLVE_DFSPATH to mkdir operations in HEAD.Shirish Kalele2002-08-121-0/+2
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-118-18/+9
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-103-20/+13
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-053-5/+18
* Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter2002-08-021-0/+5
* Fixed compiler warning.Tim Potter2002-08-011-1/+1
* make sure we null terminate plaintext passwordsAndrew Tridgell2002-08-011-1/+1
* Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, norAndrew Bartlett2002-07-311-18/+11
* fixed the length checking for plaintext passwords (thanks to andrewbAndrew Tridgell2002-07-311-2/+11