summaryrefslogtreecommitdiff
path: root/source4/nbt_server/register.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2011-08-14s4:misc: remove last usage of legacy event_ fn namesSimo Sorce1-1/+1
2010-10-18libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_reqStefan Metzmacher1-6/+7
2010-10-18s4:nbt_server/register: add a nbtd_register_name_stateStefan Metzmacher1-21/+36
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-13/+13
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-23s4-nbt: use private_data instead of private.Günther Deschner1-2/+2
2007-12-21r26408: Remove use of global_loadparm.Jelmer Vernooij1-0/+1
2007-12-21r26381: Move global_loadparm higher up the call stack.Jelmer Vernooij1-0/+1
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-11/+11
2007-10-10r25546: Convert to standard bool type.Jelmer Vernooij1-3/+3
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-2/+2
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-10/+10
2007-10-10r25363: Move service code to separate module.Jelmer Vernooij1-4/+3
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-2/+2
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett1-9/+9
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r13006: always debug the unicast and broadcast addressStefan Metzmacher1-11/+12
2007-10-10r12607: fix the buildStefan Metzmacher1-0/+1
2007-10-10r11329: the 0x1C must be registered as group nameStefan Metzmacher1-2/+2
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-11/+10
2007-10-10r8285: generate some real stats in the nbt server for the irpc client code to...Andrew Tridgell1-0/+4
2007-10-10r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell1-0/+12
2007-10-10r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell1-10/+16
2007-10-10r5329: made the nbt server case sensitiveAndrew Tridgell1-1/+1
2007-10-10r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell1-3/+5
2007-10-10r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell1-15/+28
2007-10-10r5215: register aliases as both client and server node types, so nmblookup ca...Andrew Tridgell1-0/+1
2007-10-10r5214: added support for "netbios aliases" in smb.confAndrew Tridgell1-1/+8
2007-10-10r5213: do our name broadcast refresh requests as register packets not refreshAndrew Tridgell1-4/+9
2007-10-10r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell1-24/+25
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-8/+6
2007-10-10r5171: added support for "bind interfaces only" in nbtd. The solution was toAndrew Tridgell1-1/+4
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-2/+2
2007-10-10r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell1-0/+82
2007-10-10r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell1-5/+9
2007-10-10r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell1-20/+11
2007-10-10r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell1-0/+161