samba.git
13 years agolibrpc/rpc: move enum dcerpc_transport_t to rpc_common.h
Stefan Metzmacher [Sun, 13 Mar 2011 13:05:19 +0000 (14:05 +0100)]
librpc/rpc: move enum dcerpc_transport_t to rpc_common.h

metze

13 years agos4:librpc/rpc: s/dcerpc_security/dcecli_security
Stefan Metzmacher [Sun, 13 Mar 2011 12:49:41 +0000 (13:49 +0100)]
s4:librpc/rpc: s/dcerpc_security/dcecli_security

We'll use 'dcerpc_security' for the generic dcerpc
client and server code.

metze

13 years agos3: Enhance error messages in idmap_tdb2_init_hwm
Volker Lendecke [Sun, 13 Mar 2011 09:41:27 +0000 (10:41 +0100)]
s3: Enhance error messages in idmap_tdb2_init_hwm

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Mar 13 12:59:37 CET 2011 on sn-devel-104

13 years agos4:librpc/rpc: remove unused dcerpc_ndr_request* code
Stefan Metzmacher [Sat, 12 Mar 2011 09:18:56 +0000 (10:18 +0100)]
s4:librpc/rpc: remove unused dcerpc_ndr_request* code

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Mar 13 11:19:59 CET 2011 on sn-devel-104

13 years agos4:torture/rpc/object_uuid: use dcerpc_binding_handle_call() instead of dcerpc_ndr_re...
Stefan Metzmacher [Sat, 12 Mar 2011 09:16:22 +0000 (10:16 +0100)]
s4:torture/rpc/object_uuid: use dcerpc_binding_handle_call() instead of dcerpc_ndr_request()

metze

13 years agos4:rpc_server/remote: use dcerpc_binding_handle_call_*() instead of dcerpc_ndr_reques...
Stefan Metzmacher [Fri, 11 Mar 2011 17:53:35 +0000 (18:53 +0100)]
s4:rpc_server/remote: use dcerpc_binding_handle_call_*() instead of dcerpc_ndr_request_*()

metze

13 years agoRevert "s3: Fix bug 8009"
Volker Lendecke [Sun, 13 Mar 2011 08:48:08 +0000 (09:48 +0100)]
Revert "s3: Fix bug 8009"

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

13 years agos3: Fix bug 8009
Volker Lendecke [Sat, 12 Mar 2011 09:49:27 +0000 (10:49 +0100)]
s3: Fix bug 8009

Jeremy, please check!

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Mar 12 11:39:41 CET 2011 on sn-devel-104

13 years agosamba_abi: Also sort ABI files properly so symbols end up in the right version.
Jelmer Vernooij [Sat, 12 Mar 2011 00:58:17 +0000 (01:58 +0100)]
samba_abi: Also sort ABI files  properly so symbols end up in the right version.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Mar 12 02:45:20 CET 2011 on sn-devel-104

13 years agoSort by release component integer values rather than using standard string
Jelmer Vernooij [Sat, 12 Mar 2011 00:09:31 +0000 (01:09 +0100)]
Sort by release component integer values rather than using standard string
sort.

This makes sure tevent 0.9.9 is considered to be older than 0.9.10 and 0.9.11

13 years agos3: Fix a typo
Volker Lendecke [Thu, 10 Mar 2011 16:11:37 +0000 (17:11 +0100)]
s3: Fix a typo

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Mar 11 13:15:00 CET 2011 on sn-devel-104

13 years agolibrpc/rpc: move dcerpc_binding_handle stuff to rpc_common.h
Stefan Metzmacher [Fri, 11 Mar 2011 09:31:25 +0000 (10:31 +0100)]
librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.h

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Mar 11 12:28:08 CET 2011 on sn-devel-104

13 years agos3:librpc/rpc: remove unused dcerpc_pipe define hack
Stefan Metzmacher [Fri, 11 Mar 2011 08:56:10 +0000 (09:56 +0100)]
s3:librpc/rpc: remove unused dcerpc_pipe define hack

metze

13 years agos4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/g
Stefan Metzmacher [Fri, 11 Mar 2011 07:27:00 +0000 (08:27 +0100)]
s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/g

The name 'struct dcerpc_connection' will be used in the new generic
dcerpc code. It will be used for client and server.

metze

13 years agopidl:Samba4/NDR/Client: fix arguments to warning()
Stefan Metzmacher [Fri, 11 Mar 2011 08:01:00 +0000 (09:01 +0100)]
pidl:Samba4/NDR/Client: fix arguments to warning()

