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