Age | Commit message (Expand) | Author | Files | Lines |
2008-05-30 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs | Jelmer Vernooij | 44 | -2686/+2028 |
2008-05-30 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 16 | -56/+318 |
2008-05-30 | Skip the samba4.samdb.python test. | Andrew Bartlett | 1 | -0/+1 |
2008-05-30 | implemented client side SMB2 signing | Andrew Tridgell | 15 | -51/+308 |
2008-05-30 | two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords() | Andrew Tridgell | 1 | -4/+6 |
2008-05-30 | fixed a segv in the python messaging code on 64 bit systems | Andrew Tridgell | 1 | -1/+4 |
2008-05-30 | Fix the samba4.dcerpc.bare.python test. | Andrew Bartlett | 1 | -5/+6 |
2008-05-30 | Place the NTP signd socket in the selftest area | Andrew Bartlett | 1 | -0/+2 |
2008-05-30 | Fix rpcecho test. | Andrew Bartlett | 1 | -1/+1 |
2008-05-30 | Reorder the linking of objects into a binary. | Andrew Bartlett | 1 | -2/+2 |
2008-05-30 | Don't pass an smb.conf to provision tests. | Andrew Bartlett | 4 | -25/+22 |
2008-05-30 | Fix up provision and samdb tests. | Andrew Bartlett | 2 | -7/+23 |
2008-05-30 | Make sure reason for skipping is output. | Jelmer Vernooij | 2 | -6/+5 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 18 | -50/+83 |
2008-05-30 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 24 | -2608/+1684 |
2008-05-30 | Remove test from samba4-skip, it is avoided in samba4_tests.sh | Andrew Bartlett | 1 | -1/+0 |
2008-05-30 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 5 | -14/+27 |
2008-05-30 | the docs shows that this is a o16s32 blob | Andrew Tridgell | 1 | -2/+1 |
2008-05-30 | don't emulate broken SMB2 locking behaviour from windows | Andrew Tridgell | 2 | -15/+69 |
2008-05-29 | Add samba4-slow file listing tests that succeed but are just slow. | Jelmer Vernooij | 4 | -26/+53 |
2008-05-29 | Allow full-line comments in include/exclude files. | Jelmer Vernooij | 2 | -0/+5 |
2008-05-29 | Fix samdb test and enable it. | Jelmer Vernooij | 3 | -4/+7 |
2008-05-29 | Update after changes to the provision API, make sure temp dir gets cleaned | Jelmer Vernooij | 1 | -10/+19 |
2008-05-29 | Check test directory is cleaned up by Python tests. | Jelmer Vernooij | 1 | -0/+1 |
2008-05-29 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs | Jelmer Vernooij | 16 | -43/+426 |
2008-05-29 | Fix extra dash in command line flag. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-29 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 16 | -42/+427 |
2008-05-29 | don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2 | Andrew Tridgell | 1 | -1/+3 |
2008-05-29 | merged gentest.c and gentest_smb2.c | Andrew Tridgell | 3 | -2615/+1401 |
2008-05-29 | fixed the error code for bad SMB2 ioctls | Andrew Tridgell | 1 | -1/+2 |
2008-05-29 | Remove extra spaces on prefixMap input and output. | Andrew Bartlett | 2 | -35/+35 |
2008-05-29 | Finish the LDIF parsers for the prefixMap attribute. | Andrew Bartlett | 1 | -12/+33 |
2008-05-29 | fix from WSPP SMB2 test 11 | Andrew Tridgell | 1 | -1/+2 |
2008-05-29 | check maximal_access here too | Andrew Tridgell | 1 | -0/+1 |
2008-05-29 | test the maximal access return | Andrew Tridgell | 1 | -1/+16 |
2008-05-29 | added support for returning the maximal access MXAC tag in SMB2 create | Andrew Tridgell | 5 | -5/+54 |
2008-05-29 | Print prefixMap in a human-readable format. | Andrew Bartlett | 5 | -18/+224 |
2008-05-29 | querying the ACCESS_INFORMATION is always allowed | Andrew Tridgell | 1 | -0/+4 |
2008-05-29 | SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2 | Andrew Tridgell | 1 | -3/+10 |
2008-05-29 | fixed offset for maximal access response | Andrew Tridgell | 1 | -1/+1 |
2008-05-29 | Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-local | Andrew Bartlett | 1 | -1/+1 |
2008-05-29 | Add in an enum for two future NTP signing ops. | Andrew Bartlett | 1 | -2/+3 |
2008-05-29 | Allow the ntp_signd socket to be set from configure. | Andrew Bartlett | 8 | -5/+53 |
2008-05-28 | provision: Add missing string parameter token when assigning ldap_backend. | Andrew Kroeger | 1 | -1/+1 |
2008-05-29 | Final fixes to for a functional NTP signing deamon. | Andrew Bartlett | 2 | -18/+128 |
2008-05-29 | Don't make the NTP signd headers public. | Andrew Bartlett | 2 | -3/+0 |
2008-05-28 | check the set of file attributes which are ignored | Andrew Tridgell | 1 | -2/+6 |
2008-05-28 | fixed current_op.mismatch for more cases | Andrew Tridgell | 1 | -2/+13 |
2008-05-28 | fixed create_action for truncated files | Andrew Tridgell | 1 | -1/+12 |
2008-05-28 | added --noacls options and checking for same mismatch in backtracking | Andrew Tridgell | 1 | -1/+16 |