2010-01-13 |
Jeremy Allison | Fix two uses of strncat -> strlcat. Ensure proper use...
|
commit | commitdiff | tree |
2010-01-13 |
Jeremy Allison | Make file access control decisions a lot easier to...
|
commit | commitdiff | tree |
2010-01-13 |
Jeremy Allison | Fix bug #7033 - SMBrmdir call always returns true,...
|
commit | commitdiff | tree |
2010-01-13 |
Jeremy Allison | Fix bug #7033 - SMBrmdir call always returns true,...
|
commit | commitdiff | tree |
2010-01-13 |
Jeremy Allison | Fix bug #6876 - Delete of an object whose parent folder...
|
commit | commitdiff | tree |
2010-01-12 |
Jeremy Allison | Remove the global char *LastDir.
|
commit | commitdiff | tree |
2010-01-08 |
Jeremy Allison | Re-fix bug 5202 - cannot change ACLs on writable file...
|
commit | commitdiff | tree |
2010-01-06 |
Jeremy Allison | Second part of the fix for bug #7020 - smbd using 2G...
|
commit | commitdiff | tree |
2010-01-05 |
Jeremy Allison | Fix bug #7020 - smbd using 2G memory.
|
commit | commitdiff | tree |
2010-01-04 |
Jeremy Allison | Fix the merged build. Probably not strictly correct...
|
commit | commitdiff | tree |
2009-12-24 |
Jeremy Allison | Attempt to fix one of the last two bugs with the full...
|
commit | commitdiff | tree |
2009-12-24 |
Jeremy Allison | The posix acl version of set_nt_acl() could set the...
|
commit | commitdiff | tree |
2009-12-22 |
Jeremy Allison | Fix bug reported in mangle_hash code (no bugid yet).
|
commit | commitdiff | tree |
2009-12-21 |
Jeremy Allison | Rename reply_doserror() -> reply_force_doserror().
|
commit | commitdiff | tree |
2009-12-21 |
Jeremy Allison | Remove all calls to reply_doserror - turn them into
|
commit | commitdiff | tree |
2009-12-21 |
Jeremy Allison | Rename 282 -> ERReasnotsupported.
|
commit | commitdiff | tree |
2009-12-18 |
Jeremy Allison | Actually explain the twisty paths of tortured logic...
|
commit | commitdiff | tree |
2009-12-18 |
Jeremy Allison | reply_doserror() doesn't force DOS errors on the wire.
|
commit | commitdiff | tree |
2009-12-18 |
Jeremy Allison | reply_force_nterror() is not used anywhere. Remove it.
|
commit | commitdiff | tree |
2009-12-18 |
Jeremy Allison | Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_...
|
commit | commitdiff | tree |
2009-12-18 |
Jeremy Allison | Vector correctly through reply_openerror() (which uses...
|
commit | commitdiff | tree |
2009-12-18 |
Jeremy Allison | Update default with correct value. Add a note about...
|
commit | commitdiff | tree |
2009-12-18 |
Jeremy Allison | Fix bug #6939 - mangling method = hash breaks long...
|
commit | commitdiff | tree |
2009-12-16 |
Jeremy Allison | Final part of the fix for 6837 - "Too many open files...
|
commit | commitdiff | tree |
2009-12-16 |
Jeremy Allison | Add helpful debug of DACL for errors on ACL access.
|
commit | commitdiff | tree |
2009-12-16 |
Jeremy Allison | Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then...
|
commit | commitdiff | tree |
2009-12-07 |
Jeremy Allison | parent_sd can never be null in this function, so don't
|
commit | commitdiff | tree |
2009-12-07 |
Jeremy Allison | Hopefullt final fix for 6802 - acl_xattr.c module:...
|
commit | commitdiff | tree |
2009-12-04 |
Jeremy Allison | Make Samba3 pass the RAW-LOCK test as Windows.
|
commit | commitdiff | tree |
2009-12-04 |
Jeremy Allison | Make smbtorture4 match Windows behavior.
|
commit | commitdiff | tree |
2009-12-04 |
Jeremy Allison | Make sure we're not using the old smb_fname data.
|
commit | commitdiff | tree |
2009-12-04 |
Jeremy Allison | Remove smb_fname duplicates that just keep the same...
|
commit | commitdiff | tree |
2009-12-03 |
Jeremy Allison | Refactor reply_rmdir to use handle based code. All
|
commit | commitdiff | tree |
2009-12-03 |
Jeremy Allison | Remove unneeded argument from can_set_delete_on_close...
|
commit | commitdiff | tree |
2009-12-02 |
Jeremy Allison | Restructure the ACL code some more, get the internal...
|
commit | commitdiff | tree |
2009-12-02 |
Jeremy Allison | Ensure check_parent_acl_common() only looks at stored
|
commit | commitdiff | tree |
2009-12-02 |
Jeremy Allison | Ensure get_nt_acl_internal() only looks at the ACL...
|
commit | commitdiff | tree |
2009-12-02 |
Jeremy Allison | Fix bug #6837 - "Too many open files" when trying to...
|
commit | commitdiff | tree |
2009-12-01 |
Jeremy Allison | Ensure we don't see the xattr used to store NT security...
|
commit | commitdiff | tree |
2009-12-01 |
Jeremy Allison | Fix DEBUG 0 -> DEBUG 10 (left over code).
|
commit | commitdiff | tree |
2009-12-01 |
Jeremy Allison | Fix bug 6938 : No hook exists to check creation rights...
|
commit | commitdiff | tree |
2009-11-30 |
Jeremy Allison | Restructure the connect function code to always call
|
commit | commitdiff | tree |
2009-11-25 |
Jeremy Allison | Fix warnings with talloc_asprintf.
|
commit | commitdiff | tree |
2009-11-25 |
Jeremy Allison | Make us pass RAW-CHKPATH with a case sensitive share.
|
commit | commitdiff | tree |
2009-11-25 |
Jeremy Allison | Add RAW-CHKPATH test with case-sensitive share.
|
commit | commitdiff | tree |
2009-11-25 |
Jeremy Allison | Fix bug 6892 - When a chown operation is issued via...
|
commit | commitdiff | tree |
2009-11-25 |
Jeremy Allison | Fix crash due to uninitialized pointer (not a problem...
|
commit | commitdiff | tree |
2009-11-25 |
Jeremy Allison | Remove call into reduce_name if case sensitive. This...
|
commit | commitdiff | tree |
2009-11-24 |
Jeremy Allison | Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS...
|
commit | commitdiff | tree |
2009-11-24 |
Jeremy Allison | Fix make test. Only do POSIX case conversion if FILE_FLAG_PO...
|
commit | commitdiff | tree |
2009-11-24 |
Jeremy Allison | Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTI...
|
commit | commitdiff | tree |
2009-11-24 |
Jeremy Allison | Remove unused code.
|
commit | commitdiff | tree |
2009-11-23 |
Jeremy Allison | Proper fix for #6898 - Samba duplicates file content...
|
commit | commitdiff | tree |
2009-11-23 |
Jeremy Allison | Fix bug #6898 - Samba duplicates file content on appending
|
commit | commitdiff | tree |
2009-11-21 |
Jeremy Allison | Fix logic bug where high bits tests was being
|
commit | commitdiff | tree |
2009-11-18 |
Jeremy Allison | Start removing SMB_STRUCT_STAT variables except for
|
commit | commitdiff | tree |
2009-11-17 |
Jeremy Allison | Remove "store create time" code, cause create time...
|
commit | commitdiff | tree |
2009-11-16 |
Jeremy Allison | Don't overwrite a dynamic pointer with the address...
|
commit | commitdiff | tree |
2009-11-12 |
Jeremy Allison | Remove unused variable warning.
|
commit | commitdiff | tree |
2009-11-12 |
Jeremy Allison | Remove erroneous 'presult = NULL' changes. Now presult...
|
commit | commitdiff | tree |
2009-11-12 |
Jeremy Allison | Revert "Ensure every return path initializes presult...
|
commit | commitdiff | tree |
2009-11-12 |
Jeremy Allison | Ensure all callers to the rpc_client/cli_pipe functions...
|
commit | commitdiff | tree |
2009-11-12 |
Jeremy Allison | Fix bug 6891 - using windows explorer to change ownership...
|
commit | commitdiff | tree |
2009-11-12 |
Jeremy Allison | Ensure every return path initializes presult as NULL.
|
commit | commitdiff | tree |
2009-11-12 |
Jeremy Allison | Second part of bugfix for 6865 - acl_xattr module:...
|
commit | commitdiff | tree |
2009-11-11 |
Jeremy Allison | Fix bug 6878 - Cannot change ACL's inherit flag.
|
commit | commitdiff | tree |
2009-11-09 |
Jeremy Allison | Fix bug 6880 - cannot list workgroup servers
|
commit | commitdiff | tree |
2009-11-07 |
Jeremy Allison | Fix bug 6865 - acl_xattr module: Has dependency that...
|
commit | commitdiff | tree |
2009-11-07 |
Jeremy Allison | Fix bug 6841 - "map acl inherit = yes" not working.
|
commit | commitdiff | tree |
2009-11-06 |
Jeremy Allison | Got the logic simplification worked out so we still...
|
commit | commitdiff | tree |
2009-11-06 |
Jeremy Allison | Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb...
|
commit | commitdiff | tree |
2009-11-06 |
Jeremy Allison | Remove the smbd:writetimeupdatedelay change Metze added...
|
commit | commitdiff | tree |
2009-11-06 |
Jeremy Allison | Simplify the logic - remove extraneous argument and...
|
commit | commitdiff | tree |
2009-11-06 |
Jeremy Allison | Fix explicit set of write time on close.
|
commit | commitdiff | tree |
2009-11-06 |
Jeremy Allison | Get closer to an accurate model of Windows timestamp...
|
commit | commitdiff | tree |
2009-11-05 |
Jeremy Allison | Fix up some of the timing constants for DELAYWRITE...
|
commit | commitdiff | tree |
2009-11-05 |
Jeremy Allison | Fix debug comment (brain wasn't working...).
|
commit | commitdiff | tree |
2009-11-04 |
Jeremy Allison | Filter the returned DOS attributes by 0xFF for clients
|
commit | commitdiff | tree |
2009-11-04 |
Jeremy Allison | Remove "Protocol" as an extern, and add accessor functions.
|
commit | commitdiff | tree |
2009-11-03 |
Jeremy Allison | Fix debug statements to use correct function name.
|
commit | commitdiff | tree |
2009-11-03 |
Jeremy Allison | requires_resume_key is a bool not int.
|
commit | commitdiff | tree |
2009-11-03 |
Jeremy Allison | Fix more of the RAW-SEARCH test. Older info levels are
|
commit | commitdiff | tree |
2009-11-03 |
Jeremy Allison | Convert from numbers to correct SMB_FIND_XX constant...
|
commit | commitdiff | tree |
2009-11-02 |
Jeremy Allison | Fix bug 6867 - trans2findnext returns reply_nterror...
|
commit | commitdiff | tree |
2009-10-29 |
Jeremy Allison | Change RAW-STREAMS for s3 to allow rename over an existing...
|
commit | commitdiff | tree |
2009-10-29 |
Jeremy Allison | Start fixing the RAW-STREAMS test - ensure that the...
|
commit | commitdiff | tree |
2009-10-28 |
Stefan (metze) Metzm... | Add in Metze's new code to ndr encode the user.DOSATTRIB
|
commit | commitdiff | tree |
2009-10-28 |
SATOH Fumiyasu | Fix bug 6572 - libsmbclient: unable to access 'msdfs...
|
commit | commitdiff | tree |
2009-10-27 |
Jeremy Allison | Second part of the fix for bug 6828 - infinite timeout...
|
commit | commitdiff | tree |
2009-10-23 |
Barry Sabsevitz | Fix bug 6802 - A created folder does not properly inherit...
|
commit | commitdiff | tree |
2009-10-22 |
Jeremy Allison | Simplify the logic.
|
commit | commitdiff | tree |
2009-10-22 |
Jeremy Allison | Fix bug 6829 - smbclient does not show special characters...
|
commit | commitdiff | tree |
2009-10-21 |
Jeremy Allison | Turn on LOCK9 test which will test for regressions...
|
commit | commitdiff | tree |
2009-10-21 |
Jeremy Allison | Fix bug 6828 - infinite timeout occurs when byte lock...
|
commit | commitdiff | tree |
2009-10-21 |
Jeremy Allison | Fix comments on new test.
|
commit | commitdiff | tree |
2009-10-21 |
Jeremy Allison | Add local (or NFS) lock test to smbtorture. Checks...
|
commit | commitdiff | tree |
2009-10-20 |
Jeremy Allison | Fix "make install" by removing all references to python...
|
commit | commitdiff | tree |
2009-10-20 |
Jeremy Allison | Remove pythonmods from the build in source3, it doesn...
|
commit | commitdiff | tree |
2009-10-20 |
Jeremy Allison | Fix the pam_smbpass.so build with the recent linker...
|
commit | commitdiff | tree |
2009-10-18 |
Jeremy Allison | Fix posix_unlink test. Was doing grep without quotes...
|
commit | commitdiff | tree |