We want the file:line: information displayed.

metze

13 years agopidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe' related code
Stefan Metzmacher [Fri, 11 Mar 2011 08:00:13 +0000 (09:00 +0100)]
pidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe' related code

metze

13 years agos3:idmap_ldap: fix a few typos in a comment
Michael Adam [Wed, 2 Mar 2011 16:10:48 +0000 (17:10 +0100)]
s3:idmap_ldap: fix a few typos in a comment

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

13 years agos3-selftest: add another flaky s3-torture test to knownfail, this time OPLOCK4.
Günther Deschner [Thu, 10 Mar 2011 22:56:14 +0000 (23:56 +0100)]
s3-selftest: add another flaky s3-torture test to knownfail, this time OPLOCK4.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Mar 11 00:42:27 CET 2011 on sn-devel-104

13 years agos3-build: remove -I../lib/addns.
Günther Deschner [Fri, 4 Mar 2011 12:16:40 +0000 (13:16 +0100)]
s3-build: remove -I../lib/addns.

Guenther

13 years agowaf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat".
Günther Deschner [Fri, 4 Mar 2011 13:22:35 +0000 (14:22 +0100)]
waf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat".

Guenther

13 years agos3-waf: fix typo.
Günther Deschner [Thu, 10 Mar 2011 14:33:43 +0000 (15:33 +0100)]
s3-waf: fix typo.

Guenther

13 years agos3-selftest: run a couple of dgram NBT tests against s3.
Günther Deschner [Thu, 10 Mar 2011 22:17:54 +0000 (23:17 +0100)]
s3-selftest: run a couple of dgram NBT tests against s3.

Guenther

13 years agos3: sid->domain_sid in winbindd_samr sam_rids_to_names
Volker Lendecke [Thu, 10 Mar 2011 15:23:20 +0000 (16:23 +0100)]
s3: sid->domain_sid in winbindd_samr sam_rids_to_names

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Mar 10 19:33:47 CET 2011 on sn-devel-104

13 years agoQuite some callers of sid_split_rid do not care about the rid
Volker Lendecke [Thu, 10 Mar 2011 15:19:17 +0000 (16:19 +0100)]
Quite some callers of sid_split_rid do not care about the rid

13 years agos3: Fix paranoia check in sam_rids_to_names
Volker Lendecke [Thu, 10 Mar 2011 15:07:36 +0000 (16:07 +0100)]
s3: Fix paranoia check in sam_rids_to_names

13 years agofrstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync()
Stefan Metzmacher [Sat, 18 Sep 2010 17:45:27 +0000 (19:45 +0200)]
frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync()

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Mar 10 15:18:22 CET 2011 on sn-devel-104

13 years agopidl: add support for 'pipe' at the NDR layer
Stefan Metzmacher [Mon, 20 Sep 2010 23:44:38 +0000 (01:44 +0200)]
pidl: add support for 'pipe' at the NDR layer

metze

13 years agopidl/idl.yp: fill 'pipe' elements with array and count
Stefan Metzmacher [Tue, 21 Sep 2010 17:30:08 +0000 (19:30 +0200)]
pidl/idl.yp: fill 'pipe' elements with array and count

metze

13 years agopidl:NDR/Client: skip all functions if pipe elements are used
Stefan Metzmacher [Mon, 11 Oct 2010 06:03:18 +0000 (08:03 +0200)]
pidl:NDR/Client: skip all functions if pipe elements are used

We don't support pipe at the dcerpc level yet.

metze

13 years agopidl:NDR/Client: skip sync functions if pipe elements are used
Stefan Metzmacher [Mon, 11 Oct 2010 06:03:18 +0000 (08:03 +0200)]
pidl:NDR/Client: skip sync functions if pipe elements are used

metze

13 years agopidl:Python: don't generate functions with pipe elements
Stefan Metzmacher [Mon, 11 Oct 2010 05:54:59 +0000 (07:54 +0200)]
pidl:Python: don't generate functions with pipe elements

metze

13 years agopidl:Samba3/ClientNDR: don't generate stubs for functions with pipe elements
Stefan Metzmacher [Mon, 11 Oct 2010 05:53:48 +0000 (07:53 +0200)]
pidl:Samba3/ClientNDR: don't generate stubs for functions with pipe elements

metze

