summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-05-01Fix uninitialized blobs reported by Luke Howard.Jeremy Allison1-0/+6
2003-05-01Fix for bugid 51 from Dragan Krnic.Jeremy Allison1-5/+5
2003-05-01proper wellknown sids initialization at startupSimo Sorce1-1/+4
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2-5/+5
2003-05-01Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij1-1/+1
2003-05-01Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij1-1/+1
2003-04-29This is a nice rewrite:Simo Sorce4-21/+15
2003-04-29add version back to lanman string in sessetup replyGerald Carter1-1/+5
2003-04-29consolidate idmap code in one placeSimo Sorce1-349/+0
2003-04-29ok next_rid out as well local_*id_to*id functionsSimo Sorce1-229/+42
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-11/+12
2003-04-27make winbind use idmap as well.Simo Sorce1-1/+1
2003-04-24Fix length in findfirst2 responses, fix os/2 clientsJim McDonough1-4/+10
2003-04-22Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison1-0/+27
2003-04-22another lost merge from 3.0; my faultGerald Carter1-2/+2
2003-04-22Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2-7/+6
2003-04-21Remove unused (#ifdef'ed) code.Andrew Bartlett1-12/+0
2003-04-21Use fstrcpy/pstrcpy when that's what we really mean...Andrew Bartlett2-6/+7
2003-04-19use gid_t for gids not uid_tSimo Sorce1-1/+1
2003-04-19fixesSimo Sorce1-0/+2
2003-04-16Expand this magic number into the #defines it is made up of.Andrew Bartlett1-1/+1
2003-04-16Put this comment in a better place...Andrew Bartlett1-3/+3
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2-65/+36
2003-04-12strncat get sometimes optimized to strcat by glibc and that triggers ourSimo Sorce1-4/+3
2003-04-11* We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter1-10/+15
2003-04-11cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2-4/+4
2003-04-11A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter1-0/+1
2003-04-09Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison1-2/+2
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