Matthieu Patou
ec48d3693d
provision: make gpo related function more reusable for upgradeprovision
...
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-28 22:54:08 +02:00
Jelmer Vernooij
66375cfba2
provision: Remove unnecessary whitespace.
2010-03-28 22:42:31 +02:00
Jelmer Vernooij
f4e314457f
selftest: Update locations in README.
2010-03-28 22:42:11 +02:00
Jelmer Vernooij
45f389b253
selftest: Remove unused BuildFarm output file (now using subunit)
2010-03-28 21:56:09 +02:00
Jelmer Vernooij
235cd3e5c4
selftest: Remove html subunit formatter; it's too simple and really belongs in subunit or testrepository upstream.
2010-03-28 21:46:58 +02:00
Jelmer Vernooij
b607f99688
Remove extension from format-subunit.
2010-03-28 21:46:58 +02:00
Volker Lendecke
9ecc30837b
s3: Slightly simplify unmap_unix_group
2010-03-28 19:05:36 +02:00
Volker Lendecke
c377a91373
Attempt to fix the build on AIX, that system seems to have a #define for s_type
2010-03-28 16:23:24 +02:00
Volker Lendecke
cae4105c92
s3: Remove unused bitmap_[allocate|free]
2010-03-28 15:25:17 +02:00
Volker Lendecke
59d09cbed8
s3: Use bitmap_talloc in vfs_full_audit.c
...
This also simplifies the calling convention for init_bitmap() slightly
2010-03-28 15:25:17 +02:00
Volker Lendecke
d3c6f4ae17
s3: Use bitmap_talloc for smb1 server tcons
2010-03-28 15:25:17 +02:00
Volker Lendecke
c67e498ae8
s3: Use bitmap_talloc in init_dptrs
2010-03-28 15:25:17 +02:00
Volker Lendecke
30c708b902
s3: Use bitmap_talloc in files.c
2010-03-28 15:25:17 +02:00
Volker Lendecke
0205633ed9
s3: Use bitmap_talloc in loadparm
2010-03-28 15:25:16 +02:00
Volker Lendecke
48f90be7b9
s3: A NULL context might be perfectly valid for bitmap_talloc
2010-03-28 15:25:16 +02:00
Volker Lendecke
2356c22825
s3: Fix a memleak in bitmap_talloc
2010-03-28 15:25:16 +02:00
Volker Lendecke
8a43679cea
s3: Use TALLOC_ZERO_ARRAY in bitmap_talloc
2010-03-28 15:25:16 +02:00
Volker Lendecke
ed5a65d7a0
s3: Fix the memory hierarchy in bitmap_talloc
2010-03-28 15:25:15 +02:00
Volker Lendecke
d77a1fb272
s3: Slightly simplify logic in conv_str_size
2010-03-28 15:25:15 +02:00
Volker Lendecke
ea0f9378a0
s3: Fix indentation in conv_str_size
2010-03-28 15:25:15 +02:00
Volker Lendecke
e541013e20
s3: Fix some nonempty blank lines
2010-03-28 15:25:15 +02:00
Volker Lendecke
4d8a974ddc
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.
2010-03-28 15:25:15 +02:00
Volker Lendecke
d5fd1f2077
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.
2010-03-28 15:25:15 +02:00
Volker Lendecke
3caaca9021
s3: Fix typos in a debug message in vfs_init_custom
2010-03-28 15:25:14 +02:00
Andrew Tridgell
09a676a471
s4-selftest: use CONFIG_H environment variable to find config.h
2010-03-28 17:57:29 +11:00
Andrew Bartlett
1f0467562b
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
2010-03-27 19:13:28 +11:00
Andrew Bartlett
f47454a04d
s4:heimdal_build Remove forced HAVE_STRERROR_R
...
This just causes warnings, now upstream has a more complete fix.
2010-03-27 19:12:33 +11:00
Andrew Bartlett
64b8b0cdaf
s4:heimal Update generated files (cp from Heimdal)
2010-03-27 12:24:00 +11:00
Andrew Bartlett
df7fbf28ee
s4:testprogs Update test to match current Heimdal
2010-03-27 12:23:21 +11:00
Andrew Bartlett
533024be44
s4:heimdal: import lorikeet-heimdal-201003262338 (commit f4e0dc17709829235f057e0e100d34802d3929ff)
2010-03-27 11:55:22 +11:00
Andrew Bartlett
6798543842
s4:testprogs Fix kinit test for updated Heimdal
2010-03-27 11:53:49 +11:00
Andrew Bartlett
564d5cd2c4
s4:heimdal New files and supporting logic for heimdal update
2010-03-27 11:53:23 +11:00
Andrew Bartlett
89eaef0253
s4:heimdal: import lorikeet-heimdal-201001120029 (commit a5e675fed7c5db8a7370b77ed0bfa724196aa84d)
2010-03-27 11:51:27 +11:00
Jeremy Allison
fac8ca52ad
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.
2010-03-26 17:09:58 -07:00
Günther Deschner
203a661e01
s3-selftest: set "lpq cache time = 0" in server configuration.
...
This fixes currently broken spoolss tests.
(make test variant).
Guenther
2010-03-26 23:01:19 +01:00
Günther Deschner
d3a22fc62b
s3-selftest: set "lpq cache time = 0" in server configuration.
...
This fixes currently broken spoolss tests.
Guenther
2010-03-26 23:01:19 +01:00
Günther Deschner
0909696261
s4-smbtorture: more JobInfo testing.
...
Guenther
2010-03-26 23:01:19 +01:00
Kai Blin
e968db6739
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.
2010-03-26 13:43:21 -07:00
Simo Sorce
c1f6f61f62
tdb: update exports and signatures files
2010-03-26 15:21:15 -04:00
Volker Lendecke
261c3b4f1b
tdb: Add a non-blocking version of tdb_transaction_start
2010-03-26 14:27:47 -04:00
Matthias Dieter Wallnöfer
d570a0af0b
s4:auth/credentials/credentials.c - initialise more content
...
Now all data should be initialised
2010-03-26 18:14:11 +01:00
Jeremy Allison
1fc5e7a3d6
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.
2010-03-26 09:32:40 -07:00
Karolin Seeger
4b89195f0c
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>
2010-03-26 15:24:21 +01:00
Andreas Schneider
a6f25fc635
s3-smbd: Don't close stdout if we want to log to stdout.
2010-03-26 14:48:54 +01:00
Günther Deschner
f70e1b4d43
s4-smbtorture: fail spoolss test on SetJob failure.
...
Guenther
2010-03-26 14:36:47 +01:00
Günther Deschner
dcec932279
s3-spoolss: return info for the correct printjob in _spoolss_GetJob().
...
Guenther
2010-03-26 14:36:47 +01:00
Günther Deschner
3da91b786e
s3-printing: avoid mixing cups backend code with nt_printing code in cups_pull_comment_location.
...
Guenther
2010-03-26 14:36:46 +01:00
Andrew Tridgell
772839640e
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)
2010-03-26 22:07:50 +11:00
Andrew Tridgell
789d67c499
s4-smbd: use tevent_re_initialise()
...
This fixes a crash bug on startup
2010-03-26 21:13:55 +11:00
Andrew Tridgell
5609c50433
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.
2010-03-26 21:13:27 +11:00