summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-20Add support for duplicating stderr into our logfiles.Andrew Bartlett1-8/+8
2002-07-19Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2-5/+7
2002-07-19Formatting fixup. Fix shadow warning.Jeremy Allison1-452/+455
2002-07-18Don't crash on setfileinfo on printer fsp.Jeremy Allison1-1/+2
2002-07-18Unneded extra check on lenSimo Sorce1-1/+1
2002-07-18We have to look at the length before checking for "~" as the stringJeremy Allison1-3/+3
2002-07-18Use of uninitialized variable caught by valgrind.Jeremy Allison1-1/+1
2002-07-17Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison5-20/+29
2002-07-17Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison2-9/+9
2002-07-15enum_group_mapping takes an enum not an intAndrew Tridgell1-1/+1
2002-07-15fixed a call to get_current_groups()Andrew Tridgell1-1/+1
2002-07-15fixed a problem with getgroups() where it could include our currentAndrew Tridgell2-13/+28
2002-07-14Move nttrans.c into the NTSTATUS age.Andrew Bartlett1-41/+29
2002-07-11last check in for tonight.Gerald Carter1-1/+1
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-0/+2
2002-07-08Kill off const warnings - add a pile of const to various places.Andrew Bartlett2-3/+3
2002-07-08Fix const warningAndrew Bartlett1-1/+1
2002-07-07Updates to the 'name -> sid' code:Andrew Bartlett1-3/+3
2002-07-04Fix from Andrew Esh for coredump...Jeremy Allison1-8/+11
2002-07-04Always free_conn() after all the DEBUG()s etc.Andrew Bartlett1-3/+3
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter1-0/+3