summaryrefslogtreecommitdiffstats
path: root/source4/libcli/nbt/nbtname.c
Commit message (Expand)AuthorAgeFilesLines
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-101-1/+1
* r8247: remove the free of fullname in nbtname.c for now.Andrew Tridgell2007-10-101-1/+5
* r8212: fix pushing of nbt_string's:Stefan Metzmacher2007-10-101-35/+49
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-1/+1
* r7436: As far as I see it, these are the last two "real" ones for Samba4 on A...Volker Lendecke2007-10-101-1/+1
* r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell2007-10-101-2/+10
* r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell2007-10-101-78/+128
* r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell2007-10-101-7/+25
* r5404: allow spaces in the string representation of nbt namesAndrew Tridgell2007-10-101-3/+4
* r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting...Andrew Tridgell2007-10-101-1/+1
* r5396: fixed parsing of NBT type 0xc0 compressed name pointersAndrew Tridgell2007-10-101-1/+2
* r5382: another place where we need to uppercase the called name for port 139 ...Andrew Tridgell2007-10-101-2/+4
* r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell2007-10-101-2/+2
* r5356: fixed the hex coding for nbt namesAndrew Tridgell2007-10-101-1/+1
* r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2007-10-101-0/+57
* r5328: - allow case sensitive nbt name lookupsAndrew Tridgell2007-10-101-6/+4
* r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell2007-10-101-33/+4
* r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell2007-10-101-3/+6
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-101-2/+2
* r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2007-10-101-1/+12
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-101-0/+54
* r4885: added a new NBT client library. Features include:Andrew Tridgell2007-10-101-0/+285