r6764: added support for DomainGuid, DomainSid, AAC, and User attributes in
[samba.git] / source / libcli / nbt /
2007-10-10 Andrew Tridgellr6692: used idr_get_new_random() in the nbt client...
2007-10-10 Andrew Tridgellr6338: ADS style GETDC response now works well enough...
2007-10-10 Andrew Tridgellr6331: added IDL and test suite for the ADS style respo...
2007-10-10 Andrew Tridgellr5405: try to use NBT name pointers when a netbios...
2007-10-10 Andrew Tridgellr5404: allow spaces in the string representation of...
2007-10-10 Andrew Tridgellr5398: fixed encoding of *SMBSERVER name (thanks to...
2007-10-10 Andrew Tridgellr5396: fixed parsing of NBT type 0xc0 compressed name...
2007-10-10 Andrew Tridgellr5392: added "secure" WINS server processing. Send...
2007-10-10 Andrew Tridgellr5391: cope with w2k3 getting the timeout wrong in...
2007-10-10 Andrew Tridgellr5382: another place where we need to uppercase the...
2007-10-10 Andrew Tridgellr5358: - added initial WINS server code. It passes...
2007-10-10 Andrew Tridgellr5356: fixed the hex coding for nbt names
2007-10-10 Andrew Tridgellr5352: added a function nbt_name_string() that formats...
2007-10-10 Andrew Tridgellr5328: - allow case sensitive nbt name lookups
2007-10-10 Andrew Tridgellr5326: removed the charset conversion from the nbtname...
2007-10-10 Andrew Tridgellr5325: - expanded the NBT-WINS test to include scopes
2007-10-10 Andrew Tridgellr5322: removed a whole bunch of #include lines that...
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 Jelmer Vernooijr5286: Some first steps in making the pidl code somewha...
2007-10-10 Andrew Tridgellr5275: - added support for NBT_OPCODE_MULTI_HOME_REG...
2007-10-10 Andrew Tridgellr5261: translate nbt rcode errors to NTSTATUS codes
2007-10-10 Andrew Tridgellr5260: - show an error message on nmblookup failure
2007-10-10 Andrew Tridgellr5250: - added low level support for retrying nbt name...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5155: define ipv4address as a based IDL type, mapped...
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 Tridgellr5120: encode outgoing nbt packets when queueing them...
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 Tridgellr5108: the beginnings of a nbtd server for Samba4....
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
2007-10-10 Andrew Tridgellr4927: parse the NBT session request in the smb server...
2007-10-10 Andrew Tridgellr4915: free temp context _before_ the async callback...
2007-10-10 Andrew Tridgellr4909: fixed name_trn_id generation (thanks to metze...
2007-10-10 Andrew Tridgellr4901: a bit more info on nbt packets under high debug...
2007-10-10 Andrew Tridgellr4898: - removed the unused wins_srv_*() code
2007-10-10 Andrew Tridgellr4891: - added a generic resolve_name() async interfac...
2007-10-10 Andrew Tridgellr4885: added a new NBT client library. Features include: