r9461: Couple of very small fixes.
[samba.git] / source / nbt_server /
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr9011: Remove more references to "name" as a netbios...
2007-10-10 Andrew Tridgellr8734: fixed the wins server for the new ldb DN restric...
2007-10-10 Andrew Tridgellr8588: register wins server with irpc
2007-10-10 Andrew Tridgellr8285: generate some real stats in the nbt server for...
2007-10-10 Andrew Tridgellr8272: added the hooks for adding a name to a messaging...
2007-10-10 Stefan Metzmacherr7955: we should not free a struct which is passed...
2007-10-10 Andrew Tridgellr7911: task_terminate() is defined in the macosx header...
2007-10-10 Andrew Bartlettr7378: Lowercase netbios name when forming the DNS...
2007-10-10 Andrew Tridgellr7321: add nbtd statistics serving over irpc
2007-10-10 Stefan Metzmacherr6904: use "krb5:kdc=yes" in your smb.conf when you...
2007-10-10 Simo Sorcer6768: Fix wrong comment
2007-10-10 Andrew Tridgellr6750: some minor tweaks to the cldapd server
2007-10-10 Andrew Tridgellr6618: only print the netlogon packets we receive if...
2007-10-10 Andrew Tridgellr6339: set the NBT_SERVER_LDAP and NBT_SERVER_KDC bits...
2007-10-10 Andrew Tridgellr6338: ADS style GETDC response now works well enough...
2007-10-10 Andrew Tridgellr6323: added server side support for dgram NTLOGON...
2007-10-10 Andrew Tridgellr6321: added IDL and test suite for NBT dgram 'sam...
2007-10-10 Andrew Tridgellr6320: some minor netlogon datagram fixes - NT4 can...
2007-10-10 Andrew Tridgellr6288: the nbt dgram server now responds to GETDC reque...
2007-10-10 Andrew Tridgellr6247: added the server side code for receiving mailslo...
2007-10-10 Andrew Tridgellr6184: the beginnings of the libcli/dgram/ library...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5454: moved the WINS server code into its own directory
2007-10-10 Andrew Tridgellr5418: - added version numbers to WINS database records...
2007-10-10 Andrew Tridgellr5411: make network interface selection a bit saner
2007-10-10 Andrew Tridgellr5408: - added testing for the behaviour of the special...
2007-10-10 Andrew Tridgellr5397: added testing and server support for the special...
2007-10-10 Andrew Tridgellr5392: added "secure" WINS server processing. Send...
2007-10-10 Andrew Tridgellr5387: - added automatic WINS server record expiry
2007-10-10 Andrew Tridgellr5375: use a real DN in the WINS database. We now pass...
2007-10-10 Andrew Tridgellr5358: - added initial WINS server code. It passes...
2007-10-10 Andrew Tridgellr5352: added a function nbt_name_string() that formats...
2007-10-10 Andrew Tridgellr5346: - a bit more preparation for the WINS server...
2007-10-10 Andrew Tridgellr5329: made the nbt server case sensitive
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5294: - added a separate NBT-WINS test for WINS operat...
2007-10-10 Andrew Tridgellr5276: - added support for NBT_OPCODE_REFRESH2 (type...
2007-10-10 Andrew Tridgellr5260: - show an error message on nmblookup failure
2007-10-10 Andrew Tridgellr5259: make sure we give the ip of the interface that...
2007-10-10 Andrew Tridgellr5251: - renamed the nbtd server side structures to...
2007-10-10 Andrew Tridgellr5222: made the nbtd_self_packet() code more efficient
2007-10-10 Andrew Tridgellr5216: don't defend group names against incoming name...
2007-10-10 Andrew Tridgellr5215: register aliases as both client and server node...
2007-10-10 Andrew Tridgellr5214: added support for "netbios aliases" in smb.conf
2007-10-10 Andrew Tridgellr5213: do our name broadcast refresh requests as regist...
2007-10-10 Andrew Tridgellr5212: added checking for receiving our own packets...
2007-10-10 Andrew Tridgellr5211: added broadcast name defense against both regist...
2007-10-10 Andrew Tridgellr5210: changed server side nbt functions to be prefixed...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5196: fixed sily bug (that metze found)
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5172: actually bind to the right address for the wildc...
2007-10-10 Andrew Tridgellr5171: added support for "bind interfaces only" in...
2007-10-10 Andrew Tridgellr5155: define ipv4address as a based IDL type, mapped...
2007-10-10 Stefan Metzmacherr5147: remove unused var
2007-10-10 Stefan Metzmacherr5145: define struct ipv4_addr in misc.idl,
2007-10-10 Andrew Tridgellr5126: the composite code is no longer client specific...
2007-10-10 Andrew Tridgellr5121: added periodic name refresh requests for all...
2007-10-10 Andrew Tridgellr5118: added support for node status replies in nbtd...
2007-10-10 Andrew Tridgellr5117: used a composite function to add 4 stage name...
2007-10-10 Andrew Tridgellr5114: the nbtd task can now act as a basic B-node...
2007-10-10 Andrew Tridgellr5109: - fixed handling of zero-length subcontexts...
2007-10-10 Andrew Tridgellr5108: the beginnings of a nbtd server for Samba4....