r5155: define ipv4address as a based IDL type, mapped to a "const char *" in
commit9b9c23b19be5a90821e1075a76f8b94fdb2424e2
authorAndrew Tridgell <tridge@samba.org>
Tue, 1 Feb 2005 04:12:44 +0000 (1 04:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:28 +0000 (10 13:09 -0500)
treef968db44bf97befaa4d19136e83c508cd3932b35
parentc4f115aa1b0029f716d495fa8fa3052d1a833439
r5155: define ipv4address as a based IDL type, mapped to a "const char *" in
the header, and defined on the wire as a 4 byte network byte order
IP. This means the calling code doesn't have to worry about network
byte order conversions.
(This used to be commit 72048e37179dd5b9ada0c5280d2f0d8c23d1a17d)
12 files changed:
source4/build/pidl/util.pm
source4/include/includes.h
source4/libcli/nbt/namequery.c
source4/libcli/nbt/namerefresh.c
source4/libcli/nbt/nameregister.c
source4/librpc/idl/epmapper.idl
source4/librpc/idl/misc.idl
source4/librpc/idl/nbt.idl
source4/librpc/ndr/ndr_basic.c
source4/librpc/rpc/dcerpc_util.c
source4/nbt_server/query.c
source4/torture/rpc/epmapper.c