summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* configure: we require autoconf 2.54Stefan Metzmacher2008-06-091-2/+1
* libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher2008-06-091-1/+2
* libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher2008-06-091-4/+4
* build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher2008-06-091-3/+3
* Make it possible to disable gnutls at configure time,Simo Sorce2008-06-081-25/+36
* 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-0558-963/+1073
| |\
| * | 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-0324-147/+544
|\| |
| * | Align the Python and EJS ldap tests.Andrew Bartlett2008-06-031-45/+151
| * | 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-031-1/+1
| |\
| | * Mark as the real Samba4 alpha4 release.Andrew Bartlett2008-06-031-1/+1
| * | krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specifiedStefan Metzmacher2008-06-021-5/+11
| |/
* | 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
* | fixed a warningAndrew Tridgell2008-06-021-1/+1