summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winsrepl.idl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell1-36/+33
- added a new IDL type "udlongr", which is like udlong, but with the two uint32 halves reversed - modified the winsrepl.idl to cope with a wider range of packets (This used to be commit bc8d60c918f2e268d591aac464fc6a78c38a4cf9)
2007-10-10r5402: a initial attempt at a IDL definition of the WINS replication protocolAndrew Tridgell1-0/+139
on tcp port 42. This is enough to reasonably decode (with ndrdump) all the packets I have seen on the wire. It will need some fine tuning once I understand the protocol a bit more. (This used to be commit 3f90bc132139815c23c7322d3d47268d92ba00ac)