summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-023-25/+18
* Fix bug #6837 - "Too many open files" when trying to access large number of f...Jeremy Allison2009-12-021-2/+0
* Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison2009-12-011-1/+1
* s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...Tim Prouty2009-12-011-5/+26
* s3: "check_magic" only looks at the sizeVolker Lendecke2009-11-291-1/+1
* s3: "disk_quotas" only looks at the devicenumberVolker Lendecke2009-11-291-17/+13
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-292-14/+20
* s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.Günther Deschner2009-11-261-1/+0
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-262-0/+17
* Make us pass RAW-CHKPATH with a case sensitive share.Jeremy Allison2009-11-251-42/+105
* Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).Jeremy Allison2009-11-251-2/+1
* s3 setfileinfo: Open with FILE_WRITE_DATA when setting the file sizeTim Prouty2009-11-251-1/+1
* Remove call into reduce_name if case sensitive. This allows us to passJeremy Allison2009-11-241-2/+1
* Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison2009-11-242-4/+13
* Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...Jeremy Allison2009-11-241-8/+12
* Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the wayJeremy Allison2009-11-231-5/+68
* Remove unused code.Jeremy Allison2009-11-231-46/+0
* Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2009-11-232-13/+20
* Fix bug #6898 - Samba duplicates file content on appendingJeremy Allison2009-11-231-0/+10
* Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke2009-11-232-6/+4
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-235-13/+7
* Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...Volker Lendecke2009-11-231-4/+2