summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-05-21we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprotAndrew Tridgell1-0/+2
2003-05-20really make sure to include the version in the lanman string; tested spnego u...Gerald Carter1-8/+9
2003-05-17Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison1-1/+49
2003-05-15Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2-5/+7
2003-05-14Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison1-0/+1
2003-05-14spellingTim Potter4-5/+5
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij1-7/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij1-0/+7
2003-05-10Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison1-9/+0
2003-05-09Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison1-1/+12
2003-05-07SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison1-9/+1
2003-05-07Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison1-5/+16
2003-05-06Add metze's exit and idle event patchJelmer Vernooij2-0/+10
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