summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-30OK!Simo Sorce2-40/+130
2002-07-30Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett1-35/+39
2002-07-29introduced a get_file_size() macro in trans2.c to make it easier toAndrew Tridgell1-19/+21
2002-07-29an initial fix for handling sparse files in smbdAndrew Tridgell3-72/+111
2002-07-29as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce1-4/+4
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-1/+1
2002-07-28minor portability fixAndrew Tridgell1-0/+2
2002-07-28Fix a missing 'no memory' return in last night's svrsvc code, and useAndrew Bartlett1-3/+3
2002-07-28Another item off my long-term todo list:Andrew Bartlett1-23/+47
2002-07-27This should fix a nastly little bug where if a user had already done oneAndrew Bartlett2-9/+14
2002-07-27nice day todaySimo Sorce1-0/+69
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-1/+1
2002-07-24If lp_add_home() fails, don't go any further, just return -1.Andrew Bartlett1-1/+3
2002-07-24We must be root to access the passdb, so ensure all calls to local_lookup_sid()Andrew Bartlett1-1/+5
2002-07-24Give an idea what service didn't have the directory.Andrew Bartlett1-1/+1
2002-07-21Add some const & static, remove unused functions.Andrew Bartlett2-24/+1
2002-07-20Make it clear that the 'service' isn't to be touched. (Make it const).Andrew Bartlett1-1/+1
2002-07-20Update the smbd reply code a little:Andrew Bartlett2-5/+25
2002-07-20Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett2-11/+11