Age | Commit message (Collapse) | Author | Files | Lines |
|
Michael
(This used to be commit a857f643d1558c0fdab4b647695d75223b730b96)
|
|
Michael
(This used to be commit f2d605006cd1187f70a044c3356d436e91093d5f)
|
|
Michael
(This used to be commit d44c2ef0b7d7bddb4115b596872748132ebd6ddc)
|
|
Michael
(This used to be commit 26208d3e96a1e257628366709a1d71ac36f0788b)
|
|
Michael
(This used to be commit 5dac66c82af8c87df723092a9309304846684418)
|
|
(This used to be commit 103a37ac8e85e9a7b8c2f4eb33e6f1cdbe01d31c)
|
|
This leaves most of the api functions mere wrappers except for some
common initial checks.
Michael
(This used to be commit 9448a7a298e9ed035aa6b86df18f2d41081731cc)
|
|
Michael
(This used to be commit aeaf66c064de58c6f19d5a9d226843dedb552011)
|
|
Michael
(This used to be commit a99ee5e536eee1563c90e5d7f251bfe9f5d1ffbb)
|
|
..for consistency. Exception: the open/init function, where the smbconf_ctx
is created from the given talloc context.
Michael
(This used to be commit 304dba6cb2184437f3edad065a530d03fb704036)
|
|
Michael
(This used to be commit 7460697ea42764f5f658a4f7f70872a56aeb160d)
|
|
The former seqnum is hidden inside a struct smbconf_csn.
And the get_seqnum is united with a changed function that
stores the seqnum inside the given csn.
Michael
(This used to be commit 5b6b90900a1a3eab24cb5612d78f9678a363cf73)
|
|
Michael
(This used to be commit e6b60f6cad32ce8bb78abb070889dde3eca2d268)
|
|
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)
|
|
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)
|
|
I did not test with a zero length file :-)
(This used to be commit 7d7a73944c2dcf078f7bc8de65d575f32f9aa851)
|
|
(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)
|
|
This is a merge of 2a8f8b26f08ab09c34dff82417e541d8eb1ec91c and
4e6508dfee0d872a7fa42c9e58ba565137a27b3f from 3-0-ctdb
(This used to be commit 46e50da0d550e43de3aaf0141c64f25e1c9997c2)
|
|
Jeremy, please push it if you like it and mark the bug as fixed on the Coverity
site.
Thanks,
Volker
(This used to be commit 2fd25423700cb60f20a8b8d6613279cb06fb518d)
|
|
(This used to be commit 471b1b0c58bc2def5d2fe9d98401def34724d447)
|
|
Some S3 code depends on this.
(This used to be commit dc3d5e16452bf30055638ba3cfe99097fb557156)
|
|
This corrects the earlier fix of the standalone build, by setting
LIBS to the desired value only in configure.ac but not in getifaddrs.m4.
Not that this changes the standalone build in that it adds these libs
undconditionally and not only if they are needed by the getifaddrs
replacement functions.
Michael
(cherry picked from commit ff3af1703ddc9e5383f32156bc5be8351f795e76)
(This used to be commit 2546da817f666914c1c220ec1fedc19aa41b25ad)
|
|
This is needed, otherwise $libreplacedir/system/network.h does not
find $libreplacedir/getaddrinfo.h on some systems (solaris, e.g.).
Michael
(cherry picked from commit 297c3bece094ddb5f268b02e61e33f512ccfe6f5)
(This used to be commit ddd564e8bf2b115aa5dbcbebd4be30b749ad8752)
|
|
inet_aton() is even needed inside libreplace, in the implementation
of rep_getaddrinfo().
Michael
(cherry picked from commit bcb2f3a880f8da8f9bedb7a8e61d7d7b533f1919)
(This used to be commit 83baff78ce752a9129554a456cc24d043d419cd1)
|
|
This is for instance important to allow includes with %I to setup
individual logging (e.g.) for certain clients.
Michael
(This used to be commit 8dad80b4719691d66827ed46bebb963c0f8ba568)
|
|
On some systems (linux e.g.), when listening on ipv6 and ipv4,
addresses of ipv4 clients are printed as mapped ipv4 addresses
by getnameinfo (e.g. ::ffff:127.0.0.1). This re-establishes
the original behaviour of %I to expand to the plain ipv4 address
for an ipv4 client.
Michael
(This used to be commit 0abc8863f87fe5d2473492797c010784cb086008)
|
|
Another preparation to convert secrets.c to dbwrap: The dbwrap API does not
provide a sane tdb_lock_with_timeout abstraction. In the clustered case the DC
mutex is needed per-node anyway, so it is perfectly fine to use a local mutex
only.
(This used to be commit f94a63cd8f94490780ad9331da229c0bcb2ca5d6)
|
|
(This used to be commit e66e502bee65fe44944d325ebeeaa3bf56169eb8)
|
|
Only filled in for tdb so far, for rbt it's pointless, and ctdb itself needs to
be extended
(This used to be commit 0a55e018dd68af06d84332d54148bbfb0b510b22)
|
|
(This used to be commit 4ee21a98bc3d1c41a6d8868e98118c58372b2d1a)
|
|
The gen_ndr needs proper fixing still.
Guenther
(This used to be commit 966d7244d7765d285a7026b97e6093fd1f8d83ce)
|
|
the list item is not. Try and match the IPv4 part of
address only. This will happen a lot on IPv6 enabled
systems with IPv4 allow/deny lists in smb.conf.
Bug #5311.
Jeremy.
(This used to be commit 7c3550f82c51ce173b13e568762f728ecb881e85)
|
|
(This used to be commit 9f8b2a87ee8bba930b776dcfda608a5639f6d55a)
|
|
Guenther
(This used to be commit be673bfc61559f661040c6fb1ba7d2e4552967f2)
|
|
Guenther
(This used to be commit 1bbbebb7767b8a25532e8be3dbd274c211e34bbd)
|
|
Guenther
(This used to be commit 29fca3c0353f2be4577613d7e38fbc51d2a370fa)
|
|
Guenther
(This used to be commit 5911529205ca69c438e0782c07ee4fe5aa95de62)
|
|
This reverts commit ae254cb61f4b9331755848c47ebc34e90dd80390.
(This used to be commit 030bef7f22f7a73466204b7860f397dbca9f2ab0)
|
|
Guenther
(This used to be commit 2f1bc7ddad97b9137ae4cce696bf4e08f9b7ca20)
|