summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-03pvfs: add posix:writetimeupdatedelay optionStefan Metzmacher2-0/+9
2008-06-03pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher8-21/+64
2008-06-03opendb: add write time handlingStefan Metzmacher7-52/+116
2008-06-03BASE-DELAYWRITE: fix test on filesystem without high resolution timestampsStefan Metzmacher1-1/+1
2008-06-03BASE-DELAYWRITE: add missing time checks to make sure the server has updated ...Stefan Metzmacher1-0/+2
2008-06-03On the road to alpha5...Andrew Bartlett1-2/+2
2008-06-03Merge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-1/+1
2008-06-03SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell5-13/+142
2008-06-03Mark as the real Samba4 alpha4 release.Andrew Bartlett1-1/+1
2008-06-03setpassword should be executableAndrew Tridgell1-0/+0
2008-06-03it is not valid to set a UNLOCK flag on a lock requestAndrew Tridgell1-2/+6
2008-06-02krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specifiedStefan Metzmacher1-5/+11
2008-06-02more updates for new info levelsAndrew Tridgell4-12/+22
2008-06-02remove a pstringAndrew Tridgell1-2/+1
2008-06-02remove unused macrosAndrew Tridgell1-12/+0
2008-06-02smbpid is 32 bit, and update SMB2 locking per MS-SMB2 Andrew Tridgell3-28/+21
2008-06-02smbpid needs to be 32 bit now to cope with SMB2Andrew Tridgell2-5/+5
2008-06-02updated some info levels based on WSPP docsAndrew Tridgell3-21/+52
2008-06-02fixed a warningAndrew Tridgell1-1/+1
2008-05-31check for requested buffer size in getinfo callAndrew Tridgell2-0/+40
2008-05-31more useful output in scanAndrew Tridgell1-10/+7
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett18-83/+50
2008-05-30Fix samdb python test.Jelmer Vernooij3-7/+8
2008-05-30Add header to knownfail file.Jelmer Vernooij1-0/+5
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij44-2686/+2028
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett16-56/+318
2008-05-30Skip the samba4.samdb.python test.Andrew Bartlett1-0/+1
2008-05-30implemented client side SMB2 signingAndrew Tridgell15-51/+308
2008-05-30two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()Andrew Tridgell1-4/+6
2008-05-30fixed a segv in the python messaging code on 64 bit systemsAndrew Tridgell1-1/+4
2008-05-30Fix the samba4.dcerpc.bare.python test.Andrew Bartlett1-5/+6
2008-05-30Place the NTP signd socket in the selftest areaAndrew Bartlett1-0/+2
2008-05-30Fix rpcecho test.Andrew Bartlett1-1/+1
2008-05-30Reorder the linking of objects into a binary.Andrew Bartlett1-2/+2