kai/samba-autobuild/.git
15 years agoChange order of includes in swig file to avoid warnings.
Jelmer Vernooij [Mon, 16 Jun 2008 21:25:48 +0000 (23:25 +0200)]
Change order of includes in swig file to avoid warnings.
(This used to be commit 0e1fccbd73eb0f219ea9662c56ee6da8a92f641a)

15 years agoRemove support for deprecated JS provisioning.
Jelmer Vernooij [Mon, 16 Jun 2008 21:19:14 +0000 (23:19 +0200)]
Remove support for deprecated JS provisioning.
(This used to be commit 9a5859c33e2377f3c5ee8d637fa81d49cb6f5456)

15 years agoAdd include in swig file as well.
Jelmer Vernooij [Mon, 16 Jun 2008 13:25:48 +0000 (15:25 +0200)]
Add include in swig file as well.
(This used to be commit c623313189728dd0553384e2e115cf10db4c7f25)

15 years agoFix build
Simo Sorce [Mon, 16 Jun 2008 13:04:33 +0000 (09:04 -0400)]
Fix build
(This used to be commit 220b58070239141158d796bd782d62cc36cd19db)

15 years agoFix ldb_wrap.c
Simo Sorce [Mon, 16 Jun 2008 13:04:06 +0000 (09:04 -0400)]
Fix ldb_wrap.c
(This used to be commit fd9f7c56752a06433cc26fa61a16d87941cbb2d3)

15 years agoFix cleanup.
Simo Sorce [Sun, 15 Jun 2008 15:15:12 +0000 (11:15 -0400)]
Fix cleanup.
(This used to be commit acbe365e34571218fe312f52edec98f4fe5b76be)

