ira/wip.git
14 years agotestprogs: fix REG_SZ in print_printer_data.
Günther Deschner [Tue, 2 Mar 2010 16:24:14 +0000 (17:24 +0100)]
testprogs: fix REG_SZ in print_printer_data.

Guenther

14 years agoLDB:NSS - make LDB "signed-safe" on counter variables
Matthias Dieter Wallnöfer [Fri, 6 Nov 2009 17:35:17 +0000 (18:35 +0100)]
LDB:NSS - make LDB "signed-safe" on counter variables

"i" needs to be unsigned on both places since it counts till a "count" variable
of a "struct ldb_result" object which itself is unsigned.

I see counting variables much better as "unsigned" since in most cases we don't
use negative values at all. We've only to be careful on binary searches and
downto counts regarding them.

14 years agos4:echo RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 17:58:26 +0000 (18:58 +0100)]
s4:echo RPC - make this one "signed-safe"

"i" needs to be unsigned here since it counts until "r->in.len" which itself is
unsigned and not signed.

14 years agotestprogs: test result of GetPrinterDataEx against SetPrinterDataEx args.
Günther Deschner [Tue, 2 Mar 2010 14:19:57 +0000 (15:19 +0100)]
testprogs: test result of GetPrinterDataEx against SetPrinterDataEx args.

Guenther

14 years agos3: Fix some C++ warnings
Volker Lendecke [Tue, 2 Mar 2010 13:05:19 +0000 (14:05 +0100)]
s3: Fix some C++ warnings

14 years agos3: Fix an uninitialized variable warning
Volker Lendecke [Tue, 2 Mar 2010 12:51:08 +0000 (13:51 +0100)]
s3: Fix an uninitialized variable warning

14 years agos3:vfs_aixacl2: add missing semicolon
Björn Jacke [Tue, 2 Mar 2010 12:00:19 +0000 (13:00 +0100)]
s3:vfs_aixacl2: add missing semicolon

fixes #7197. Thanks to William Jojo for the correction.

14 years agos4:provision - Moved default FDS SASL mappings deletion from post_setup() to init().
Endi S. Dewata [Fri, 29 Jan 2010 22:05:22 +0000 (16:05 -0600)]
s4:provision - Moved default FDS SASL mappings deletion from post_setup() to init().

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4:provision - Moved setup_db_config() into OpenLDAPBackend class.
Endi S. Dewata [Fri, 29 Jan 2010 09:24:20 +0000 (03:24 -0600)]
s4:provision - Moved setup_db_config() into OpenLDAPBackend class.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4:provision - Moved backend-specific variables into backend class.
Endi S. Dewata [Fri, 29 Jan 2010 01:51:11 +0000 (19:51 -0600)]
s4:provision - Moved backend-specific variables into backend class.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4:provision - Use netbios name for FDS instance name.
Endi S. Dewata [Fri, 29 Jan 2010 01:35:29 +0000 (19:35 -0600)]
s4:provision - Use netbios name for FDS instance name.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB_CONTROL...
Endi S. Dewata [Tue, 19 Jan 2010 02:57:01 +0000 (20:57 -0600)]
s4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB_CONTROL_AS_SYSTEM_OID

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos3:groupmap revert to tdb storage
Simo Sorce [Fri, 26 Feb 2010 20:16:23 +0000 (15:16 -0500)]
s3:groupmap revert to tdb storage

Group mapping needs to be cluster aware, and this means using the tdb backend.
Remove ldb group mapping as this is not cluster aware.

14 years agos4:srvsvc RPC - revert one unsigned integer "i" back to signed
Matthias Dieter Wallnöfer [Mon, 1 Mar 2010 20:11:39 +0000 (21:11 +0100)]
s4:srvsvc RPC - revert one unsigned integer "i" back to signed

This is needed since this particular "i" counts until "count" which itself is
signed. "count" is set through a signed integer variable parameter from the
"share_list_all" call.

14 years agotestprogs: better usage text.
Günther Deschner [Mon, 1 Mar 2010 20:12:49 +0000 (21:12 +0100)]
testprogs: better usage text.

