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