summaryrefslogtreecommitdiffstats
path: root/source/librpc
Commit message (Expand)AuthorAgeFilesLines
* r17085: reuse the existing sec_desc_buf structStefan Metzmacher2006-07-171-7/+3
* r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke2006-07-171-1/+1
* r16996: use the correct types, merge from samba3Stefan Metzmacher2006-07-121-3/+3
* r16838: Allow compilation by midl. Patch by andrzej.hajda@wp.plJelmer Vernooij2006-07-061-9/+13
* r16796: Fill in dsr_GetMemberships() / dsr_GetMemberships2().Günther Deschner2006-07-041-3/+74
* r16773: Fix one more RPC-SAMR test (an alias level), and make it clear thatAndrew Bartlett2006-07-031-8/+8
* r16691: we should only look at rdata.data.length when we're in ndr_push modeStefan Metzmacher2006-06-291-1/+3
* r16690: - fix bug 3896Stefan Metzmacher2006-06-291-1/+11
* r16523: pass spoolss_XcvData calls to the ntptr backends...Stefan Metzmacher2006-06-261-1/+10
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2006-06-081-1/+1
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2006-05-241-4/+2
* r15812: Explicitly cast to unsigned int.Jelmer Vernooij2006-05-221-3/+3
* r15779: Remove keepref from atsvc and efs.Jelmer Vernooij2006-05-212-5/+3
* r15777: Fix unresolved symbols in shared library build.Jelmer Vernooij2006-05-211-1/+1
* r15776: Don't generate ref pointers in Samba4-generated code. There is no point Jelmer Vernooij2006-05-2124-37/+63
* r15766: fix parsing of srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecur...Stefan Metzmacher2006-05-211-4/+5
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2006-05-201-11/+11
* r15653: Remove idl_types.h include where possible. Remove Jelmer Vernooij2006-05-1620-55/+14
* r15629: fix some warningsStefan Metzmacher2006-05-162-2/+2
* r15624: add some useful helper functionsStefan Metzmacher2006-05-151-0/+48
* r15616: fix white spacesStefan Metzmacher2006-05-151-3/+3
* r15584: List SWIG files as being updated when pidl runsJelmer Vernooij2006-05-131-0/+1
* r15524: fix a problem with rpc faults from bind and alter contextAndrew Tridgell2006-05-102-91/+96
* r15514: Fix includeJelmer Vernooij2006-05-081-2/+1
* r15512: Move uuid functions out of ndr_misc.cJelmer Vernooij2006-05-085-135/+156
* r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett2006-05-073-83/+113
* r15503: I may shortly have to revert all of this, but be clearer about how weAndrew Bartlett2006-05-071-14/+13
* r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett2006-05-073-107/+78
* r15482: Don't shadow the global function pipe() with a local variable name.Andrew Bartlett2006-05-071-10/+8
* r15469: Fix unixinfo interface to use pointers for [out] parameters (required Jelmer Vernooij2006-05-061-6/+6
* r15440: Formatting.Rafal Szczesniak2006-05-041-3/+2
* r15427: Rename private to private_data to prevent errors from C++ errors (which Jelmer Vernooij2006-05-042-7/+7
* r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett2006-05-043-38/+178
* r15407: Get rid of some more uint_tJelmer Vernooij2006-05-031-2/+2
* r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij2006-05-011-2/+2
* r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij2006-05-011-1/+1
* r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...Jelmer Vernooij2006-05-011-1/+1
* r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2006-04-301-1/+1
* r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij2006-04-291-1/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2006-04-299-207/+134
* r15313: Fix some dependencies in dso modeJelmer Vernooij2006-04-291-2/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2006-04-281-3/+3
* r15301: Use static libraries internally. This required a few hacks in the build Jelmer Vernooij2006-04-271-5/+1
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2006-04-271-3/+3
* r15292: fix the IDL_* variable namesStefan Metzmacher2006-04-272-5/+5
* r15281: A few updates for consistency's sakeJim McDonough2006-04-261-3/+3
* r15276: Fix path to perl on some hostsJelmer Vernooij2006-04-261-1/+1
* r15247: Get rid of patsubst macro as it is not supported by some makes and re...Jelmer Vernooij2006-04-251-0/+21
* r15222: Use more standard UUIDs. Should help AIX build.Andrew Bartlett2006-04-242-2/+2
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement Jelmer Vernooij2006-04-241-109/+109