Guenther

14 years agotestprogs: add very basic PrinterData test for printers.
Günther Deschner [Mon, 1 Mar 2010 20:00:20 +0000 (21:00 +0100)]
testprogs: add very basic PrinterData test for printers.

This very basically tests SetPrinterDataEx, GetPrinterDataEx and
DeletePrinterDataEx.

Guenther

14 years agotestprogs: rename test_PrinterData to test_PrinterData_Server.
Günther Deschner [Mon, 1 Mar 2010 19:58:41 +0000 (20:58 +0100)]
testprogs: rename test_PrinterData to test_PrinterData_Server.

Guenther

14 years agotestprogs: add SetPrinterDataEx test.
Günther Deschner [Mon, 1 Mar 2010 19:57:52 +0000 (20:57 +0100)]
testprogs: add SetPrinterDataEx test.

Guenther

14 years agotestprogs: add DeletePrinterKey test.
Günther Deschner [Mon, 1 Mar 2010 19:56:36 +0000 (20:56 +0100)]
testprogs: add DeletePrinterKey test.

Guenther

14 years agotestprogs: add DeletePrinterDataEx test.
Günther Deschner [Mon, 1 Mar 2010 16:42:19 +0000 (17:42 +0100)]
testprogs: add DeletePrinterDataEx test.

Guenther

14 years agotestprogs: allow to test a single printer when given on the cmdline.
Günther Deschner [Mon, 1 Mar 2010 19:15:51 +0000 (20:15 +0100)]
testprogs: allow to test a single printer when given on the cmdline.

14 years agotestprogs: add RPC_X_NULL_REF_POINTER error code
Günther Deschner [Mon, 1 Mar 2010 17:01:42 +0000 (18:01 +0100)]
testprogs: add RPC_X_NULL_REF_POINTER error code

14 years agos4:RPC-ECHO: don't ignore errors in the Sleep test now that we support async rpc...
Stefan Metzmacher [Sat, 27 Feb 2010 09:16:56 +0000 (10:16 +0100)]
s4:RPC-ECHO: don't ignore errors in the Sleep test now that we support async rpc over ncacn_np

metze

14 years agos4:rpc_server/remote: do async calls
Stefan Metzmacher [Mon, 1 Mar 2010 14:20:19 +0000 (15:20 +0100)]
s4:rpc_server/remote: do async calls

metze

14 years agos4:srvsvc RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 18:08:42 +0000 (19:08 +0100)]
s4:srvsvc RPC - make this one "signed-safe"

14 years agos4:unixinfo RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 18:03:59 +0000 (19:03 +0100)]
s4:unixinfo RPC - make this one "signed-safe"

14 years agos4:spoolss RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 18:03:18 +0000 (19:03 +0100)]
s4:spoolss RPC - make this one "signed-safe"

14 years agos4:remote RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 18:01:53 +0000 (19:01 +0100)]
s4:remote RPC - make this one "signed-safe"

14 years agos4:epmapper RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 17:59:30 +0000 (18:59 +0100)]
s4:epmapper RPC - make this one "signed-safe"

14 years agos3: Abstract access to sessionid.tdb, similar to conn_tdb.c
Volker Lendecke [Mon, 1 Mar 2010 15:18:23 +0000 (16:18 +0100)]
s3: Abstract access to sessionid.tdb, similar to conn_tdb.c

14 years agos4:LDB - cosmetic fix for a "for" loop
Matthias Dieter Wallnöfer [Mon, 1 Mar 2010 15:48:03 +0000 (16:48 +0100)]
s4:LDB - cosmetic fix for a "for" loop

14 years agoFix the build, add filtered subunit runner.
Jelmer Vernooij [Mon, 1 Mar 2010 15:24:29 +0000 (16:24 +0100)]
Fix the build, add filtered subunit runner.

14 years agoAdd testrepository configuration.
Jelmer Vernooij [Mon, 1 Mar 2010 13:42:38 +0000 (14:42 +0100)]
Add testrepository configuration.

