summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix debug, at idra's suggestion.Andrew Bartlett2002-07-311-1/+1
* added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell2002-07-311-45/+80
* this fixes plaintext passwords with win2000Andrew Tridgell2002-07-302-5/+8
* always include the (void) for void fns ...Andrew Tridgell2002-07-301-1/+1
* OK!Simo Sorce2002-07-302-40/+130
* Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett2002-07-301-35/+39
* introduced a get_file_size() macro in trans2.c to make it easier toAndrew Tridgell2002-07-291-19/+21
* an initial fix for handling sparse files in smbdAndrew Tridgell2002-07-293-72/+111
* as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce2002-07-291-4/+4
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-1/+1
* minor portability fixAndrew Tridgell2002-07-281-0/+2
* Fix a missing 'no memory' return in last night's svrsvc code, and useAndrew Bartlett2002-07-281-3/+3
* Another item off my long-term todo list:Andrew Bartlett2002-07-281-23/+47
* This should fix a nastly little bug where if a user had already done oneAndrew Bartlett2002-07-272-9/+14
* nice day todaySimo Sorce2002-07-271-0/+69
* Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-1/+1
* If lp_add_home() fails, don't go any further, just return -1.Andrew Bartlett2002-07-241-1/+3
* We must be root to access the passdb, so ensure all calls to local_lookup_sid()Andrew Bartlett2002-07-241-1/+5
* Give an idea what service didn't have the directory.Andrew Bartlett2002-07-241-1/+1
* Add some const & static, remove unused functions.Andrew Bartlett2002-07-212-24/+1
* Make it clear that the 'service' isn't to be touched. (Make it const).Andrew Bartlett2002-07-201-1/+1
* Update the smbd reply code a little:Andrew Bartlett2002-07-202-5/+25
* Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett2002-07-202-11/+11
* Add support for duplicating stderr into our logfiles.Andrew Bartlett2002-07-201-8/+8
* Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2002-07-192-5/+7
* Formatting fixup. Fix shadow warning.Jeremy Allison2002-07-191-452/+455
* Don't crash on setfileinfo on printer fsp.Jeremy Allison2002-07-181-1/+2