Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-13 | updated SMB2 create operation to match WSPP. | Andrew Tridgell | 8 | -80/+109 | |
Adding some defined for various new create options (This used to be commit d037dc23ced3df6bce98cbf4810fb5f1247336bd) | |||||
2008-02-13 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 16 | -98/+54 | |
(This used to be commit 11102681bcd70b0abb2df38bcdc7fdec51e71600) | |||||
2008-02-13 | updated SMB2 tcon as per WSPP docs | Andrew Tridgell | 7 | -33/+58 | |
(This used to be commit 5913e3e549e71affc66c28cacb6563331fb0c790) | |||||
2008-02-12 | Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. | Michael Adam | 2 | -2/+2 | |
Michael (This used to be commit 38855a9f145b54d05f4a508562fc1a6595e0d895) | |||||
2008-02-12 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 6 | -65/+20 | |
(This used to be commit 842b4969cd08a8acc5584cfdcf1aaf8a751e4fa3) | |||||
2008-02-12 | Fix subunit runner exit codes. | Jelmer Vernooij | 2 | -2/+4 | |
(This used to be commit 7911308dbc1233838e44c533302f77b03ea41148) | |||||
2008-02-12 | Correctly increment counters in Subunit test runner. | Jelmer Vernooij | 2 | -4/+5 | |
(This used to be commit c474a2bb83a3e28a0b83f3b8ca1b646742dfca3d) | |||||
2008-02-12 | librpc: remove special support for fixed length strings | Stefan Metzmacher | 3 | -58/+1 | |
Fixed arrays with the charset() attribute do the same metze (This used to be commit 9620b86e96e8065c0ff6db0d95130ab53581d468) | |||||
2008-02-12 | spoolss.idl: don't use string32 anymore and use an charset() array | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 746a715715c7af8036192ba6d74e282ceaec8c0d) | |||||
2008-02-12 | nbt.idl: don't use astring15 anymore and use an charset() array | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit bb143c76fb971bc2a1d69954d37ab20a953f2b69) | |||||
2008-02-12 | Fix open file tracking in vfs_cifs so that oplock breaks can propagate | Amin Azez | 1 | -4/+16 | |
Oplock breaks were not propagating because the list of open files was not being maintained. This fixes that based on best-guess of how it should work. It has been tested manually with windows XP client obtaining an oplock from a windows 2003 server, which then broke the lock when smbclient read the same file. Previously the smbclient read blocked until the oplock timed out (This used to be commit 1a53aeff9a9e8fe83fde5a617463a5b363c45313) | |||||
2008-02-12 | Support using shared library during testsuite run if tdb was built with a ↵ | Jelmer Vernooij | 1 | -2/+2 | |
shared lib internally. (This used to be commit 28539f48e6ad37a6436e6f2c6733ee1fcbc6567f) | |||||
2008-02-12 | make sure libraries are built before attempting to install. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit deb1dae2dabad3d74a1c6adf2c0b0d56917cca83) | |||||
2008-02-12 | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit 981957165d09e82947f68475192f1ce1f0ddbdd3) | |||||
2008-02-12 | [PATCH] composite: make it possible to call composite_is_ok() without ↵ | Stefan Metzmacher | 1 | -18/+13 | |
callback fn metze (This used to be commit 4e459f1fb3ab60c586df9a08cdc57db424a30b18) | |||||
2008-02-12 | Make sure talloc.so is build before installing. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 51769f5cfc0f3a9f85ea533598a1f769e108d075) | |||||
2008-02-12 | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 2 | -1/+4 | |
(This used to be commit 6c9a8bf9f03cef0fc1c5f7ec3f8786eccf79c851) | |||||
2008-02-12 | fixed crash when 0 dialects (thanks metze!) | Andrew Tridgell | 1 | -2/+4 | |
(This used to be commit 252bcf207b8117f325075cbb7bd05063756ac283) | |||||
2008-02-12 | updated SMB2 header defines to match WSPP docs | Andrew Tridgell | 12 | -55/+56 | |
(This used to be commit d2c6ad55eca27f50a38fc6e2a85032eddb3f0aae) | |||||
2008-02-12 | converted SMB2 session setup to use WSPP protocol field names | Andrew Tridgell | 3 | -32/+28 | |
(This used to be commit 3c2af0fdc4916dce32c2690e49dde0852d1a0c50) | |||||
2008-02-12 | converted the out side of SMB2 negprot handling | Andrew Tridgell | 4 | -64/+66 | |
This follows the SMB2 PFIF docs. Current versions of Vista can now connect to Samba4 as a SMB2 server and do basic operations (This used to be commit 9dc284770df9393a1a619735dc7a148713936fa7) | |||||
2008-02-12 | added some helper functions for GUID handling | Andrew Tridgell | 1 | -0/+41 | |
(This used to be commit 7d3ffd4d2b59d7c87c0a81030f349db21c071967) | |||||
2008-02-12 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 14 | -47/+1352 | |
(This used to be commit 3beaa04ef73ca21925d41745b30b6bbaadb7b939) | |||||
2008-02-12 | fixed up the .in side of SMB2 negprot | Andrew Tridgell | 6 | -19/+76 | |
fixed the input side of the SMB2 negprot structure and parsers according to the documentation (This used to be commit 55af8acc7b32c24e4b1187e9d8d1c8f060e914b0) | |||||
2008-02-12 | tdb/ldb: Use prefix in case DESTDIR is not set. | Jelmer Vernooij | 2 | -8/+8 | |
(This used to be commit ab19a8f62719eb0f347696a2e5f34f8847fd82cb) | |||||
2008-02-12 | Create the required directories when installing Python code. | Jelmer Vernooij | 2 | -0/+4 | |
(This used to be commit 8ef36fe54555cc0c5ac0d1f118d0a1a7b770c2fd) | |||||
2008-02-12 | Mark the reprovision test as known failing for now. | Jelmer Vernooij | 2 | -2/+3 | |
(This used to be commit 5d4396ae232525be139a91b36f8c7177e46627ae) | |||||
2008-02-12 | Reintroduce samba3sam EJS test, at least until the Python test is ready. | Jelmer Vernooij | 2 | -0/+1257 | |
(This used to be commit 13deb25214b2711836e243a87166b63a4a87270b) | |||||
2008-02-12 | Add blackbox test for provisioning code to make sure it can be run more than ↵ | Jelmer Vernooij | 2 | -1/+40 | |
once in a row. (This used to be commit 42466d960c86b692ef5e03c045ba24591c5c6f84) | |||||
2008-02-12 | Avoid using setup.py for intsallation. | Jelmer Vernooij | 7 | -7/+20 | |
(This used to be commit 7b93e43dad55454e9107a38e67764e08f51392d3) | |||||
2008-02-12 | Manually compile python files rather than use setup.py. | Jelmer Vernooij | 4 | -22/+15 | |
(This used to be commit 056843a5c2ca9e0ec59fd7e371852ecb5362ee32) | |||||
2008-02-12 | Manually compile python files rather than using setup.py. | Jelmer Vernooij | 4 | -20/+18 | |
(This used to be commit 94dfeb5e89a641e2af3d7426d9d25c87952198d2) | |||||
2008-02-11 | Fix out of tree builds. | Jelmer Vernooij | 5 | -10/+11 | |
(This used to be commit 35c8ebdca2612b52cd3eb2aafd35041d17173722) | |||||
2008-02-11 | Split actual content out of tdb Makefile into a separate file. | Jelmer Vernooij | 2 | -80/+89 | |
(This used to be commit b5d4ab2cf4a73883fff867f878788d94bd8e1649) | |||||
2008-02-11 | Split actual content out of talloc Makefile into talloc.mk. | Jelmer Vernooij | 2 | -37/+42 | |
(This used to be commit 2b8939975267fc4774bccd2a35ea9a35129d0a2b) | |||||
2008-02-11 | Move some more rules to rules.mk | Jelmer Vernooij | 2 | -6/+9 | |
(This used to be commit 2ff3f72fd2559051000c34da9fcd5602514595e4) | |||||
2008-02-11 | Split rules.mk out of Makefile. | Jelmer Vernooij | 2 | -27/+31 | |
(This used to be commit 75ffc2c50d70e6f4108c3e6843c8d2bb212f6d9e) | |||||
2008-02-11 | Split rules out of tdb Makefile. | Jelmer Vernooij | 2 | -38/+41 | |
(This used to be commit 9f233c14540cd4b2d5f4c7fe01e2d89cb220abc8) | |||||
2008-02-11 | ldb: Split up the Makefile so it will be possible later on to directly ↵ | Jelmer Vernooij | 3 | -122/+125 | |
include fragments in the Samba 3 or 4 makefile. (This used to be commit 6d54e9104de577ab727ee99a76e690a2fae71636) | |||||
2008-02-11 | Use make variables in cflags file (now supported by cflags.pl) | Jelmer Vernooij | 2 | -7/+11 | |
(This used to be commit d746fcde1006b4b7b33aa65bef9d2fea3ebc9162) | |||||
2008-02-11 | Support including files in the cflags.pl script. | Jelmer Vernooij | 2 | -10/+23 | |
(This used to be commit 742e50aeb54d779d383cbf73132224bad3b09777) | |||||
2008-02-11 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 30 | -3379/+288 | |
Conflicts: source/Makefile source/rules.mk (This used to be commit fc9b9853124c8d172172f88e1e4939db5970df25) | |||||
2008-02-11 | TORTUREDIR as target dir for binaries is no longer used, remove it. | Jelmer Vernooij | 1 | -7/+0 | |
(This used to be commit df5b712001c16acf275d9a79fd765cf8976508d6) | |||||
2008-02-11 | Clean up data.mk file in distclean. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 0d44e7a15a9f7e238c0702a0135beae2183455a8) | |||||
2008-02-11 | Print warning when config.status doesn't exist and the user tries to | Jelmer Vernooij | 1 | -0/+4 | |
run make. (This used to be commit 8776a0d2badca9ebf39e27ba5e845d0f76f0834e) | |||||
2008-02-11 | Remove unused function. | Jelmer Vernooij | 1 | -139/+0 | |
(This used to be commit e779cf4724610b5d737102d1f55d1367744b188a) | |||||
2008-02-11 | Move pidl bits to a separate file. | Jelmer Vernooij | 2 | -36/+42 | |
(This used to be commit de7af6913487b51e44463bf1908e765477d28e5d) | |||||
2008-02-11 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a5db115dc6827896c66fe08554b3fe7185eea52f) | |||||
2008-02-11 | Avoid autogenerating the Makefile but rather include a data.mk file | Jelmer Vernooij | 7 | -211/+210 | |
that is autogenerated. (This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd) | |||||
2008-02-11 | Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same. | Michael Adam | 1 | -1/+1 | |
Not sure if we can produce one from the other, so I manually made them equal for now. Michael (This used to be commit 1c14c457bea75fb3055712547cca501e8ef3fc20) |