14 years agoMore formatting fixes, pointed out by pylint.
Jelmer Vernooij [Mon, 1 Mar 2010 04:04:23 +0000 (05:04 +0100)]
More formatting fixes, pointed out by pylint.

14 years agos4:RPC-NETLOGON: remove useless rpc callback
Stefan Metzmacher [Sat, 27 Feb 2010 09:02:40 +0000 (10:02 +0100)]
s4:RPC-NETLOGON: remove useless rpc callback

If we got a failure from one request we bail out early.

metze

14 years agos4:RPC-ECHO: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher [Sat, 27 Feb 2010 09:01:50 +0000 (10:01 +0100)]
s4:RPC-ECHO: don't look at the internals of 'struct rpc_request'

metze

14 years agos4:libnet_become_dc: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher [Sat, 27 Feb 2010 09:00:42 +0000 (10:00 +0100)]
s4:libnet_become_dc: don't look at the internals of 'struct rpc_request'

metze

14 years agos4:drepl_out_helpers: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher [Sat, 27 Feb 2010 08:46:30 +0000 (09:46 +0100)]
s4:drepl_out_helpers: don't look at the internals of 'struct rpc_request'

metze

14 years agos4:drepl_notify: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher [Sat, 27 Feb 2010 08:43:21 +0000 (09:43 +0100)]
s4:drepl_notify: don't look at the internals of 'struct rpc_request'

metze

14 years agos4:librpc/rpc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:librpc/rpc: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:torture/rpc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:torture/rpc: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:winbind: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:winbind: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:dsdb/repl: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:dsdb/repl: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:libnet: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:libnet: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:libnet_become_dc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Mon, 1 Mar 2010 12:56:01 +0000 (13:56 +0100)]
s4:libnet_become_dc: make use of explicit dcerpc_*_recv functions

metze

14 years agopidl:NDR/Client.pm: generate explicit _recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:34:04 +0000 (10:34 +0100)]
pidl:NDR/Client.pm: generate explicit _recv functions

metze

14 years agos4-smbtorture: add stricter SetPrinterDataEx tests to spoolss tests.
Günther Deschner [Mon, 1 Mar 2010 13:35:59 +0000 (14:35 +0100)]
s4-smbtorture: add stricter SetPrinterDataEx tests to spoolss tests.

Guenther

14 years agos4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER.
Günther Deschner [Mon, 1 Mar 2010 13:27:43 +0000 (14:27 +0100)]
s4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER.

Guenther

14 years agos4-smbtorture: return needed size pointer from test_GetPrinterDataEx.
Günther Deschner [Mon, 1 Mar 2010 13:26:30 +0000 (14:26 +0100)]
s4-smbtorture: return needed size pointer from test_GetPrinterDataEx.

Guenther

14 years agos4-smbtorture: test at least three different regtypes in test_SetPrinterDataEx.
Günther Deschner [Mon, 1 Mar 2010 11:53:11 +0000 (12:53 +0100)]
s4-smbtorture: test at least three different regtypes in test_SetPrinterDataEx.

Guenther

14 years agos3: Add connections_forall_read()
Volker Lendecke [Mon, 1 Mar 2010 13:28:22 +0000 (14:28 +0100)]
s3: Add connections_forall_read()

In a cluster, this makes a large difference: For r/w traverse, we have to do a
fetch_locked on every record which for most users of connections_forall is just
overkill.

14 years agos3: Make the difference between r/o and r/w in connections_db_ctx more obvious
Volker Lendecke [Thu, 25 Feb 2010 15:31:12 +0000 (16:31 +0100)]
s3: Make the difference between r/o and r/w in connections_db_ctx more obvious

14 years agos3: Make connections_forall open connections.tdb r/w
Volker Lendecke [Mon, 1 Mar 2010 12:57:36 +0000 (13:57 +0100)]
s3: Make connections_forall open connections.tdb r/w

connections_forall is called from count_current_connections() which potentially
deletes dead records. This needs r/w access to connections.tdb.
connections_traverse says it does not provide this. Does not really matter in
the smbd case, because we have opened it before r/w, so this is "just" cleanup.

