Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit f297ea259d58f7a12924b7111ab79818188cff46)
|
|
(This used to be commit 8c89d60924b0380231da834cd3c097b4f8cdc369)
|
|
Guenther
(This used to be commit 8858e403e1940c362d307b4d4125f977abb0b96a)
|
|
Guenther
(This used to be commit 4ca33928512bd71268bafd41d2b608e814a7295f)
|
|
Guenther
(This used to be commit d4c5b323229c6f43c824e3559084c98e370730a5)
|
|
Guenther
(This used to be commit 30458116b389889cad845eb96b54c3edc833e722)
|
|
Guenther
(This used to be commit 96f645553ae5c75aabfe588e1a67f3d4bfacb5cb)
|
|
Michael
(This used to be commit 7aec862ddc2aa2b5152c3a452971e55ba43646a5)
|
|
(This used to be commit 7135d2aea5a68a79e2a77d4a02219436f5e154cc)
|
|
If we're going to cache connections to IPC$, we'd better also cache the policy
handle and not use a stack-based handle that's invalid on subsequent calls.
Derrell
(This used to be commit 67c415661f6466c21cd0eaafabe58cba049d2af3)
|
|
Thanks to David Leonard <David.Leonard@quest.com>, this fixes bug 5208.
Volker
(This used to be commit a3b36c3cb0fe5f3e78c200290afa59829934f496)
|
|
Guenther
(This used to be commit 733e07a06ce3c903ff5837df6a5119f6d6e3eccb)
|
|
Guenther
(This used to be commit ad8f6933322e7175b74cc3de525fda58ae150baa)
|
|
Guenther
(This used to be commit f7100156a7df7ac3ae84e45a47153b38d9375215)
|
|
Guenther
(This used to be commit 0230284cfa83477ad5a084a7970db1ea0cfe8563)
|
|
Guenther
(This used to be commit 9097846466a8dea171f4d241661083f896591292)
|
|
Guenther
(This used to be commit b4c1904022cd34c239f163d49d5a13925d238cda)
|
|
Guenther
(This used to be commit 5d8e5cbc3b3ddd1c5788d66f252e4801739243bb)
|
|
Guenther
(This used to be commit b0e86c5b4d375f21f06208dc063adb9d2659d30b)
|
|
Guenther
(This used to be commit 37d976d90c9bd7697010309e5efbc7853aced9e5)
|
|
Guenther
(This used to be commit 9d76153f54aea671d5d1543eaa3e617aad1ba9e9)
|
|
Guenther
(This used to be commit 9afc7d957d1b5362e470c2e87e336fdd74b8be3c)
|
|
Guenther
(This used to be commit 8a895a37a0a0d155fddf0a6a124f161e3ace5e0b)
|
|
Guenther
(This used to be commit f24dfaa8466b28416a7fdd941990948210a400c7)
|
|
Michael
(This used to be commit 903223b160eef6ba6ff19a8bfef19e5fe7008631)
|
|
(This used to be commit 81d6a1fbed5e685376637af8e8bcd70ab2701aa0)
|
|
Michael
(This used to be commit 15163926a8ae1116a0f0986f35fc16bcf9ce6ce2)
|
|
Rationale: Use reg_api instead of backend functions.
Michael
(This used to be commit f986a708be15dd9b9fc28b9862f64f2d0f94accc)
|
|
These are wrappers around the lower level functions regkey_get_secdesc()
and regkey_set_secdesc(). Next step towards hiding reg_frontend from
the surface.
Michael
(This used to be commit 7251a24b489a008243091279d96157cacec35b62)
|
|
These functions are unused. Comment them out for now.
Michael
(This used to be commit 0cb8399d7c6f228b38c918f8c6c77fd31c346f89)
|
|
Michael
(This used to be commit 4d82cc586c089a16d1d2db214f5e198062890b58)
|
|
This is a step towards untangling the registry.
All places should use reg_api.c, reg_frontend should actually more
appropriately be named reg_backend_dispatcher and hidden from callers.
:-)
Michael
(This used to be commit 92e95fe58500dc8bf89bb43c1d65559702363767)
|
|
Michael
(This used to be commit d3c9c273740b42e5da101f53d4df3aee70cdacf7)
|
|
Michael
(This used to be commit 3e661273229bcf021276cc0b71350acf8d8fed7c)
|
|
Michael
(This used to be commit 5c0a1d5d45948fdc483d6f9de31cea39e12722c6)
|
|
Michael
(This used to be commit 36085d9004592e48b66b681f85346db15e6d9b3a)
|
|
(This used to be commit 48288869d314d8c91d07282b5536b231d95db159)
|
|
(This used to be commit c22d47b3d58de45c2b686badb9fe6a6cd5a6b047)
|
|
(This used to be commit 35d71a40b385a62b8c85ed68e64b6d38d80aeb3c)
|
|
(This used to be commit a6677b2e186212f723b24775293682ce5b94952e)
|
|
(This used to be commit 15ef5e4884505bca7990e44200d0235764e9057f)
|
|
We create a kludged inode based on the checksum of the path. We therefore
need to use the same (full) path when calculating it in both smbc_stat() and
smbc_fstat().
If struct stat has an rdev field, set it to zero.
Derrell
(This used to be commit b4282fbd6d27d868b2d5c04bb72d2d7421822da1)
|
|
handle FS capabilities.
As discussed with Volker, it is better to calculate FS capabilities at
connection time. We already do this with help of VFS statvfs() call
which allows to fill-in system-specific attributes including FS
capabilities. So just re-use it if you want to represent additional
capabilities in your modules. The only caution is that you need to
call underlying statvfs() call to actually get system-specific
capabilities (and other fields) added. Then add module-specific ones.
(This used to be commit e342ca0d931f9a5c8ec9e472dc9c63f1fe012b3a)
|
|
result for a file.
This makes sense as upper levels are only taking returned result of 0
(no error) into consideration when deciding whether to mark file
offline/online as returned from is_offline.
That means that we simply can move the decision down to VFS module and
clean up upper levels so that they always see only file status. If there
is an error when trying to identify file status, then VFS module could
decide what to return (offline or online) by itself -- after all, it
ought to have system-specific knowledge anyway.
(This used to be commit 75cc08661473cce62756fa062071bb2bc1fb39ec)
|
|
I'm sorry for this mess. :-(
(This used to be commit e1f5a8f10795831d3c7902d9803c9571c8ac811a)
|
|
offset of zero if return size is zero. Should fix testread
libsmbclient code.
Jeremy.
(This used to be commit df3c4648399f8d62ff6fe0013be8b89abc18f0f0)
|
|
NEEDS MORE TESTING !
Jeremy.
(This used to be commit bcc94aed6f03211866aa85753a90fece87846ba9)
|
|
Jeremy.
(This used to be commit 79b7972de4c2a8c71e37642ddf7e5bbed53dd58a)
|
|
for a name '[<ipv6 addr>'.
Jeremy.
(This used to be commit f2aa921505e49f894bfed4e5e2f9fc01918b1bb0)
|
|
This reverts commit ab8ff39fd51929aae2f4088ca5b1d67e5cb7099e.
(This used to be commit 5838a9f556f151dc7c1773dcdc598b8ba79fca44)
|