summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix variables used in configure.Jelmer Vernooij2008-06-101-2/+2
| |/ |/|
* | Add more docstrings in tdb.Jelmer Vernooij2008-06-083-2/+26
* | fixed for per session session_key here tooAndrew Tridgell2008-06-071-1/+1
* | make signing per session in the SMB2 client libraryAndrew Tridgell2008-06-074-10/+11
* | fixed mandatory signingAndrew Tridgell2008-06-073-2/+7
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-064-7/+9
|\|
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-06-0559-967/+1077
| |\
| * | Add convenience function for creating nbt sockets in torture.Jelmer Vernooij2008-06-054-7/+9
* | | added server side SMB2 signingAndrew Tridgell2008-06-067-71/+103
* | | handle NULL fields in blob comparisonAndrew Tridgell2008-06-061-1/+3
* | | ensure we don't end up with a partially initialised EA structureAndrew Tridgell2008-06-061-0/+2
| |/ |/|
* | another SMB2-LOCK fix now that we know that the UNLOCK flag is onlyAndrew Tridgell2008-06-041-5/+1
* | fixed SMB2-LOCK test for new semantics (from docs)Andrew Tridgell2008-06-041-5/+1
* | copied the Heimdal sha256 functions into lib/crypto to avoid a linkAndrew Tridgell2008-06-045-3/+327
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-0414-796/+8
|\ \
| * | kdc: we don't need any *_locl.h header from heimdal in the kdcStefan Metzmacher2008-06-045-9/+5
| * | lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher2008-06-049-786/+3
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-0327-320/+590
|\| |
| * | Align the Python and EJS ldap tests.Andrew Bartlett2008-06-032-49/+155
| * | selftest: don't skip BASE-DELAYWRITEStefan Metzmacher2008-06-032-3/+0
| * | selftest: pass torture:writetimeupdatedelay to smbtortureStefan Metzmacher2008-06-031-1/+5
| * | selftest: set posix:writetimeupdatedelayStefan Metzmacher2008-06-031-0/+3
| * | pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher2008-06-032-20/+32
| * | pvfs_close: correctly handle the write time updates passed by close()Stefan Metzmacher2008-06-032-4/+7
| * | pvfs: correctly set the write time in the handle destructorStefan Metzmacher2008-06-031-0/+46
| * | pvfs_setfileinfo: update the write time in the opendbStefan Metzmacher2008-06-031-0/+47
| * | pvfs: trigger a write time update 2 seconds after the first writeStefan Metzmacher2008-06-031-0/+55
| * | pvfs: add posix:writetimeupdatedelay optionStefan Metzmacher2008-06-032-0/+9
| * | pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher2008-06-038-21/+64
| * | opendb: add write time handlingStefan Metzmacher2008-06-037-52/+116
| * | BASE-DELAYWRITE: fix test on filesystem without high resolution timestampsStefan Metzmacher2008-06-031-1/+1
| * | BASE-DELAYWRITE: add missing time checks to make sure the server has updated ...Stefan Metzmacher2008-06-031-0/+2
| |/
| * On the road to alpha5...Andrew Bartlett2008-06-031-2/+2
| * Merge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-033-141/+9
| |\
| | * Remove outdated READMEAndrew Bartlett2008-06-031-140/+0
| | * I probably should warn about GnuTLS bad mojo...Andrew Bartlett2008-06-031-0/+5
| | * Mark as the real Samba4 alpha4 release.Andrew Bartlett2008-06-031-1/+1
| | * Clarify that our build farm status really sucks at the moment...Andrew Bartlett2008-06-031-0/+3
| * | krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specifiedStefan Metzmacher2008-06-021-5/+11
| |/
| * Fix WHATSNEW.Andrew Bartlett2008-06-021-6/+5
| * First draft of a WHATSNEW for a new release.Andrew Bartlett2008-06-021-29/+35
* | SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell2008-06-035-13/+142
* | setpassword should be executableAndrew Tridgell2008-06-031-0/+0
* | it is not valid to set a UNLOCK flag on a lock requestAndrew Tridgell2008-06-031-2/+6
* | more updates for new info levelsAndrew Tridgell2008-06-024-12/+22
* | remove a pstringAndrew Tridgell2008-06-021-2/+1
* | remove unused macrosAndrew Tridgell2008-06-021-12/+0
* | smbpid is 32 bit, and update SMB2 locking per MS-SMB2 Andrew Tridgell2008-06-023-28/+21
* | smbpid needs to be 32 bit now to cope with SMB2Andrew Tridgell2008-06-022-5/+5
* | updated some info levels based on WSPP docsAndrew Tridgell2008-06-023-21/+52