summaryrefslogtreecommitdiffstats
path: root/source4/libcli/wins
Commit message (Collapse)AuthorAgeFilesLines
* r6933: Add a couple of helper functions for creating nbt names.Tim Potter2007-10-101-3/+1
| | | | (This used to be commit b896daf11c3efb1b3ca939575da9dab82b395777)
* r6930: Use NBT_NAME_CLIENT instead of the number 0.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit e6b53ce177d7fea7440656a7bba3dd96fb82e9f3)
* r5451: - added separate wrepl_associate(), wrepl_pull_table() and ↵Andrew Tridgell2007-10-102-0/+313
| | | | | | | | | wrepl_pull_names() functions, with reasonable parameters, so callers don't need to deal directly with wins replication packet structures - converted the NBT-WINSREPLICATION torture test to use the new APIs (This used to be commit cec1672662b7e5b1bdf843e9dee317aa4b03f719)
* r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2007-10-102-0/+505
- 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)