summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins/winsclient.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r17792: io.out.winsserver is a const char *,Stefan Metzmacher1-2/+10
and iname->winserver = talloc_steal(iname, io.out.winsserver) generated a warning, so I changed iname->winsserver to also be a const char *. then a talloc_free(iname->winsserver) would generate a warning, but we can steal it into the tmp_ctx without a warning and that gets free'ed a few lines later. metze (This used to be commit fdef17f81e5fc48cca3dd7611d6d5007147473b1)
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
2007-10-10r13005: - use nbtd:max_refresh_time=12345 also for name refresh with a wins ↵Stefan Metzmacher1-10/+18
server metze (This used to be commit 5e3639edaf551068466caaf48faa9b2bbfed1041)
2007-10-10r12607: fix the buildStefan Metzmacher1-0/+1
metze (This used to be commit 5cc955bf5400a415e462853cff47a69ef206a548)
2007-10-10r12440: fix crash bugsStefan Metzmacher1-0/+9
metze (This used to be commit c7049f8bb60d075921e1ac4d04bf1a216cd0a5f2)
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-11/+10
stuff. - don't use SMBCLI_REQUEST_* state's in the genreic composite stuff - move monitor_fn to libnet. NOTE: I have maybe found some bugs, in code that is dirrectly in DONE or ERROR state in the _send() function. I haven't fixed this bugs in this commit! We may need some composite_trigger_*() functions or so. And maybe some other generic helper functions... metze (This used to be commit 4527815a0a9b96e460f301cb1f0c0b3964c166fc)
2007-10-10r5454: moved the WINS server code into its own directoryAndrew Tridgell1-0/+231
(This used to be commit 0bb997127fe6c49361d9f1eaeda5d9321601a52a)