| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Don't print only the last component.
Michael
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Michael
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Michael
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Michael
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix a bug in my bugfix. Thanks to vl for spotting that one.
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It turns out that this is a necessary operation, separate from statvfs. statvfs
can fail during tcon, so conn->fs_capabilities would never see that we support
streams on a particular share.
James, can you check that I got the darwin variant right? Thanks!
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
-bexpall only exports the names without leading _, so we don't get
_talloc_reallo_array for example.
Thanks a lot to Heinrich Mislik for the hint!
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
get_mydnsfullname relied on memcache_add(); memcache_lookup() working.
When run from ntlm_auth, the global_cache variable in memcache is NULL, so
the add and lookup both fail. In that case, just return the result of the
getaddrinfo call.
Jeremy, please check.
|
| | | | |
| | | | |
| | | | |
| | | | | |
metze
|
| | | | |
| | | | |
| | | | |
| | | | | |
metze
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This actually is a counterpart to reg_init_full, in that is does
open and initialize the registry too, but only registeres the backends
necessary to access the SMBCONF key.
Michael
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is actually the dispatcher to the registered registry backends.
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
reg_openpath should be used instead of this function (along with the
reg_api interface). Last callers of this function are in services_db.c
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Start making naming of source files more systematic
to facilitate understanding of the structures.
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is an effect of the removal of the dynamic registry overlay.
This is the beginning of a restructuring of registry linkage in Makefile.in.
Michael
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Found by a "set but never used" warning. Thanks to talloc_tos() this was not
really a bug, but this way the code becomes much clearer.
|
| | | | |
| | | | |
| | | | |
| | | | | |
gcolley was right, my nt4 does not blue screen with it
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is a hot code path, and if it has a :, the name will be split later on
anyway.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These bugs haven't shown up when I did my tests with real xattrs, not with the
xattr_tdb backend. It worked because the stream fsp does has the base file as
fd.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This must have been lost somewhere in my patch-mangling
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Pointed out by Steven Danneman on irc, thanks!
Jerry, Günther, please check!
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
new stream code. (1) In smbd/filename, don't split the name at
':' if we know it's a posix path (this should be parameterized....).
(2). When calling posix_mkdir, we get the flag FILE_FLAG_POSIX_SEMANTICS
passed to open_directory(). I know for a posix client lp_posix_pathnames
should be true (which is checked for in is_ntfs_stream_name() but we
have an explicit flag here, so let's use it.
Jeremy.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It is unnecessary now the dynamic functions have been made
registry backends of their own.
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Make sure to only respond to the exact current version key since subkeys
are registered by other backends (printing and - soon - perflib).
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|
| | | | |
| | | | |
| | | | |
| | | | | |
Michael
|