wintest: cope with VMs sometimes not rebooting
[kai/samba-autobuild/.git] / source4 / librpc / rpc /
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-11-21 Andrew Tridgells4-rpc: make rpc connect less verbose
2010-10-02 Andrew Tridgells4-rpc: added target_principal binding handle option
2010-09-20 Andrew Tridgells4-pyrpc: fixed build on python 2.4
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-17 Kamen Mazdrashkis4-pyrpc: Print location and type name we got when...
2010-09-17 Andrew Tridgells4-pyrpc: allow python to access irpc interfaces
2010-09-15 Andrew Tridgells4-pyrpc: added py_return_ndr_struct()
2010-09-15 Andrew Tridgells4-auth: set the RODC bit for RODC schannel
2010-09-15 Andrew Tridgells4-schannel: fixed reference to context after free
2010-09-06 Julien KerihuelAdd unique IP address binding for client connections...
2010-09-04 Stefan Metzmacherlibrpc/rpc: add dcerpc_binding_handle_set_timeout()
2010-09-04 Stefan Metzmachers4:librpc/rpc: implement dcerpc_bh_set_timeout()
2010-09-04 Stefan Metzmacherlibrpc/rpc: add set_timeout() to dcerpc_binding_handle_ops
2010-09-03 Jelmer Vernooijpidl: Keep only a single copy of samba.dcerpc.base...
2010-08-27 Jelmer Vernooijpyrpc: Add py_check_dcerpc_type().
2010-08-23 Andrew Tridgells4-pyrpc: use s4_event_context_init()
2010-08-22 Andrew Tridgellpidl: give the varible name for bad type in python...
2010-08-20 Stefan Metzmacherlibrpc/rpc: move dcerpc_read_ncacn_packet_send/recv...
2010-08-12 Stefan Metzmachers4:librpc/rpc: make struct dcerpc_binding_handle private
2010-08-12 Stefan Metzmachers4:librpc/rpc: add dcerpc_binding_handle dcerpc_pipe...
2010-08-12 Stefan Metzmacherlibrpc/rpc: add dcerpc_binding_handle abstration
2010-08-12 Stefan Metzmachers4:librpc/rpc: fix dcerpc_log_packet() prototype
2010-08-12 Stefan Metzmachers4:librpc/rpc: autodetect the need of async call logic
2010-08-02 Stefan Metzmachers4:librpc/rpc: avoid using DCERPC_NDR_REF_ALLOC for...
2010-07-31 Stefan Metzmachers4:librpc/rpc: use the correct ndr flags in dcerpc_ndr_...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-13 Simo Sorcedcerpc: move dcerpc_pull_auth_trailer into a the common...
2010-07-13 Günther Deschners4-dcerpc: move some util functions up to main librpc...
2010-06-24 Andrew Tridgells4-python: python is not always in /usr/bin
2010-06-19 Jelmer Vernooijpyrpc: Fix reference counting when using secondary...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-15 Stefan Metzmachers4:librpc/rpc/pyrpc.c: map NT_STATUS_NET_WRITE_FAULT...
2010-04-15 Stefan Metzmacherlibrpc/rpc: add dcerpc_fault_to_nt_status()
2010-04-13 Stefan Metzmachers4:librpc/rpc: the python bindings should use !NT_STATU...
2010-04-13 Stefan Metzmachers4:librpc/rpc: make PyErr_SetDCERPCStatus() static
2010-04-09 Stefan Metzmachers4:librpc/rpc: correctly initialize last_fault_code...
2010-04-08 Jelmer Vernooijpynet: Create a net class.
2010-04-02 Andrew Tridgells4-rpc: fixed a talloc loop in continue_ntlmssp_connect...
2010-04-02 Andrew Tridgellpyrpc: do the pipe connect on a real memory context
2010-03-23 Stefan Metzmachers4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed...
2010-03-19 Stefan Metzmachers4:librpc/rpc: add NCACN_INTERNAL from s3
2010-03-18 Stefan Metzmachers4:librpc/rpc: let pyrpc make use of dcerpc_binding_han...
2010-03-17 Stefan Metzmachers4:librpc/rpc: initialize p->binding_handle in dcerpc_s...
2010-03-12 Stefan Metzmachers4:librpc/rpc/dcerpc_util.c: make use of use tevent_req...
2010-03-12 Stefan Metzmachers4:librpc/rpc/dcerpc_schannel.c: make use of use tevent...
2010-03-12 Stefan Metzmachers4:librpc/rpc: add very basic dcerpc_binding_handle...
2010-03-05 Andrew Tridgells4-rpc: don't use s->credentials after it is freed
2010-03-01 Stefan Metzmachers4:librpc/rpc: make use of explicit dcerpc_*_recv functions
2010-02-18 Jeremy AllisonRevert "Got back to 16-byte padding on auth RPC. S3...
2010-02-18 Jeremy AllisonGot back to 16-byte padding on auth RPC. S3 clients...
2010-02-16 Andrew Tridgells4-rpc: paranoid check for auth_length
2010-02-16 Andrew Tridgells4-rpc: don't use auth padding in rpc bind requests...
2010-02-16 Andrew Tridgells4-dcerpc: fixed auth padding to be relative to the...
2010-02-14 Andrew Tridgella4-dcerpc: another attempt at dcerpc auth padding
2010-02-13 Andrew Tridgells4-rpc: be more careful about DCERPC auth padding
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2010-02-02 Matt KraaiChange uint_t to unsigned int in source4
2009-11-06 Matthias Dieter... s4:dcerpc - fix DEBUG output warning
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-15 Andrew Tridgells4-smb: declare root_fid as a file handle
2009-10-02 Matthias Dieter... s4: fix various warnings (not "const" related ones)
2009-09-19 Andrew Tridgells4-resolve: fixed a crash bug on timeout
2009-09-18 Andrew Tridgells4-rpc: added NDR64 support
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Andrew Tridgells4-rpc: added NDR64 support
2009-08-18 Stefan Metzmachers4:librpc/rpc: fix DEBUG() message
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Andrew Tridgellfixed several places that unnecessarily take a referenc...
2009-07-01 Andrew TridgellA rather strange varient of talloc_unlink
2009-07-01 Andrew Tridgellfixed rpc smb code to not reply on talloc_free being...
2009-06-18 Andrew Bartletts4:libnet Allow 'net password change' to work on expire...
2009-06-12 Andrew Tridgellalways enable RPC debugging with a debug level >= 100.
2009-06-02 Jelmer VernooijFix more unresolved symbols.
2009-04-20 Stefan Metzmachers4:librpc/rpc: pass async as argument to dcerpc_ndr_req...
2009-04-20 Stefan Metzmachers4:librpc/rpc: remove async argument from the sync...
2009-04-20 Stefan Metzmachers4:librpc/rpc: only use smb_trans for sync rpc calls
2009-04-20 Stefan Metzmachers4:librpc/rpc: ask for 0x2000 bytes in the ioctl case...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework Samba4 to use the new common libcli/auth code
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:pyrpc: fix compiler warnings
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:libcliraw: s/private/private_data
2009-02-02 Stefan Metzmachers4:librpc/rpc: s/private/private_data
2009-01-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-26 Jelmer Vernooijpyrpc: Raise proper NDR error codes with matching strin...
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-25 Jelmer VernooijAdd prototypes required by samba-gtk.
2009-01-09 Volker LendeckeAdd derpc_transport_string_by_transport(), apply some...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-07 Jelmer VernooijSet proper python exception when running out of memory.
2009-01-06 Volker LendeckeAdd some const to dcerpc_binding_build_tower()
2009-01-06 Jelmer VernooijFix prototype.
next