summaryrefslogtreecommitdiff
path: root/source4/libcli/nbt/nbtname.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-23s4-nbt: move libcli/nbt up one level.Günther Deschner1-648/+0
2008-09-23s4-nbt: merge some fixes from samba3 nbt helper.Günther Deschner1-21/+21
2008-09-23s4-nbt: remove unrequired include.Günther Deschner1-1/+0
2008-05-26Remove evil hack which breaks Python bindings.Jelmer Vernooij1-0/+21
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-2/+2
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-2/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-40/+55
2007-12-21r25822: use NDR_CHECK()Stefan Metzmacher1-6/+2
2007-12-21r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS di...Stefan Metzmacher1-15/+32
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-1/+1
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21592: compress_name() returns NULL for names longer than 15 charsStefan Metzmacher1-0/+6
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+1
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-25/+25
2007-10-10r12999: fix compiler warningsStefan Metzmacher1-9/+9
2007-10-10r10848: Fix warningJelmer Vernooij1-1/+1
2007-10-10r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca...Stefan Metzmacher1-14/+21
2007-10-10r10608: - fix hierachical memory handling in ndr_pull_nbt_nameStefan Metzmacher1-8/+118
2007-10-10r8811: Fix the build..Jelmer Vernooij1-0/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand1-1/+1
2007-10-10r8247: remove the free of fullname in nbtname.c for now.Andrew Tridgell1-1/+5
2007-10-10r8212: fix pushing of nbt_string's:Stefan Metzmacher1-35/+49
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell1-1/+1
2007-10-10r7436: As far as I see it, these are the last two "real" ones for Samba4 on A...Volker Lendecke1-1/+1
2007-10-10r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell1-2/+10
2007-10-10r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell1-78/+128
2007-10-10r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell1-7/+25
2007-10-10r5404: allow spaces in the string representation of nbt namesAndrew Tridgell1-3/+4
2007-10-10r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting...Andrew Tridgell1-1/+1
2007-10-10r5396: fixed parsing of NBT type 0xc0 compressed name pointersAndrew Tridgell1-1/+2
2007-10-10r5382: another place where we need to uppercase the called name for port 139 ...Andrew Tridgell1-2/+4
2007-10-10r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell1-2/+2
2007-10-10r5356: fixed the hex coding for nbt namesAndrew Tridgell1-1/+1
2007-10-10r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell1-0/+57
2007-10-10r5328: - allow case sensitive nbt name lookupsAndrew Tridgell1-6/+4
2007-10-10r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell1-33/+4
2007-10-10r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell1-3/+6
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij1-2/+2
2007-10-10r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell1-1/+12
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell1-0/+54
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell1-0/+285