Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-17 | s3-dcerpc: try to fix the non gssapi build. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-08-17 | s3-dcerpc: fix c++ build warning. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-17 | s3-dcerpc: properly implement gse/spnego_get_session_key | Simo Sorce | 4 | -9/+59 | |
2010-08-17 | s3-dcerpc: Pull packet in the caller, before validation | Simo Sorce | 1 | -0/+1 | |
2010-08-16 | s3-waf: Added missing client option to pidl list for wbint. | Andreas Schneider | 1 | -1/+1 | |
2010-08-16 | s3-waf: Try to fix the idl build. | Andreas Schneider | 1 | -0/+1 | |
2010-08-14 | s3:winbind: remove the method REMOVE_MAPPING from winbind's API | Michael Adam | 1 | -12/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove the method SET_MAPPING from winbind's API | Michael Adam | 1 | -6/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove SET_HWM from winbind's API. | Michael Adam | 1 | -5/+0 | |
2010-08-13 | s3-dcerpc: fix build warning seen with -O3. | Günther Deschner | 1 | -3/+3 | |
"warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false" Guenther | |||||
2010-08-12 | s3:rpc_client: add dcerpc_binding_handle backend | Stefan Metzmacher | 1 | -0/+128 | |
metze | |||||
2010-08-05 | s3-libnet_join: add ads.h as helper header to IDL. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-08-03 | s3-dcerpc: fix some uninitialized variables build warnings. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-08-02 | s3-build: fix some c++ build warnings. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-07-30 | s3-dceprc: Improve dcerpc_guess_sizes() interface | Simo Sorce | 2 | -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-30 | s3-dcerpc: rationalize packet creation in the server code | Simo Sorce | 1 | -0/+6 | |
Move all related functions into create_next_packet, but make it transport neutral (not pass in pipse_struct) | |||||
2010-07-30 | s3-dcerpc: Make function to guess pdu sizes common. | Simo Sorce | 2 | -0/+121 | |
2010-07-30 | s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSP | Simo Sorce | 3 | -31/+194 | |
2010-07-30 | s3-dcerpc: add sign/seal support when using SPNEGO/KRB5 | Simo Sorce | 3 | -86/+215 | |
2010-07-30 | s3-dcerpc: Add SPNEGO incapsulation for KRB5 auth | Simo Sorce | 2 | -0/+277 | |
2010-07-28 | s3-dcerpc: Try to fix build when gssapi_ext.h is not available | Simo Sorce | 1 | -43/+39 | |
2010-07-28 | Do not refernece pipe_auth_data directly in dcerpc_gssapi.c | Simo Sorce | 2 | -39/+11 | |
2010-07-28 | s3-dcerpc: Add sign/seal with gssapi | Simo Sorce | 3 | -0/+318 | |
2010-07-28 | s3-dcerpc: Add next authentication step with gssapi | Simo Sorce | 2 | -2/+14 | |
2010-07-28 | s3-decrpc: Introduce gssapi support for dcerpc krb5 auth | Simo Sorce | 2 | -0/+451 | |
2010-07-28 | s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data | Simo Sorce | 2 | -46/+20 | |
2010-07-28 | s3-dcerpc: Make dcerpc_check_auth() common code | Simo Sorce | 2 | -0/+178 | |
2010-07-28 | s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers file | Simo Sorce | 2 | -0/+218 | |
2010-07-19 | waf-idl: put the gen_ndr/README file for source3 back | Andrew Tridgell | 1 | -0/+4 | |
This was removed by 100d37fc4624690423f6a932709b3f9046d05c64, probably accidentially. | |||||
2010-07-17 | s3-dcerpc: Move common cli/srv functions into a common file | Simo Sorce | 1 | -0/+238 | |
2010-07-16 | s3-dcerpc: Fix ability to receive Big Endian PDUs | Simo Sorce | 2 | -8/+34 | |
2010-07-16 | s3-dcerpc: Use DATA_BLOB for pipes_struct input data | Simo Sorce | 1 | -1/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-16 | s3-dcerpc: Move common helpers into a common file | Simo Sorce | 2 | -0/+239 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-07 | s3-registry: add preg.idl. | Günther Deschner | 4 | -1/+142 | |
Guenther | |||||
2010-07-07 | s3-notify: add MS-CIFS 2.2.7.4.2 FILE_NOTIFY_INFORMATION to IDL. | Günther Deschner | 1 | -0/+19 | |
Guenther | |||||
2010-07-01 | s3-libnet_join: small IDL enhancement. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-06-03 | s3: remove unused librpc/ndr/sid.c. | Günther Deschner | 1 | -59/+0 | |
Guenther | |||||
2010-05-28 | s3-idl: fix some missing dependencies to other IDL files. | Günther Deschner | 4 | -2/+6 | |
Guenther | |||||
2010-05-20 | s3-waf: Fix up PIDL includes. | Kai Blin | 1 | -1/+1 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-20 | s3-waf: Add autogeneration with PIDL | Stefan Metzmacher | 1 | -0/+7 | |
2010-05-20 | librpc: finally merge ndr_string.c. | Günther Deschner | 1 | -720/+0 | |
Guenther | |||||
2010-05-20 | s3-libndr: merge in better ndr warnings from s4 ndr_string.c | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2010-05-18 | s3:winbind use no_srv_register to avoid needing rpc_srv_register | Andrew Bartlett | 1 | -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-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -4/+0 | |
2010-05-14 | s3-libndr: make sure ndr_pull_string_array() only inspects string ↵ | Günther Deschner | 1 | -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-04 | s3-libnetjoin: omit admin password in generated ndr_print function. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-05-04 | s3-idl: removed gen_ndr files from source3/ as well | Andrew Tridgell | 26 | -21879/+1 | |
2010-03-23 | s3:librpc/rpc: move prototypes to dcerpc.h | Stefan Metzmacher | 1 | -0/+18 | |
metze | |||||
2010-03-19 | s3:librpc: remove unused stuff | Stefan Metzmacher | 2 | -217/+0 | |
metze | |||||
2010-02-12 | s3: Implement global locks in a g_lock tdb | Volker Lendecke | 3 | -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. |