14 years agoselftest/gdb_backtrace: call "info locals" too
Stefan Metzmacher [Mon, 1 Mar 2010 11:22:23 +0000 (12:22 +0100)]
selftest/gdb_backtrace: call "info locals" too

metze

14 years agos4/rodc: Implement samdb_rodc with ldb context
Anatoliy Atanasov [Mon, 1 Mar 2010 12:16:59 +0000 (14:16 +0200)]
s4/rodc: Implement samdb_rodc with ldb context

14 years agos4/libnet: Fix misleading comment
Anatoliy Atanasov [Mon, 1 Mar 2010 11:10:39 +0000 (13:10 +0200)]
s4/libnet: Fix misleading comment

14 years agos3: Remove unused "mypid" from count_current_connections() state
Volker Lendecke [Mon, 1 Mar 2010 11:15:41 +0000 (12:15 +0100)]
s3: Remove unused "mypid" from count_current_connections() state

14 years agopython: Add 'make pylint' convenience rule.
Jelmer Vernooij [Mon, 1 Mar 2010 03:56:42 +0000 (04:56 +0100)]
python: Add 'make pylint' convenience rule.

14 years agoGeneral cleanups of python code, hinted by pyflakes.
Jelmer Vernooij [Mon, 1 Mar 2010 03:46:40 +0000 (04:46 +0100)]
General cleanups of python code, hinted by pyflakes.

14 years agoAdd 'pyflakes' rule.
Jelmer Vernooij [Mon, 1 Mar 2010 03:45:43 +0000 (04:45 +0100)]
Add 'pyflakes' rule.

14 years agontacl: Use existing infrastructure.
Jelmer Vernooij [Mon, 1 Mar 2010 03:39:53 +0000 (04:39 +0100)]
ntacl: Use existing infrastructure.

14 years agoRemove __contains__ from mock object for consistency with actual
Jelmer Vernooij [Mon, 1 Mar 2010 02:46:56 +0000 (03:46 +0100)]
Remove __contains__ from mock object for consistency with actual
implementation.

14 years agogetntacl: Remove manpage for removed utility.
Jelmer Vernooij [Mon, 8 Feb 2010 02:26:18 +0000 (03:26 +0100)]
getntacl: Remove manpage for removed utility.

14 years agoFix SharesContainer.__len__.
Ricardo Jorge [Mon, 8 Feb 2010 00:13:48 +0000 (01:13 +0100)]
Fix SharesContainer.__len__.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoMore formatting fixes.
Jelmer Vernooij [Mon, 1 Mar 2010 02:41:52 +0000 (03:41 +0100)]
More formatting fixes.

14 years agoFix formatting.
Jelmer Vernooij [Mon, 1 Mar 2010 02:29:47 +0000 (03:29 +0100)]
Fix formatting.

14 years agoupgradeprovision: Remove unused imports, use shutil.rmtree rather than
Jelmer Vernooij [Mon, 1 Mar 2010 02:25:07 +0000 (03:25 +0100)]
upgradeprovision: Remove unused imports, use shutil.rmtree rather than
rmall.

14 years agoupgradeprovision: Move to pythondoc format
Matthieu Patou [Sun, 21 Feb 2010 18:29:36 +0000 (21:29 +0300)]
upgradeprovision: Move to pythondoc format

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoupgradeprovision: Allow script to be called with pydoc
Matthieu Patou [Sun, 21 Feb 2010 18:28:35 +0000 (21:28 +0300)]
upgradeprovision: Allow script to be called with pydoc

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoupgrade provision: change the meaning of handle_security_desc to be similar to handle...
Matthieu Patou [Sat, 20 Feb 2010 07:51:25 +0000 (10:51 +0300)]
upgrade provision: change the meaning of handle_security_desc to be similar to handle_special_case

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoupgradeprovision: code cleanup
Matthieu Patou [Tue, 23 Feb 2010 13:45:51 +0000 (16:45 +0300)]
upgradeprovision: code cleanup

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoupgradeprovision: split the big script to put reusable functions appart
Matthieu Patou [Sun, 31 Jan 2010 19:06:01 +0000 (22:06 +0300)]
upgradeprovision: split the big script to put reusable functions appart

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agos3: Use talloc_tos() in yield_connection()
Volker Lendecke [Fri, 26 Feb 2010 16:53:34 +0000 (17:53 +0100)]
s3: Use talloc_tos() in yield_connection()