13 years agopidl/NDR: add ContainsPipe() function
Stefan Metzmacher [Tue, 21 Sep 2010 00:20:14 +0000 (02:20 +0200)]
pidl/NDR: add ContainsPipe() function

metze

13 years agolibrpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functions
Stefan Metzmacher [Tue, 21 Sep 2010 06:34:31 +0000 (08:34 +0200)]
librpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functions

metze

13 years agolibrpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()
Stefan Metzmacher [Tue, 21 Sep 2010 03:18:02 +0000 (05:18 +0200)]
librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()

metze

13 years agolibrpc/ndr: add ndr_interface_call_pipe
Stefan Metzmacher [Sun, 19 Sep 2010 11:56:13 +0000 (13:56 +0200)]
librpc/ndr: add ndr_interface_call_pipe

metze

13 years agopidl/Typelist: add is_fixed_size_scalar()
Stefan Metzmacher [Tue, 8 Mar 2011 14:45:33 +0000 (15:45 +0100)]
pidl/Typelist: add is_fixed_size_scalar()

metze

13 years agopidl/Typelist: dnsp_name and dnsp_string are scalar references
Stefan Metzmacher [Tue, 8 Mar 2011 14:44:31 +0000 (15:44 +0100)]
pidl/Typelist: dnsp_name and dnsp_string are scalar references

metze

13 years agos4:lib/tls/wscript - exclude known broken GNUTLS releases
Matthias Dieter Wallnöfer [Wed, 9 Mar 2011 08:29:30 +0000 (09:29 +0100)]
s4:lib/tls/wscript - exclude known broken GNUTLS releases

This definitely fixes bug #7218.

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Thu Mar 10 11:58:27 CET 2011 on sn-devel-104

13 years agolib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_t
Matthias Dieter Wallnöfer [Wed, 9 Mar 2011 08:09:15 +0000 (09:09 +0100)]
lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_t

The function "backtrace" returns an "int".

13 years agos4:extended_dn_store LDB module - use the new request as generic memory contexts
Matthias Dieter Wallnöfer [Sun, 6 Mar 2011 20:46:02 +0000 (21:46 +0100)]
s4:extended_dn_store LDB module - use the new request as generic memory contexts

To prevent memory leaks under valgrind.

13 years agos4:repl_meta_data LDB module - always ask manually for the current partition control
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 13:42:40 +0000 (14:42 +0100)]
s4:repl_meta_data LDB module - always ask manually for the current partition control

Otherwise the "partition" LDB module doesn't give it back anymore.

13 years agos4:partition LDB module - the current partition control should only be added if requested
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 13:25:59 +0000 (14:25 +0100)]
s4:partition LDB module - the current partition control should only be added if requested

That means if the informations before a request are unknown
("repl_meta_data" LDB module) then an empty control (no data) has to be sent.

13 years agos4:partition LDB module - extended operations - make the initialisation check consistent
Matthias Dieter Wallnöfer [Sun, 6 Mar 2011 14:56:48 +0000 (15:56 +0100)]
s4:partition LDB module - extended operations - make the initialisation check consistent

To the other operations.

13 years agos4:partition LDB module - move the "data" check a bit higher
Matthias Dieter Wallnöfer [Sun, 6 Mar 2011 14:56:06 +0000 (15:56 +0100)]
s4:partition LDB module - move the "data" check a bit higher

It can be performed a bit earlier.

13 years agos4:partition LDB module - "partition_replicate" doesn't handle the search requests
Matthias Dieter Wallnöfer [Sun, 6 Mar 2011 14:37:51 +0000 (15:37 +0100)]
s4:partition LDB module - "partition_replicate" doesn't handle the search requests

That is done by "partition_search".

13 years agos4:partition LDB module - "partition_sequence_number" - remove meaningless "if"s
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 18:02:43 +0000 (19:02 +0100)]
s4:partition LDB module - "partition_sequence_number" - remove meaningless "if"s

These current partition controls are always added for the two EXOP operations.

13 years agos4:simple_ldap_map LDB module - enhance current partition control checks
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 13:52:18 +0000 (14:52 +0100)]
s4:simple_ldap_map LDB module - enhance current partition control checks

Don't stop the server if it hasn't been filled in correctly. An LDB
error should be enough.

Modified by request of tridge: errorcodes changed to ERR_PROTOCOL_ERROR

