summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce52-116/+176
2008-06-14This patch make it possible to build the events library completelySimo Sorce23-283/+427
2008-06-14Use proper python errors.Jelmer Vernooij2-27/+17
2008-06-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij1-0/+1
2008-06-14Fix prototype for pthread process model.Jelmer Vernooij1-0/+1
2008-06-12Missed these on the last commitJim McDonough1-0/+1
2008-06-11Use variables for source dir of python ldb bindings.Jelmer Vernooij2-3/+4
2008-06-11Use variables for source dir of python tdb bindings.Jelmer Vernooij2-2/+3
2008-06-11Add another reason for skipping a testsuite, remove obsolete comment.Jelmer Vernooij1-1/+1
2008-06-11Clarify error when SWIG can't be found - it's not required unless youJelmer Vernooij1-1/+1
2008-06-11Remove unused import, function.Jelmer Vernooij1-8/+0
2008-06-11Add working Python bindings for NBT.Jelmer Vernooij7-5007/+442
2008-06-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij11-49/+58
2008-06-10Fix variables used in configure.Jelmer Vernooij1-2/+2
2008-06-10Revert "Add configure test for vdeplug library."Stefan Metzmacher2-10/+0
2008-06-10Fix initialization warnings.Jeremy Allison1-1/+1
2008-06-10Some C++ warningsStefan Metzmacher1-2/+2
2008-06-10socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher1-0/+8
2008-06-09heimdal_build: rename config.m{k,4} => internal.m{k,4}Stefan Metzmacher4-2/+2
2008-06-09configure: we require autoconf 2.54Stefan Metzmacher1-2/+1
2008-06-09libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher1-1/+2
2008-06-09libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher1-4/+4
2008-06-09build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher1-3/+3
2008-06-08Make it possible to disable gnutls at configure time,Simo Sorce1-25/+36
2008-06-08Add more docstrings in tdb.Jelmer Vernooij3-2/+26
2008-06-07fixed for per session session_key here tooAndrew Tridgell1-1/+1
2008-06-07make signing per session in the SMB2 client libraryAndrew Tridgell4-10/+11
2008-06-07fixed mandatory signingAndrew Tridgell3-2/+7
2008-06-06Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell4-7/+9
2008-06-06added server side SMB2 signingAndrew Tridgell7-71/+103
2008-06-06handle NULL fields in blob comparisonAndrew Tridgell1-1/+3
2008-06-06ensure we don't end up with a partially initialised EA structureAndrew Tridgell1-0/+2
2008-06-05Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij58-963/+1073
2008-06-05Add convenience function for creating nbt sockets in torture.Jelmer Vernooij4-7/+9
2008-06-04another SMB2-LOCK fix now that we know that the UNLOCK flag is onlyAndrew Tridgell1-5/+1
2008-06-04fixed SMB2-LOCK test for new semantics (from docs)Andrew Tridgell1-5/+1
2008-06-04copied the Heimdal sha256 functions into lib/crypto to avoid a linkAndrew Tridgell5-3/+327
2008-06-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell14-796/+8
2008-06-04kdc: we don't need any *_locl.h header from heimdal in the kdcStefan Metzmacher5-9/+5
2008-06-04lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher9-786/+3
2008-06-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell24-147/+544
2008-06-03Align the Python and EJS ldap tests.Andrew Bartlett1-45/+151
2008-06-03selftest: don't skip BASE-DELAYWRITEStefan Metzmacher2-3/+0
2008-06-03selftest: pass torture:writetimeupdatedelay to smbtortureStefan Metzmacher1-1/+5
2008-06-03selftest: set posix:writetimeupdatedelayStefan Metzmacher1-0/+3
2008-06-03pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher2-20/+32
2008-06-03pvfs_close: correctly handle the write time updates passed by close()Stefan Metzmacher2-4/+7
2008-06-03pvfs: correctly set the write time in the handle destructorStefan Metzmacher1-0/+46
2008-06-03pvfs_setfileinfo: update the write time in the opendbStefan Metzmacher1-0/+47
2008-06-03pvfs: trigger a write time update 2 seconds after the first writeStefan Metzmacher1-0/+55