2010-04-19 |
Jeremy Allison | Final fix for #7331 - Compound async SMB 2 requests...
|
commit | commitdiff | tree |
2010-04-18 |
Jeremy Allison | Second part of fix for bug #7331 - Compound async SMB...
|
commit | commitdiff | tree |
2010-04-18 |
Jeremy Allison | First part of fix for bug #7331 - Compound async SMB...
|
commit | commitdiff | tree |
2010-04-14 |
Jeremy Allison | Don't set "requested_posix_capabilities" in the sync...
|
commit | commitdiff | tree |
2010-04-14 |
Jeremy Allison | Add basic DFS tests.
|
commit | commitdiff | tree |
2010-04-14 |
Jeremy Allison | Split out the client unix capabilities to those the...
|
commit | commitdiff | tree |
2010-04-13 |
Jeremy Allison | Move to using 64-bit mid values in our internal open...
|
commit | commitdiff | tree |
2010-04-10 |
Jeremy Allison | Plumb SMB2 stubs into all the places we defer SMB1...
|
commit | commitdiff | tree |
2010-04-09 |
Jeremy Allison | Stop smb2 from calling into smb1 blocking lock request...
|
commit | commitdiff | tree |
2010-04-09 |
Jeremy Allison | Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()
|
commit | commitdiff | tree |
2010-04-09 |
Jeremy Allison | Fix bug #7339 - MSDFS is non-functional in 3.5.x
|
commit | commitdiff | tree |
2010-04-08 |
Jeremy Allison | Start to plumb smb2 into the oplock system. Calls dummy...
|
commit | commitdiff | tree |
2010-04-07 |
Jeremy Allison | Test using (-1) for tid and sessionid in compound related...
|
commit | commitdiff | tree |
2010-04-07 |
Jeremy Allison | On compound requests, MS-SMB2 says clients MAY use...
|
commit | commitdiff | tree |
2010-04-07 |
Jeremy Allison | Don't forget to initialize *p_creds_requested.
|
commit | commitdiff | tree |
2010-04-06 |
Jeremy Allison | Ensure we total up the correct number of creds requested...
|
commit | commitdiff | tree |
2010-04-06 |
Jeremy Allison | Parameterize "smb2 max read", "smb2 max write", "smb2...
|
commit | commitdiff | tree |
2010-04-06 |
Jeremy Allison | Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows...
|
commit | commitdiff | tree |
2010-04-05 |
Jeremy Allison | Fix issue with aio where r/w lock wasn't kept across...
|
commit | commitdiff | tree |
2010-04-01 |
Jeremy Allison | Move initialize_async_io_handler() inside of smbd/aio.c.
|
commit | commitdiff | tree |
2010-04-01 |
Jeremy Allison | Add torture test for bug 7310 - DOS attribute inconsistency...
|
commit | commitdiff | tree |
2010-04-01 |
Jeremy Allison | Make smbd_lock_socket/smbd_unlock_socket recursive...
|
commit | commitdiff | tree |
2010-03-31 |
Jeremy Allison | Fix bug 7310 - DOS attribute inconsistency with MS...
|
commit | commitdiff | tree |
2010-03-31 |
Jeremy Allison | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2010-03-30 |
Jeremy Allison | Second part of fix for bug #6494 - Incorrect FileStatus...
|
commit | commitdiff | tree |
2010-03-30 |
Jeremy Allison | Fix for bug #7233 - print fails with jobs >4GB from...
|
commit | commitdiff | tree |
2010-03-30 |
Jeremy Allison | If the timeout has been set to zero, don't register...
|
commit | commitdiff | tree |
2010-03-29 |
Jeremy Allison | Fix bug 7307 - man net usershare mistake
|
commit | commitdiff | tree |
2010-03-27 |
Jeremy Allison | Fix bug #7240 - Net usershare is not case sensitive.
|
commit | commitdiff | tree |
2010-03-26 |
Jeremy Allison | Revert the part of bug fix #7233 - print fails with...
|
commit | commitdiff | tree |
2010-03-26 |
Jeremy Allison | Second part of bug #7288 - SMB job IDs in CUPS job...
|
commit | commitdiff | tree |
2010-03-26 |
Jeremy Allison | Fix bug #7288 - SMB job IDs in CUPS job names wrong.
|
commit | commitdiff | tree |
2010-03-26 |
Jeremy Allison | Fix bug 7297 - smbd crashes with CUPS printers and...
|
commit | commitdiff | tree |
2010-03-24 |
Jeremy Allison | Fix bug #7233 - print fails with jobs >4GB from Win7...
|
commit | commitdiff | tree |
2010-03-24 |
Jeremy Allison | Missing include guard in source4/libcli/security/security.h
|
commit | commitdiff | tree |
2010-03-24 |
Jeremy Allison | Fix bug #7283 - vfs_acl_tdb does not work as expected.
|
commit | commitdiff | tree |
2010-03-24 |
Jeremy Allison | Fix valgrind warning when source and dest stat are...
|
commit | commitdiff | tree |
2010-03-22 |
Jeremy Allison | share_info.tdb could use non-canonicalized sharenames.
|
commit | commitdiff | tree |
2010-03-22 |
Jeremy Allison | Fix valgrind error when running under share level security...
|
commit | commitdiff | tree |
2010-03-18 |
Jeremy Allison | s3-printing: Fix "printer admin" functionality.
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Remove the bool admin_user from conn struct. We no...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Fix bug #7188 - Logic error in check of total_data...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Remove reference to conn->admin_user in preparation...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Simplify processing of "admin user". If a user is an...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Switch over to using get_currect_XXX() accessor functions.
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Pass "connection_struct *conn" into functions that...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Add accessor functions for current uid, gid, unix token...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | We don't need to treat the token differently in the...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
|
commit | commitdiff | tree |
2010-03-12 |
Jeremy Allison | Missed a couple more uses of conn->server_info->ptok...
|
commit | commitdiff | tree |
2010-03-12 |
Jeremy Allison | Remove more uses of "extern struct current_user current_user;".
|
commit | commitdiff | tree |
2010-03-11 |
Jeremy Allison | Improve symlink delete test. Make sure we don't delete...
|
commit | commitdiff | tree |
2010-03-11 |
Jeremy Allison | Try and fix bug #7233 - print fails with jobs >4GB...
|
commit | commitdiff | tree |
2010-03-10 |
Jeremy Allison | Added regression test for bug #7234 - Symlink delete...
|
commit | commitdiff | tree |
2010-03-10 |
Jeremy Allison | Fix bug #7234 - Symlink delete fails but incorrectly...
|
commit | commitdiff | tree |
2010-03-10 |
Jeremy Allison | Fix the shell script in the root case. When run as...
|
commit | commitdiff | tree |
2010-03-10 |
Jeremy Allison | Add tests which, when run as root, will ensure we can...
|
commit | commitdiff | tree |
2010-03-09 |
Jeremy Allison | Allow "make test" to complete as root. Obviously only...
|
commit | commitdiff | tree |
2010-03-05 |
Jeremy Allison | Fix for bug #7189 - Open txt files with notepad on...
|
commit | commitdiff | tree |
2010-03-04 |
Jeremy Allison | srv_pipe.c doesn't reference current_user anymore....
|
commit | commitdiff | tree |
2010-02-25 |
Jeremy Allison | Fix up debug info on smb2_rename code.
|
commit | commitdiff | tree |
2010-02-25 |
Jeremy Allison | Implement rename/move in SMB2 from Windows7.
|
commit | commitdiff | tree |
2010-02-25 |
Jeremy Allison | Make conn_close_all() safe to call from SMB2 sessions...
|
commit | commitdiff | tree |
2010-02-25 |
Jeremy Allison | Change the credential handling so that we start with...
|
commit | commitdiff | tree |
2010-02-22 |
Jeremy Allison | A test "store create time" parameter got commited by...
|
commit | commitdiff | tree |
2010-02-22 |
Jeremy Allison | Ensure STREAMERROR deletes any files in the \\testdir
|
commit | commitdiff | tree |
2010-02-22 |
Jeremy Allison | Add an "attributes" string to allinfo.
|
commit | commitdiff | tree |
2010-02-19 |
Jeremy Allison | Second part of fix for bug #7159 - client rpc_transport...
|
commit | commitdiff | tree |
2010-02-19 |
Jeremy Allison | First part of fix for bug #7159 - client rpc_transport...
|
commit | commitdiff | tree |
2010-02-19 |
Jeremy Allison | More fixes for bug #7146 - Samba miss-parses authenticated...
|
commit | commitdiff | tree |
2010-02-18 |
Jeremy Allison | More fixes for bug #7146 - Samba miss-parses authenticated...
|
commit | commitdiff | tree |
2010-02-18 |
Jeremy Allison | Fix bug #7155 - valgrind Conditional jump or move depends...
|
commit | commitdiff | tree |
2010-02-18 |
Jeremy Allison | Fix bug #7154 - mangling method = hash can crash storing...
|
commit | commitdiff | tree |
2010-02-18 |
Jeremy Allison | Revert "Got back to 16-byte padding on auth RPC. S3...
|
commit | commitdiff | tree |
2010-02-18 |
Jeremy Allison | Got back to 16-byte padding on auth RPC. S3 clients...
|
commit | commitdiff | tree |
2010-02-17 |
Jeremy Allison | Fix bug #7146 - Samba miss-parses authenticated RPC...
|
commit | commitdiff | tree |
2010-02-17 |
Jeremy Allison | Fix bug #6557 - Do not work VFS full_audit
|
commit | commitdiff | tree |
2010-02-17 |
Jeremy Allison | Fix commit d07cd37b993d3c9beded20323174633b806196b5
|
commit | commitdiff | tree |
2010-02-13 |
Jeremy Allison | Use sec_initial_uid() in the places where being root...
|
commit | commitdiff | tree |
2010-02-13 |
Jeremy Allison | Simplify the logic in make_connection_snum(), and make...
|
commit | commitdiff | tree |
2010-02-13 |
Jeremy Allison | Fix warning messages on compile in g_lock.c Volker...
|
commit | commitdiff | tree |
2010-02-13 |
Jeremy Allison | Fix error in docs. Should be milliseconds, not microseconds.
|
commit | commitdiff | tree |
2010-02-13 |
Jeremy Allison | Remove #if SOFTLINK_OPTIMIZATION code.
|
commit | commitdiff | tree |
2010-02-13 |
Jeremy Allison | Revert "Fix bug #7126 - [SMBD] With access denied error...
|
commit | commitdiff | tree |
2010-02-12 |
Jeremy Allison | Fix bug #7126 - [SMBD] With access denied error smbd...
|
commit | commitdiff | tree |
2010-02-11 |
Jeremy Allison | Remove the code replaced by widelinks warning.
|
commit | commitdiff | tree |
2010-02-11 |
Jeremy Allison | Remove lp_safe_widelinks() -> convert to just lp_widelinks...
|
commit | commitdiff | tree |
2010-02-11 |
Jeremy Allison | Final part of jumbo patch for bug #7104 - "wide links...
|
commit | commitdiff | tree |
2010-02-11 |
Jeremy Allison | Fine changes to previous fix for bug #7104 - "wide...
|
commit | commitdiff | tree |
2010-02-11 |
Jeremy Allison | Suplementary patch for bug #7104 - "wide links" and...
|
commit | commitdiff | tree |
2010-02-11 |
Jeremy Allison | Fix unused variable warning after change to new DLINK...
|
commit | commitdiff | tree |
2010-02-11 |
Jeremy Allison | Fix bad use when freeing linked list. Todd Stecher...
|
commit | commitdiff | tree |
2010-02-10 |
Jeremy Allison | s4-dsdb: update repl_meta_data.c to use new DLIST_...
|
commit | commitdiff | tree |
2010-02-10 |
Jeremy Allison | Temporary changes to dlinklist to keep the implementation...
|
commit | commitdiff | tree |
2010-02-10 |
Jeremy Allison | Revert "Change the default of "nmbd bind explicit broadcast...
|
commit | commitdiff | tree |
2010-02-10 |
Jeremy Allison | More of the fix for bug #7118 - nmbd problems with...
|
commit | commitdiff | tree |
2010-02-10 |
Jeremy Allison | Change the default of "nmbd bind explicit broadcast...
|
commit | commitdiff | tree |
2010-02-09 |
Jeremy Allison | Fix bug #7122 - Reading a large browselist fails (server...
|
commit | commitdiff | tree |
2010-02-09 |
Jeremy Allison | Missed one check on the memcpy for bug #7063.
|
commit | commitdiff | tree |
2010-02-09 |
Jeremy Allison | Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu...
|
commit | commitdiff | tree |