13 years agos4:repl_meta_data LDB module - don't remove the partition control twice
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 12:56:10 +0000 (13:56 +0100)]
s4:repl_meta_data LDB module - don't remove the partition control twice

"controls" is already the controls list which has the partition control
removed. It is generated by "ldb_controls_except_specified" in line 378.

13 years agos4:repl_meta_data LDB module - remove the current partition control unless it was...
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 19:38:14 +0000 (20:38 +0100)]
s4:repl_meta_data LDB module - remove the current partition control unless it was requested

13 years agos4:new_partition LDB module - splitting up an "if" operation
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 16:15:55 +0000 (17:15 +0100)]
s4:new_partition LDB module - splitting up an "if" operation

- let the first "if" in place
- uninstantiated partitions are handled by the second "if" (previously
  they have been handled twice)

Has been corrected by request of tridge.

13 years agos4:instancetype LDB module - perform here only the "instanceType" constraint checks
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 16:24:10 +0000 (17:24 +0100)]
s4:instancetype LDB module - perform here only the "instanceType" constraint checks

The boilerplate entries (when this support has been implemented) should
be provided by the "new_partition" LDB module. These are for example the
deleted object and lost and found container.

13 years agos4:instancetype LDB module - don't impede control requests
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 16:28:13 +0000 (17:28 +0100)]
s4:instancetype LDB module - don't impede control requests

13 years agos4:instancetype LDB module - use "ldb" pointer for referencing the LDB context
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 15:59:02 +0000 (16:59 +0100)]
s4:instancetype LDB module - use "ldb" pointer for referencing the LDB context

13 years agos4:partition LDB module - fill in parent requests for inheriting the flags
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 17:45:08 +0000 (18:45 +0100)]
s4:partition LDB module - fill in parent requests for inheriting the flags

Probably it doesn't matter in this cases but just for consistency.

13 years agoldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULL
Matthias Dieter Wallnöfer [Thu, 10 Mar 2011 08:28:30 +0000 (09:28 +0100)]
ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULL

Suggested by Tridge

13 years agoldb:ldb_controls.c - always allocate enough space
Matthias Dieter Wallnöfer [Sun, 6 Mar 2011 19:16:43 +0000 (20:16 +0100)]
ldb:ldb_controls.c - always allocate enough space

The size for an additional "struct ldb_control" shouldn't hurt and so
the excluded control can also be NULL.

Added an ending "talloc_realloc" to resize the chunk to the
effective needed size (requested by tridge).

13 years agos4:partition LDB module - add some comments
Matthias Dieter Wallnöfer [Sun, 6 Mar 2011 14:55:45 +0000 (15:55 +0100)]
s4:partition LDB module - add some comments

13 years agos4:new_partition LDB module - fix comments
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 16:15:19 +0000 (17:15 +0100)]
s4:new_partition LDB module - fix comments

13 years agos4:partition_init LDB module - fix a typo
Matthias Dieter Wallnöfer [Sun, 6 Mar 2011 14:51:12 +0000 (15:51 +0100)]
s4:partition_init LDB module - fix a typo

13 years agos4:partition LDB module - fix typo
Matthias Dieter Wallnöfer [Sat, 5 Mar 2011 13:15:38 +0000 (14:15 +0100)]
s4:partition LDB module - fix typo

13 years agos4:setup/provision - fix an output message
Matthias Dieter Wallnöfer [Sun, 6 Mar 2011 16:46:08 +0000 (17:46 +0100)]
s4:setup/provision - fix an output message

Mention that Windows 2000 function level is supported as well.

13 years agolibwbclient: Add some input check
Volker Lendecke [Wed, 9 Mar 2011 09:58:47 +0000 (10:58 +0100)]
libwbclient: Add some input check

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Mar 10 11:10:30 CET 2011 on sn-devel-104

13 years agolibwbclient: Remove a pointless check
Volker Lendecke [Tue, 8 Mar 2011 17:24:08 +0000 (18:24 +0100)]
libwbclient: Remove a pointless check

13 years agotevent: change version to 0.9.11 tevent-0.9.11
Stefan Metzmacher [Wed, 2 Mar 2011 14:24:40 +0000 (15:24 +0100)]
tevent: change version to 0.9.11

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Mar 10 10:24:49 CET 2011 on sn-devel-104

13 years agotevent/poll: use fde->additional_flags to hold the array index
Stefan Metzmacher [Wed, 2 Mar 2011 14:22:09 +0000 (15:22 +0100)]
tevent/poll: use fde->additional_flags to hold the array index

