idl: switched to using the WSPP names for the 'neighbour' DRS options
commitf461a72ec3aa990c357b754b5311add4bba48485
authorAndrew Tridgell <tridge@samba.org>
Sun, 17 Jan 2010 10:59:56 +0000 (17 21:59 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sun, 17 Jan 2010 20:25:18 +0000 (18 07:25 +1100)
tree5e0a9fb68e12bb54e3285e7a968d1f4d2c012b31
parentaa362e8e68b317fcc4fecbe44f62750e8cee6d32
idl: switched to using the WSPP names for the 'neighbour' DRS options

The documentation shows that all these functions in fact use the same
flags variable type. To be consistent between functions, and to allow
easy reference to the WSPP docs, it is better for us to also use this
generic DrsOptions bitfield rather than one per operations.
15 files changed:
librpc/gen_ndr/drsuapi.h
librpc/gen_ndr/ndr_drsblobs.c
librpc/gen_ndr/ndr_drsuapi.c
librpc/gen_ndr/ndr_drsuapi.h
librpc/idl/drsblobs.idl
librpc/idl/drsuapi.idl
source3/libnet/libnet_dssync.c
source3/rpcclient/cmd_drsuapi.c
source4/dsdb/kcc/kcc_periodic.c
source4/libnet/libnet_become_dc.c
source4/libnet/libnet_vampire.c
source4/rpc_server/drsuapi/getncchanges.c
source4/torture/libnet/libnet_BecomeDC.c
source4/torture/rpc/drsuapi.c
source4/torture/rpc/dssync.c