summaryrefslogtreecommitdiffstats
path: root/source4/libcli/nbt
Commit message (Expand)AuthorAgeFilesLines
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-212-52/+69
* 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-106-19/+19
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-104-5/+5
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-105-0/+5
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+2
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+2
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-1/+1
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-10/+10
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-107-21/+14
* r22749: fix memory leak of nbt_name_request structure which are used to send ...Stefan Metzmacher2007-10-101-3/+6
* r21592: compress_name() returns NULL for names longer than 15 charsStefan Metzmacher2007-10-101-0/+6
* r21316: if we got an unexpected nbt packet that most times meanStefan Metzmacher2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-4/+2
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij2007-10-101-1/+1
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-101-2/+2
* r15344: Fix shared library buildJelmer Vernooij2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-103-1/+3
* r13842: Make some more functions public.Jelmer Vernooij2007-10-101-12/+13
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-25/+25
* r12999: fix compiler warningsStefan Metzmacher2007-10-101-9/+9
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-106-57/+56
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+7
* r12020: fix memory hierachieStefan Metzmacher2007-10-101-1/+1
* r11941: fix cut'n'paste bugStefan Metzmacher2007-10-101-1/+1
* r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher2007-10-106-41/+59
* 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
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-102-34/+32
* 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-102-2/+2
* 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
* r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell2007-10-101-1/+2
* r7436: As far as I see it, these are the last two "real" ones for Samba4 on A...Volker Lendecke2007-10-101-1/+1
* r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-101-3/+8
* r6692: used idr_get_new_random() in the nbt client libraryAndrew Tridgell2007-10-101-13/+4
* 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