Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit 988291a9c07c055213f8979ebe75bb392811008d)
|
|
Guenther
(This used to be commit fe7203090c0c51e4561a3b5ce0d5d131d280ba8e)
|
|
Guenther
(This used to be commit 46bfded43dcabdd2302d82920fb2a37c41e58126)
|
|
Guenther
(This used to be commit 2860ae2eb2cb99b4febb352f516b3fa9fbd2abbb)
|
|
Guenther
(This used to be commit b5291d477381521cd4b71674616f8c9899007002)
|
|
Guenther
(This used to be commit 818044d877597ba5c11dc7f30bab929c4b41db89)
|
|
talloc_steal and talloc_free on the sam account already.
Guenther
(This used to be commit dbc7237a8a566f3e86bd6e4b48593b93c5bfb94e)
|
|
This fixes bug #4235.
Patch from Pawel Worach <pawel.worach@gmail.com> with some linebreaks
added by me.
Also fix one BH message that the original patch didn't fix.
(This used to be commit 098380760d20bad2a45c3b12ab2a5e4d2b856175)
|
|
Michael
(cherry picked from commit 2d3c2f34f33338ff422047dae9cc262522689328)
(This used to be commit 03a980d8f67ee1516c357807c23a405f07a006b3)
|
|
Prototype is now in system/network.h,
implementation in socketpair.c, and
check in socketpair.m4.
Now the last networking function has vanished from replace.c.
Michael
(cherry picked from commit 94ac8a25be15b55f66eff96fdddc2fdc71a43b1e)
(This used to be commit 6c53753246b8108fe1277b34958e122bd800c4e7)
|
|
When reading from a pipe, Windows return STATUS_BUFFER_OVERFLOW which is *not*
an error.
(This used to be commit 24018d882d1b1cfece47c533fe5bbca91de124cc)
|
|
(This used to be commit c40648ea4d7897c401a5a94703e586acfdaec13b)
|
|
NetSamLogonEx has the advantage that it does not use the credential chain
(This used to be commit cfceb063f559f8549b8f24ce347be213c89303b0)
|
|
(This used to be commit 32fc759d942abb36d7dd351eff82925b6788dd28)
|
|
(This used to be commit 5ec2dbd144a3bbfdb14deafd158bad48b2d41ca4)
|
|
Guenther
(This used to be commit 3b1f3d8a6ce9b8860aca07d9960bc8488296aecd)
|
|
Guenther
(This used to be commit fcdc09674571b8e81233acc9e8dc8651b66cd21d)
|
|
Guenther
(This used to be commit 6c6700ed7148b73b2ce52fc00020c7e253a577d3)
|
|
Guenther
(This used to be commit e9c56250eb7a2dc4e69962c5b48875834941ccfc)
|
|
suppress that darn message
(cherry picked from commit 542e46a21898f6fcc8a0aeb63925607a60e0b99f)
(This used to be commit 5e8c624c9c9775f255632717e6898d5f190ba51b)
|
|
Michael
(cherry picked from commit 98ee8c84300757d778733a458c6ca3e6022b40ea)
(This used to be commit a4f22d6e2b3fc198327deabf4a724cd476e4144c)
|
|
Michael
(cherry picked from commit 1f9ca7eed965904f67cf78fbac007432b8a057fd)
(This used to be commit a1d24f110b3edff636174e017eb56ba5b10df590)
|
|
...not only replace it when it is broken.
This moves the defintion of rep_inet_ntoa from replace.c
to inet_ntoa.c and adds configure checks for existence
of inet_ntoa(). Checks are moved to an include file of its own.
NOTE: The original rep_inet_ntoa in replace.c was wrapped
into a "#ifndef WITH_PTHREADS" but the prototype in replace.h
and the define in system/network.h were not. I removed that
ifndef since the inet_ntoa() function is usually not thread safe
anyways, since it returns a pointer to a static buffer.
So whoever calls inet_ntoa() should be aware that it is not
thread safe anyways.
Michael
(cherry picked from commit 974c0c45ad42644348e0b55454715b12158f1028)
(This used to be commit edcf2712bcdedabbfdd9ee8b9a18f46126930636)
|
|
Michael
(cherry picked from commit cca5d6626fe395f08fd4c8b2344e4e43646cb987)
(This used to be commit f69e51f56f111d9bd5db69e191f45567aacf8c3d)
|
|
metze
(cherry picked from commit 62bb177a6e4a3e1f949b78c7cd7583f2e1271739)
(This used to be commit f27d5e0cf80c49d81091a385cbfd0801b5483825)
|
|
metze
(cherry picked from commit 79037c31334e271a718fcac234148038814b591e)
(This used to be commit b141fce01dd40b25cce52852cd93f0f907c3b008)
|
|
...instead of using SOCKET_LIBS and NSL_LIBS.
metze
(cherry picked from commit cef2e8d748756f61c248ad6660e85dd1ac36308a)
(This used to be commit 7854ed24a57162fa7569d8f36633f3c156067b0b)
|
|
But keep the old ones untill the callers are fixed.
metze
(cherry picked from commit e7115dcc8a0a4f420de7a901e3a21d4f35a6fcf9)
(This used to be commit 2dee62ed12910a4d22381677bcf884dca0d999ea)
|
|
Michael
(This used to be commit af12b24c4f5e3b77d482a011b62a5a3e13be7d67)
|
|
Michael
(This used to be commit 0567f506986746173d67172cb610c10bacf0ceb9)
|
|
Michael
(This used to be commit a74f07243d80294167766dfc6bcad02a96afc079)
|
|
(introduced by pstring removal 041163551194102ca67fef52c57d87020a1d09bc)
Michael
(This used to be commit 46a021f27c60dc579c9193606997142f5cbeba9e)
|
|
I did not test with a zero length file :-)
(This used to be commit 7d7a73944c2dcf078f7bc8de65d575f32f9aa851)
|
|
(This used to be commit b59b436997fba47afd02ffb6f1194dfaef229d44)
|
|
(This used to be commit 3fc85d22590550f0539215d020e4411bf5b14363)
|
|
Michael
(This used to be commit 097af0309d7c3e9342058ba5266667293b23c80d)
|
|
The libnet_conf code to access the registry based configuration has
become more of a library used in several places in samba (e.g. loadparm)
than an abstraction of "net conf". So I move it to a location lib/smbconf/.
In the same breath, the api is fixed (not generated by make proto anymore).
Michael
(This used to be commit 5315ef41f403b96715dd68b512e9e74662e2910a)
|
|
Now the pcap support works on x86_64.
metze
(cherry picked from commit 61a87bed61ef661d98131239976be95c6a8b4d96)
(This used to be commit c22204aa85d4bb33534b6974dcfed9aad0c28cc4)
|
|
During my initial plans for, and the subsequent discussion of a more
significant change to the API for libsmbclient, I had removed the
AuthDataWithContext usage, in favor of a more generalized planned interface.
When the API returned to its original state, I neglected to reinsert this
code.
Use of an authentication function with the context can be tested using
examples/libsmbclient/testbrowse -C
Derrell
(This used to be commit 38eab68dfb2d8abe8ad00f5a86fc54c778d0d303)
|
|
This is needed to inform ctdb that it's not a persistent database, with the
O_RDONLY the tdb backend ignores this.
Merge from 491f902098d33f in 3-0-ctdb
(This used to be commit 065938ccb7bb0052746267c433637f0e05b95d85)
|
|
(This used to be commit 64b1625f8e3bca43504871747bef6631e1b18f44)
|
|
This is a merge of 2a8f8b26f08ab09c34dff82417e541d8eb1ec91c and
4e6508dfee0d872a7fa42c9e58ba565137a27b3f from 3-0-ctdb
(This used to be commit 46e50da0d550e43de3aaf0141c64f25e1c9997c2)
|
|
This is a merge from 3-0-ctdb that goes along with 1daad835, the option
nfs4:sidmap option
(This used to be commit f5e26d28be6581149bed0b599c38b82d1a44444e)
|
|
Michael
(This used to be commit 64664d25cf84e5e0f4a4876b2c38c127b310dbc5)
|
|
(This used to be commit 948ab77863b12b1b0bd1c970004b84b9bb1bb2fa)
|
|
Michael
(This used to be commit 3ea0a0beb47bf91b71d949de5abb797177721dcc)
|
|
in regdb_get_secdesc().
Michael
(This used to be commit df848d8eeeb102288a3acb9a0f8a7015e0c6ca6b)
|
|
Michael
(This used to be commit 76dad05e4ce4b4cb26557bc151359ed9d58d6317)
|
|
Michael
(This used to be commit d553b5d72569c1496bfa3de703c9bf15a9a6cb60)
|
|
Michael
(This used to be commit e4f2c856ec716697af4815491b5ae8ddb263cd51)
|