summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * 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)
| | * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-04-15171-2722/+3107
| | |\ \ \ | | | | | | | | | | | | | | | | | | (This used to be commit 70ebb22c3df178a26c26c0a25c5722ff9ccdb0b4)
| | * | | | Fix formatting, remove unused function.Jelmer Vernooij2008-04-151-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 6ec206ba58777395b2d1251680b21648f4c0f78e)
| | * | | | More patchfile fixes. Write support should work now.Wilco Baan Hofman2008-04-152-14/+35
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit cc38f2f086b92bbe65bd6e7f4e03fdf7f21ef2f6)
| | * | | | Fix PReg write support.Wilco Baan Hofman2008-04-154-18/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for patch files (.REG and PReg). (This used to be commit 497977c36c621a4820be51cbcb7b78eac1e292b7)
| | * | | | Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman2008-04-155-32/+226
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 6e9b1e35a269af2eda79356c1525f5413656d648)
| | * | | | Remove debug stuff.Wilco Baan Hofman2008-04-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 7ba2e5dc5b6d82457c298f7ecdb6baea43f04854)
| | * | | | Add support for security descriptors. Also patched the regf backend to ↵Wilco Baan Hofman2008-04-147-42/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support this. Did not touch the ldb, dir and rpc backends yet. (This used to be commit c4626f21a898da27a051f2c67f8fd73f55d4fc7d)
| | * | | | Attempt to fix the patchfile_preg backend for big endian machines.Wilco Baan Hofman2008-04-142-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update some functions to properly state what is not supported (yet). Registry .reg uses UCS-2, not UTF-16. (This used to be commit 664a035dd9fc6e3b50a771baa98f8d79360cc4c1)
| * | | | | More PEP8 compliancy.Jelmer Vernooij2008-04-061-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit d16b30d005933c9cc73f9196a3b77829d23687a0)
| * | | | | Simplify some code, fix style.Jelmer Vernooij2008-04-051-102/+99
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 1c983e4e4dfb93387791c36dc96696c4fffcfeb7)
| * | | | | Improve PEP8 (Python code style) compliancy a bit.Jelmer Vernooij2008-04-051-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit c7d388a6e2153234fe67daf1af094fc346e1da61)
* | | | | | Start an 'NTP signing server' in Samba4.Andrew Bartlett2008-05-275-0/+313
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am modifying the ntp.org server to talk to this service, to sign packets per MS-SNTP. Andrew Bartlett (This used to be commit 0c15385e6068d2f70ff11aa5837adbd6d78410ae)
* | | | | GPO: Do not provision Default Domain Policy as initially enforced. (bz #5480)Andrew Kroeger2008-05-211-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)
* | | | | enableaccount: Use correct command name in usage output.Andrew Kroeger2008-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 4ca8f32a37196c81547679b2ee8d00cb77a01269)
* | | | | provision: Generate krb5.conf template separate from named.conf template.Andrew Kroeger2008-05-213-36/+69
| | | | | | | | | | | | | | | | | | | | (This used to be commit ebf130e9e57b640129cf0d05dbd7d210b71ea371)
* | | | | Fix import in provision test.Jelmer Vernooij2008-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 96501be38da947f02ad57217e0bc23f7a66d36f9)
* | | | | Move DCE/RPC python bindings into samba package.Jelmer Vernooij2008-05-225-21/+21
| | | | | | | | | | | | | | | | | | | | (This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)
* | | | | Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-229-10/+10
| | | | | | | | | | | | | | | | | | | | (This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
* | | | | Make sure the default ldb modules dir gets initialized.Jelmer Vernooij2008-05-221-0/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 937456c69d23ece85bdb7415f52d722c2aa6b6b5)
* | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-05-222-11/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | (This used to be commit 30f8d581aa339b37b27011e65355937590df10b9)
| * | | | | lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKSStefan Metzmacher2008-05-211-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 76be51d3a08e2239a137b8abe3f2df722f69ddb2)
| * | | | | libreplace: add test for HAVE_IPV6Stefan Metzmacher2008-05-211-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Samba can later just check libreplace_cv_HAVE_IPV6 = yes. metze (This used to be commit e835e7eebcc064ce0813814796828f15ad112fbd)
* | | | | | Fix python imports.Jelmer Vernooij2008-05-224-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 453206665677821b254c18cc67192e007b892f04)
* | | | | | use one blackbox script per executable.Jelmer Vernooij2008-05-223-18/+44
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit cd8c8226784c96d7f1dbae006a4853eb50c7b2e2)
* | | | | | Fix events test.Jelmer Vernooij2008-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 0fae6f11081cff7846319175cfec95fa3911571c)
* | | | | | Fix dependencies and imports.Jelmer Vernooij2008-05-226-1154/+28
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
* | | | | | Move more modules inside of the samba package.Jelmer Vernooij2008-05-2129-99/+1289
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)