Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 8db25aba63b1dffb0dfbc74012c7ebd0ce4d5682)
|
|
(This used to be commit d481dddc81699aba79e48bca79bfb10e586b5cbb)
|
|
This must have been lost somewhere in my patch-mangling
(This used to be commit c1794375d1fa27d72ec32946bb4bd7b9f96e59fc)
|
|
(This used to be commit 3509ee597f0977aadd4c70cfe8830a6aa95cd71f)
|
|
(This used to be commit dac468216e7e103b6897f33ec3608412f77265cf)
|
|
Pointed out by Steven Danneman on irc, thanks!
Jerry, Günther, please check!
(This used to be commit 9e71c89ac648040739ef2161a2e6c4299be1e35b)
|
|
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.
(This used to be commit 7bb7a0def6518784befa75e5303289d2b4d36dd4)
|
|
Michael
(This used to be commit 487c43f9284598a3c60b06fc60e5c50844e11b87)
|
|
Michael
(This used to be commit 239aa59cc1b78f7fb82aa66418cdf92517ebc123)
|
|
Michael
(This used to be commit 2a278928805f4497e8afa28bdca433cbedc4a8d7)
|
|
It is unnecessary now the dynamic functions have been made
registry backends of their own.
Michael
(This used to be commit e327953bd6b11aeb6f2ae48b49550a942eae8e88)
|
|
Michael
(This used to be commit c3fba415951329ee90c7250b4e8d539f91b227f6)
|
|
Michael
(This used to be commit d2e3814db8a4a5f0fc097e9f56753888470ef213)
|
|
Make sure to only respond to the exact current version key since subkeys
are registered by other backends (printing and - soon - perflib).
Michael
(This used to be commit 2c650bf63ccd9dc5dddbf4700831489544ded055)
|
|
Michael
(This used to be commit faf406a4a1baf2946ea754a0760204748be99541)
|
|
Michael
(This used to be commit 80024f4e1c6594c3038e86a765f763d24fd96b59)
|
|
Michael
(This used to be commit f245c4e094ad56080847e286c76976f29c95a221)
|
|
Michael
(This used to be commit 8e8bb6ba120adf9942f612b7fd89bdbced6c1285)
|
|
Michael
(This used to be commit 5b3813b233dc2a60e6d5a9942b4044219d800415)
|
|
Michael
(This used to be commit a8a743b693a162954948ca2438ce4b842c5cba30)
|
|
Michael
(This used to be commit 347b9886547516bc2a43190ae7faaf349d2c9d04)
|
|
Michael
(This used to be commit d9b89e9d30702f64805b3a3a3612066b19c051d1)
|
|
Michael
(This used to be commit 24f13fb72e4cbaba48235fa840b2a93bf1c5d9c3)
|
|
Michael
(This used to be commit 54e7c8098565495a833500d4b2a8d5240ed55c82)
|
|
In order to be able to open the netlogon_params key (the new backend replacing
the former dynamic overlay), certain methods need to be provided. Delegate these
to the regdb backend (like e.g. the smbconf backend does).
Michael
(This used to be commit 9261b2c4bf48e133eecda9ec0095bd8edf20326c)
|
|
This was broken in 331c0d6216e1a1607a49ed7eb4078e10138ec16a
(pstring removal).
Michael
(This used to be commit 7d1e986f3a5ab316a8501ddaca1ba1f0867b4531)
|
|
Michael
(This used to be commit daf37c954572bbf652506daae9ff0c9c365b2a9e)
|
|
Michael
(This used to be commit a73b8d16aa0f7a3bb7417e9839e04380e6a68629)
|
|
Michael
(This used to be commit 2c4dfd7aaa3c3b384b547451f914a86f59157928)
|
|
Michael
(This used to be commit a89bee4139666ba163385c9e7d15fbc5d623ed6f)
|
|
Michael
(This used to be commit 96d116b003c1187869cbdbc21274a0b5cb1bf7d6)
|
|
(This used to be commit 2cac1d3919a96c480f34c93d8b9b07782d46ed23)
|
|
Store streams in a file each. Not 100% finished, and not built by default.
(This used to be commit 5f5fc72b01c8e8fc096375c7cb4a97186c387259)
|
|
Store streams in posix xattrs. A kludge, as xattrs are limited in many ways,
but it might be a help for some situations.
(This used to be commit 83a805220e52742119546c76a054d50582e33a24)
|
|
This is the core of the streams support. The main change is that in
files_struct there is now a base_fsp pointer that holds the main file open
while a stream is open. This is necessary to get the rather strange delete
semantics right: You can't delete the main file while a stream is open without
FILE_SHARE_DELETE, and while a stream is open a successful unlink of the main
file leads to DELETE_PENDING for all further access on the main file or any
stream.
(This used to be commit 6022873cc155bdbbd3fb620689715f07a24d6ed1)
|
|
(This used to be commit d813bd9e02d9baf916eb96c478be89f0c435e07c)
|
|
(This used to be commit 9f0d778490415b05224f36287df999672ee16928)
|
|
Based on jpeach's work, modified the streaminfo prototype
Make use of it in trans2.c together with marshall_stream_info()
(This used to be commit c34d729c7c0600a8f11bf7e489a634a4e37fe88e)
|
|
(This used to be commit 999647329028147d7c29a3348202641b3e03430e)
|
|
Hi,
while implementing the extra_info version stuff, it occured to me that
samba_version_string() potentially allocates memory which is unused but
never free'd.
If SAMBA_VERSION_VENDOR_PATCH is defined, a second call to asprintf
takes place. The result is stored in tmp_version. Afterwards,
samba_version is set to tmp_version without free'ing samba_version
first. Looks like a simple free(samba_version) is missing. Patch
against 3.2-test below.
Ok, this only happens once over the lifetime of the application, so it's
no big deal, but I though it doesn't hurt to mention it.
Corinna
* lib/version.c (samba_version_string): Free samba_version
before setting to tmp_version.
(This used to be commit 373a23d48f2dd24e65dbf814ea58b4add2322128)
|
|
(This used to be commit 64e54ea8f76fe57193955aabc1459fe635233aca)
|
|
Alexander, I think this ok...
(This used to be commit 197b08ad789c4968155f1c711ef43a5383a89289)
|
|
Refactor get_ea_list_from_file to use that.
(This used to be commit aec357a456798050abe565d2a744ed5f17ad5901)
|
|
(This used to be commit 0aa406bbba8699063ea3758b19dca24cf42ff15a)
|
|
... forgot to "git add" it
(This used to be commit 6d0a727f26dd0945634486f18a55aa8dd5813983)
|
|
Thanks to vl for pointing this out.
(This used to be commit 76cf5a979bf3014b1de660520e538546b3676b23)
|
|
(This used to be commit 97768628f5ec533818b7f5165e92c156d668b79b)
|
|
(This used to be commit af438426222f4990f3e4103babbbb5de03ade93d)
|
|
Now rewriting the helpers one after the other can start.
(This used to be commit 2479a0c3adf46b2d0a9b109ce689c93296f16a62)
|
|
(This used to be commit f8243d1913cd19401ce6a13f53c6b84a36fc9dd6)
|