| Commit message (Expand) | Author | Age | Files | Lines |
* | build: fixed libcli/ndr_netlogon.c dependency rules | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
* | build: don't need the S4 in the PIDL prefix | Andrew Tridgell | 2010-04-06 | 1 | -2/+1 |
* | build: updates for current master build | Andrew Tridgell | 2010-04-06 | 1 | -4/+4 |
* | build: waf quicktest nearly works | Andrew Tridgell | 2010-04-06 | 1 | -9/+7 |
* | build: nearly there on samba4 build | Andrew Tridgell | 2010-04-06 | 2 | -3/+7 |
* | build: much nicer pidl rules | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |
* | build: add README to explain gen_ndr, and ensure directory exists | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
* | build: fixes from ita | Andrew Tridgell | 2010-04-06 | 1 | -121/+125 |
* | build: added librpc build script | Andrew Tridgell | 2010-04-06 | 1 | -0/+732 |
* | s4-rpc: fixed a talloc loop in continue_ntlmssp_connection() | Andrew Tridgell | 2010-04-02 | 1 | -0/+24 |
* | pyrpc: do the pipe connect on a real memory context | Andrew Tridgell | 2010-04-02 | 1 | -1/+1 |
* | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 2010-03-26 | 1 | -0/+1 |
* | s4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed anymore | Stefan Metzmacher | 2010-03-23 | 1 | -1/+0 |
* | s4:librpc/rpc: add NCACN_INTERNAL from s3 | Stefan Metzmacher | 2010-03-19 | 1 | -1/+1 |
* | s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-18 | 3 | -4/+7 |
* | s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context() | Stefan Metzmacher | 2010-03-17 | 1 | -0/+7 |
* | s4:librpc/rpc/dcerpc_util.c: make use of use tevent_req based dcerpc_binding_... | Stefan Metzmacher | 2010-03-12 | 1 | -10/+12 |
* | s4:librpc/rpc/dcerpc_schannel.c: make use of use tevent_req based dcerpc_bind... | Stefan Metzmacher | 2010-03-12 | 1 | -16/+22 |
* | s4:librpc/rpc: prepare dcerpc dependecies before pidl changes | Stefan Metzmacher | 2010-03-12 | 1 | -5/+5 |
* | s4:librpc/rpc: add very basic dcerpc_binding_handle infrastructure | Stefan Metzmacher | 2010-03-12 | 2 | -0/+19 |
* | s4-rpc: don't use s->credentials after it is freed | Andrew Tridgell | 2010-03-05 | 1 | -2/+1 |
* | s4:librpc/rpc: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 2010-03-01 | 2 | -3/+3 |
* | Revert "Got back to 16-byte padding on auth RPC. S3 clients and servers now c... | Jeremy Allison | 2010-02-17 | 1 | -6/+4 |
* | Got back to 16-byte padding on auth RPC. S3 clients and servers now cope with... | Jeremy Allison | 2010-02-17 | 1 | -4/+6 |
* | s4-rpc: paranoid check for auth_length | Andrew Tridgell | 2010-02-17 | 1 | -0/+11 |
* | s4-rpc: don't use auth padding in rpc bind requests as it breaks s3 | Andrew Tridgell | 2010-02-16 | 1 | -0/+7 |
* | s4-dcerpc: fixed auth padding to be relative to the stub, not packet | Andrew Tridgell | 2010-02-16 | 1 | -5/+7 |
* | a4-dcerpc: another attempt at dcerpc auth padding | Andrew Tridgell | 2010-02-14 | 2 | -11/+16 |
* | s4-rpc: be more careful about DCERPC auth padding | Andrew Tridgell | 2010-02-13 | 2 | -52/+83 |
* | s4: Switch to S3-style id mapping data types. | Kai Blin | 2010-02-11 | 1 | -3/+10 |
* | s4:Remove "Py_RETURN_NONE" compatibility code | Matthias Dieter Wallnöfer | 2010-02-09 | 1 | -4/+0 |
* | Change uint_t to unsigned int in source4 | Matt Kraai | 2010-02-02 | 1 | -2/+2 |
* | s4:winsrepl.idl: add random interface uuid | Stefan Metzmacher | 2010-01-26 | 1 | -1/+4 |
* | pyxattr: Fix memory leaks. | Jelmer Vernooij | 2010-01-21 | 1 | -1/+1 |
* | pyxattr: Fix return value, raise exception, fix memory leak. | Jelmer Vernooij | 2010-01-21 | 1 | -1/+6 |
* | s4: allow python code to dump NTACL object as well | Matthieu Patou | 2010-01-21 | 1 | -0/+94 |
* | s4: add python bindings for wrap_(s|g)etxattr | Matthieu Patou | 2010-01-21 | 1 | -0/+11 |
* | pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid(). | Jelmer Vernooij | 2009-12-31 | 1 | -0/+36 |
* | torture: add new tests for dfsblobs | Matthieu Patou | 2009-12-14 | 1 | -1/+6 |
* | s4:dcerpc - fix DEBUG output warning | Matthias Dieter Wallnöfer | 2009-11-06 | 1 | -3/+4 |
* | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 2009-10-28 | 1 | -1/+1 |
* | s4-python: we need to include Python.h first | Andrew Tridgell | 2009-10-23 | 1 | -1/+1 |
* | s4-idl: don't call a variable 'stat' | Andrew Tridgell | 2009-10-20 | 1 | -2/+2 |
* | Fix typo. | Karolin Seeger | 2009-10-19 | 1 | -1/+1 |
* | s4-smb: declare root_fid as a file handle | Andrew Tridgell | 2009-10-15 | 1 | -1/+1 |
* | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 2009-10-02 | 1 | -1/+1 |
* | librpc: Fix path to ndr_standard pc file. | Jelmer Vernooij | 2009-09-27 | 1 | -1/+1 |
* | provision: Avoid linking in multiple copies of security python module. | Jelmer Vernooij | 2009-09-23 | 2 | -28/+0 |
* | s4:py_security Add missing header | Andrew Bartlett | 2009-09-20 | 1 | -0/+23 |
* | s4:provision Use code to store domain join in 'net join' as well | Andrew Bartlett | 2009-09-20 | 1 | -0/+5 |