Age | Commit message (Collapse) | Author | Files | Lines |
|
metze
(This used to be commit 91b49365abed6f67e2b3c18b0090b4e6ff1df935)
|
|
Some S3 code depends on this.
(cherry picked from commit dc3d5e16452bf30055638ba3cfe99097fb557156)
(This used to be commit 842d144b4fb0981250157f72956e732709663107)
|
|
Now the pcap support works on x86_64.
metze
(This used to be commit 61a87bed61ef661d98131239976be95c6a8b4d96)
|
|
metze
(This used to be commit f555b8e4c35f69fdc1fb34427d882580eecad284)
|
|
metze
(This used to be commit 08b41e10699c7bb8058ab0ab61f17a1bbfcc1ce4)
|
|
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
(This used to be commit ff3af1703ddc9e5383f32156bc5be8351f795e76)
|
|
This is needed, otherwise $libreplacedir/system/network.h does not
find $libreplacedir/getaddrinfo.h on some systems (solaris, e.g.).
Michael
(This used to be commit 297c3bece094ddb5f268b02e61e33f512ccfe6f5)
|
|
inet_aton() is even needed inside libreplace, in the implementation
of rep_getaddrinfo().
Michael
(This used to be commit bcb2f3a880f8da8f9bedb7a8e61d7d7b533f1919)
|
|
metze
(This used to be commit 4b071236867ca5c2c0451ad3acc8a9debb0549e4)
|
|
This change ensures we give an immidiate error if the DN won't parse.
Also clean up strcmp use to be more standard.
Andrew Bartlett
(This used to be commit 1b15f374a89b99f3c43d9c2ce06dde9c67383e66)
|
|
(This used to be commit e384aac5c8156c7f056c70b1caab0778f8fc52b6)
|
|
(This used to be commit be47cc7fdfa3cae0508e564f38b793aa27b6eb92)
|
|
(This used to be commit eb9a7c3b3a7f113ff58e2ebea9886f997da4e085)
|
|
We don't just want to return just strerror(ret) when things go wrong.
Andrew Bartlett
(This used to be commit 7f0341dd589150ab01563957460cdcf42515cadc)
|
|
(This used to be commit f98b59021a5ea39c7970ebc5520d17775e500b8c)
|
|
(This used to be commit 5972308add8b1078e190beab204c1ba4b3a25747)
|
|
bindings
(This used to be commit 2303063cbd2e65580618124ef8ecf42867d2b952)
|
|
(This used to be commit a7f89b5bb28601597a4a0f75ec2b97bac02370d9)
|
|
(This used to be commit 2f7ff409e89c9682e681ddcf54439db9e3b6ccb4)
|
|
Never install generated prototype files. It's easier to break the
API when using them and they're not easily readable for 3rd party users.
Conflicts:
source/auth/config.mk
source/auth/credentials/config.mk
source/auth/gensec/config.mk
source/build/smb_build/config_mk.pm
source/build/smb_build/main.pl
source/build/smb_build/makefile.pm
source/dsdb/config.mk
source/lib/charset/config.mk
source/lib/tdr/config.mk
source/lib/util/config.mk
source/libcli/config.mk
source/libcli/ldap/config.mk
source/librpc/config.mk
source/param/config.mk
source/rpc_server/config.mk
source/torture/config.mk
(This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
|
|
(This used to be commit 36da52abf5be79e37bd495ec4265e01b27aa9da5)
|
|
(This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673)
|
|
Michael
(This used to be commit 0aff54a12e20d5e91fcdec7aaec103fb9a371a23)
|
|
Michael
(This used to be commit 54cc0df4dbf6d63a9b94e1ac6af4ec7f7803bc30)
|
|
Michael
(This used to be commit 0cbb87453beb52c6b0bc3a48791f49678f4030c5)
|
|
Michael
(This used to be commit 523626908d25f974fd1ae6d7306b1d4bc8414162)
|
|
Michael
(This used to be commit f8243cfc47c7414bab7f249d0e5d1c85e8ca7d64)
|
|
Michael
(This used to be commit 29818a07de826fd687003ff25865d77939ecaa9a)
|
|
(This used to be commit 9499f8eea534cf93f96af17941e9195aadc0a756)
|
|
Don't fail when there is no address assigned to the interface.
Put NULL into the ifaddrs structure instead.
Michael
(This used to be commit ee170c85e0e76411bd752de5fe51db6940dab929)
|
|
Michael
(This used to be commit a2a506ff0eae2a64ebe2ddbb81a6c2a5fa7fe3da)
|
|
Michael
(This used to be commit 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce)
|
|
(This used to be commit 6cbb241c05539cc62526a366094c9c472e6422a5)
|
|
(This used to be commit fe1d3e69990a71d7639ac8718f6ca51de4d7e6d2)
|
|
(This used to be commit ba864cfd7ce4b69179431131cac9661cbf48bf32)
|
|
Return the correct error when the DN is mismatched with it's RDN
attribute (now matches AD).
Andrew Bartlett
(This used to be commit bf7166e785e5c5d52dbb0c12e5e4206d74e72f4e)
|
|
(This used to be commit d96fcc52a70fd1236b767b1d88a39d78c4e8c48c)
|
|
Michael
(This used to be commit ff311e613226e660998824b887cb9595ffbe0275)
|
|
(This used to be commit 5e905804993df4c2ac28090d056e6db6bb63ac44)
|
|
When deleting a registry key that contains subkeys or values, Windows performs a
recursive deletion that removes any subkeys or values. This update makes
deletes for an regf-backed registry consistent with Windows.
The regf-backed registry does not have transactional integrity when performing
multiple operations. Therefore, if an error occurs during the recursive
deletion, the regf-backed registry may be left in an inconsistent state.
(This used to be commit b0321bad290d1a9399b4aba140a622e3af6d7575)
|
|
When deleting a registry key that contains subkeys or values, Windows performs a
recursive deletion that removes any subkeys or values. This update makes
deletes for an dir-backed registry consistent with Windows.
The dir-backed registry relies on the underlying filesystem, which does not
generally have transactional integrity when performing multiple operations.
Therefore, if an error occurs during the recursive deletion, the dir-backed
registry may be left in an inconsistent state.
(This used to be commit 6b5fbf7e4e38342bcd80e63f46cd295f89ab1ee9)
|
|
When deleting a registry key that contains subkeys or values, Windows performs a
recursive deletion that removes any subkeys or values. This update makes
deletes for an ldb-backed registry consistent with Windows.
Under ldb, the deletion is done using an explicit transaction. If an error
occurs during the deletion the entire transaction is cancelled, leaving the
registry as it was before the deletions started.
(This used to be commit ca796c8fb10598674a5eef31d15863e79bcf3db8)
|
|
The libs needed for getifaddrs replacements have to be added
to LIBS and used for the testsuite target.
Michael
(This used to be commit e7c1d6513b945b205abe84b18a251d06e737e659)
|
|
getifaddr tests include system/network.h, which does not
find getaddrinfo.h without "-I.".
Michael
(This used to be commit cd95c702ed90128f659e27709c61d4c6abc969ef)
|
|
Provide dummy replacements when a function isnt found.
The functions are also searched for in certain libraries,
and variables SOCKET_LIBS and NSL_LIBS are set accordingly.
One purpose of this is to fix the getifaddrs tests on
systems where e.g. the socket calls require special libs
for linking.
Michael
(This used to be commit 900d17acb95f1becfc46656a12c107336c027ef7)
|
|
Michael
(This used to be commit 8a26a6e8f11aca5119b15e304213548ad608dc5b)
|
|
(This used to be commit 8cb07814bc6627fc8eba228eafd13336e3ca3758)
|
|
(This used to be commit a16c9a2129ce92e7e1a613b2badd168e42ead436)
|
|
Michael
(cherry picked from commit 85eec1d1d6b674294c50eb912fbe7d5a1dd42909)
(This used to be commit a83db886e50b6ceeb71d93bf86fb5e0964b8d45f)
|
|
Michael
(This used to be commit 0440bcfe6359ca4842f473b1ca799cad9f1c6c96)
|