summaryrefslogtreecommitdiffstats
path: root/source4/libcli/nbt/nameregister.c
Commit message (Expand)AuthorAgeFilesLines
* s4-nbt: move libcli/nbt up one level.Günther Deschner2008-09-231-442/+0
* s4-nbt: use private_data instead of private.Günther Deschner2008-09-231-7/+7
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-7/+8
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1
* r26408: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-3/+5
* r26381: Move global_loadparm higher up the call stack.Jelmer Vernooij2007-12-211-1/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-9/+9
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-5/+7
* r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher2007-10-101-3/+6
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-22/+21
* r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2007-10-101-3/+2
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-101-1/+0
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-101-1/+168
* r5250: - added low level support for retrying nbt name queries, rather thanAndrew Tridgell2007-10-101-12/+10
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-101-10/+5
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-101-2/+2
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-7/+7
* r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell2007-10-101-2/+1
* r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell2007-10-101-0/+134
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-101-0/+140