summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce37-47/+102
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)
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce52-116/+176
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0)
2008-06-14This patch make it possible to build the events library completelySimo Sorce23-283/+427
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)
2008-06-14Use proper python errors.Jelmer Vernooij2-27/+17
(This used to be commit f54084b65fce67457cb838544c83ceb17c7d88db)
2008-06-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij3-0/+53
v4-0-fixmodulesdir (This used to be commit 168bb8473c0cfeb388f9955059f92410b8ba5d06)
2008-06-14Fix prototype for pthread process model.Jelmer Vernooij1-0/+1
(This used to be commit 280c411613b21acc1e65e5657b209d266dbad8d3)
2008-06-12Missed these on the last commitJim McDonough2-3/+4
(This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725)
2008-06-12Initial automated wintest.Jim McDonough2-0/+52
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)
2008-06-11Use variables for source dir of python ldb bindings.Jelmer Vernooij2-3/+4
(This used to be commit cd4eddd31354f4ae45e8747da1a70340000716c3)
2008-06-11Use variables for source dir of python tdb bindings.Jelmer Vernooij2-2/+3
(This used to be commit 22e7bcfbe4534c070ac2dd5f39773ea023dfa7f7)
2008-06-11Add another reason for skipping a testsuite, remove obsolete comment.Jelmer Vernooij1-1/+1
(This used to be commit d4c06bf333fe9ba2dd8b7ebd51a848d512f40983)
2008-06-11Clarify error when SWIG can't be found - it's not required unless youJelmer Vernooij1-1/+1
intend to do development. (This used to be commit 0f57fcaa2e8af3e2b03ba401f4fda812fe55745b)
2008-06-11Remove unused import, function.Jelmer Vernooij1-8/+0
(This used to be commit f134a701e7c2d64a684d55691fd66e2aaeb15812)
2008-06-11Add working Python bindings for NBT.Jelmer Vernooij7-5007/+442
(This used to be commit 9c88f5e1de9db34751f16c2247fa91ae2445c5f7)
2008-06-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij12-67/+77
v4-0-fixmodulesdir (This used to be commit 74e1dd28f2f669bc196dc16b68c8b175bf835721)
2008-06-10Fix variables used in configure.Jelmer Vernooij1-2/+2
(This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5)
2008-06-10Revert "Add configure test for vdeplug library."Stefan Metzmacher2-10/+0
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)
2008-06-10Fix initialization warnings.Jeremy Allison1-1/+1
Jeremy. (cherry picked from commit 832c093830cb3978641be3d87670fa900105da25) (This used to be commit 3a4198b1181d6b97804afebbb91dac5a8242f615)
2008-06-10Some C++ warningsStefan Metzmacher1-2/+2
(partialy cherry picked from commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d) metze (This used to be commit 4933cd49ac81454cbd4b0fc33d888585a9437b9d)
2008-06-10socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher1-0/+8
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)
2008-06-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett23-114/+191
(This used to be commit 1d52d9cc70158dbe30325220aa5c1e6203c8b72b)
2008-06-10Tone down the warnings in the WHATSNEW.Andrew Bartlett1-18/+19
Also fix some things up for the next release. Andrew Bartlett (This used to be commit 4ae5c1a8bd43aa04ce54d72a318c7f445e0e5027)
2008-06-09heimdal_build: rename config.m{k,4} => internal.m{k,4}Stefan Metzmacher4-2/+2
metze (This used to be commit 33700d4a97e14aab1b45b3ddb8c80c48cd789bc6)
2008-06-09configure: we require autoconf 2.54Stefan Metzmacher1-2/+1
I've tested with autoconf from 2.53 to 2.62. metze (This used to be commit 0dbacbf8be0eacaa4db6477873b7512f7261ef4c)
2008-06-09libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher1-1/+2
This fixes ./autogen.sh with autoconf-2.62 metze (This used to be commit 72bb01dda4d425528e28cd96e249595dc6c1952f)
2008-06-09libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher1-4/+4
AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 67e43860b4973a458676b36785570bb4a66e046a)
2008-06-09build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher1-3/+3
AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 0241af873fdefd5856932190ca0019a2d3c05703)
2008-06-08Make it possible to disable gnutls at configure time,Simo Sorce1-25/+36
until someone will finally decide to fix it. (This used to be commit 0671dce355432a2a4c08ab010831eadd73e4561e)
2008-06-08Add more docstrings in tdb.Jelmer Vernooij3-2/+26
(This used to be commit 3d798a1440603b7929955f2120f09ba1482885a1)
2008-06-07fixed for per session session_key here tooAndrew Tridgell1-1/+1
(This used to be commit abcbce004c99a2c62aa8c7a7cfc8ac5b5cfeb7dd)
2008-06-07make signing per session in the SMB2 client libraryAndrew Tridgell4-10/+11
Thanks to Metze for spotting this (This used to be commit e9fd9b821c04d1cb7b574f539dd8169611e662aa)
2008-06-07fixed mandatory signingAndrew Tridgell3-2/+7
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)
2008-06-06Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell4-7/+9
(This used to be commit 8e96f2edb003d997e71e9e237463882696279d0f)
2008-06-06added server side SMB2 signingAndrew Tridgell7-71/+103
(This used to be commit 8e919dcb0826a5b25d037ee6144af5f7cb21f3ae)
2008-06-06handle NULL fields in blob comparisonAndrew Tridgell1-1/+3
(This used to be commit 0643b5a2bfc401d8318964241ad522eb427a170e)
2008-06-06ensure we don't end up with a partially initialised EA structureAndrew Tridgell1-0/+2
(This used to be commit 388f4fde3655146bf57b4c51c59c39f475aa7fe8)
2008-06-05Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij59-967/+1077
(This used to be commit dcdfee611ccc0ae798e3eea2cfdf3c7642dc5677)
2008-06-05Add convenience function for creating nbt sockets in torture.Jelmer Vernooij4-7/+9
(This used to be commit 1e6bfb1aa7eba1b92ee4bfb318ba843752a993a9)
2008-06-04another SMB2-LOCK fix now that we know that the UNLOCK flag is onlyAndrew Tridgell1-5/+1
honoured on the first lock in a set (This used to be commit c014ffabc65c30a6b83c8f9f9f9a80bb79333f59)
2008-06-04fixed SMB2-LOCK test for new semantics (from docs)Andrew Tridgell1-5/+1
(This used to be commit d4d4d62939e325f8529b11fcd2d490e8f63293b0)
2008-06-04copied the Heimdal sha256 functions into lib/crypto to avoid a linkAndrew Tridgell5-3/+327
error Hopefully we can remove this again later (This used to be commit fa2ecfea7a1acc388a86e8fba5b42df7925c9045)
2008-06-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell14-796/+8
(This used to be commit d206517f90ac02e829193c5a17e5df25059cf18d)
2008-06-04kdc: we don't need any *_locl.h header from heimdal in the kdcStefan Metzmacher5-9/+5
metze (This used to be commit feca16dd6d03730b4a67adf5d912ba2d5e1a3025)
2008-06-04lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher9-786/+3
metze (This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a)
2008-06-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell27-320/+590
(This used to be commit 9d74201e462f2f95ed5bd91200681db3bd2a9277)
2008-06-03Align the Python and EJS ldap tests.Andrew Bartlett2-49/+155
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)
2008-06-03selftest: don't skip BASE-DELAYWRITEStefan Metzmacher2-3/+0
metze (This used to be commit 03f43a9a91bffd60de8f59f8fb717505a428d070)
2008-06-03selftest: pass torture:writetimeupdatedelay to smbtortureStefan Metzmacher1-1/+5
metze (This used to be commit c285b540cb1c2b554a85ef08a4280f544d9d20cc)
2008-06-03selftest: set posix:writetimeupdatedelayStefan Metzmacher1-0/+3
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1)
2008-06-03pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher2-20/+32
Note: that libreplace always provides utimes() metze (This used to be commit 61bad69e2d7f84e2c6d6fb82917cfa86b17f54b0)