nivanova/samba-autobuild/.git
14 years agoupgradeprovision: Fix formatting, syntax error.
Jelmer Vernooij [Sun, 28 Mar 2010 20:58:36 +0000 (22:58 +0200)]
upgradeprovision: Fix formatting, syntax error.

14 years agos4 upgradeprovision: add information about upgrade in oEMInformation to keep a better...
Matthieu Patou [Sun, 28 Mar 2010 20:37:26 +0000 (00:37 +0400)]
s4 upgradeprovision: add information about upgrade in oEMInformation to keep a better trace of different updates

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agos4: allow upgrade provision to fix acl and missing dir on GPO dirs
Matthieu Patou [Sun, 28 Mar 2010 18:48:55 +0000 (22:48 +0400)]
s4: allow upgrade provision to fix acl and missing dir on GPO dirs

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoprovision: make gpo related function more reusable for upgradeprovision
Matthieu Patou [Tue, 23 Feb 2010 16:11:58 +0000 (19:11 +0300)]
provision: make gpo related function more reusable for upgradeprovision

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoprovision: Remove unnecessary whitespace.
Jelmer Vernooij [Sun, 28 Mar 2010 20:42:31 +0000 (22:42 +0200)]
provision: Remove unnecessary whitespace.

14 years agoselftest: Update locations in README.
Jelmer Vernooij [Sun, 28 Mar 2010 20:42:11 +0000 (22:42 +0200)]
selftest: Update locations in README.

14 years agoselftest: Remove unused BuildFarm output file (now using subunit)
Jelmer Vernooij [Sun, 28 Mar 2010 19:56:09 +0000 (21:56 +0200)]
selftest: Remove unused BuildFarm output file (now using subunit)

14 years agoselftest: Remove html subunit formatter; it's too simple and really belongs in subuni...
Jelmer Vernooij [Sun, 28 Mar 2010 19:45:42 +0000 (21:45 +0200)]
selftest: Remove html subunit formatter; it's too simple and really belongs in subunit or testrepository upstream.

14 years agoRemove extension from format-subunit.
Jelmer Vernooij [Sun, 28 Mar 2010 19:42:34 +0000 (21:42 +0200)]
Remove extension from format-subunit.

14 years agos3: Slightly simplify unmap_unix_group
Volker Lendecke [Sun, 14 Mar 2010 18:45:26 +0000 (19:45 +0100)]
s3: Slightly simplify unmap_unix_group

14 years agoAttempt to fix the build on AIX, that system seems to have a #define for s_type
Volker Lendecke [Sun, 28 Mar 2010 14:22:26 +0000 (16:22 +0200)]
Attempt to fix the build on AIX, that system seems to have a #define for s_type

14 years agos3: Remove unused bitmap_[allocate|free]
Volker Lendecke [Sun, 28 Mar 2010 12:32:47 +0000 (14:32 +0200)]
s3: Remove unused bitmap_[allocate|free]

14 years agos3: Use bitmap_talloc in vfs_full_audit.c
Volker Lendecke [Sun, 28 Mar 2010 12:26:53 +0000 (14:26 +0200)]
s3: Use bitmap_talloc in vfs_full_audit.c

This also simplifies the calling convention for init_bitmap() slightly

14 years agos3: Use bitmap_talloc for smb1 server tcons
Volker Lendecke [Sun, 28 Mar 2010 12:19:17 +0000 (14:19 +0200)]
s3: Use bitmap_talloc for smb1 server tcons

14 years agos3: Use bitmap_talloc in init_dptrs
Volker Lendecke [Sun, 28 Mar 2010 12:16:55 +0000 (14:16 +0200)]
s3: Use bitmap_talloc in init_dptrs

14 years agos3: Use bitmap_talloc in files.c
Volker Lendecke [Sun, 28 Mar 2010 12:14:48 +0000 (14:14 +0200)]
s3: Use bitmap_talloc in files.c

14 years agos3: Use bitmap_talloc in loadparm
Volker Lendecke [Sun, 28 Mar 2010 12:13:48 +0000 (14:13 +0200)]
s3: Use bitmap_talloc in loadparm

