Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 04d660bbb371f859cc50a9f3ea7d358f74acfa8b)
|
|
metze
(This used to be commit 97f47e39139cef738a5f02980a0792417e0d365e)
|
|
(This used to be commit 3c50caa9620899f982cd4a833356d965f47ec843)
|
|
(This used to be commit 23d3db0c229fe5e1d69f890d87c2be39b356ffb5)
|
|
Michael
(This used to be commit aae3d04e30a0e6f21f661da3dc6a2835d31ce964)
|
|
Also make use of "if defined(HAVE_IPV6)" rather than testing for
AF_INET6 since this is not sufficient on HP-UX 11.11 to ensure
a working IPv6 implementation.
(This used to be commit 620785df4e57b72471ff0315e22e0d2f28a2b1a5)
|
|
This tests goes into an infinite loop on OS X so avoid it.
Probably should also be only conditionaly be run on AIX in the
first place.
(This used to be commit 641d0968da73dca24a3ddaf93451de1200d3c09b)
|
|
(This used to be commit bafcede2c29813f8719fc3b54f94612e72c48043)
|
|
(This used to be commit fd28d09a95b31bdbc6babd13c5a4ed9fc9ef4bfd)
|
|
where we meant int. Fix this. Thanks to metze for
pointing this out.
Jeremy.
(This used to be commit 793a9d24a163cb6cf5a3a0aa5ae30e9f8cf4744a)
|
|
Guenther
(This used to be commit 36578b22f12a7de21df5a795d7702c10d19b1f3d)
|
|
jra: POPT_ARG_VAL arguments need int values.
I assume there're more places like this
in the cmdline tools.
Please fix this properly, as my commit is just
a hack to get make test working again.
in samba4 we have a workaround for this see
smbd/server.c
metze
(This used to be commit 9cb1937fe8601e526b5c924930500e0a3b52abd5)
|
|
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
|
|
see commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54
metze
(This used to be commit ea3173a9457f9095a70d401abfd1af8c913211a0)
|
|
(This used to be commit 2972c97e5e676964585de930601f083c19080735)
|
|
metze
(This used to be commit d70ddad2e8fc2f533fb9211223c172c25878254e)
|
|
metze
(This used to be commit f694df1919fe98c5efef36c867a2be6527efa6ed)
|
|
metze
(This used to be commit 50d5eec508bd5b98b81825b4e20c06f698029fdf)
|
|
all configure results which are used in replace.h
or any system/*.h should be in the in the libreplace
*.m4 files!
metze
(This used to be commit 1eefa0264bb1a304a30ec4c7c6e2392c627ee6a3)
|
|
INTEGRITY
and PRIVACY, so no other cases to take care of so far...
Andrew B., if you have time, could you take a look? This makes us survive the
RPC-SAMBA3SESSIONKEY test.
Volker
(cherry picked from commit 25cc1e7ff15675b70001d1cb8d8584880650dd2e)
(This used to be commit b4746009735bf66b2578b884973c505b0363a79d)
|
|
Jeremy.
(This used to be commit 315215e20e1e470c5077122a2e250ecb3d45ce9b)
|
|
metze
(This used to be commit 354bdd38e8714b789daffc897cd843a8d401be45)
|
|
login.
Found that because I want to play around with setsharesecurity, for this I
need the "whoami" call figuring out the SID of the currently connected user.
Not activating this test yet until the build farm has picked up the new samba4
revision.
Volker
(cherry picked from commit 5cfe482841b77208b68376f9e2b8a4a62271f7c9)
(This used to be commit 15935bad1d756d3896f0687108e60ca10a35a936)
|
|
could have happend with [in,out,unique] pointers
when the clients sends a valid pointer, but the server
reponse with a NULL pointer (as samba-3.0.26a do for some calls).
I've tested with midl to see how windows handles this situation
and also the reverse case where the client sends NULL and
the server reposnse with non-NULL.
It appears that midl generated code just ignores this
and only copies the result if both pointers are non-NULL.
metze
(This used to be commit cb98869fa189ce2a926a00fa9077a114f31a5d45)
|
|
Jeremy.
(This used to be commit 2ef50e325c2183385286b994216624dc3a309ff3)
|
|
defines). Allows RHEL4 compile to work.
Jeremy.
(This used to be commit 0ffdf4fdeea88c21880c8bf69d8db56fb49effa7)
|
|
Jeremy.
(This used to be commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf)
|
|
Make unix_wild_match() talloc, not pstring based.
Next will be name resolution code, and client code.
Jeremy.
(This used to be commit f6a01b82c5a47957659df08ea84e335dfbba1826)
|
|
Without this fix idmap_rid can't be used with the compatible syntax.
Includes fix to keep trusted domains working
(This used to be commit 8c770c367c71d118651964fef63e2fd0fa4a05a5)
|
|
v3-2-test
(This used to be commit 5c8adce3f368d51a67d74ae168a0f59a20e1d64c)
|
|
We don't use gethostbyname any more except in one case where
we're looking for host aliases (I don't know how to do that
with getaddrinfo yet). New function should be getaddrinfo().
Next step will be fixing lib/access.c, and then changing
libsmb/namequery.c to cope with IPv6 address returns.
Jeremy.
(This used to be commit 4a56b697b6adcf095e25895c4a9ba3192ed34124)
|
|
Jeremy.
(This used to be commit 406737cd9a34ac498e5823b380e1768d41e16c1b)
|
|
(This used to be commit 97f9a90b823887e808cca96eca7a041f121e6111)
|
|
Guenther
(This used to be commit 357f00384994946485a5190b6a9c493aeee53cd2)
|
|
metze
(This used to be commit 96820f8d8f6522fc264efda0f069e2f6a420ac2e)
|
|
metze
(This used to be commit d20c2fa274297e9577ed28b8ed04806a425bdc57)
|
|
metze
(This used to be commit f4c0961a16a84dcdfe6e2faafb75c76983e6d466)
|
|
Jeremy.
(This used to be commit 33ee0cfb190a883229d0824d7194898fd8966ceb)
|
|
(This used to be commit 46c12de07fe6f44bcf58ca9de276e7932384843d)
|
|
tty instead of stdout.
(This used to be commit 0cd1ed0424ce87f60070d43caffda41be6706d59)
|
|
metze
(This used to be commit d4ae42b1b2982dd786d6da16d7fa964d25fd3356)
|
|
metze
(This used to be commit 3e8f43e3cf97f10be4717978643ef3edca8650a5)
|
|
metze
(This used to be commit 0177158d85797e0d22c81d88175a77d4ad5ed711)
|
|
as this brings in the socket_wrapper.h in unexpected
code and we endup with a missing 'swrap_close' while linking
metze
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25602 0c0555d6-39d7-0310-84fc-f1cc0bd64818
(This used to be commit ec8e3f7f92522c65ec472058321db8a7ac30ec4c)
|
|
In addition some cleanup has been done to avoid compiler warnings.
(This used to be commit 29eb4d0e2d8ce4a0bd2a081265417684c8c69d6d)
|
|
(This used to be commit add1294562b76c38d5e471f280ca1167b4d8a93d)
|
|
During configure, we don't have config.h around yet, and we need strlcpy now.
(This used to be commit 483cf289c884f48df43f2ddce86b05b9c3e84920)
|
|
(This used to be commit f8580abbd5a90622187bbd11ab3ebed6e2d541a0)
|
|
(This used to be commit 84660aaab02338f22669bdf20af0f98607b6db17)
|
|
(This used to be commit 3072b11ac42a7d89252599bdbbf9d8515b034a8d)
|