summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2010-01-12Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2-3/+7
2010-01-12Remove the global char *LastDir.Jeremy Allison3-22/+1
2010-01-11s3-lanman: Allow a level2 descriptor for a level1 NetShareGetInfoGiovanni Bajo1-1/+3
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke3-6/+6
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-2/+2
2010-01-08Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"Jeremy Allison1-0/+3
2010-01-07s3:smbd:password_in_history: treat entry with 0 salt as 0 + plain nt hashMichael Adam1-6/+24
2010-01-07s3: Remove some code that has become unnecessaryVolker Lendecke1-8/+0
2010-01-07s3: Factor password_in_history() out of check_passwd_history()Volker Lendecke1-25/+41
2010-01-07s3: Fix a typoVolker Lendecke1-1/+1
2010-01-07s3: Avoid a memset(, 0, ) callVolker Lendecke1-2/+1
2010-01-05Fix bug #7020 - smbd using 2G memory.Jeremy Allison1-0/+10
2009-12-23The posix acl version of set_nt_acl() could set the stat_exJeremy Allison1-7/+15
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett3-0/+3
2009-12-22s3: Move smb_splice_chain to smbd/process.c, its only userVolker Lendecke1-0/+174
2009-12-21Fix bug reported in mangle_hash code (no bugid yet).Jeremy Allison1-0/+9
2009-12-21Rename reply_doserror() -> reply_force_doserror().Jeremy Allison4-29/+21
2009-12-21Remove all calls to reply_doserror - turn them intoJeremy Allison6-120/+121
2009-12-18Actually explain the twisty paths of tortured logic behindJeremy Allison1-14/+42
2009-12-18reply_doserror() doesn't force DOS errors on the wire.Jeremy Allison1-10/+10
2009-12-17Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.Jeremy Allison1-0/+4
2009-12-17Vector correctly through reply_openerror() (which uses the same logic).Jeremy Allison1-6/+1
2009-12-17Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison1-1/+4
2009-12-16Add helpful debug of DACL for errors on ACL access.Jeremy Allison1-2/+10
2009-12-15Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...Jeremy Allison2-18/+25
2009-12-12s3: Fix a very embarrassing build failureVolker Lendecke1-2/+2
2009-12-08s3-spoolss: use driver level info8 everywhere in spoolss server internally.Günther Deschner1-25/+25
2009-12-06streamline some log levels for invalid servicenamesChristian Ambach2-2/+2
2009-12-04Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison1-0/+24
2009-12-03Make sure we're not using the old smb_fname data.Jeremy Allison1-1/+1
2009-12-03Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison1-13/+11
2009-12-03Refactor reply_rmdir to use handle based code. AllJeremy Allison2-262/+298
2009-12-02Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison3-25/+18
2009-12-02Fix bug #6837 - "Too many open files" when trying to access large number of f...Jeremy Allison1-2/+0
2009-12-01Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison1-1/+1
2009-12-01s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...Tim Prouty1-5/+26
2009-11-29s3: "check_magic" only looks at the sizeVolker Lendecke1-1/+1
2009-11-29s3: "disk_quotas" only looks at the devicenumberVolker Lendecke1-17/+13
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2-14/+20
2009-11-26s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.Günther Deschner1-1/+0
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2-0/+17
2009-11-25Make us pass RAW-CHKPATH with a case sensitive share.Jeremy Allison1-42/+105
2009-11-25Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).Jeremy Allison1-2/+1
2009-11-25s3 setfileinfo: Open with FILE_WRITE_DATA when setting the file sizeTim Prouty1-1/+1
2009-11-24Remove call into reduce_name if case sensitive. This allows us to passJeremy Allison1-2/+1
2009-11-24Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison2-4/+13
2009-11-24Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...Jeremy Allison1-8/+12
2009-11-23Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the wayJeremy Allison1-5/+68
2009-11-23Remove unused code.Jeremy Allison1-46/+0
2009-11-23Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2-13/+20