summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-09-17Fix coredump from Samba4 torture suite.Jeremy Allison2-0/+5
2003-09-16Merge from 3.0:Tim Potter1-1/+1
2003-09-15Ensure HEAD is also up to date.Jeremy Allison1-2/+2
2003-09-11Merge from samba-3.0:Tim Potter1-10/+7
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter25-825/+914
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce21-736/+897
2003-07-17fix the build. Ifdef out some codeGerald Carter1-532/+0
2003-07-16ading new files from 3.0Gerald Carter2-0/+425
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter32-1344/+2952
2003-05-28Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison1-51/+14
2003-05-28It seems only NT4 does the VC == 0 session drop code.Jeremy Allison1-1/+5
2003-05-28Merge from 3.0:Tim Potter1-0/+1
2003-05-27Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison1-1/+18
2003-05-27volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter1-5/+5
2003-05-27Fix shadow parameter warning in free_empty_sys_acl()Tim Potter1-5/+5
2003-05-22Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison1-2/+10
2003-05-22More fixes for debug log to catch logic error.Jeremy Allison1-2/+4
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter1-1/+4
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