summaryrefslogtreecommitdiff
path: root/source3/librpc
AgeCommit message (Collapse)AuthorFilesLines
2010-08-05s3-libnet_join: add ads.h as helper header to IDL.Günther Deschner1-1/+2
Guenther
2010-08-03s3-dcerpc: fix some uninitialized variables build warnings.Günther Deschner1-2/+2
Guenther
2010-08-02s3-build: fix some c++ build warnings.Günther Deschner1-2/+2
Guenther
2010-07-30s3-dceprc: Improve dcerpc_guess_sizes() interfaceSimo Sorce2-19/+27
Make it possible to pass in the NDR padding size so that theoretically client and server code can decide to use a different alignment. Pass in the header length as a parameter so that this function can be used for different type of packets. Make sure padding size will not make the fragment exceed the maximum length. Calculate padding taking in account the header length.
2010-07-30s3-dcerpc: rationalize packet creation in the server codeSimo Sorce1-0/+6
Move all related functions into create_next_packet, but make it transport neutral (not pass in pipse_struct)
2010-07-30s3-dcerpc: Make function to guess pdu sizes common.Simo Sorce2-0/+121
2010-07-30s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSPSimo Sorce3-31/+194
2010-07-30s3-dcerpc: add sign/seal support when using SPNEGO/KRB5Simo Sorce3-86/+215
2010-07-30s3-dcerpc: Add SPNEGO incapsulation for KRB5 authSimo Sorce2-0/+277
2010-07-28s3-dcerpc: Try to fix build when gssapi_ext.h is not availableSimo Sorce1-43/+39
2010-07-28Do not refernece pipe_auth_data directly in dcerpc_gssapi.cSimo Sorce2-39/+11
2010-07-28s3-dcerpc: Add sign/seal with gssapiSimo Sorce3-0/+318
2010-07-28s3-dcerpc: Add next authentication step with gssapiSimo Sorce2-2/+14
2010-07-28s3-decrpc: Introduce gssapi support for dcerpc krb5 authSimo Sorce2-0/+451
2010-07-28s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2-46/+20
2010-07-28s3-dcerpc: Make dcerpc_check_auth() common codeSimo Sorce2-0/+178
2010-07-28s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers fileSimo Sorce2-0/+218
2010-07-19waf-idl: put the gen_ndr/README file for source3 backAndrew Tridgell1-0/+4
This was removed by 100d37fc4624690423f6a932709b3f9046d05c64, probably accidentially.
2010-07-17s3-dcerpc: Move common cli/srv functions into a common fileSimo Sorce1-0/+238
2010-07-16s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce2-8/+34
2010-07-16s3-dcerpc: Use DATA_BLOB for pipes_struct input dataSimo Sorce1-1/+0
Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-16s3-dcerpc: Move common helpers into a common fileSimo Sorce2-0/+239
Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-07s3-registry: add preg.idl.Günther Deschner4-1/+142
Guenther
2010-07-07s3-notify: add MS-CIFS 2.2.7.4.2 FILE_NOTIFY_INFORMATION to IDL.Günther Deschner1-0/+19
Guenther
2010-07-01s3-libnet_join: small IDL enhancement.Günther Deschner1-2/+2
Guenther
2010-06-03s3: remove unused librpc/ndr/sid.c.Günther Deschner1-59/+0
Guenther
2010-05-28s3-idl: fix some missing dependencies to other IDL files.Günther Deschner4-2/+6
Guenther
2010-05-20s3-waf: Fix up PIDL includes.Kai Blin1-1/+1
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20s3-waf: Add autogeneration with PIDLStefan Metzmacher1-0/+7
2010-05-20librpc: finally merge ndr_string.c.Günther Deschner1-720/+0
Guenther
2010-05-20s3-libndr: merge in better ndr warnings from s4 ndr_string.cGünther Deschner1-8/+8
Guenther
2010-05-18s3:winbind use no_srv_register to avoid needing rpc_srv_registerAndrew Bartlett1-1/+2
This pidl attribute avoids the need for this dummy function, which helps s3compat. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-4/+0
2010-05-14s3-libndr: make sure ndr_pull_string_array() only inspects string ↵Günther Deschner1-1/+1
termination flags. Otherwise the NOTERM case is not reachable for ascii strings (only utf16). With this patch we now can have: [flag(STR_ASCII|STR_NOTERM|NDR_REMAINING)] string_array array_name; Guenther
2010-05-04s3-libnetjoin: omit admin password in generated ndr_print function.Günther Deschner1-2/+2
Guenther
2010-05-04s3-idl: removed gen_ndr files from source3/ as wellAndrew Tridgell26-21879/+1
2010-03-23s3:librpc/rpc: move prototypes to dcerpc.hStefan Metzmacher1-0/+18
metze
2010-03-19s3:librpc: remove unused stuffStefan Metzmacher2-217/+0
metze
2010-02-12s3: Implement global locks in a g_lock tdbVolker Lendecke3-2/+6
This is the basis to implement global locks in ctdb without depending on a shared file system. The initial goal is to make ctdb persistent transactions deterministic without too many timeouts.
2010-01-23s3: Fix some nonempty blank linesVolker Lendecke1-5/+5
2009-12-21s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke8-5/+288
This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-)
2009-11-26s3-winbind: properly include netlogon.idl in wbint.idl.Günther Deschner3-1/+3
Guenther
2009-11-08Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke3-48/+48
This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a.
2009-11-08Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke1-23/+23
This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761.
2009-11-08Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke1-1/+1
This reverts commit 494b2aff8826947e3bd556aecb175746163da485.
2009-11-08s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke1-1/+1
2009-11-08s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke1-23/+23
This involves storing the interface table in the pipes_struct
2009-11-08s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke3-48/+48
2009-11-07s3: Do the printing for DEBUGLEVEL>=10 centrallyVolker Lendecke1-368/+0
12 insertions(+), 10651 deletions(-) I think that says it all :-)
2009-10-29s3: add secrets.idl.Günther Deschner4-0/+138
Guenther