14 years agos3: Remove unused count_all_current_connections()
Volker Lendecke [Fri, 26 Feb 2010 16:47:44 +0000 (17:47 +0100)]
s3: Remove unused count_all_current_connections()

14 years agos3: Fix the CHAIN1 torture test
Volker Lendecke [Sun, 28 Feb 2010 17:45:41 +0000 (18:45 +0100)]
s3: Fix the CHAIN1 torture test

I've tried to solve this just within cli_smb_recv(), but I could not find a way
to sanely determine when we are receiving the last entry in the chain just from
looking at the blob. This solves it in an a bit more brutal way...

14 years agotdb: If tdb_parse_record does not find a record, return -1 instead of 0
Volker Lendecke [Sat, 27 Feb 2010 18:26:01 +0000 (19:26 +0100)]
tdb: If tdb_parse_record does not find a record, return -1 instead of 0

14 years agos3: Fix but 7145 -- duplicate sam and unix accounts
Volker Lendecke [Sun, 28 Feb 2010 13:38:14 +0000 (14:38 +0100)]
s3: Fix but 7145 -- duplicate sam and unix accounts

For me this survives the

TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMR-LARGE-DC LOCAL-NSS-WRAPPER" make test

reproducer. Günther, please check!

Volker

14 years agos3: vfs_full_audit.c: implement negated vfs_ops in the success/failure list
Holger Hetterich [Thu, 18 Feb 2010 14:13:59 +0000 (15:13 +0100)]
s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure list

Supports negated arguments in configuration like:
full_audit:success = all !readdir !telldir !closedir
Update the manpage accordingly.
Part of BSO#4025

14 years agos3: Copy the mapping.c license header to mapping.h
Volker Lendecke [Sat, 27 Feb 2010 10:17:27 +0000 (11:17 +0100)]
s3: Copy the mapping.c license header to mapping.h

We need some license header there. If this does incorrect copyright
attributions, please correct this.

14 years agoFix one of the valgrind warnings from bug #6814 - Fixes for problems reported by...
Roel van Meer [Fri, 26 Feb 2010 22:54:22 +0000 (14:54 -0800)]
Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported by valgrind

The timeval passed to event_add_to_select_args() must be initialized
as event_add_to_select_args() uses a timeval_min() on this and next_event.

14 years agos4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)
Stefan Metzmacher [Fri, 26 Feb 2010 09:53:06 +0000 (10:53 +0100)]
s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)

metze

14 years agos4:ldb_dn: remove dn->ext_linearized when ext_components is modified.
Stefan Metzmacher [Fri, 26 Feb 2010 14:48:02 +0000 (15:48 +0100)]
s4:ldb_dn: remove dn->ext_linearized when ext_components is modified.

metze

14 years agos4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode()
Stefan Metzmacher [Thu, 25 Feb 2010 22:19:53 +0000 (23:19 +0100)]
s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode()

metze

14 years agos4:dsdb/schema: fix validation of DNs
Stefan Metzmacher [Fri, 26 Feb 2010 15:48:09 +0000 (16:48 +0100)]
s4:dsdb/schema: fix validation of DNs

ldb_dn_extended_filter() removes all but the listed components,
I didn't noticed that when writting the code.
Doing a ldb_dn_remove_extended_components(dn2) is wrong.

This was hidden by some bugs in the ldb_dn code.

metze

14 years agos4:provision.zone - fix port of "_ldap._tcp.gc._msdcs"
Matthias Dieter Wallnöfer [Fri, 26 Feb 2010 20:00:10 +0000 (21:00 +0100)]
s4:provision.zone - fix port of "_ldap._tcp.gc._msdcs"

