Displaying 4 results from an estimated 4 matches for "tsocket_address_inet_addr_str".
2015 Nov 27
2
nitwit's attempt to edit samba source
Hi Viktor!
Thanks for your try at this, I am already doing what you suggest: the
iptables - timestaps. But that is rather troublesome, and I would very
much samba to log this vital info.
Anyway, I tried what you suggested, and now it stopped compiling. :-)
Does this error perhaps tell you something, or are you just as clueless
as I am now:
> [1955/4033] Compiling source4/auth/ntlm/auth.c
2015 Nov 29
0
nitwit's attempt to edit samba source
...o directly access
this kind of information and there'll usually be some function that
looks helpful. In the tsocket guide that he's posted, there seems to be
a function that you want, which takes your remote_host and converts it
to what looks to be a proper (ipv4 or ipv6) string.
char *tsocket_address_inet_addr_string(const struct tsocket_address
*addr, TALLOC_CTX *mem_ctx);
Give it a go. There might be a few other functions you might find useful
in there.
Cheers,
Garming
On 28/11/15 04:12, mourik jan heupink wrote:
> Hi Viktor!
>
> Thanks for your try at this, I am already doing what you sugg...
2009 Mar 19
1
Updated sources and clean build gives linker error in cldapd.o
...`cldap_socket_init'
cldap_server.c:(.text+0x448): undefined reference to `tsocket_address_string'
cldap_server.c:(.text+0x496): undefined reference to
`cldap_set_incoming_handler'
bin/mergedobj/cldapd.o: In function `cldapd_netlogon_request':
(.text+0x1ccb): undefined reference to `tsocket_address_inet_addr_string'
bin/mergedobj/cldapd.o: In function `cldapd_netlogon_request':
(.text+0x1d74): undefined reference to `cldap_netlogon_reply'
bin/mergedobj/cldapd.o: In function `cldapd_netlogon_request':
(.text+0x1df8): undefined reference to `cldap_empty_reply'
bin/mergedobj/cldapd.o: In f...
2014 Mar 15
1
Upgrading from 4.1.4 to 4.1.6 on FreeBSD 9.2
...ibsamba-util.so: undefined reference to `rep_memalign at SAMBA_4.1.4'
/usr/local/lib/libgensec.so: undefined reference to `spnego_read_data at SAMBA_4.1.4'
/usr/local/lib/libgensec.so: undefined reference to `msrpc_gen at SAMBA_4.1.4'
/usr/local/lib/libgensec.so: undefined reference to `tsocket_address_inet_addr_string at SAMBA_4.1.4'
/usr/local/lib/libndr-standard.so: undefined reference to `ndr_push_security_descriptor_revision at SAMBA_4.1.4'
/usr/local/lib/libndr-standard.so: undefined reference to `ndr_push_security_descriptor_type at SAMBA_4.1.4'
/usr/local/lib/libsamdb.so: undefined referenc...