summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Add debug to make it clear when EA dosmode set is invoked.Jeremy Allison2010-02-011-0/+5
* Fix bug #7084 - Create time on directories not stored properly in an EA in ne...Jeremy Allison2010-02-011-7/+0
* Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown w...Jeremy Allison2010-02-011-1/+1
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2010-02-011-1/+1
* s3/smbd: Fix string buffer overflow causing heap corruptionSteven Danneman2010-01-301-1/+2
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-01-261-0/+8
* Correct fix for unused variable return from ndr_decode. Use it :-).Jeremy Allison2010-01-251-0/+8
* Revert "s3: remove unused Variable"Jeremy Allison2010-01-251-0/+4
* s3: remove unused VariableBjörn Jacke2010-01-261-4/+0
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-231-3/+3
* s3: Initialize the seqnum in "init_smb_request"Volker Lendecke2010-01-211-4/+4
* s3: Make "init_smb_request" static to process.cVolker Lendecke2010-01-211-4/+2
* s3: Fix a typoVolker Lendecke2010-01-191-1/+1
* s3: Remove a comment from ancient times that no longer appliesVolker Lendecke2010-01-191-1/+0
* s3: Protect against an invalid bcc in SMBsendtxtVolker Lendecke2010-01-171-1/+1
* Make file access control decisions a lot easier to debug (at level 10).Jeremy Allison2010-01-121-0/+11
* Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison2010-01-121-2/+6
* Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison2010-01-121-2/+6
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-122-3/+7
* Remove the global char *LastDir.Jeremy Allison2010-01-123-22/+1
* s3-lanman: Allow a level2 descriptor for a level1 NetShareGetInfoGiovanni Bajo2010-01-111-1/+3
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-103-6/+6
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-2/+2
* Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"Jeremy Allison2010-01-081-0/+3
* s3:smbd:password_in_history: treat entry with 0 salt as 0 + plain nt hashMichael Adam2010-01-071-6/+24
* s3: Remove some code that has become unnecessaryVolker Lendecke2010-01-071-8/+0
* s3: Factor password_in_history() out of check_passwd_history()Volker Lendecke2010-01-071-25/+41
* s3: Fix a typoVolker Lendecke2010-01-071-1/+1
* s3: Avoid a memset(, 0, ) callVolker Lendecke2010-01-071-2/+1
* Fix bug #7020 - smbd using 2G memory.Jeremy Allison2010-01-051-0/+10
* The posix acl version of set_nt_acl() could set the stat_exJeremy Allison2009-12-231-7/+15
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-223-0/+3
* s3: Move smb_splice_chain to smbd/process.c, its only userVolker Lendecke2009-12-221-0/+174
* Fix bug reported in mangle_hash code (no bugid yet).Jeremy Allison2009-12-211-0/+9
* Rename reply_doserror() -> reply_force_doserror().Jeremy Allison2009-12-214-29/+21
* Remove all calls to reply_doserror - turn them intoJeremy Allison2009-12-216-120/+121
* Actually explain the twisty paths of tortured logic behindJeremy Allison2009-12-181-14/+42
* reply_doserror() doesn't force DOS errors on the wire.Jeremy Allison2009-12-181-10/+10
* Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.Jeremy Allison2009-12-171-0/+4
* Vector correctly through reply_openerror() (which uses the same logic).Jeremy Allison2009-12-171-6/+1
* Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison2009-12-171-1/+4
* Add helpful debug of DACL for errors on ACL access.Jeremy Allison2009-12-161-2/+10
* Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...Jeremy Allison2009-12-152-18/+25
* s3: Fix a very embarrassing build failureVolker Lendecke2009-12-121-2/+2
* s3-spoolss: use driver level info8 everywhere in spoolss server internally.Günther Deschner2009-12-081-25/+25
* streamline some log levels for invalid servicenamesChristian Ambach2009-12-062-2/+2
* Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison2009-12-041-0/+24
* Make sure we're not using the old smb_fname data.Jeremy Allison2009-12-031-1/+1
* Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2009-12-031-13/+11
* Refactor reply_rmdir to use handle based code. AllJeremy Allison2009-12-032-262/+298