14 years agos3: A NULL context might be perfectly valid for bitmap_talloc
Volker Lendecke [Sun, 28 Mar 2010 12:05:55 +0000 (14:05 +0200)]
s3: A NULL context might be perfectly valid for bitmap_talloc

14 years agos3: Fix a memleak in bitmap_talloc
Volker Lendecke [Sun, 28 Mar 2010 12:03:57 +0000 (14:03 +0200)]
s3: Fix a memleak in bitmap_talloc

14 years agos3: Use TALLOC_ZERO_ARRAY in bitmap_talloc
Volker Lendecke [Sun, 28 Mar 2010 12:03:31 +0000 (14:03 +0200)]
s3: Use TALLOC_ZERO_ARRAY in bitmap_talloc

14 years agos3: Fix the memory hierarchy in bitmap_talloc
Volker Lendecke [Sun, 28 Mar 2010 12:02:47 +0000 (14:02 +0200)]
s3: Fix the memory hierarchy in bitmap_talloc

14 years agos3: Slightly simplify logic in conv_str_size
Volker Lendecke [Sun, 28 Mar 2010 11:16:58 +0000 (13:16 +0200)]
s3: Slightly simplify logic in conv_str_size

14 years agos3: Fix indentation in conv_str_size
Volker Lendecke [Sun, 28 Mar 2010 11:16:18 +0000 (13:16 +0200)]
s3: Fix indentation in conv_str_size

14 years agos3: Fix some nonempty blank lines
Volker Lendecke [Sun, 28 Mar 2010 11:13:03 +0000 (13:13 +0200)]
s3: Fix some nonempty blank lines

14 years agos3: Use tdb_transaction_start_nonblock in gencache_stabilize
Volker Lendecke [Fri, 26 Mar 2010 12:18:52 +0000 (13:18 +0100)]
s3: Use tdb_transaction_start_nonblock in gencache_stabilize

This avoids the thundering herd problem when 5000 smbds exit simultaneously
because the network went down.

14 years agoRevert "s3: Optimize gencache for smbd exit"
Volker Lendecke [Fri, 26 Mar 2010 12:15:53 +0000 (13:15 +0100)]
Revert "s3: Optimize gencache for smbd exit"

This reverts commit 5ca63676dc59e83ffd9560fdcfa26063f267f283.

That does not fully fix the problem, adding a tdb_transaction_start_nonblock to fix it.

14 years agos3: Fix typos in a debug message in vfs_init_custom
Volker Lendecke [Sun, 28 Mar 2010 12:21:49 +0000 (14:21 +0200)]
s3: Fix typos in a debug message in vfs_init_custom

14 years agos4-selftest: use CONFIG_H environment variable to find config.h
Andrew Tridgell [Sat, 27 Mar 2010 01:44:20 +0000 (12:44 +1100)]
s4-selftest: use CONFIG_H environment variable to find config.h

14 years agos4:heimdal Use correct variable to advance past -- options in kpasswd
Andrew Bartlett [Sat, 27 Mar 2010 08:13:28 +0000 (19:13 +1100)]
s4:heimdal Use correct variable to advance past -- options in kpasswd

This bug was introduced when kpasswd was migrated to a local getarg()
call, in Heimdal commit 7dd146072cd9b56d660a01f4aa20f8d81be356e8

Andrew Bartlett

14 years agos4:heimdal_build Remove forced HAVE_STRERROR_R
Andrew Bartlett [Sat, 27 Mar 2010 08:12:33 +0000 (19:12 +1100)]
s4:heimdal_build Remove forced HAVE_STRERROR_R

This just causes warnings, now upstream has a more complete fix.

14 years agos4:heimal Update generated files (cp from Heimdal)
Andrew Bartlett [Sat, 27 Mar 2010 01:24:00 +0000 (12:24 +1100)]
s4:heimal Update generated files (cp from Heimdal)

14 years agos4:testprogs Update test to match current Heimdal
Andrew Bartlett [Sat, 27 Mar 2010 01:23:21 +0000 (12:23 +1100)]
s4:testprogs Update test to match current Heimdal