15 years agoNote that making ldb the event context parent seem to lead to races when
Simo Sorce [Sun, 15 Jun 2008 15:11:14 +0000 (11:11 -0400)]
Note that making ldb the event context parent seem to lead to races when
freeing up resources. Try to avoid races by making the autofree context
be the parent of the event system
(This used to be commit 10ffa87b6b7ebfe51e81819feb93a72e9ec10418)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
Jelmer Vernooij [Sun, 15 Jun 2008 17:18:48 +0000 (19:18 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
(This used to be commit 1659a572c49b2f9cf336b27ec1c1bec1b86d688e)

15 years agoFix standalone ldb build.
Jelmer Vernooij [Sun, 15 Jun 2008 17:16:35 +0000 (19:16 +0200)]
Fix standalone ldb build.
(This used to be commit 4ac91e301455721b76f7f456bc50c5c6e47c05d3)

15 years agoFix ldb python bindings after events changes.
Jelmer Vernooij [Sun, 15 Jun 2008 17:16:06 +0000 (19:16 +0200)]
Fix ldb python bindings after events changes.
(This used to be commit dd1f24d0c6dfb19ba08282b91998f6881782c4fb)

15 years agoCleanup.
Simo Sorce [Sun, 15 Jun 2008 15:15:12 +0000 (11:15 -0400)]
Cleanup.
Remove trailing spaces and try to fit 80 column where possible.
(This used to be commit b32a040c2f0eb28d68837bde727437ca118d1b18)

15 years agoNow that we pass down the event context, start removing calls to
Simo Sorce [Sun, 15 Jun 2008 15:11:14 +0000 (11:11 -0400)]
Now that we pass down the event context, start removing calls to
event_context_init() where possible
(This used to be commit 412f7a98dd809306ac9f35003fce554e1e1252e7)

15 years agoCleanup,
Simo Sorce [Sun, 15 Jun 2008 00:37:40 +0000 (20:37 -0400)]
Cleanup,
Remove trailing spaces and try to fit 80 columns where possible
(This used to be commit edf6b77a1314d8f91839836855ae049393f73aca)

15 years agoUps fix typo in error type
Simo Sorce [Sun, 15 Jun 2008 00:18:50 +0000 (20:18 -0400)]
Ups fix typo in error type
(This used to be commit eb351e33e58abdacdf44cf700f028cc13f52c4c8)

15 years agoCosmetic fixes.
Simo Sorce [Sat, 14 Jun 2008 21:33:27 +0000 (17:33 -0400)]
Cosmetic fixes.
Remove trailing spaces adn try to fit 80 columns where possible
(This used to be commit 5457c667647ec156bb7b4f86ce580def4e9350d5)

15 years agoFix events_aio
Simo Sorce [Sat, 14 Jun 2008 19:54:46 +0000 (15:54 -0400)]
Fix events_aio
(This used to be commit d5525b79649ff75d6e9e853615949e4fbe9e0b6e)

15 years agoAvoid using .DEFAULT_GOAL - it's only available in gmake 3.81 and higher.
Jelmer Vernooij [Sat, 14 Jun 2008 19:40:23 +0000 (21:40 +0200)]
Avoid using .DEFAULT_GOAL - it's only available in gmake 3.81 and higher.
(This used to be commit 9a169c341bfb0c4ff423f05c27345d439890576c)

15 years agoUse a custom init function for samba4 that sets a samba4
Simo Sorce [Sat, 14 Jun 2008 17:00:53 +0000 (13:00 -0400)]
Use a custom init function for samba4 that sets a samba4
specific debug function.
By default do not debug, this is the most appropriate action for a library
as we cannot assume what stderr is use for in the main app.
The main app is responsible to set ev_debug_stderr if they so desire.
(This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5)

15 years agoMake up the right dependencies now that ldb depends on libevents
Simo Sorce [Sat, 14 Jun 2008 15:24:17 +0000 (11:24 -0400)]
Make up the right dependencies now that ldb depends on libevents
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0)

15 years agoThis patch make it possible to build the events library completely
Simo Sorce [Sat, 14 Jun 2008 15:23:31 +0000 (11:23 -0400)]
This patch make it possible to build the events library completely
standalone with no ties to internal samba4 functions
Samba4 itself just uses the plain library, compatibility glue is
in events_s4.c only
(This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)

15 years agoUse proper python errors.
Jelmer Vernooij [Sat, 14 Jun 2008 10:20:12 +0000 (12:20 +0200)]
Use proper python errors.
(This used to be commit f54084b65fce67457cb838544c83ceb17c7d88db)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
Jelmer Vernooij [Sat, 14 Jun 2008 10:15:24 +0000 (12:15 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
(This used to be commit 168bb8473c0cfeb388f9955059f92410b8ba5d06)

15 years agoFix prototype for pthread process model.
Jelmer Vernooij [Sat, 14 Jun 2008 10:14:27 +0000 (12:14 +0200)]
Fix prototype for pthread process model.
(This used to be commit 280c411613b21acc1e65e5657b209d266dbad8d3)

15 years agoMissed these on the last commit
Jim McDonough [Thu, 12 Jun 2008 11:06:07 +0000 (07:06 -0400)]
Missed these on the last commit
(This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725)

15 years agoInitial automated wintest.
Jim McDonough [Thu, 12 Jun 2008 11:02:14 +0000 (07:02 -0400)]
Initial automated wintest.

Added a blackbox test which looks for $WINTEST_CONF_DIR,
gets configuration vars from *.conf in that dir, disables
smbwrapper, and runs RAW-OPEN torture test.

Scripts are coming to startup/shutdown vm's.
(This used to be commit 74a0a9bb54b2583dde7a5fbadd4d10858de12ee7)

15 years agoUse variables for source dir of python ldb bindings.
Jelmer Vernooij [Wed, 11 Jun 2008 00:52:43 +0000 (02:52 +0200)]
Use variables for source dir of python ldb bindings.
(This used to be commit cd4eddd31354f4ae45e8747da1a70340000716c3)

15 years agoUse variables for source dir of python tdb bindings.
Jelmer Vernooij [Wed, 11 Jun 2008 00:47:09 +0000 (02:47 +0200)]
Use variables for source dir of python tdb bindings.
(This used to be commit 22e7bcfbe4534c070ac2dd5f39773ea023dfa7f7)

15 years agoAdd another reason for skipping a testsuite, remove obsolete comment.
Jelmer Vernooij [Tue, 10 Jun 2008 22:11:31 +0000 (00:11 +0200)]
Add another reason for skipping a testsuite, remove obsolete comment.
(This used to be commit d4c06bf333fe9ba2dd8b7ebd51a848d512f40983)

15 years agoClarify error when SWIG can't be found - it's not required unless you
Jelmer Vernooij [Tue, 10 Jun 2008 22:11:11 +0000 (00:11 +0200)]
Clarify error when SWIG can't be found - it's not required unless you
intend to do development.
(This used to be commit 0f57fcaa2e8af3e2b03ba401f4fda812fe55745b)

15 years agoRemove unused import, function.
Jelmer Vernooij [Tue, 10 Jun 2008 22:10:43 +0000 (00:10 +0200)]
Remove unused import, function.
(This used to be commit f134a701e7c2d64a684d55691fd66e2aaeb15812)

15 years agoAdd working Python bindings for NBT.
Jelmer Vernooij [Tue, 10 Jun 2008 22:05:58 +0000 (00:05 +0200)]
Add working Python bindings for NBT.
(This used to be commit 9c88f5e1de9db34751f16c2247fa91ae2445c5f7)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
Jelmer Vernooij [Tue, 10 Jun 2008 13:05:41 +0000 (15:05 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
(This used to be commit 74e1dd28f2f669bc196dc16b68c8b175bf835721)

15 years agoFix variables used in configure.
Jelmer Vernooij [Tue, 10 Jun 2008 12:52:17 +0000 (14:52 +0200)]
Fix variables used in configure.
(This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5)

15 years agoRevert "Add configure test for vdeplug library."
Stefan Metzmacher [Tue, 10 Jun 2008 07:52:04 +0000 (09:52 +0200)]
Revert "Add configure test for vdeplug library."

This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9.

We don't need this yet and currently config.m4 is also used
by samba3 which bail out with the check in it, as it doesn't
know about the SMB_EXT_LIB() macro

metze
(This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b)

15 years agoFix initialization warnings.
Jeremy Allison [Fri, 21 Dec 2007 20:11:23 +0000 (12:11 -0800)]
Fix initialization warnings.
Jeremy.
(cherry picked from commit 832c093830cb3978641be3d87670fa900105da25)
(This used to be commit 3a4198b1181d6b97804afebbb91dac5a8242f615)

15 years agoSome C++ warnings
Stefan Metzmacher [Tue, 10 Jun 2008 07:13:08 +0000 (09:13 +0200)]
Some C++ warnings
(partialy cherry picked from commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d)

metze
(This used to be commit 4933cd49ac81454cbd4b0fc33d888585a9437b9d)

15 years agosocket_wrapper: truncate packets to a 1500 byte payload
Stefan Metzmacher [Tue, 10 Jun 2008 06:33:24 +0000 (08:33 +0200)]
socket_wrapper: truncate packets to a 1500 byte payload

Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes
so that're getting a correctly formatted pcap file and the result
look more like real network traffic.

metze
(This used to be commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Tue, 10 Jun 2008 03:19:56 +0000 (13:19 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 1d52d9cc70158dbe30325220aa5c1e6203c8b72b)

15 years agoTone down the warnings in the WHATSNEW.
Andrew Bartlett [Tue, 10 Jun 2008 02:54:45 +0000 (12:54 +1000)]
Tone down the warnings in the WHATSNEW.

Also fix some things up for the next release.

Andrew Bartlett
(This used to be commit 4ae5c1a8bd43aa04ce54d72a318c7f445e0e5027)

15 years agoheimdal_build: rename config.m{k,4} => internal.m{k,4}
Stefan Metzmacher [Thu, 5 Jun 2008 19:13:23 +0000 (19:13 +0000)]
heimdal_build: rename config.m{k,4} => internal.m{k,4}

metze
(This used to be commit 33700d4a97e14aab1b45b3ddb8c80c48cd789bc6)

15 years agoconfigure: we require autoconf 2.54
Stefan Metzmacher [Mon, 9 Jun 2008 08:42:07 +0000 (10:42 +0200)]
configure: we require autoconf 2.54

I've tested with autoconf from 2.53 to 2.62.

metze
(This used to be commit 0dbacbf8be0eacaa4db6477873b7512f7261ef4c)

15 years agolibreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
Stefan Metzmacher [Mon, 9 Jun 2008 08:39:48 +0000 (10:39 +0200)]
libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required

This fixes ./autogen.sh with autoconf-2.62

metze
(This used to be commit 72bb01dda4d425528e28cd96e249595dc6c1952f)

15 years agolibreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:38:09 +0000 (10:38 +0200)]
libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze
(This used to be commit 67e43860b4973a458676b36785570bb4a66e046a)

15 years agobuild/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:37:12 +0000 (10:37 +0200)]
build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze
(This used to be commit 0241af873fdefd5856932190ca0019a2d3c05703)

15 years agoMake it possible to disable gnutls at configure time,
Simo Sorce [Sun, 8 Jun 2008 23:16:26 +0000 (19:16 -0400)]
Make it possible to disable gnutls at configure time,
until someone will finally decide to fix it.
(This used to be commit 0671dce355432a2a4c08ab010831eadd73e4561e)

15 years agoAdd more docstrings in tdb.
Jelmer Vernooij [Sun, 8 Jun 2008 02:20:26 +0000 (04:20 +0200)]
Add more docstrings in tdb.
(This used to be commit 3d798a1440603b7929955f2120f09ba1482885a1)

15 years agofixed for per session session_key here too
Andrew Tridgell [Sat, 7 Jun 2008 18:10:23 +0000 (11:10 -0700)]
fixed for per session session_key here too
(This used to be commit abcbce004c99a2c62aa8c7a7cfc8ac5b5cfeb7dd)

15 years agomake signing per session in the SMB2 client library
Andrew Tridgell [Sat, 7 Jun 2008 15:30:51 +0000 (08:30 -0700)]
make signing per session in the SMB2 client library

Thanks to Metze for spotting this
(This used to be commit e9fd9b821c04d1cb7b574f539dd8169611e662aa)

15 years agofixed mandatory signing
Andrew Tridgell [Sat, 7 Jun 2008 15:14:25 +0000 (08:14 -0700)]
fixed mandatory signing

Metze pointed out that if signing is mandatory in the server then we
need to reject packets without the signed flag if the packet contains
a session id.
(This used to be commit 056f16e664e581bab1c07759e99ad4f6685c58eb)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Sat, 7 Jun 2008 05:11:00 +0000 (22:11 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 8e96f2edb003d997e71e9e237463882696279d0f)

15 years agoadded server side SMB2 signing
Andrew Tridgell [Sat, 7 Jun 2008 05:10:30 +0000 (22:10 -0700)]
added server side SMB2 signing
(This used to be commit 8e919dcb0826a5b25d037ee6144af5f7cb21f3ae)

15 years agohandle NULL fields in blob comparison
Andrew Tridgell [Fri, 6 Jun 2008 17:54:17 +0000 (10:54 -0700)]
handle NULL fields in blob comparison
(This used to be commit 0643b5a2bfc401d8318964241ad522eb427a170e)

15 years agoensure we don't end up with a partially initialised EA structure
Andrew Tridgell [Fri, 6 Jun 2008 17:53:00 +0000 (10:53 -0700)]
ensure we don't end up with a partially initialised EA structure
(This used to be commit 388f4fde3655146bf57b4c51c59c39f475aa7fe8)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij [Thu, 5 Jun 2008 20:03:17 +0000 (22:03 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit dcdfee611ccc0ae798e3eea2cfdf3c7642dc5677)

15 years agoAdd convenience function for creating nbt sockets in torture.
Jelmer Vernooij [Thu, 5 Jun 2008 20:02:41 +0000 (22:02 +0200)]
Add convenience function for creating nbt sockets in torture.
(This used to be commit 1e6bfb1aa7eba1b92ee4bfb318ba843752a993a9)

15 years agoanother SMB2-LOCK fix now that we know that the UNLOCK flag is only
Andrew Tridgell [Thu, 5 Jun 2008 00:52:13 +0000 (17:52 -0700)]
another SMB2-LOCK fix now that we know that the UNLOCK flag is only
honoured on the first lock in a set
(This used to be commit c014ffabc65c30a6b83c8f9f9f9a80bb79333f59)

15 years agofixed SMB2-LOCK test for new semantics (from docs)
Andrew Tridgell [Wed, 4 Jun 2008 20:04:48 +0000 (13:04 -0700)]
fixed SMB2-LOCK test for new semantics (from docs)
(This used to be commit d4d4d62939e325f8529b11fcd2d490e8f63293b0)

15 years agocopied the Heimdal sha256 functions into lib/crypto to avoid a link
Andrew Tridgell [Wed, 4 Jun 2008 16:42:55 +0000 (09:42 -0700)]
copied the Heimdal sha256 functions into lib/crypto to avoid a link
error

Hopefully we can remove this again later
(This used to be commit fa2ecfea7a1acc388a86e8fba5b42df7925c9045)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Wed, 4 Jun 2008 16:25:16 +0000 (09:25 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit d206517f90ac02e829193c5a17e5df25059cf18d)

15 years agokdc: we don't need any *_locl.h header from heimdal in the kdc
Stefan Metzmacher [Wed, 4 Jun 2008 13:39:17 +0000 (15:39 +0200)]
kdc: we don't need any *_locl.h header from heimdal in the kdc

metze
(This used to be commit feca16dd6d03730b4a67adf5d912ba2d5e1a3025)

15 years agolib/crypto: remove unused sha1 and hmac-sha1 code
Stefan Metzmacher [Wed, 4 Jun 2008 06:54:42 +0000 (08:54 +0200)]
lib/crypto: remove unused sha1 and hmac-sha1 code

metze
(This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Tue, 3 Jun 2008 22:11:42 +0000 (15:11 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 9d74201e462f2f95ed5bd91200681db3bd2a9277)

15 years agoAlign the Python and EJS ldap tests.
Andrew Bartlett [Tue, 3 Jun 2008 13:27:22 +0000 (23:27 +1000)]
Align the Python and EJS ldap tests.

We should now (need to review and compare them once more) be able to
remove ldap.js (and once samba3sam.js is done, smbscript).

Andrew Bartlett
(This used to be commit f65e43e9456e8e951d172779cba53ab417114b20)

15 years agoselftest: don't skip BASE-DELAYWRITE
Stefan Metzmacher [Mon, 5 May 2008 11:10:02 +0000 (13:10 +0200)]
selftest: don't skip BASE-DELAYWRITE

metze
(This used to be commit 03f43a9a91bffd60de8f59f8fb717505a428d070)

15 years agoselftest: pass torture:writetimeupdatedelay to smbtorture
Stefan Metzmacher [Mon, 5 May 2008 11:06:54 +0000 (13:06 +0200)]
selftest: pass torture:writetimeupdatedelay to smbtorture

metze
(This used to be commit c285b540cb1c2b554a85ef08a4280f544d9d20cc)

15 years agoselftest: set posix:writetimeupdatedelay
Stefan Metzmacher [Tue, 3 Jun 2008 09:06:33 +0000 (11:06 +0200)]
selftest: set posix:writetimeupdatedelay

metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1)

15 years agopvfs: use utimes() instead of utime() to get better timestamp resolution
Stefan Metzmacher [Tue, 3 Jun 2008 11:32:04 +0000 (13:32 +0200)]
pvfs: use utimes() instead of utime() to get better timestamp resolution

Note: that libreplace always provides utimes()

metze
(This used to be commit 61bad69e2d7f84e2c6d6fb82917cfa86b17f54b0)

15 years agopvfs_close: correctly handle the write time updates passed by close()
Stefan Metzmacher [Thu, 8 May 2008 20:16:55 +0000 (22:16 +0200)]
pvfs_close: correctly handle the write time updates passed by close()

metze
(This used to be commit 7f033ce4fb6fc897f8159926d5a6d2e45dd447b6)

15 years agopvfs: correctly set the write time in the handle destructor
Stefan Metzmacher [Tue, 3 Jun 2008 09:54:21 +0000 (11:54 +0200)]
pvfs: correctly set the write time in the handle destructor

metze
(This used to be commit 58c118ab4d2b76c4ea68d79b711b81900634f767)

15 years agopvfs_setfileinfo: update the write time in the opendb
Stefan Metzmacher [Tue, 3 Jun 2008 09:47:12 +0000 (11:47 +0200)]
pvfs_setfileinfo: update the write time in the opendb

metze
(This used to be commit 418e2592b48d558ff1d32031d64263ae21cf1eb0)

15 years agopvfs: trigger a write time update 2 seconds after the first write
Stefan Metzmacher [Tue, 3 Jun 2008 09:36:08 +0000 (11:36 +0200)]
pvfs: trigger a write time update 2 seconds after the first write

metze
(This used to be commit c8e15d4c185f18322a882aa908939fa9d0e341a0)

15 years agopvfs: add posix:writetimeupdatedelay option
Stefan Metzmacher [Tue, 3 Jun 2008 09:34:10 +0000 (11:34 +0200)]
pvfs: add posix:writetimeupdatedelay option

metze
(This used to be commit c3ba19ca62affced96b927fcbe63cf5d075aed22)

15 years agopvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb
Stefan Metzmacher [Mon, 5 May 2008 10:18:47 +0000 (12:18 +0200)]
pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb

By default get the current write time from the opendb,
but allow callers to pass PVFS_RESOLVE_NO_OPENDB
for performance reasons, if they don't need to the write time.

metze
(This used to be commit def52cc0988c26a815e74b3391e5857512408d90)

15 years agoopendb: add write time handling
Stefan Metzmacher [Tue, 15 Apr 2008 14:00:42 +0000 (16:00 +0200)]
opendb: add write time handling

metze
(This used to be commit 3868d8ce630c71e2c70aae442fcdbd68ba1eb708)

15 years agoBASE-DELAYWRITE: fix test on filesystem without high resolution timestamps
Stefan Metzmacher [Tue, 3 Jun 2008 12:01:02 +0000 (14:01 +0200)]
BASE-DELAYWRITE: fix test on filesystem without high resolution timestamps

metze
(This used to be commit fde9880f9943897549859037b0fc9341d3a032f7)

15 years agoBASE-DELAYWRITE: add missing time checks to make sure the server has updated the...
Stefan Metzmacher [Mon, 5 May 2008 13:05:41 +0000 (15:05 +0200)]
BASE-DELAYWRITE: add missing time checks to make sure the server has updated the write time

metze
(This used to be commit 9c004df8910c07d75bb3f75d7c3cfba9f9c94f51)

15 years agoOn the road to alpha5...
Andrew Bartlett [Tue, 3 Jun 2008 05:14:09 +0000 (15:14 +1000)]
On the road to alpha5...
(This used to be commit e9bc72495affb31e5c3d25be7e86d51659333374)

15 years agoMerge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Tue, 3 Jun 2008 05:13:28 +0000 (15:13 +1000)]
Merge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 7e24ec1430cc14c732ad78f3ce8869931996f6b7)

15 years agoSMB2 signing now works. The spec was wrong (and will be fixed in the
Andrew Tridgell [Tue, 3 Jun 2008 04:29:27 +0000 (14:29 +1000)]
SMB2 signing now works. The spec was wrong (and will be fixed in the
next version)
(This used to be commit 436cb17b869e2d6cc57936ccc5e81680fb992341)

15 years agoRemove outdated README
Andrew Bartlett [Tue, 3 Jun 2008 04:11:40 +0000 (14:11 +1000)]
Remove outdated README
(This used to be commit f9ef7009bc73e3ee27f0ef32d6983bc9286d7e4d)

15 years agoI probably should warn about GnuTLS bad mojo...
Andrew Bartlett [Tue, 3 Jun 2008 02:02:20 +0000 (12:02 +1000)]
I probably should warn about GnuTLS bad mojo...

Andrew Bartlett
(This used to be commit 841e4029b4c03d6a64ba20d906a136679ffaac01)

15 years agoMark as the real Samba4 alpha4 release.
Andrew Bartlett [Tue, 3 Jun 2008 01:34:16 +0000 (11:34 +1000)]
Mark as the real Samba4 alpha4 release.
(This used to be commit c2eb3529555968055deae4ca7d25ab3e4f84e864)

15 years agoClarify that our build farm status really sucks at the moment...
Andrew Bartlett [Tue, 3 Jun 2008 01:33:29 +0000 (11:33 +1000)]
Clarify that our build farm status really sucks at the moment...

Andrew Bartlett
(This used to be commit f68e9efd3c9a2b6609d678c6701ae46566b539a7)

15 years agosetpassword should be executable
Andrew Tridgell [Mon, 2 Jun 2008 23:36:46 +0000 (09:36 +1000)]
setpassword should be executable
(This used to be commit b8f2e6321dd06508f9cc48e8d76d20232cb7d60e)

15 years agoit is not valid to set a UNLOCK flag on a lock request
Andrew Tridgell [Mon, 2 Jun 2008 23:36:02 +0000 (09:36 +1000)]
it is not valid to set a UNLOCK flag on a lock request
(This used to be commit 63f315572969e7fc52bdc7c0b38eaaee736d5e2a)

15 years agokrb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specified
Stefan Metzmacher [Mon, 2 Jun 2008 14:27:44 +0000 (16:27 +0200)]
krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specified

Windows (and heimdal) accepts packets with token header
in the server, but it doesn't match the windows client.
We now match the windows client and that fixes
also the display in wireshark.

metze
(This used to be commit 58f66184f0f732a78e86bbb0f3c29e920f086d08)

15 years agoFix WHATSNEW.
Andrew Bartlett [Mon, 2 Jun 2008 11:05:56 +0000 (21:05 +1000)]
Fix WHATSNEW.

In particular, I can't find the DCOM code, so presumably it's still in
a branch.

Andrew Bartlett
(This used to be commit 00ad3f8a6dfb742113c1eeedb4c9a81b0a64947e)

15 years agoFirst draft of a WHATSNEW for a new release.
Andrew Bartlett [Mon, 2 Jun 2008 07:28:36 +0000 (17:28 +1000)]
First draft of a WHATSNEW for a new release.

I'm sure I've missed a lot of work - patches welcome!

Andrew Bartlett
(This used to be commit d971f01623c8570c8f723e89dfe9adb8aa798b30)

15 years agomore updates for new info levels
Andrew Tridgell [Mon, 2 Jun 2008 01:05:06 +0000 (11:05 +1000)]
more updates for new info levels
(This used to be commit 85d1873ee92fcc7df3addc42ddb8189144901f8b)

15 years agoremove a pstring
Andrew Tridgell [Mon, 2 Jun 2008 01:04:46 +0000 (11:04 +1000)]
remove a pstring
(This used to be commit 12ecd7f4b8934e3e11e8b6019b92b82a53e55b96)

15 years agoremove unused macros
Andrew Tridgell [Mon, 2 Jun 2008 01:04:36 +0000 (11:04 +1000)]
remove unused macros
(This used to be commit 7a1877db15e6a57f0f057dcf5da6609b9bdeef51)

15 years agosmbpid is 32 bit, and update SMB2 locking per MS-SMB2
Andrew Tridgell [Mon, 2 Jun 2008 01:04:13 +0000 (11:04 +1000)]
smbpid is 32 bit, and update SMB2 locking per MS-SMB2

The UNLOCK bit is only used from the first lock structure
(This used to be commit 9483b7c137b61d3029a1e1e7d8d8d0723b541129)

15 years agosmbpid needs to be 32 bit now to cope with SMB2
Andrew Tridgell [Mon, 2 Jun 2008 01:03:19 +0000 (11:03 +1000)]
smbpid needs to be 32 bit now to cope with SMB2
(This used to be commit a2854fd6eaf097b5a9a562e0b8f1a599485fec42)

15 years agoupdated some info levels based on WSPP docs
Andrew Tridgell [Mon, 2 Jun 2008 01:02:57 +0000 (11:02 +1000)]
updated some info levels based on WSPP docs
(This used to be commit f84620324a8cebcd2fd19388d910928ca1ad1334)

15 years agofixed a warning
Andrew Tridgell [Mon, 2 Jun 2008 01:02:37 +0000 (11:02 +1000)]
fixed a warning
(This used to be commit 7a8ee50105265a4da1f2b89144094f2269c6b119)

15 years agocheck for requested buffer size in getinfo call
Andrew Tridgell [Sat, 31 May 2008 03:39:51 +0000 (13:39 +1000)]
check for requested buffer size in getinfo call
(This used to be commit ed8f16379d01d3dffd2645e2b275aa27507dfec9)

15 years agomore useful output in scan
Andrew Tridgell [Sat, 31 May 2008 03:39:34 +0000 (13:39 +1000)]
more useful output in scan
(This used to be commit 70569a78cf3443ce5c0b0a28dcd17a3031d8aa55)

15 years agoRevert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett [Fri, 30 May 2008 22:35:55 +0000 (08:35 +1000)]
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c

This commit broke the build, because not all files (libreplace, popt)
were updated.

Andrew Bartlett
(This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae)

15 years agoFix samdb python test.
Jelmer Vernooij [Fri, 30 May 2008 12:15:40 +0000 (14:15 +0200)]
Fix samdb python test.
(This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19)

15 years agoAdd header to knownfail file.
Jelmer Vernooij [Fri, 30 May 2008 12:13:23 +0000 (14:13 +0200)]
Add header to knownfail file.
(This used to be commit 307674b6c03e6cfbba590d50d994bfaaa7bfeb87)