summaryrefslogtreecommitdiffstats
path: root/source4/libcli/nbt/nbtname.c
Commit message (Expand)AuthorAgeFilesLines
* s4-nbt: move libcli/nbt up one level.Günther Deschner2008-09-231-648/+0
* s4-nbt: merge some fixes from samba3 nbt helper.Günther Deschner2008-09-231-21/+21
* s4-nbt: remove unrequired include.Günther Deschner2008-09-231-1/+0
* Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-261-0/+21
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+1
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+2
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-2/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-40/+55
* r25822: use NDR_CHECK()Stefan Metzmacher2007-12-211-6/+2
* r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS di...Stefan Metzmacher2007-12-211-15/+32
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-1/+1
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-1/+1
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21592: compress_name() returns NULL for names longer than 15 charsStefan Metzmacher2007-10-101-0/+6
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-25/+25
* r12999: fix compiler warningsStefan Metzmacher2007-10-101-9/+9
* r10848: Fix warningJelmer Vernooij2007-10-101-1/+1
* r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca...Stefan Metzmacher2007-10-101-14/+21
* r10608: - fix hierachical memory handling in ndr_pull_nbt_nameStefan Metzmacher2007-10-101-8/+118
* 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