summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-03-25win9x was suffered a case of the blues during a domain logon.Gerald Carter1-1/+14
2003-03-24Don't use old usage() function, but the one from popt.Jelmer Vernooij1-1/+0
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-0/+1
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-4/+0
2003-03-22Add nicer --help headersJelmer Vernooij1-1/+1
2003-03-22Revert bogus part of previous patch.Andrew Bartlett1-6/+9
2003-03-22Small clenaup patches:Andrew Bartlett3-17/+58
2003-03-21Clobber our SMB buffers between packets. I hope this will help find bugsAndrew Bartlett1-2/+10
2003-03-20NT4 as well as W2k respond with IPC regardless of what serviceVolker Lendecke1-1/+1
2003-03-20Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij1-9/+18
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-3/+4
2003-03-18Ensure dev in make_connection is const.Jeremy Allison1-3/+9
2003-03-17Add copyright.Andrew Bartlett1-1/+1
2003-03-17Brain fart - make sure we truncate the right string...Andrew Bartlett1-4/+4
2003-03-17Fix const warnings.Andrew Bartlett1-5/+5
2003-03-17Add const.Andrew Bartlett2-4/+4
2003-03-17More statcache fixes - and add a bit more doco.Andrew Bartlett1-9/+25
2003-03-17Fix memory leaks and add parinoioa code to our stat() cache.Andrew Bartlett1-2/+23
2003-03-16Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'.Andrew Bartlett1-1/+1
2003-03-16Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett2-8/+8
2003-03-16Add const.Andrew Bartlett1-7/+7
2003-03-16 - Make ReadDirName return a const char*.Andrew Bartlett5-27/+34
2003-03-16Try to avoid dereferencing a null pointer.Andrew Bartlett1-9/+13
2003-03-16New statcache internals - this time it's actually possible to follow what'sAndrew Bartlett1-54/+82
2003-03-15Minor fixes.Andrew Bartlett1-4/+4
2003-03-15String handling parinoia fixes.Andrew Bartlett2-47/+6
2003-03-15Clean up the VFS module loading logic by making the parameter an P_LIST,Andrew Bartlett1-40/+34
2003-03-15Found by my new checking code (yet to be commited):Andrew Bartlett1-1/+1
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter1-17/+18
2003-03-12Ensure we count the length correctly in mangle_map.Jeremy Allison1-6/+15
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-0/+2
2003-03-11We use unsigned now, so use %u.Jeremy Allison1-1/+1
2003-03-11Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison1-1/+2
2003-03-10Don't segfault on make_server_info_guest() failure - instead return theAndrew Bartlett1-4/+2
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2-4/+4
2003-03-08Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison1-1/+1
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison3-3/+3
2003-03-07Missed parentheses around complex logic.Jeremy Allison1-1/+2
2003-03-07Patch from Michael Steffens. In his own words :Jeremy Allison1-78/+199
2003-03-07Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison1-0/+3
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison3-69/+227
2003-03-06more off-by-one safe_strcpy()Andrew Bartlett1-3/+3
2003-03-03Another pstrcpy() into malloc()ed buffer fix.Andrew Bartlett1-2/+2
2003-03-03Const warning fixes.Jeremy Allison1-2/+2
2003-03-01i forgot to commit the privilege db init callAndrew Tridgell1-0/+4
2003-02-27 don't forget the NULLGerald Carter1-3/+3
2003-02-27and the winner of "i should have just written it in assemblyGerald Carter1-3/+3
2003-02-27don't pass NULL pointers to strcmp()Gerald Carter1-2/+2
2003-02-27additional fix for CR 601Gerald Carter1-1/+16
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij1-2/+1