Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 5 | -5/+5 | |
specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5) | |||||
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 14 | -35/+37 | |
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) | |||||
2008-06-06 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 4 | -7/+9 | |
(This used to be commit 8e96f2edb003d997e71e9e237463882696279d0f) | |||||
2008-06-06 | handle NULL fields in blob comparison | Andrew Tridgell | 1 | -1/+3 | |
(This used to be commit 0643b5a2bfc401d8318964241ad522eb427a170e) | |||||
2008-06-05 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 7 | -46/+57 | |
(This used to be commit dcdfee611ccc0ae798e3eea2cfdf3c7642dc5677) | |||||
2008-06-05 | Add convenience function for creating nbt sockets in torture. | Jelmer Vernooij | 4 | -7/+9 | |
(This used to be commit 1e6bfb1aa7eba1b92ee4bfb318ba843752a993a9) | |||||
2008-06-04 | another SMB2-LOCK fix now that we know that the UNLOCK flag is only | Andrew Tridgell | 1 | -5/+1 | |
honoured on the first lock in a set (This used to be commit c014ffabc65c30a6b83c8f9f9f9a80bb79333f59) | |||||
2008-06-04 | fixed SMB2-LOCK test for new semantics (from docs) | Andrew Tridgell | 1 | -5/+1 | |
(This used to be commit d4d4d62939e325f8529b11fcd2d490e8f63293b0) | |||||
2008-06-04 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -4/+1 | |
(This used to be commit d206517f90ac02e829193c5a17e5df25059cf18d) | |||||
2008-06-04 | lib/crypto: remove unused sha1 and hmac-sha1 code | Stefan Metzmacher | 1 | -4/+1 | |
metze (This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a) | |||||
2008-06-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -1/+3 | |
(This used to be commit 9d74201e462f2f95ed5bd91200681db3bd2a9277) | |||||
2008-06-03 | BASE-DELAYWRITE: fix test on filesystem without high resolution timestamps | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit fde9880f9943897549859037b0fc9341d3a032f7) | |||||
2008-06-03 | BASE-DELAYWRITE: add missing time checks to make sure the server has updated ↵ | Stefan Metzmacher | 1 | -0/+2 | |
the write time metze (This used to be commit 9c004df8910c07d75bb3f75d7c3cfba9f9c94f51) | |||||
2008-06-02 | more updates for new info levels | Andrew Tridgell | 1 | -7/+8 | |
(This used to be commit 85d1873ee92fcc7df3addc42ddb8189144901f8b) | |||||
2008-06-02 | remove a pstring | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit 12ecd7f4b8934e3e11e8b6019b92b82a53e55b96) | |||||
2008-06-02 | remove unused macros | Andrew Tridgell | 1 | -12/+0 | |
(This used to be commit 7a1877db15e6a57f0f057dcf5da6609b9bdeef51) | |||||
2008-05-31 | check for requested buffer size in getinfo call | Andrew Tridgell | 1 | -0/+35 | |
(This used to be commit ed8f16379d01d3dffd2645e2b275aa27507dfec9) | |||||
2008-05-31 | more useful output in scan | Andrew Tridgell | 1 | -10/+7 | |
(This used to be commit 70569a78cf3443ce5c0b0a28dcd17a3031d8aa55) | |||||
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 1 | -2/+0 | |
This commit broke the build, because not all files (libreplace, popt) were updated. Andrew Bartlett (This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae) | |||||
2008-05-30 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs | Jelmer Vernooij | 9 | -2571/+1564 | |
Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9) | |||||
2008-05-30 | implemented client side SMB2 signing | Andrew Tridgell | 4 | -9/+15 | |
This doessn't work against Windows yet, and I've submitted a WSPP request for clarification of the docs to try and find out why. Meanwhile this is no worse than what we had, as it only gets used when the server demands signing, and we didn't work then anyway. (This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a) | |||||
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c) | |||||
2008-05-30 | don't emulate broken SMB2 locking behaviour from windows | Andrew Tridgell | 1 | -4/+66 | |
(This used to be commit c50e7a15f9a7f2c5821b5ee468f9ade6eaa0ed55) | |||||
2008-05-29 | merged gentest.c and gentest_smb2.c | Andrew Tridgell | 3 | -2615/+1401 | |
The one gentest tool now covers both SMB and SMB2, using the command line switch --smb2 for SMB2 (This used to be commit d1125a303a31fbe08a9bd0064ec132b4d7cbb131) | |||||
2008-05-29 | check maximal_access here too | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit 8159b1598e21daee730e185d025694e27df18d1b) | |||||
2008-05-29 | test the maximal access return | Andrew Tridgell | 1 | -1/+16 | |
(This used to be commit 23ffec5d140463c8307fd7e444ae25781ea3d792) | |||||
2008-05-28 | check the set of file attributes which are ignored | Andrew Tridgell | 1 | -2/+6 | |
(This used to be commit c818f56d8ea3ddc6f4cc61e9d5ed6fd195280a5d) | |||||
2008-05-28 | fixed current_op.mismatch for more cases | Andrew Tridgell | 1 | -2/+13 | |
(This used to be commit 8a2a31d050a31308036545414f8d180ec8148f1d) | |||||
2008-05-28 | added --noacls options and checking for same mismatch in backtracking | Andrew Tridgell | 1 | -1/+16 | |
(This used to be commit c7d2e1bf65a28b6a2efd60585ae8ead2fb486e53) | |||||
2008-05-28 | check that we can't change a file to a directory | Andrew Tridgell | 1 | -0/+4 | |
(This used to be commit e013ada415ebb25e925f715791757330ba003b43) | |||||
2008-05-28 | added testing of some strange read semantics on windows | Andrew Tridgell | 1 | -2/+59 | |
(This used to be commit 46a0b65742bc0e4277da53df9df823abd4a0d150) | |||||
2008-05-28 | generate security descriptors in gentest_smb2 | Andrew Tridgell | 1 | -3/+35 | |
(This used to be commit 5ca7e9590e792dc409c6677321cd14362255964e) | |||||
2008-05-28 | add testing of creating a file with an initial ACL on SMB2 | Andrew Tridgell | 3 | -31/+95 | |
(This used to be commit e957e86a03baa0c0daf3bfe1aaeceb7a08e3c24e) | |||||
2008-05-28 | test unknown tags and bad tag lengths | Andrew Tridgell | 1 | -0/+19 | |
(This used to be commit 72902c1d0f85048adf3088b4f90bbc34858b8658) | |||||
2008-05-28 | added some of the new SMB2 create tags to gentest_smb2 | Andrew Tridgell | 1 | -1/+17 | |
(This used to be commit b3f638581689946084148b241f9fd7c0b938ade2) | |||||
2008-05-28 | added testing of SMB2 create blobs | Andrew Tridgell | 1 | -2/+100 | |
(This used to be commit a48cbec6b90c6ba9db870fc33eed06b36612d8ff) | |||||
2008-05-28 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 5 | -5/+5 | |
(This used to be commit ecb0e5477aa63180daade5c597e7ac2aebfc1e15) | |||||
2008-05-28 | expanded the SMB2-READ test, including the windows position bug | Andrew Tridgell | 1 | -4/+51 | |
(This used to be commit 43e7b13027cde2696d6e137a785456861c49071a) | |||||
2008-05-28 | add exceptions for some of the strange windows SMB2 locking behaviour | Andrew Tridgell | 1 | -2/+10 | |
(This used to be commit 429bbecebe50ce3d8d494eece35b2387556d5893) | |||||
2008-05-28 | added --valid option to gentest_smb2 | Andrew Tridgell | 1 | -10/+27 | |
(This used to be commit 91765946b00c6f25d30d0d977c03209cb4e06448) | |||||
2008-05-28 | added --skip-cleanup to gentest | Andrew Tridgell | 1 | -0/+7 | |
(This used to be commit 0bc3de0cc4ad8a9d1a8582852f7f42cf56dd5a3e) | |||||
2008-05-27 | Use new dynconfig.h location. | Jelmer Vernooij | 5 | -5/+5 | |
(This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca) | |||||
2008-05-27 | fixed uninitialised variable | Andrew Tridgell | 1 | -2/+2 | |
(This used to be commit 8d2e20fcb984c122fbf98cfe712b3145941d881d) | |||||
2008-05-27 | fixed file_attributes test | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 791ce0fe39a9d9e0d40b9850ff6f0cc9077fe2f1) | |||||
2008-05-27 | added a basic SMB2 read test suite | Andrew Tridgell | 3 | -1/+144 | |
(This used to be commit 4aeda5c11414a4a7ef44da32be05209cb5caa90c) | |||||
2008-05-27 | re-enable some tests | Andrew Tridgell | 1 | -3/+3 | |
(This used to be commit c15b24a2f4346b6f07e1d5fd4f2bef7cd09cf350) | |||||
2008-05-27 | enforce lock ordering in SMB2 | Andrew Tridgell | 1 | -4/+70 | |
(This used to be commit 3bec932a89006521ba74bde7943b8cd5b4a660d8) | |||||
2008-05-27 | added some SMB2 locking tests from gentest | Andrew Tridgell | 1 | -0/+30 | |
(This used to be commit 2932fcb04646bb921fb1daa365dd4c86cadfe4c0) | |||||
2008-05-27 | another gentest derived test | Andrew Tridgell | 1 | -0/+21 | |
(This used to be commit bb546ab3779b235c5276ef9a714d1ca57b6815c9) | |||||
2008-05-27 | SEC_STD_SYNCHRONIZE is only invalid on SMB2 | Andrew Tridgell | 1 | -2/+6 | |
(This used to be commit 067f1271adaa13d537bbc92b19fe8d633cbaaf50) |