metze

13 years agotevent: change tevent_fd->additional_flags to uint64_t
Stefan Metzmacher [Wed, 2 Mar 2011 14:20:46 +0000 (15:20 +0100)]
tevent: change tevent_fd->additional_flags to uint64_t

metze

13 years agos4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()
Stefan Metzmacher [Wed, 9 Mar 2011 12:39:25 +0000 (13:39 +0100)]
s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Mar  9 14:36:42 CET 2011 on sn-devel-104

13 years agos3-selftest: properly move connect to seal options.
Günther Deschner [Wed, 9 Mar 2011 11:26:21 +0000 (12:26 +0100)]
s3-selftest: properly move connect to seal options.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar  9 13:13:06 CET 2011 on sn-devel-104

13 years agos3-selftest: no point in testing smb2 via ncacn_ip_tcp.
Günther Deschner [Wed, 9 Mar 2011 11:14:10 +0000 (12:14 +0100)]
s3-selftest: no point in testing smb2 via ncacn_ip_tcp.

Guenther

13 years agos3-selftest: remove *ncacn_ip_tcp* from knownfail list.
Günther Deschner [Wed, 9 Mar 2011 11:06:08 +0000 (12:06 +0100)]
s3-selftest: remove *ncacn_ip_tcp* from knownfail list.

Guenther

13 years agosocket_wrapper: fix handling of addr and addrlen
Stefan Metzmacher [Wed, 9 Mar 2011 10:46:34 +0000 (11:46 +0100)]
socket_wrapper: fix handling of addr and addrlen

metze

13 years agos3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in api_pipe_bind_req().
Günther Deschner [Tue, 8 Mar 2011 17:26:56 +0000 (18:26 +0100)]
s3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in api_pipe_bind_req().

Guenther

13 years agos4:samba-tool: improve help messages for samba-tool password
Stefan Metzmacher [Wed, 9 Mar 2011 09:29:20 +0000 (10:29 +0100)]
s4:samba-tool: improve help messages for samba-tool password

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Mar  9 12:06:53 CET 2011 on sn-devel-104

13 years agolibsmbclient: Fix a typo
Volker Lendecke [Wed, 9 Mar 2011 09:16:30 +0000 (10:16 +0100)]
libsmbclient: Fix a typo

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Mar  9 11:19:36 CET 2011 on sn-devel-104

13 years agos3-rpc_server: Remove unused _rpc_ep_register.
Andreas Schneider [Tue, 8 Mar 2011 17:25:04 +0000 (18:25 +0100)]
s3-rpc_server: Remove unused _rpc_ep_register.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Wed Mar  9 10:32:32 CET 2011 on sn-devel-104

13 years agos3-rpc_server: Use the new endpoint register functions.
Andreas Schneider [Tue, 8 Mar 2011 17:00:19 +0000 (18:00 +0100)]
s3-rpc_server: Use the new endpoint register functions.

13 years agos3-rpc_server: Add tevent based endpoint setup functions.
Andreas Schneider [Tue, 8 Mar 2011 15:02:16 +0000 (16:02 +0100)]
s3-rpc_server: Add tevent based endpoint setup functions.

13 years agos3-rpc_server: Change irritating debug message.
Andreas Schneider [Tue, 8 Mar 2011 15:10:07 +0000 (16:10 +0100)]
s3-rpc_server: Change irritating debug message.

13 years agos3-rpc_client: Don't ask endpoint mapper for its own port.
Andreas Schneider [Tue, 8 Mar 2011 15:33:50 +0000 (16:33 +0100)]
s3-rpc_client: Don't ask endpoint mapper for its own port.

13 years agos3-smbd: Increase debug level von context messages.
Andreas Schneider [Tue, 8 Mar 2011 16:47:36 +0000 (17:47 +0100)]
s3-smbd: Increase debug level von context messages.

13 years agotevent: Fixed tevent_wakeup_send code example.
Andreas Schneider [Tue, 8 Mar 2011 16:04:44 +0000 (17:04 +0100)]
tevent: Fixed tevent_wakeup_send code example.

13 years agolibrpc/ndr use hyper for uid_t/gid_t rather than udlong
Andrew Bartlett [Wed, 2 Mar 2011 08:06:15 +0000 (19:06 +1100)]
librpc/ndr use hyper for uid_t/gid_t rather than udlong

