summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Create new context in pytalloc to avoid problems with talloc_free() freeing ↵Jelmer Vernooij2008-05-231-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the wrong parent of a pointer. (This used to be commit 3f628f4dc9a57326442ebe2d2eaac9d279043aa6)
| | | * | UFollow conventions for __repr__ contents for talloc python wrapper.Jelmer Vernooij2008-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit f2d437d646d0694498c14bc951f9745c4ecd902d)
| | | * | Fix syntax for return type in DCE/RPC interface python bindings.Jelmer Vernooij2008-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 40652801fce937b37a43d37db9892821572cd6fd)
| | | * | Self PYTHONPATH from selftest.Jelmer Vernooij2008-05-231-0/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit f7e350368b40f575b312d4e0045981d9b1dcadfe)
| | | * | Fix imports for provision-backend.Jelmer Vernooij2008-05-231-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | This needs a blackbox test... (This used to be commit 268c1de095411991ffb22ee835bfb88f8bce235a)
| | | * | Fix indentation.Jelmer Vernooij2008-05-231-9/+16
| | | | | | | | | | | | | | | | | | | | (This used to be commit 5c3d4fce06ae07663632cc50d9703ddbc728c737)
| | | * | Add another test toe the python samr testsuite.Jelmer Vernooij2008-05-231-2/+18
| | | | | | | | | | | | | | | | | | | | (This used to be commit 480884c696c676bb978e9197271b99cc03bb66e6)
| | | * | Remove unused ejs library functions.Jelmer Vernooij2008-05-232-461/+0
| | | | | | | | | | | | | | | | | | | | (This used to be commit 57eec87b19428fd763033988d0ba671524d90c69)
| | | * | Remove unused echo ejs script.Jelmer Vernooij2008-05-231-1/+0
| | | | | | | | | | | | | | | | | | | | (This used to be commit 3a6b009d505503b2eb22acadeaac485151ed0173)
| | | * | Convert samr test to python.Jelmer Vernooij2008-05-233-1/+117
| | | | | | | | | | | | | | | | | | | | (This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)
| | | * | Disable building of EJS DCE/RPC support.Jelmer Vernooij2008-05-232-115/+1
| | | |/ | | | | | | | | | | | | (This used to be commit c7bc9321b38a360d2e8d5258fadb30790342d032)
| | | * Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij2008-05-233-11/+16
| | | | | | | | | | | | | | | | (This used to be commit 076e2cc356978ac313fcfdf8d8243f4ed1d629b0)
| | | * Work around bug adding extra imports in generated file.Jelmer Vernooij2008-05-231-2/+0
| | | | | | | | | | | | | | | | (This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff)
| | | * Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-237-60/+143
| | | | | | | | | | | | | | | | (This used to be commit ce063eca498036937f99161a1f12e076c2ab313f)
| | | * Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij2008-05-232-4/+4
| | | | | | | | | | | | | | | | (This used to be commit 2155d76646f4235c8857460f562a9cc4cafe3ab1)
| | | * Fix imports for minschema.Jelmer Vernooij2008-05-231-0/+2
| | | | | | | | | | | | | | | | (This used to be commit bda223a49e6bdeda68518cba27bc92df33784939)
| | | * Properly fix symlink for module aliases.Jelmer Vernooij2008-05-231-1/+1
| | | | | | | | | | | | | | | | (This used to be commit 84d93728667921bf36a1b25c32bf8befa941a2c6)
| | | * dcerpc is now samba.dcerpc, avoid including source code in API documentation.Jelmer Vernooij2008-05-231-1/+3
| | | | | | | | | | | | | | | | (This used to be commit a28a8ed53557451749007a119e979f561c6b0f59)
| | | * Add docstrings to samba3 and getopt modules.Jelmer Vernooij2008-05-232-0/+18
| | | | | | | | | | | | | | | | (This used to be commit bdf1c039db6c184a9f275a6e4bf3786570cc924a)
| | | * Add docstrings to events python module.Jelmer Vernooij2008-05-233-7/+27
| | | | | | | | | | | | | | | | (This used to be commit 7d43d2c7c91c86246b9bb2ae7eda050079767e7a)
| | | * add more docstrings to registry python moduleJelmer Vernooij2008-05-233-14/+100
| | | | | | | | | | | | | | | | (This used to be commit 606f92db874c139ba532df53a87cc5b826215d9e)
| | | * Add docstrings to param python module.Jelmer Vernooij2008-05-233-10/+136
| | | | | | | | | | | | | | | | (This used to be commit 39d27088e51867705ceec356759e7c3609a102bf)
| | | * Add docstring for samba.net.JoinJelmer Vernooij2008-05-231-1/+4
| | | | | | | | | | | | | | | | (This used to be commit 382de5455363ab1ae7436ff8da4b952d2b6541e9)
| | | * Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-238-0/+18
| | | | | | | | | | | | | | | | (This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
| | | * Add docstrings in misc python module.Jelmer Vernooij2008-05-233-33/+129
| | | | | | | | | | | | | | | | (This used to be commit 5bf15122e6bb6dcbc2abd325db9522b2084d975f)
| | | * Add some docstrings to tdb.Jelmer Vernooij2008-05-233-122/+319
| | | | | | | | | | | | | | | | (This used to be commit 3563d62663c36ff267011f1f6f9b256be21c32fb)
| | | * Add module docstring, docstrings for constructors.Jelmer Vernooij2008-05-233-14/+63
| | | | | | | | | | | | | | | | (This used to be commit 67d738d6e65476263a2b7c236a57fe2b0a2dfe32)
| | | * Add more docstrings in the ldb python module.Jelmer Vernooij2008-05-233-6/+43
| | | | | | | | | | | | | | | | (This used to be commit a649a010670ee2c0d155aa62654841cf1f2bab8f)
| | | * Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij2008-05-233-144/+430
| | | | | | | | | | | | | | | | (This used to be commit 717283331f8a1ebd80e7ec52d9bfe709f869ec86)
| | | * Add some docstrings to credentials python module.Jelmer Vernooij2008-05-233-25/+174
| | | | | | | | | | | | | | | | (This used to be commit 7b4435a68c5515f2ec09c8ba251d11ca1427748d)
| | | * Add some notes about further enhancements of the Python pidl backend.Jelmer Vernooij2008-05-231-3/+12
| | | | | | | | | | | | | | | | (This used to be commit 8e4cd10e3fde9b52552549a9553cdd25ef30d6dd)
| | | * fix make test for EAs againAndrew Tridgell2008-05-234-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)
| | | * Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-05-221-1/+1
| | | |\ | | | | | | | | | | | | | | | (This used to be commit 2bba77a768c3ed984af05b99c2f7781577d08ec3)
| | | | * libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ↵Stefan Metzmacher2008-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | detected metze (This used to be commit 84b5652d3e5766521436e4c7d59615b08b2bb198)
| | | * | SMB2 read returns NT_STATUS_END_OF_FILE on read past end of fileAndrew Tridgell2008-05-221-0/+5
| | | | | | | | | | | | | | | | | | | | (This used to be commit 1590494daf5abe43e43402e7602f92267bcda34b)
| | | * | fixes for EAs and filename in gentest_smb2 resultsAndrew Tridgell2008-05-221-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)
| | | * | added a --noeas option to gentest_smb2Andrew Tridgell2008-05-221-0/+6
| | | | | | | | | | | | | | | | | | | | (This used to be commit 9d523debb7ee59bdadf9865e023be370b7ab7b39)
| | | * | pass in the required alignment to the EA construction routinesAndrew Tridgell2008-05-224-10/+11
| | | | | | | | | | | | | | | | | | | | (This used to be commit af31030e0b78b6b220740529901ec8d2d9f5a3fe)
| | | * | added a define for all valid file attributesAndrew Tridgell2008-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 198ed9336756f973cebd7cc3df7f51e2c4575205)
| | | * | check for invalid file attribute values in createAndrew Tridgell2008-05-221-0/+4
| | | | | | | | | | | | | | | | | | | | (This used to be commit dd21e3d9d788a67d4673625ed4892a875f4600dc)
| | | * | Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-05-2256-229/+477
| | | |\| | | | | | | | | | | | | | | | (This used to be commit d7f3348c891e14de0e1b195714468ff998400f60)
| | | * | added testing of SMB2 setfileinfo in gentest_smb2Andrew Tridgell2008-05-221-19/+3
| | | | | | | | | | | | | | | | | | | | (This used to be commit c38658c6c05fd65d729693904d35886431582537)
| | | * | added EAs in the generated SMB2 create operationAndrew Tridgell2008-05-221-25/+19
| | | | | | | | | | | | | | | | | | | | (This used to be commit 607bf6a946ffd7f768bda44c461ee82fcfc101c1)
| | | * | added --maskindexing and qfileinfo testingAndrew Tridgell2008-05-221-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)
| | | * | minor cleanup in SMB2 getinfo testAndrew Tridgell2008-05-221-6/+6
| | | | | | | | | | | | | | | | | | | | (This used to be commit b139b471072f20288f126b5a9ee7613cc6c40681)
| | | * | fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell2008-05-223-3/+6
| | | | | | | | | | | | | | | | | | | | (This used to be commit a7be5ba22e0cf2c61501f5a05e64673f31ba145c)
| | | * | added SMB2 gentest generation of SMB2 echo packetsAndrew Tridgell2008-05-221-0/+13
| | | | | | | | | | | | | | | | | | | | (This used to be commit 8f7cfa5d2e190ddb74ba859a3f68ec0ed33ae089)
| | | * | badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETERAndrew Tridgell2008-05-221-2/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 1c5dd2d1b655218f875a4e512ed3e94fee624fe4)
| | | * | fixes to the SMB2 lock test after recent SMB2 locking changesAndrew Tridgell2008-05-221-8/+12
| | | | | | | | | | | | | | | | | | | | (This used to be commit de7626e1c29f04e54afb6d95f4051bc52b17dd80)
| | * | | Fix const.Jelmer Vernooij2008-04-152-2/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit b74fc23825a54eb101b413ee76b21ee605dfb16c)