Age | Commit message (Collapse) | Author | Files | Lines |
|
Jeremy, please check.
(This used to be commit e7539730d003e9bdc0bf8208d1d426082dad84a5)
|
|
Guenther
(This used to be commit d2d91dd4968dbd1349bdb973e2679f68c608c2ed)
|
|
Guenther
(This used to be commit e1cae5517f3a9a8fb8a79c440363243592565363)
|
|
Now --configfile (or -s) will have precedence, if that's not given
SMB_CONF_PATH is checked, otherwise the $(CONFIGDIR)/smb.conf default
value is used.
Thanks to Michael for his comments.
(This used to be commit 92a9c6c56fa90aead3b7f4a07bf4f3973ba23555)
|
|
Guenther
(This used to be commit 15d22925def45f1f8cd2d356a7f580fb4bfd05ef)
|
|
Guenther
(This used to be commit badbdf1b88b270d298d44ed6fddb0c31fbcb3717)
|
|
Guenther
(This used to be commit f837fff80ef369133761f7a33a616fd4721c5a68)
|
|
Guenther
(This used to be commit 0c8e0916d7a7a403255c814536f1ebde3c5c9905)
|
|
Guenther
(This used to be commit b15512f8ccbc6c645b8be95827862a58a1a7fab2)
|
|
Guenther
(This used to be commit 69e8a83093149201c36ffc2b7fadfa469aabf7bd)
|
|
Guenther
(This used to be commit 2882d48dfed2cd9783833d010d126d7b3cfb4899)
|
|
Guenther
(This used to be commit 2e56289889b705d003a170fafa69163ce5841f3b)
|
|
(This used to be commit 7ad8e22073b577cd454675bacf92549e81f55e1c)
|
|
Guenther
(This used to be commit f34c0e7ada8ce625ee20e3d776e41dabbad71ce5)
|
|
Guenther
(This used to be commit c00d629d4e557e5efd7c339904e228ca76504e7a)
|
|
Guenther
(This used to be commit 9660a341b6b32609b28770130e974d674ab31215)
|
|
Guenther
(This used to be commit ebf9caa004899281d0fb44cac2e2494d322810bd)
|
|
Guenther
(This used to be commit 905b3898e0ac7a1f9cca4575246df419b0a1c7f1)
|
|
Guenther
(This used to be commit 445887d805c26beea33b6e5b08717e2841abe7b2)
|
|
Guenther
(This used to be commit 20503717be5287c003ca63d74419f785d59f83e0)
|
|
Guenther
(This used to be commit d74ab657df051b7bad616dbe7fe7732a653ffe6d)
|
|
Guenther
(This used to be commit 93d2ad944772513520de22aecffda15f38907b4e)
|
|
Jerry, please have a look if you're fine with that.
Guenther
(This used to be commit beae25c808a3a03d645f247e9befcd05e3ecca2c)
|
|
Guenther
(This used to be commit 153253e14f82fc7078e9cc6f12409e6eda7ee7cb)
|
|
Guenther
(This used to be commit 2605c6758ebb2f53c0c91f99d766e3db548e07ce)
|
|
Guenther
(This used to be commit 3ded8b9b7eee18a3f903e264adfb7fea6a3c0c5f)
|
|
Guenther
(This used to be commit a52066e6083ff4b0d21b57ba43a812c02c0cbd78)
|
|
hand-written ones.
Guenther
(This used to be commit d5ebfccebb1f1b56b45673a506fcdb414103c43b)
|
|
them with different
names. Matt, Jeremy, please check.
Guenther
(This used to be commit d4a9e46edf7336f673c001c559af96eb0ecf9f6f)
|
|
Guenther
(This used to be commit cb1ff32eff06031150a6821658152e02a4077bbd)
|
|
Guenther
(This used to be commit 10fa43f2840899c0854763e55b9174827c522a5b)
|
|
metze
(cherry picked from commit 7222edb9cde5cdeb9d065e890775a7254b26648f)
(This used to be commit 503082e15e03def33434d3e5ff4fbe750873aab0)
|
|
for DOM_SID).
Guenther
(This used to be commit 1781a57b18f681f1bc03873330147a813f10eba2)
|
|
Interop fixes for AD specific flags. Original patch from Todd Stetcher.
(This used to be commit 5aadfcdaacd6f136eab9e107a88b8544e6d2105f)
|
|
patch for adding acct_flags to rpccli_samr_create_dom_user().
Jerry please test.
Jeremy.
(This used to be commit 7d94f97947b7edfcf3ec52f0125e4593d6d54c05)
|
|
In pstring removal 4ae4b23586, the behaviour of tab_depth was
changed to create an extra debug header (by using the DEBUGLVL
macro).
This extracts the debug level check from DEBUGLVL into
a macro CHECK_DEBUGLVL without the debug header creation
and uses this instead of DEBUGLVL in tab_depth.
Michael
(This used to be commit cbc7d921fa696e6c3c5197ad9f87442ba679df82)
|
|
This is right now only used there, and in version.c it gave linker errors
because some binaries (e.g. smbmnt) don't link in time.o
(This used to be commit 1f0eaaa5911f893c822465a26fe49ab65afb0730)
|
|
On Jan 21 16:18, Danilo Almeida wrote:
> Corina wrote:
>
> > + time_t samba_gitcommitdate;
>
> And:
>
> > + SIVAL(pdata,28,extended_info.samba_gitcommitdate);
> > + memcpy(pdata+32,extended_info.samba_version_string,32);
>
> Note that you are dropping bits on a system w/64-bit time_t, and that this has the 2038 problem.
Right. I changed samba_gitcommitdate from time_t to NTTIME and shortened
samba_version_string to 28 bytes. New patch below.
Thanks,
Corinna
(This used to be commit 28aa1c199d3a22cda34afcaab49c0561eeb0abcb)
|
|
(This used to be commit e9bb3d5067b74a29beb778f85687829778e42b5b)
|
|
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!
(This used to be commit 3ad798d803b3b023533bb48e6993885f22b96095)
|
|
Michael
(This used to be commit c3fba415951329ee90c7250b4e8d539f91b227f6)
|
|
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 a8a743b693a162954948ca2438ce4b842c5cba30)
|
|
Michael
(This used to be commit d9b89e9d30702f64805b3a3a3612066b19c051d1)
|
|
(This used to be commit 2cac1d3919a96c480f34c93d8b9b07782d46ed23)
|
|
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)
|
|
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)
|
|
Alexander, I think this ok...
(This used to be commit 197b08ad789c4968155f1c711ef43a5383a89289)
|
|
... forgot to "git add" it
(This used to be commit 6d0a727f26dd0945634486f18a55aa8dd5813983)
|