summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-04-07Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter1-23/+0
2003-04-04Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2-0/+5
2003-04-04Fix for very subtle POSIX lock interaction race condition found byJeremy Allison1-6/+6
2003-04-02Add staticJelmer Vernooij1-1/+1
2003-04-02THE Idmap patch :-)Simo Sorce2-2/+123
2003-04-01changed the order of checking whether a SID is a UID or a GID in posixAndrew Tridgell1-3/+3
2003-03-31Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. Base...Alexander Bokovoy1-3/+5
2003-03-31- Support absolute paths in vfs and charset modulesJelmer Vernooij2-13/+20
2003-03-31NT4 is particularly fussy about getting this right.Andrew Bartlett1-1/+0
2003-03-31Success is not a level-0 issue...Andrew Bartlett1-1/+1
2003-03-31Don't try and dlsym or dlclose a NULL pointer.Andrew Bartlett1-9/+12
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter1-1/+1
2003-03-30This changes our handling of invalid service types that theVolker Lendecke1-7/+12
2003-03-28Allow the new modules system to function with builtin vfs modules.Andrew Bartlett1-1/+1
2003-03-28fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter1-21/+20
2003-03-28it is possible for some of the real time signals to be used by glibc,Andrew Tridgell2-2/+8
2003-03-27Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij1-45/+58
2003-03-27local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.Andrew Bartlett1-0/+2
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij2-34/+111
2003-03-26Fix DOS del command with widelinks = False.Jeremy Allison1-1/+2
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-1/+1
2003-03-25Print list of builtin modules in 'smbd -b'Jelmer Vernooij1-0/+3
2003-03-25Remove obsolete defines (because of new modules system). We needJelmer Vernooij1-9/+0
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