14 years agos4:heimdal: import lorikeet-heimdal-201003262338 (commit f4e0dc17709829235f057e0e100d...
Andrew Bartlett [Sat, 27 Mar 2010 00:55:22 +0000 (11:55 +1100)]
s4:heimdal: import lorikeet-heimdal-201003262338 (commit f4e0dc17709829235f057e0e100d34802d3929ff)

14 years agos4:testprogs Fix kinit test for updated Heimdal
Andrew Bartlett [Sat, 27 Mar 2010 00:48:05 +0000 (11:48 +1100)]
s4:testprogs Fix kinit test for updated Heimdal

14 years agos4:heimdal New files and supporting logic for heimdal update
Andrew Bartlett [Tue, 12 Jan 2010 02:24:33 +0000 (13:24 +1100)]
s4:heimdal New files and supporting logic for heimdal update

14 years agos4:heimdal: import lorikeet-heimdal-201001120029 (commit a5e675fed7c5db8a7370b77ed0bf...
Andrew Bartlett [Tue, 12 Jan 2010 07:16:45 +0000 (18:16 +1100)]
s4:heimdal: import lorikeet-heimdal-201001120029 (commit a5e675fed7c5db8a7370b77ed0bfa724196aa84d)

14 years agoFix bug #7240 - Net usershare is not case sensitive.
Jeremy Allison [Sat, 27 Mar 2010 00:09:58 +0000 (17:09 -0700)]
Fix bug #7240 - Net usershare is not case sensitive.

Updates usershare files in a backwards compatible way.
I don't intend to back port this fix to 3.5.x as it
depends on a version upgrade in the share_info.tdb share security database.

Jeremy.

14 years agos3-selftest: set "lpq cache time = 0" in server configuration.
Günther Deschner [Fri, 26 Mar 2010 21:59:29 +0000 (22:59 +0100)]
s3-selftest: set "lpq cache time = 0" in server configuration.

This fixes currently broken spoolss tests.
(make test variant).

Guenther

14 years agos3-selftest: set "lpq cache time = 0" in server configuration.
Günther Deschner [Fri, 26 Mar 2010 21:58:42 +0000 (22:58 +0100)]
s3-selftest: set "lpq cache time = 0" in server configuration.

This fixes currently broken spoolss tests.

Guenther

14 years agos4-smbtorture: more JobInfo testing.
Günther Deschner [Fri, 26 Mar 2010 14:23:34 +0000 (15:23 +0100)]
s4-smbtorture: more JobInfo testing.

Guenther

14 years agos3 ntlm_auth: Don't malloc data that will be talloc_free()d
Kai Blin [Thu, 25 Mar 2010 21:22:56 +0000 (22:22 +0100)]
s3 ntlm_auth: Don't malloc data that will be talloc_free()d

This fixes bug #7290
Thanks to Mohan <mohann@silver-peak.com> for the bug report.

14 years agotdb: update exports and signatures files
Simo Sorce [Fri, 26 Mar 2010 19:21:15 +0000 (15:21 -0400)]
tdb: update exports and signatures files

14 years agotdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke [Fri, 26 Mar 2010 12:18:33 +0000 (13:18 +0100)]
tdb: Add a non-blocking version of tdb_transaction_start

14 years agos4:auth/credentials/credentials.c - initialise more content
Matthias Dieter Wallnöfer [Fri, 26 Mar 2010 09:08:47 +0000 (10:08 +0100)]
s4:auth/credentials/credentials.c - initialise more content

Now all data should be initialised

14 years agoRevert the part of bug fix #7233 - print fails with jobs >4GB from Win7 clients.
Jeremy Allison [Fri, 26 Mar 2010 16:32:40 +0000 (09:32 -0700)]
Revert the part of bug fix #7233 - print fails with jobs >4GB from Win7 clients.

Submitter reports print file corruption after 2GB when SMBwrite etc.
always write at EOF. Still working on the fix.

Jeremy.

14 years agos3-util_sock: Rise debug level for getpeername failed messages.
Karolin Seeger [Fri, 26 Mar 2010 14:14:35 +0000 (15:14 +0100)]
s3-util_sock: Rise debug level for getpeername failed messages.

Don't show all getpeername failed messages in debug level 0 and 1.

Karolin

Signed-off-by: Volker Lendecke <vl@samba.org>
14 years agos3-smbd: Don't close stdout if we want to log to stdout.
Andreas Schneider [Fri, 26 Mar 2010 10:17:37 +0000 (11:17 +0100)]
s3-smbd: Don't close stdout if we want to log to stdout.

14 years agos4-smbtorture: fail spoolss test on SetJob failure.
Günther Deschner [Fri, 26 Mar 2010 12:37:42 +0000 (13:37 +0100)]
s4-smbtorture: fail spoolss test on SetJob failure.

Guenther

14 years agos3-spoolss: return info for the correct printjob in _spoolss_GetJob().
Günther Deschner [Fri, 26 Mar 2010 12:36:00 +0000 (13:36 +0100)]
s3-spoolss: return info for the correct printjob in _spoolss_GetJob().

Guenther

14 years agos3-printing: avoid mixing cups backend code with nt_printing code in cups_pull_commen...
Günther Deschner [Fri, 26 Mar 2010 12:17:49 +0000 (13:17 +0100)]
s3-printing: avoid mixing cups backend code with nt_printing code in cups_pull_comment_location.

Guenther

14 years agos3-event: switch s3 to using tevent_re_initialise()
Andrew Tridgell [Fri, 26 Mar 2010 11:07:50 +0000 (22:07 +1100)]
s3-event: switch s3 to using tevent_re_initialise()

This correctly initialises the event backend, and checks for errors

(thanks to Metze for suggesting this)

14 years agos4-smbd: use tevent_re_initialise()
Andrew Tridgell [Fri, 26 Mar 2010 10:13:55 +0000 (21:13 +1100)]
s4-smbd: use tevent_re_initialise()

This fixes a crash bug on startup

14 years agotevent: added tevent_re_initialise()
Andrew Tridgell [Fri, 26 Mar 2010 10:13:27 +0000 (21:13 +1100)]
tevent: added tevent_re_initialise()

This allows us to re-initialise a tevent context without destroying
the pointer. That means that if someone keeps a long term ptr to the
event context across a fork it will still work.

This also brings the memory handling in single and standard process
models much closer together, which means less bugs that we don't find
with make test.

14 years agoutil: on FreeBSD true is in /usr/bin. Use execvp to find it
Andrew Tridgell [Fri, 26 Mar 2010 08:03:22 +0000 (19:03 +1100)]
util: on FreeBSD true is in /usr/bin. Use execvp to find it

14 years agolibutil: moved the networking defines to util_net.h
Andrew Tridgell [Fri, 26 Mar 2010 06:36:02 +0000 (17:36 +1100)]
libutil: moved the networking defines to util_net.h

These were causing thousands of warnings on solaris8

14 years agolibreplace: strerror_r() is needed by heimdal on solaris8
Andrew Tridgell [Fri, 26 Mar 2010 05:50:24 +0000 (16:50 +1100)]
libreplace: strerror_r() is needed by heimdal on solaris8

14 years agos4-drs: replmd_delete with the 3 stage deletion recycle bin
Eduardo Lima [Wed, 24 Mar 2010 19:21:15 +0000 (16:21 -0300)]
s4-drs: replmd_delete with the 3 stage deletion recycle bin

14 years agotsocket: not all systems have IPV6_V6ONLY
Andrew Tridgell [Thu, 25 Mar 2010 05:42:19 +0000 (16:42 +1100)]
tsocket: not all systems have IPV6_V6ONLY

14 years agoSecond part of bug #7288 - SMB job IDs in CUPS job names wrong.
Jeremy Allison [Fri, 26 Mar 2010 01:20:33 +0000 (18:20 -0700)]
Second part of bug #7288 - SMB job IDs in CUPS job names wrong.

Forgot to delete the overload of the smbjob bool.

Jeremy.

14 years agoFix bug #7288 - SMB job IDs in CUPS job names wrong.
Jeremy Allison [Fri, 26 Mar 2010 00:36:47 +0000 (17:36 -0700)]
Fix bug #7288 - SMB job IDs in CUPS job names wrong.

Based on a patch from Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>.

I think this is the correct fix. It causes cups_job_submit to use
print_parse_jobid(), which I've moved into printing/lpq_parse.c (to allow the
link to work).

It turns out the old print_parse_jobid() was *broken*, in that the pjob
filename was set as an absolute path - not relative to the sharename (due to it
not going through the VFS calls).

This meant that the original code doing a strncmp on the first part of the
filename would always fail - it starts with a "/", not the relative pathname of
PRINT_SPOOL_PREFIX ("smbprn.").

This fix could fix some other mysterious printing bugs - probably the ones
Guenther noticed where job control fails on non-cups backends.

Guenther PLEASE CHECK !

Jeremy.

14 years agoFix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.
Jeremy Allison [Fri, 26 Mar 2010 00:09:23 +0000 (17:09 -0700)]
Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.

Ensure we don't dereference an array with an index of -1.

Jeremy.

14 years agos3: vfs_smb_traffic_analyzer.c: remove warnings from developer build
Holger Hetterich [Mon, 22 Mar 2010 14:05:33 +0000 (15:05 +0100)]
s3: vfs_smb_traffic_analyzer.c: remove warnings from developer build

This patch should remove all warnings coming up when compiling
traffic analyzer with configure.developer.

Re-activate the smb_traffic_analyzer_rmdir function by adding it's
vfs_fn_pointer to vfs_smb_traffic_analyzer_fns.

Copy the mode_t used in smb_traffic_analyzer_open to the corresponding
data structure.

14 years agos3:passdb: avoid sid_to_gid() if the sid is "domain users"
Stefan Metzmacher [Thu, 25 Mar 2010 19:59:49 +0000 (20:59 +0100)]
s3:passdb: avoid sid_to_gid() if the sid is "domain users"

If the call fails we would use the "domain users" sid anyway.

metze

14 years agos4:libcli/wrepl: correctly remove the tstream_context when the connection is dead
Stefan Metzmacher [Thu, 25 Mar 2010 16:58:19 +0000 (17:58 +0100)]
s4:libcli/wrepl: correctly remove the tstream_context when the connection is dead

metze

14 years agos4-smbtorture: fix include of proto header in main RAP test.
Günther Deschner [Thu, 25 Mar 2010 17:36:12 +0000 (18:36 +0100)]
s4-smbtorture: fix include of proto header in main RAP test.

Guenther

14 years agos3: Fix a missing </listitem> in vfs_crossrename.8.xml
Torsten Kurbad [Thu, 25 Mar 2010 16:58:27 +0000 (17:58 +0100)]
s3: Fix a missing </listitem> in vfs_crossrename.8.xml

14 years agos3: Add a comment to notify_internal_parent_init, this is pretty confusing
Volker Lendecke [Thu, 25 Mar 2010 15:45:02 +0000 (16:45 +0100)]
s3: Add a comment to notify_internal_parent_init, this is pretty confusing

14 years agos3: Add a comment to serverid_parent_init, this is pretty confusing
Volker Lendecke [Thu, 25 Mar 2010 15:44:41 +0000 (16:44 +0100)]
s3: Add a comment to serverid_parent_init, this is pretty confusing

14 years agos3: Add a comment to messaging_tdb_parent_init, this is pretty confusing
Volker Lendecke [Thu, 25 Mar 2010 15:44:02 +0000 (16:44 +0100)]
s3: Add a comment to messaging_tdb_parent_init, this is pretty confusing

14 years agos3: Make sure our CLEAR_IF_FIRST optimization works for serverid.tdb
Volker Lendecke [Thu, 25 Mar 2010 15:02:54 +0000 (16:02 +0100)]
s3: Make sure our CLEAR_IF_FIRST optimization works for serverid.tdb

In the child, we fully re-open serverid.tdb, which leads to one fcntl lock for
CLEAR_IF_FIRST detection per smbd. This opens the tdb in the parent and holds
it, so that tdb_reopen_all correctly catches the CLEAR_IF_FIRST bit.

14 years agos3: Make sure our CLEAR_IF_FIRST optimization works for the notify tdbs
Volker Lendecke [Thu, 25 Mar 2010 15:01:54 +0000 (16:01 +0100)]
s3: Make sure our CLEAR_IF_FIRST optimization works for the notify tdbs

The notify tdb files are opened at tconX time, which leads to one fcntl lock
for CLEAR_IF_FIRST detection per smbd. This opens the tdbs in the parent and
holds it, so that tdb_reopen_all correctly catches the CLEAR_IF_FIRST bit.

14 years agos3: Make sure our CLEAR_IF_FIRST optimization works for messaging.tdb
Volker Lendecke [Thu, 25 Mar 2010 14:59:41 +0000 (15:59 +0100)]
s3: Make sure our CLEAR_IF_FIRST optimization works for messaging.tdb

In the child, we fully re-open messaging.tdb, which leads to one fcntl lock for
CLEAR_IF_FIRST detection per smbd. This opens the tdb in the parent and holds
it, so that tdb_reopen_all correctly catches the CLEAR_IF_FIRST bit.

14 years agos3: Fix some nonempty blank lines
Volker Lendecke [Thu, 25 Mar 2010 14:43:47 +0000 (15:43 +0100)]
s3: Fix some nonempty blank lines

14 years agos3-selftest: enable RAP-RPC test against s3.
Günther Deschner [Thu, 25 Mar 2010 13:40:40 +0000 (14:40 +0100)]
s3-selftest: enable RAP-RPC test against s3.

Guenther

14 years agos3-selftest: add RAP-RPC testsuite for crosschecking RAP and DCERPC calls.
Günther Deschner [Thu, 25 Mar 2010 12:17:05 +0000 (13:17 +0100)]
s3-selftest: add RAP-RPC testsuite for crosschecking RAP and DCERPC calls.

Guenther

14 years agos4-smbtorture: fix drsblobs ndr torture test.
Günther Deschner [Thu, 25 Mar 2010 10:02:33 +0000 (11:02 +0100)]
s4-smbtorture: fix drsblobs ndr torture test.

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Thu, 25 Mar 2010 10:02:10 +0000 (11:02 +0100)]
s3: re-run make samba3-idl.

