summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2003-04-042-0/+5
* Fix for very subtle POSIX lock interaction race condition found byJeremy Allison2003-04-041-6/+6
* Add staticJelmer Vernooij2003-04-021-1/+1
* THE Idmap patch :-)Simo Sorce2003-04-022-2/+123
* changed the order of checking whether a SID is a UID or a GID in posixAndrew Tridgell2003-04-011-3/+3
* Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. Base...Alexander Bokovoy2003-03-311-3/+5
* - Support absolute paths in vfs and charset modulesJelmer Vernooij2003-03-312-13/+20
* NT4 is particularly fussy about getting this right.Andrew Bartlett2003-03-311-1/+0
* Success is not a level-0 issue...Andrew Bartlett2003-03-311-1/+1
* Don't try and dlsym or dlclose a NULL pointer.Andrew Bartlett2003-03-311-9/+12
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* This changes our handling of invalid service types that theVolker Lendecke2003-03-301-7/+12
* Allow the new modules system to function with builtin vfs modules.Andrew Bartlett2003-03-281-1/+1
* fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter2003-03-281-21/+20
* it is possible for some of the real time signals to be used by glibc,Andrew Tridgell2003-03-282-2/+8
* Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij2003-03-271-45/+58
* local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.Andrew Bartlett2003-03-271-0/+2
* Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij2003-03-272-34/+111
* Fix DOS del command with widelinks = False.Jeremy Allison2003-03-261-1/+2
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-251-1/+1
* Print list of builtin modules in 'smbd -b'Jelmer Vernooij2003-03-251-0/+3
* Remove obsolete defines (because of new modules system). We needJelmer Vernooij2003-03-251-9/+0
* win9x was suffered a case of the blues during a domain logon.Gerald Carter2003-03-251-1/+14
* Don't use old usage() function, but the one from popt.Jelmer Vernooij2003-03-241-1/+0
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-0/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-4/+0
* Add nicer --help headersJelmer Vernooij2003-03-221-1/+1
* Revert bogus part of previous patch.Andrew Bartlett2003-03-221-6/+9
* Small clenaup patches:Andrew Bartlett2003-03-223-17/+58
* Clobber our SMB buffers between packets. I hope this will help find bugsAndrew Bartlett2003-03-211-2/+10
* NT4 as well as W2k respond with IPC regardless of what serviceVolker Lendecke2003-03-201-1/+1
* Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij2003-03-201-9/+18
* Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-191-3/+4
* Ensure dev in make_connection is const.Jeremy Allison2003-03-181-3/+9
* Add copyright.Andrew Bartlett2003-03-171-1/+1
* Brain fart - make sure we truncate the right string...Andrew Bartlett2003-03-171-4/+4
* Fix const warnings.Andrew Bartlett2003-03-171-5/+5
* Add const.Andrew Bartlett2003-03-172-4/+4
* More statcache fixes - and add a bit more doco.Andrew Bartlett2003-03-171-9/+25
* Fix memory leaks and add parinoioa code to our stat() cache.Andrew Bartlett2003-03-171-2/+23
* Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'.Andrew Bartlett2003-03-161-1/+1
* Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett2003-03-162-8/+8
* Add const.Andrew Bartlett2003-03-161-7/+7
* - Make ReadDirName return a const char*.Andrew Bartlett2003-03-165-27/+34
* Try to avoid dereferencing a null pointer.Andrew Bartlett2003-03-161-9/+13
* New statcache internals - this time it's actually possible to follow what'sAndrew Bartlett2003-03-161-54/+82
* Minor fixes.Andrew Bartlett2003-03-151-4/+4
* String handling parinoia fixes.Andrew Bartlett2003-03-152-47/+6
* Clean up the VFS module loading logic by making the parameter an P_LIST,Andrew Bartlett2003-03-151-40/+34
* Found by my new checking code (yet to be commited):Andrew Bartlett2003-03-151-1/+1