This has 8 byte alignment, which is what was specified in pidl for
these types.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Mar  9 09:03:09 CET 2011 on sn-devel-104

13 years agos3: Use talloc_tos() in idmap_nss_sids_to_unixids
Volker Lendecke [Tue, 8 Mar 2011 19:59:59 +0000 (20:59 +0100)]
s3: Use talloc_tos() in idmap_nss_sids_to_unixids

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Mar  8 21:51:58 CET 2011 on sn-devel-104

13 years agos3: "dom_name" is not needed in idmap_nss_sids_to_unixids
Volker Lendecke [Tue, 8 Mar 2011 19:39:40 +0000 (20:39 +0100)]
s3: "dom_name" is not needed in idmap_nss_sids_to_unixids

13 years agos3: "ctx" is not needed in idmap_nss_unixids_to_sids
Volker Lendecke [Tue, 8 Mar 2011 19:37:30 +0000 (20:37 +0100)]
s3: "ctx" is not needed in idmap_nss_unixids_to_sids

13 years agos3-selftest: only run smbtorture4 tests when smbtorture4 is available.
Günther Deschner [Tue, 8 Mar 2011 13:00:35 +0000 (14:00 +0100)]
s3-selftest: only run smbtorture4 tests when smbtorture4 is available.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Mar  8 14:51:18 CET 2011 on sn-devel-104

13 years agos3-selftest: add pattern test of dcerpc binding options (using rpc.lsa.lookupsids).
Günther Deschner [Sat, 5 Mar 2011 00:28:02 +0000 (01:28 +0100)]
s3-selftest: add pattern test of dcerpc binding options (using rpc.lsa.lookupsids).

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Mar  8 12:29:21 CET 2011 on sn-devel-104

13 years agos3-waf: fix the build.
Günther Deschner [Sat, 5 Mar 2011 00:26:55 +0000 (01:26 +0100)]
s3-waf: fix the build.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-epmd: remove some unused variables.
Günther Deschner [Sat, 5 Mar 2011 00:26:13 +0000 (01:26 +0100)]
s3-epmd: remove some unused variables.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-epmap: fix uninitialized variable in ep_register()
Günther Deschner [Sat, 5 Mar 2011 00:25:28 +0000 (01:25 +0100)]
s3-epmap: fix uninitialized variable in ep_register()

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-selftest: no need to run rpc.samba3.netlogon twice.
Günther Deschner [Fri, 4 Mar 2011 15:05:35 +0000 (16:05 +0100)]
s3-selftest: no need to run rpc.samba3.netlogon twice.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-rpc_server: Added IPv6 support for epmapper.
Andreas Schneider [Mon, 7 Mar 2011 16:26:42 +0000 (17:26 +0100)]
s3-rpc_server: Added IPv6 support for epmapper.

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-rpc_server: Free unused memory.
Andreas Schneider [Mon, 7 Mar 2011 12:12:47 +0000 (13:12 +0100)]
s3-rpc_server: Free unused memory.

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-winbind: Fixed the accept() for new_connection.
Andreas Schneider [Thu, 3 Mar 2011 14:31:04 +0000 (15:31 +0100)]
s3-winbind: Fixed the accept() for new_connection.

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-rpc_server: Fixed the accept() for ncalrpc_listener.
Andreas Schneider [Thu, 3 Mar 2011 14:07:16 +0000 (15:07 +0100)]
s3-rpc_server: Fixed the accept() for ncalrpc_listener.

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-rpc_server: Fixed the accept() for tcpip_listener.
Andreas Schneider [Thu, 3 Mar 2011 14:07:02 +0000 (15:07 +0100)]
s3-rpc_server: Fixed the accept() for tcpip_listener.

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-rpc_server: Fixed the accept() for named_pipe_listener.
Andreas Schneider [Thu, 3 Mar 2011 14:06:45 +0000 (15:06 +0100)]
s3-rpc_server: Fixed the accept() for named_pipe_listener.

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-librpc: Register NCALRPC pipes.
Andreas Schneider [Wed, 2 Mar 2011 14:28:25 +0000 (15:28 +0100)]
s3-librpc: Register NCALRPC pipes.

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos3-rpc_server: Create the ncalrpc endpoints.
Andreas Schneider [Wed, 2 Mar 2011 14:07:27 +0000 (15:07 +0100)]
s3-rpc_server: Create the ncalrpc endpoints.

Signed-off-by: Günther Deschner <gd@samba.org>