Guenther

14 years agodrsblobs: remove utf8string2 from ForestTrustData.
Günther Deschner [Thu, 25 Mar 2010 09:56:15 +0000 (10:56 +0100)]
drsblobs: remove utf8string2 from ForestTrustData.

Simo, it's not really worth to add a new idl type just for being able to omit
the size field. The size field is part of the spec in MS-ADTS 7.1.6.9.3.1 so we
should have it as well.

Guenther

14 years agos4-smbtorture: activate job control tests against s3 in spoolss tests.
Günther Deschner [Thu, 25 Mar 2010 09:20:14 +0000 (10:20 +0100)]
s4-smbtorture: activate job control tests against s3 in spoolss tests.

Spoolss job control commands work for cups in s3 now but not for other
backends. We need to investigate why.

Guenther

14 years agotdb: Fix indentation in tdb_new_database()
Volker Lendecke [Thu, 25 Mar 2010 09:29:41 +0000 (10:29 +0100)]
tdb: Fix indentation in tdb_new_database()

14 years agoFix some nonempty blank lines
Volker Lendecke [Thu, 25 Mar 2010 09:19:48 +0000 (10:19 +0100)]
Fix some nonempty blank lines

14 years agos4:selftest Add testing of kpasswd password set on servicePrincipalName
Andrew Bartlett [Thu, 25 Mar 2010 05:30:54 +0000 (16:30 +1100)]
s4:selftest Add testing of kpasswd password set on servicePrincipalName

