Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-23 | Add docstring for samba.net.Join | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit 382de5455363ab1ae7436ff8da4b952d2b6541e9) | |||||
2008-05-23 | Use restructuredText formatting for docstrings. | Jelmer Vernooij | 8 | -0/+18 | |
(This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0) | |||||
2008-05-23 | Add docstrings in misc python module. | Jelmer Vernooij | 3 | -33/+129 | |
(This used to be commit 5bf15122e6bb6dcbc2abd325db9522b2084d975f) | |||||
2008-05-23 | Add some docstrings to tdb. | Jelmer Vernooij | 3 | -122/+319 | |
(This used to be commit 3563d62663c36ff267011f1f6f9b256be21c32fb) | |||||
2008-05-23 | Add module docstring, docstrings for constructors. | Jelmer Vernooij | 3 | -14/+63 | |
(This used to be commit 67d738d6e65476263a2b7c236a57fe2b0a2dfe32) | |||||
2008-05-23 | Add more docstrings in the ldb python module. | Jelmer Vernooij | 3 | -6/+43 | |
(This used to be commit a649a010670ee2c0d155aa62654841cf1f2bab8f) | |||||
2008-05-23 | Add some docstrings to ldb python module, fix MessageElement name. | Jelmer Vernooij | 3 | -144/+430 | |
(This used to be commit 717283331f8a1ebd80e7ec52d9bfe709f869ec86) | |||||
2008-05-23 | Add some docstrings to credentials python module. | Jelmer Vernooij | 3 | -25/+174 | |
(This used to be commit 7b4435a68c5515f2ec09c8ba251d11ca1427748d) | |||||
2008-05-23 | Add some notes about further enhancements of the Python pidl backend. | Jelmer Vernooij | 1 | -3/+12 | |
(This used to be commit 8e4cd10e3fde9b52552549a9553cdd25ef30d6dd) | |||||
2008-05-23 | fix make test for EAs again | Andrew Tridgell | 4 | -8/+9 | |
- go back to 4 byte alignment until I work out the rules that Vista wants more exactly - add the zero sized EA handling for SMB2 more generically (This used to be commit 326b69bc8064cbea357864cecd6bd27b50c57184) | |||||
2008-05-22 | Merge commit 'origin/v4-0-test' into v4-0-test | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 2bba77a768c3ed984af05b99c2f7781577d08ec3) | |||||
2008-05-22 | SMB2 read returns NT_STATUS_END_OF_FILE on read past end of file | Andrew Tridgell | 1 | -0/+5 | |
(This used to be commit 1590494daf5abe43e43402e7602f92267bcda34b) | |||||
2008-05-22 | libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ↵ | Stefan Metzmacher | 1 | -1/+1 | |
detected metze (This used to be commit 84b5652d3e5766521436e4c7d59615b08b2bb198) | |||||
2008-05-22 | fixes for EAs and filename in gentest_smb2 results | Andrew Tridgell | 1 | -1/+12 | |
- SMB2 returns 0 for a null EA - return the share qualified name for the filename in SMB2 ALL_INFO level (This used to be commit f9708184a2037f83ebb97c847414326a42436154) | |||||
2008-05-22 | added a --noeas option to gentest_smb2 | Andrew Tridgell | 1 | -0/+6 | |
(This used to be commit 9d523debb7ee59bdadf9865e023be370b7ab7b39) | |||||
2008-05-22 | pass in the required alignment to the EA construction routines | Andrew Tridgell | 4 | -10/+11 | |
(This used to be commit af31030e0b78b6b220740529901ec8d2d9f5a3fe) | |||||
2008-05-22 | added a define for all valid file attributes | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit 198ed9336756f973cebd7cc3df7f51e2c4575205) | |||||
2008-05-22 | check for invalid file attribute values in create | Andrew Tridgell | 1 | -0/+4 | |
(This used to be commit dd21e3d9d788a67d4673625ed4892a875f4600dc) | |||||
2008-05-22 | Merge commit 'origin/v4-0-test' into v4-0-test | Andrew Tridgell | 56 | -229/+477 | |
(This used to be commit d7f3348c891e14de0e1b195714468ff998400f60) | |||||
2008-05-22 | added testing of SMB2 setfileinfo in gentest_smb2 | Andrew Tridgell | 1 | -19/+3 | |
(This used to be commit c38658c6c05fd65d729693904d35886431582537) | |||||
2008-05-22 | added EAs in the generated SMB2 create operation | Andrew Tridgell | 1 | -25/+19 | |
(This used to be commit 607bf6a946ffd7f768bda44c461ee82fcfc101c1) | |||||
2008-05-22 | added --maskindexing and qfileinfo testing | Andrew Tridgell | 1 | -124/+59 | |
- added --maskindexing to mask the 0x2000 noindex bit in file attributes - added testing of qfileinfo in gentest_smb2 (This used to be commit 3883a7286fd32cd6c77269f67d1366c3b946b5a0) | |||||
2008-05-22 | minor cleanup in SMB2 getinfo test | Andrew Tridgell | 1 | -6/+6 | |
(This used to be commit b139b471072f20288f126b5a9ee7613cc6c40681) | |||||
2008-05-22 | fixed parsing of the SMB2 ALL_INFO qfileinfo level | Andrew Tridgell | 3 | -3/+6 | |
(This used to be commit a7be5ba22e0cf2c61501f5a05e64673f31ba145c) | |||||
2008-05-22 | added SMB2 gentest generation of SMB2 echo packets | Andrew Tridgell | 1 | -0/+13 | |
(This used to be commit 8f7cfa5d2e190ddb74ba859a3f68ec0ed33ae089) | |||||
2008-05-22 | badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETER | Andrew Tridgell | 1 | -2/+2 | |
(This used to be commit 1c5dd2d1b655218f875a4e512ed3e94fee624fe4) | |||||
2008-05-22 | fixes to the SMB2 lock test after recent SMB2 locking changes | Andrew Tridgell | 1 | -8/+12 | |
(This used to be commit de7626e1c29f04e54afb6d95f4051bc52b17dd80) | |||||
2008-05-21 | GPO: Do not provision Default Domain Policy as initially enforced. (bz #5480) | Andrew Kroeger | 1 | -1/+1 | |
This only solves part of bz #5480. The settings for Enforced & Link Enabled now match the default settings of a Windows DC, but they are still "locked" and cannot be changed via the GUI. (This used to be commit 761e667e45475d3a7d5a41558b400ba4c94c4650) | |||||
2008-05-21 | enableaccount: Use correct command name in usage output. | Andrew Kroeger | 1 | -1/+1 | |
(This used to be commit 4ca8f32a37196c81547679b2ee8d00cb77a01269) | |||||
2008-05-21 | provision: Generate krb5.conf template separate from named.conf template. | Andrew Kroeger | 3 | -36/+69 | |
(This used to be commit ebf130e9e57b640129cf0d05dbd7d210b71ea371) | |||||
2008-05-22 | Fix import in provision test. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 96501be38da947f02ad57217e0bc23f7a66d36f9) | |||||
2008-05-22 | Move DCE/RPC python bindings into samba package. | Jelmer Vernooij | 5 | -21/+21 | |
(This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1) | |||||
2008-05-22 | Fix CFLAGS for SWIG files. | Jelmer Vernooij | 9 | -10/+10 | |
(This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf) | |||||
2008-05-22 | Make sure the default ldb modules dir gets initialized. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 937456c69d23ece85bdb7415f52d722c2aa6b6b5) | |||||
2008-05-22 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 2 | -11/+34 | |
(This used to be commit 30f8d581aa339b37b27011e65355937590df10b9) | |||||
2008-05-22 | Fix python imports. | Jelmer Vernooij | 4 | -3/+10 | |
(This used to be commit 453206665677821b254c18cc67192e007b892f04) | |||||
2008-05-22 | use one blackbox script per executable. | Jelmer Vernooij | 3 | -18/+44 | |
(This used to be commit cd8c8226784c96d7f1dbae006a4853eb50c7b2e2) | |||||
2008-05-22 | Fix events test. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 0fae6f11081cff7846319175cfec95fa3911571c) | |||||
2008-05-22 | Fix dependencies and imports. | Jelmer Vernooij | 6 | -1154/+28 | |
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7) | |||||
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 29 | -99/+1289 | |
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a) | |||||
2008-05-21 | Move some python files into the samba package. | Jelmer Vernooij | 7 | -8/+8 | |
(This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0) | |||||
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 12 | -2/+26 | |
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6) | |||||
2008-05-21 | lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKS | Stefan Metzmacher | 1 | -11/+5 | |
metze (This used to be commit 76be51d3a08e2239a137b8abe3f2df722f69ddb2) | |||||
2008-05-21 | libreplace: add test for HAVE_IPV6 | Stefan Metzmacher | 1 | -0/+29 | |
Samba can later just check libreplace_cv_HAVE_IPV6 = yes. metze (This used to be commit e835e7eebcc064ce0813814796828f15ad112fbd) | |||||
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the ↵ | Jelmer Vernooij | 13 | -11/+22 | |
makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3) | |||||
2008-05-21 | Refuse to install autogenerated proto header files. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit c0a84c2b4698f6ac9b555cc74bed52e5930804d9) | |||||
2008-05-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpython | Jelmer Vernooij | 8 | -170/+246 | |
(This used to be commit f29e9009310e4a6d575651dd9ba41ffc90bfb386) | |||||
2008-05-21 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit f0914d0187130adcd4f239d4ea0fc9f729fdedc9) | |||||
2008-05-21 | Fix reference to removed smbpython. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit 58f956dc4591137489cba16f360f2d24d91dadc1) | |||||
2008-05-21 | fixed SMB2 flush call, and added flush to gentest_smb2 | Andrew Tridgell | 4 | -18/+47 | |
(This used to be commit c52fe1fe1c77636d87355d3c4baa66e052fe9008) |