Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-14 | Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on Samba | Jeremy Allison | 1 | -2/+6 | |
When pulling non-aligned ucs2 strings, we neglected to add in the pad byte to the buffer length we've eaten. This caused the device string in TCONX (which seems to be one of the few places that uses non-aligned ucs2 strings) to be incorrectly read. Volker please check. Jeremy. | |||||
2011-03-14 | Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2 | Jelmer Vernooij | 57 | -2750/+6935 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Mar 14 23:53:46 CET 2011 on sn-devel-104 | |||||
2011-03-14 | s3: Change tldap_entry_attributes to the "array,count" convention | Volker Lendecke | 3 | -5/+7 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104 | |||||
2011-03-14 | s3: Fix bug 8009 - net rap session cannot get username | Volker Lendecke | 1 | -1/+1 | |
Looking in [MS-RAP].pdf - these strings are always 4 bytes as an offset in the rparam area, the string length is the size in the rdata area. Se we must always return we have consumed 4 param bytes. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Mar 14 20:09:09 CET 2011 on sn-devel-104 | |||||
2011-03-14 | s3: Fix the talloc hierarchy in shadow_copy2_connectpath | Volker Lendecke | 1 | -2/+9 | |
We have to return on talloc_tos() because we don't have a mem_ctx given to us. So we have to create a separate temporary talloc context. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 19:21:11 CET 2011 on sn-devel-104 | |||||
2011-03-14 | s3: This module needs rewriting... | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104 | |||||
2011-03-14 | Fix public header not to include private (not installed) ones. | Simo Sorce | 2 | -1/+2 | |
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Mon Mar 14 17:01:20 CET 2011 on sn-devel-104 | |||||
2011-03-13 | librpc/rpc: move DCERPC_ flags to rpc_common.h | Stefan Metzmacher | 3 | -108/+54 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 13 20:45:53 CET 2011 on sn-devel-104 | |||||
2011-03-13 | s3:librpc/rpc: add DCERPC_ANON_FALLBACK flag | Stefan Metzmacher | 1 | -0/+2 | |
With this they're in sync with source4. metze | |||||
2011-03-13 | s4:librpc/rpc: finaly make struct rpc_request and enum rpc_request_state private | Stefan Metzmacher | 2 | -43/+44 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 13 17:46:02 CET 2011 on sn-devel-104 | |||||
2011-03-13 | s4:librpc/rpc: remove unused dcerpc_request() | Stefan Metzmacher | 2 | -28/+0 | |
metze | |||||
2011-03-13 | s4:librpc/rpc: make dcerpc_request_recv() static | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2011-03-13 | s4:torture/rpc/scanner: use dcerpc_binding_handle_raw_call() instead of ↵ | Stefan Metzmacher | 1 | -2/+11 | |
dcerpc_request() metze | |||||
2011-03-13 | s4:torture/rpc/countcalls: use dcerpc_binding_handle_raw_call() instead of ↵ | Stefan Metzmacher | 1 | -2/+12 | |
dcerpc_request() metze | |||||
2011-03-13 | s4:torture/rpc/autoidl: use dcerpc_binding_handle_raw_call() instead of ↵ | Stefan Metzmacher | 1 | -6/+43 | |
dcerpc_request() metze | |||||
2011-03-13 | s4:pyrpc: use dcerpc_binding_handle_raw_call() instead of dcerpc_request() | Stefan Metzmacher | 1 | -3/+11 | |
metze | |||||
2011-03-13 | s4:pyrpc: fix memory leaks in error pathes | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-03-13 | librpc/rpc: add dcerpc_binding_handle_raw_call() | Stefan Metzmacher | 2 | -0/+70 | |
metze | |||||
2011-03-13 | librpc/rpc: move struct dcerpc_binding to rpc_common.h | Stefan Metzmacher | 3 | -30/+14 | |
metze | |||||
2011-03-13 | s3:librpc/rpc: add target_principal to struct dcerpc_binding | Stefan Metzmacher | 2 | -1/+2 | |
This brings the source3 copy in sync with the source4 copy of struct dcerpc_binding. metze | |||||
2011-03-13 | librpc/rpc: move enum dcerpc_transport_t to rpc_common.h | Stefan Metzmacher | 3 | -20/+15 | |
metze | |||||
2011-03-13 | s4:librpc/rpc: s/dcerpc_security/dcecli_security | Stefan Metzmacher | 2 | -4/+4 | |
We'll use 'dcerpc_security' for the generic dcerpc client and server code. metze | |||||
2011-03-13 | s3: Enhance error messages in idmap_tdb2_init_hwm | Volker Lendecke | 1 | -8/+9 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 13 12:59:37 CET 2011 on sn-devel-104 | |||||
2011-03-13 | s4:librpc/rpc: remove unused dcerpc_ndr_request* code | Stefan Metzmacher | 2 | -204/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 13 11:19:59 CET 2011 on sn-devel-104 | |||||
2011-03-13 | s4:torture/rpc/object_uuid: use dcerpc_binding_handle_call() instead of ↵ | Stefan Metzmacher | 1 | -2/+4 | |
dcerpc_ndr_request() metze | |||||
2011-03-13 | s4:rpc_server/remote: use dcerpc_binding_handle_call_*() instead of ↵ | Stefan Metzmacher | 1 | -10/+14 | |
dcerpc_ndr_request_*() metze | |||||
2011-03-13 | Revert "s3: Fix bug 8009" | Volker Lendecke | 1 | -1/+1 | |
This reverts commit 1829891391d978e8dd322cdbd3320e30e5c78b72. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 13 10:33:25 CET 2011 on sn-devel-104 | |||||
2011-03-12 | s3: Fix bug 8009 | Volker Lendecke | 1 | -1/+1 | |
Jeremy, please check! Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Mar 12 11:39:41 CET 2011 on sn-devel-104 | |||||
2011-03-12 | samba_abi: Also sort ABI files properly so symbols end up in the right version. | Jelmer Vernooij | 1 | -2/+6 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 12 02:45:20 CET 2011 on sn-devel-104 | |||||
2011-03-12 | Sort by release component integer values rather than using standard string | Jelmer Vernooij | 1 | -1/+2 | |
sort. This makes sure tevent 0.9.9 is considered to be older than 0.9.10 and 0.9.11 | |||||
2011-03-11 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 11 13:15:00 CET 2011 on sn-devel-104 | |||||
2011-03-11 | librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.h | Stefan Metzmacher | 4 | -269/+107 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 11 12:28:08 CET 2011 on sn-devel-104 | |||||
2011-03-11 | s3:librpc/rpc: remove unused dcerpc_pipe define hack | Stefan Metzmacher | 1 | -10/+0 | |
metze | |||||
2011-03-11 | s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/g | Stefan Metzmacher | 6 | -98/+98 | |
The name 'struct dcerpc_connection' will be used in the new generic dcerpc code. It will be used for client and server. metze | |||||
2011-03-11 | pidl:Samba4/NDR/Client: fix arguments to warning() | Stefan Metzmacher | 1 | -1/+1 | |
We want the file:line: information displayed. metze | |||||
2011-03-11 | pidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe' related code | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-03-11 | s3:idmap_ldap: fix a few typos in a comment | Michael Adam | 1 | -3/+4 | |
and use the chance to reformat the comment properly... Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Mar 11 01:29:09 CET 2011 on sn-devel-104 | |||||
2011-03-11 | s3-selftest: add another flaky s3-torture test to knownfail, this time OPLOCK4. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 11 00:42:27 CET 2011 on sn-devel-104 | |||||
2011-03-10 | s3-build: remove -I../lib/addns. | Günther Deschner | 4 | -5/+3 | |
Guenther | |||||
2011-03-10 | waf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat". | Günther Deschner | 2 | -2/+6 | |
Guenther | |||||
2011-03-10 | s3-waf: fix typo. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-03-10 | s3-selftest: run a couple of dgram NBT tests against s3. | Günther Deschner | 2 | -1/+4 | |
Guenther | |||||
2011-03-10 | s3: sid->domain_sid in winbindd_samr sam_rids_to_names | Volker Lendecke | 1 | -8/+8 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 10 19:33:47 CET 2011 on sn-devel-104 | |||||
2011-03-10 | Quite some callers of sid_split_rid do not care about the rid | Volker Lendecke | 9 | -22/+14 | |
2011-03-10 | s3: Fix paranoia check in sam_rids_to_names | Volker Lendecke | 1 | -4/+2 | |
2011-03-10 | frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync() | Stefan Metzmacher | 1 | -2/+10 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Mar 10 15:18:22 CET 2011 on sn-devel-104 | |||||
2011-03-10 | pidl: add support for 'pipe' at the NDR layer | Stefan Metzmacher | 5 | -18/+380 | |
metze | |||||
2011-03-10 | pidl/idl.yp: fill 'pipe' elements with array and count | Stefan Metzmacher | 2 | -32/+80 | |
metze | |||||
2011-03-10 | pidl:NDR/Client: skip all functions if pipe elements are used | Stefan Metzmacher | 1 | -0/+18 | |
We don't support pipe at the dcerpc level yet. metze | |||||
2011-03-10 | pidl:NDR/Client: skip sync functions if pipe elements are used | Stefan Metzmacher | 1 | -0/+34 | |
metze |