14 years agos4:kdc Add support for changing password of a servicePrincipalName
Andrew Bartlett [Thu, 25 Mar 2010 05:27:40 +0000 (16:27 +1100)]
s4:kdc Add support for changing password of a servicePrincipalName

Apparently AD supports setting a password on a servicePrincipalName,
not just a user principal name.  This should fix (part of) the join of
OpenSolaris's internal CIFS server to Samba4 as reported by Bug #7273

Andrew Bartlett

14 years agos4-ldb: fixed command line parsing in oLschema2ldif
Andrew Tridgell [Thu, 25 Mar 2010 04:45:08 +0000 (15:45 +1100)]
s4-ldb: fixed command line parsing in oLschema2ldif

It really doesn't make sense to use the ldb command line code

14 years agos4-ldb: removed unused command line options -I and -O
Andrew Tridgell [Thu, 25 Mar 2010 04:06:40 +0000 (15:06 +1100)]
s4-ldb: removed unused command line options -I and -O

These are not used anywehere, so they just confuse people

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

14 years agos4-drs: If we are a RODC then do not send DSReplicaSync messages
Fernando J V da Silva [Wed, 24 Mar 2010 16:02:36 +0000 (13:02 -0300)]
s4-drs: If we are a RODC then do not send DSReplicaSync messages

