summaryrefslogtreecommitdiff
path: root/source/libcli/nbt
Commit message (Expand)AuthorAgeFilesLines
* pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam2008-06-271-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Add working Python bindings for NBT.Jelmer Vernooij2008-06-111-0/+408
* Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-261-0/+21
* fix an extrasemi compile warningBjörn Jacke2008-04-221-1/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-5/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-027-20/+97
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-212-4/+7
* 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-012-2/+2
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-012-4/+8
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1
* r26408: Remove use of global_loadparm.Jelmer Vernooij2007-12-215-7/+15
* r26385: Integrate gensec-socket into gensec.Jelmer Vernooij2007-12-211-2/+2
* r26381: Move global_loadparm higher up the call stack.Jelmer Vernooij2007-12-212-1/+5
* r26380: Specify port number higher up the call stack.Jelmer Vernooij2007-12-212-2/+5
* r26377: Specify port explicitly.Jelmer Vernooij2007-12-212-1/+2
* r26309: Move specification of port higher up the all stack.Jelmer Vernooij2007-12-212-1/+2
* 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