summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
* s4-rpc: fixed a talloc loop in continue_ntlmssp_connection()Andrew Tridgell2010-04-021-0/+24
* pyrpc: do the pipe connect on a real memory contextAndrew Tridgell2010-04-021-1/+1
* s4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher2010-03-231-1/+0
* s4:librpc/rpc: add NCACN_INTERNAL from s3Stefan Metzmacher2010-03-191-1/+1
* s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-183-4/+7
* s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()Stefan Metzmacher2010-03-171-0/+7
* s4:librpc/rpc/dcerpc_util.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher2010-03-121-10/+12
* s4:librpc/rpc/dcerpc_schannel.c: make use of use tevent_req based dcerpc_bind...Stefan Metzmacher2010-03-121-16/+22
* s4:librpc/rpc: add very basic dcerpc_binding_handle infrastructureStefan Metzmacher2010-03-122-0/+19
* s4-rpc: don't use s->credentials after it is freedAndrew Tridgell2010-03-051-2/+1
* s4:librpc/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-012-3/+3
* Revert "Got back to 16-byte padding on auth RPC. S3 clients and servers now c...Jeremy Allison2010-02-171-6/+4
* Got back to 16-byte padding on auth RPC. S3 clients and servers now cope with...Jeremy Allison2010-02-171-4/+6
* s4-rpc: paranoid check for auth_lengthAndrew Tridgell2010-02-171-0/+11
* s4-rpc: don't use auth padding in rpc bind requests as it breaks s3Andrew Tridgell2010-02-161-0/+7
* s4-dcerpc: fixed auth padding to be relative to the stub, not packetAndrew Tridgell2010-02-161-5/+7
* a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell2010-02-142-11/+16
* s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell2010-02-132-52/+83
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-2/+2
* s4:dcerpc - fix DEBUG output warningMatthias Dieter Wallnöfer2009-11-061-3/+4
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-1/+1
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-1/+1
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-175-7/+31
* s4:librpc/rpc: fix DEBUG() messageStefan Metzmacher2009-08-181-1/+1
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-1/+1
* A rather strange varient of talloc_unlinkAndrew Tridgell2009-07-011-1/+1
* fixed rpc smb code to not reply on talloc_free being a function pointerAndrew Tridgell2009-07-012-2/+13
* s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2009-06-182-2/+4
* always enable RPC debugging with a debug level >= 100.Andrew Tridgell2009-06-122-0/+8
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-2/+1
* s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()Stefan Metzmacher2009-04-202-8/+9
* s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher2009-04-203-4/+2
* s4:librpc/rpc: only use smb_trans for sync rpc callsStefan Metzmacher2009-04-201-2/+16
* s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercasesStefan Metzmacher2009-04-201-1/+1
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-8/+10
* s4:pyrpc: fix compiler warningsStefan Metzmacher2009-02-051-3/+5
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-8/+8
* s4:librpc/rpc: s/private/private_dataStefan Metzmacher2009-02-023-11/+11
* pyrpc: Raise proper NDR error codes with matching strings rather than mappingJelmer Vernooij2009-01-261-1/+1
* Add prototypes required by samba-gtk.Jelmer Vernooij2009-01-251-0/+2
* Add derpc_transport_string_by_transport(), apply some constVolker Lendecke2009-01-091-1/+2
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* Set proper python exception when running out of memory.Jelmer Vernooij2009-01-071-2/+6
* Add some const to dcerpc_binding_build_tower()Volker Lendecke2009-01-061-1/+3
* Fix prototype.Jelmer Vernooij2009-01-061-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-2/+2