14 years agopython: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell [Wed, 24 Mar 2010 05:50:50 +0000 (16:50 +1100)]
python: use '#!/usr/bin/env python' to cope with varying install locations

this should be much more portable

14 years agoFix bug #7269 - Job management commands don't work for CUPS queues.
Michael Karcher [Thu, 25 Mar 2010 00:33:21 +0000 (17:33 -0700)]
Fix bug #7269 - Job management commands don't work for CUPS queues.

Samba needs to retrieve pjob->sysjob from the CUPS response (as
is done in the iprint backend).

14 years agos3-selftest: move printing config to global section.
Günther Deschner [Wed, 24 Mar 2010 23:55:32 +0000 (00:55 +0100)]
s3-selftest: move printing config to global section.

"make test" variant.

Guenther

14 years agos3-selftest: move printing config to global section.
Günther Deschner [Wed, 24 Mar 2010 23:55:13 +0000 (00:55 +0100)]
s3-selftest: move printing config to global section.

Guenther

14 years agos4-smbtorture: add print test to RPC-SPOOLSS-PRINTER as well.
Günther Deschner [Wed, 24 Mar 2010 23:49:38 +0000 (00:49 +0100)]
s4-smbtorture: add print test to RPC-SPOOLSS-PRINTER as well.

Guenther