14 years agos4:script/installmisc.sh - install "dns_update_list" to target setup folder
Matthias Dieter Wallnöfer [Fri, 26 Feb 2010 19:41:38 +0000 (20:41 +0100)]
s4:script/installmisc.sh - install "dns_update_list" to target setup folder

14 years ago.gitignore - ignore display of "mit_samba.so"
Matthias Dieter Wallnöfer [Fri, 26 Feb 2010 18:15:01 +0000 (19:15 +0100)]
.gitignore - ignore display of "mit_samba.so"

14 years agospoolss: fix build and version in spoolss_PrinterInfo0 (aka PRINTER_INFO_STRESS).
Günther Deschner [Fri, 26 Feb 2010 13:45:07 +0000 (14:45 +0100)]
spoolss: fix build and version in spoolss_PrinterInfo0 (aka PRINTER_INFO_STRESS).

Guenther

14 years agospoolss: add spoolss_Build to IDL.
Günther Deschner [Fri, 26 Feb 2010 13:44:22 +0000 (14:44 +0100)]
spoolss: add spoolss_Build to IDL.

Guenther

14 years agos4-winbind: Fixed the memory context of tstream_bsd_existing()
Andreas Schneider [Fri, 26 Feb 2010 09:21:10 +0000 (10:21 +0100)]
s4-winbind: Fixed the memory context of tstream_bsd_existing()

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos4-ntp: Fixed the memory context of tstream_bsd_existing()
Andreas Schneider [Fri, 26 Feb 2010 09:19:55 +0000 (10:19 +0100)]
s4-ntp: Fixed the memory context of tstream_bsd_existing()

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos4-kdc: Fixed the memory context of tstream_bsd_existing()
Andreas Schneider [Fri, 26 Feb 2010 09:35:01 +0000 (10:35 +0100)]
s4-kdc: Fixed the memory context of tstream_bsd_existing()

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos4:dcesrv_samr.c - Remove unused variable
Matthias Dieter Wallnöfer [Fri, 26 Feb 2010 10:53:49 +0000 (11:53 +0100)]
s4:dcesrv_samr.c - Remove unused variable

14 years agos4: Winbind allow to behave more correctly when we have more than a few users
Matthieu Patou [Thu, 25 Feb 2010 17:41:57 +0000 (20:41 +0300)]
s4: Winbind allow to behave more correctly when we have more than a few users

14 years agos4:python Add bindings to set GENSEC flags on credentials in python
Andrew Bartlett [Thu, 25 Feb 2010 09:22:52 +0000 (20:22 +1100)]
s4:python Add bindings to set GENSEC flags on credentials in python

This should allow these to be manipulated by python scripts that need
encrypted connections.

Andrew Bartlett

14 years agos3: remove unused schannel_auth_struct.
Günther Deschner [Fri, 26 Feb 2010 01:51:21 +0000 (02:51 +0100)]
s3: remove unused schannel_auth_struct.

Guenther

14 years agotestprogs: print the directory paths as well in spoolss test.
Günther Deschner [Fri, 26 Feb 2010 01:50:28 +0000 (02:50 +0100)]
testprogs: print the directory paths as well in spoolss test.

Guenther

14 years agolibcli/auth: print the error in the debug message
Stefan Metzmacher [Fri, 26 Feb 2010 09:09:36 +0000 (10:09 +0100)]
libcli/auth: print the error in the debug message

metze

14 years agos4-smb: Migrate named_pipe_server to tsocket.
Andreas Schneider [Thu, 4 Feb 2010 16:03:04 +0000 (17:03 +0100)]
s4-smb: Migrate named_pipe_server to tsocket.

This is an improved version of commit 69d5cea2e59162f19460e7ce4b6382fc5fdd6ca0,
which was reverted by commit 71c20f703b0c603d6aada63ed5634070a26df052.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agotsocket: Improve the tsocket_address_bsd_sockaddr documentation.
Andreas Schneider [Thu, 25 Feb 2010 13:32:39 +0000 (14:32 +0100)]
tsocket: Improve the tsocket_address_bsd_sockaddr documentation.

Signed-off-by: Stefan Metzmacher <metze@samba.org>