summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unneded extra check on lenSimo Sorce2002-07-181-1/+1
* We have to look at the length before checking for "~" as the stringJeremy Allison2002-07-181-3/+3
* Use of uninitialized variable caught by valgrind.Jeremy Allison2002-07-181-1/+1
* Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-175-20/+29
* Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison2002-07-172-9/+9
* enum_group_mapping takes an enum not an intAndrew Tridgell2002-07-151-1/+1
* fixed a call to get_current_groups()Andrew Tridgell2002-07-151-1/+1
* fixed a problem with getgroups() where it could include our currentAndrew Tridgell2002-07-152-13/+28
* Move nttrans.c into the NTSTATUS age.Andrew Bartlett2002-07-141-41/+29
* last check in for tonight.Gerald Carter2002-07-111-1/+1
* *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-111-0/+2
* Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-082-3/+3