14 years agos4-smbtorture: create several printjobs during print test in RPC-SPOOLSS.
Günther Deschner [Wed, 24 Mar 2010 23:37:45 +0000 (00:37 +0100)]
s4-smbtorture: create several printjobs during print test in RPC-SPOOLSS.

Guenther

14 years agos4-smbtorture: mention job id in GetJob test output in RPC-SPOOLSS.
Günther Deschner [Wed, 24 Mar 2010 23:48:55 +0000 (00:48 +0100)]
s4-smbtorture: mention job id in GetJob test output in RPC-SPOOLSS.

Guenther

14 years agos4-smbtorture: mention job id in SetJob test output in RPC-SPOOLSS.
Günther Deschner [Wed, 24 Mar 2010 23:33:35 +0000 (00:33 +0100)]
s4-smbtorture: mention job id in SetJob test output in RPC-SPOOLSS.

Guenther

14 years agoFix bug #7233 - print fails with jobs >4GB from Win7 clients.
Jeremy Allison [Wed, 24 Mar 2010 19:47:01 +0000 (12:47 -0700)]
Fix bug #7233 - print fails with jobs >4GB from Win7 clients.

Ensure we always write at end-of-file for older write calls.

Jeremy.

14 years agoMissing include guard in source4/libcli/security/security.h
Jeremy Allison [Wed, 24 Mar 2010 19:20:03 +0000 (12:20 -0700)]
Missing include guard in source4/libcli/security/security.h

Jeremy.

14 years agoFix bug #7283 - vfs_acl_tdb does not work as expected.
Jeremy Allison [Wed, 24 Mar 2010 17:31:43 +0000 (10:31 -0700)]
Fix bug #7283 - vfs_acl_tdb does not work as expected.

both vfs_acl_common.c and vfs_acl_tdb.c were using the connection
handle, thus conflicted. Fix this.

Jeremy.

14 years agoFix valgrind warning when source and dest stat are identical.
Jeremy Allison [Wed, 24 Mar 2010 17:31:14 +0000 (10:31 -0700)]
Fix valgrind warning when source and dest stat are identical.

Jeremy.

14 years agos4-smbtorture: add drsblobs ndr torture test.
Günther Deschner [Wed, 24 Mar 2010 17:08:21 +0000 (18:08 +0100)]
s4-smbtorture: add drsblobs ndr torture test.

Guenther

14 years agos4-smbtorture: move up torture_assert_sid_equal at least to the torture/ndr level.
Günther Deschner [Wed, 24 Mar 2010 17:29:52 +0000 (18:29 +0100)]
s4-smbtorture: move up torture_assert_sid_equal at least to the torture/ndr level.

Guenther