Age | Commit message (Collapse) | Author | Files | Lines |
|
Karolin
(This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd)
|
|
This adds a new macro for a vender version function which will be returned
by the samba_version_string() function if defined.
Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 8b9301fbc73f28c657ec81c605760a0ff7a1973a)
|
|
Guenther
(This used to be commit d9d0cf6411a29d456735e980f9ac8ad75f3edfbd)
|
|
Guenther
(This used to be commit 133ea72a996a1eefda1b6351277f415823db55fc)
|
|
Guenther
(This used to be commit 64700e09ce9417c0b0128cc016abd34ab92f3695)
|
|
Guenther
(This used to be commit f2875677194f440ffebf18e6f5171be948114353)
|
|
Guenther
(This used to be commit 4564581f9aaf4afd6c47c6d5a9a299bc5012244d)
|
|
Guenther
(This used to be commit 21a0d9d254d5c21c4bc9fe305e9df2126476f3f4)
|
|
Guenther
(This used to be commit b7633998ed76c7bb2faa803841fafe9126a39847)
|
|
Guenther
(This used to be commit 6aca163e898bfeeff824725bb27b2ef4f7b729f9)
|
|
Guenther
(This used to be commit 7b4f84793b39f2940381bccae27f65275cc39572)
|
|
(This used to be commit 5fc90908deb417130af122941e084542304a2543)
|
|
Michael
(This used to be commit 7a7bddd75413dba3c0c43fab68a115cf0445f12b)
|
|
(This used to be commit 5fad9de2507b88820149def31faa28e5e45f7b5f)
|
|
return NULL instead and leave appropriated measures to the caller.
Michael
(This used to be commit 1002507b56a13420d8178c5397610edd839a7584)
|
|
Michael
(This used to be commit 308fc7d5bf5f5ccfc73677b052a4e6ecede25921)
|
|
Michael
(This used to be commit b9c008d9bd8b8119007e7ad03a40235998af4f5c)
|
|
Michael
(This used to be commit 013d29c70438bfd43bd11cbb13ba707b256f9b18)
|
|
Michael
(This used to be commit 33188a991f7e2f8dc1b5beed1dde1b7f77403e1a)
|
|
Michael
(This used to be commit e7d08b673066a63aaa7ab54ac59566ae8a975672)
|
|
retieve -> retrieve
Karolin
(This used to be commit 37c64130701ab13b6f34998ac17fec2d128c2e08)
|
|
This reverts commit 2954b2be563149380e1fae7fe088b98d6cbd42e7.
(This used to be commit 77ab2fb306a7ad59447a3e1591c2af03447e09c5)
|
|
This reverts commit 7a5a575ffe5196caecedc93970a25abfbe6f8059.
(This used to be commit 62e444dd50ae974c2ab9a553cdf7f188a8f2c538)
|
|
We did not allocate enough memory for the \0 and a = at the end
(This used to be commit ea110de1dc6257b78631b7d83b7bbb728180c1a1)
|
|
(This used to be commit 8a455b012827cfb917473a160c5710a90490451a)
|
|
This reverts commit fafb8ad2b81b9a46cf8259bedc1dca5023b06115.
This fix is not valid:
1. convert_string() is not only used for key strings but also for data.
2. Some databases use string_tdb_data() i.e. non-null-terminated strings
as keynames and others (like the one I was using), use
string_term_tdb_data(), i.e. zero-terminated key strings.
After discussion with Metze, the easiest (and proper way) to
handle this is to specify key names as "keyname\0" for databases
which use string_term_tdb_data().
Sorry for the noise...
Michael
(cherry picked from commit 17c012c4645f4e9542537c15f80d9b4e74304d11)
(This used to be commit 42c953c106b3da90e8c3452c4a246392502c200d)
|
|
(This used to be commit 2dab9ad77954dc608f8910bf4d3cb92fcaad5cb6)
|
|
Brian Sheehan provided a nice patch intended for the 3.0 code base. This
commit applies a similar patch for the 3.3 code base. It adds a new public
function to libsmbclient -- smbc_set_credentials() -- that may be called from
the authentication callback when DFS referrals are in use.
Derrell
(This used to be commit 888f922bd0d1c84a687d404e95ae314a9dd0aee1)
|
|
Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage
so that assignments look like they're going to the same place.
(This used to be commit 3d19112f645fb0f4bb6b644207ed2cee0b6b3ea9)
|
|
This prevented all commands operating on keys (all non-traverse commands)
in tdbtool to fail with a "fetch failed" or "delete failed" message.
It seems that it fixes bug #2344 ...
Apparently this bug was introduced with 94e53472666ed in 2005.
Either nobody is using tdbtool or else tdb_find() has become
more strict about the key legth in the meantime. :-)
Michael
(This used to be commit 9be6b46f7715cdc7f77308d7613e8df73effe3c1)
|
|
Günther agreed that it might be unnecessary in dsgetdcname_cache_store() :-)
(This used to be commit 7a5a575ffe5196caecedc93970a25abfbe6f8059)
|
|
net cache get was the only one interested in the timeout. That single caller
can take care of the timeout itself then.
With this API change idmap_cache.c can be converted to gencache.
(This used to be commit 2954b2be563149380e1fae7fe088b98d6cbd42e7)
|
|
Guenther
(This used to be commit cfd59383d680e41a885e546842b0eb8585123acb)
|
|
interface
name that's too long. Reported by James Kosin <JKosin@intcomgrp.com>.
Jeremy.
(This used to be commit 3a7542fd495223c3a504571a52e2d00551fea0e2)
|
|
strlcat gives error.
Jeremy.
(This used to be commit d7c82997bdcf1acd7ac104efa0ad05e0b94935ea)
|
|
smbcontrol winbindd debug level would only set the debug level of the
parent winbindd process and not the child processes. This patch adds
the functionality of broadcasting the debug message to all winbindd
children. Now the debug level message is propagated to all the winbindd
processes that includes parent and children.
(This used to be commit cfbcfc3ffe74f28ec874a6bf1ab93f55f405b6e6)
|
|
the loop never terminates.
Jeremy.
(This used to be commit 80e547665d104a6db376ff4c48bcc01dfd3513ee)
|
|
searching decrement index,
not increment. Michael please check !
Jeremy.
(This used to be commit d89f9d404f478fc9887bb6e67ce28a61464bcf93)
|
|
(This used to be commit 41d1b9541ccb802f01f12038b3b81853b3b7c32d)
|
|
The macros "[un]likely" are already defined on SuSE 9.0.
Patch from Volker.
(This used to be commit 30d181c92463aecd6e649330d3645d86d5a17e43)
|
|
Leave level 0 message for higher level callers.
Michael
(This used to be commit fee770e5d080b0513418e61e469f2824a1d771ec)
|
|
Leave level 0 messages to higher level callers.
Michael
(This used to be commit 7bbf29137bf051044cbf0db8d9fe564a7c9d7a29)
|
|
Guenther
(This used to be commit ac5aaf29004584d0f1821689eb985d837cda1aa1)
|
|
Guenther
(This used to be commit 5d06891238d7dddedeb6fe2aca677c765b90c74a)
|
|
Guenther
(This used to be commit f4ce6887103d0f50bf9a91251e2aceb77674604f)
|
|
Guenther
(This used to be commit ebf31203e7cf22e32b986c536279688b17a65d22)
|
|
Guenther
(This used to be commit 58f54f180f0a942776455ab6e813628422493dac)
|
|
This removes the warning messages 'Unknown parameter encountered: "includes"'.
Michael
(This used to be commit b20019ceaaf4a8964792f6ba37f50f91b6847e7f)
|
|
Before dropping into lp_parameter_is_valid().
Michael
(This used to be commit 59beb7acd777a4c224dce90fbbff7a137d2b89c1)
|
|
(This used to be commit 9b174871a87677f7dfbd897a80e526f203906bea)
|