summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r21431: More tests, work on support in wireshark for tagged types.Jelmer Vernooij2007-10-103-17/+42
| | | | (This used to be commit a91e624af22aae5b460ccf94d2540b8780f90070)
* r21430: Support tagged types without typedef. This means:Jelmer Vernooij2007-10-1013-1082/+1161
| | | | | | | | | | | struct foo { ... }; in IDL will now work. This is the first step towards nested types and using typedefs for partial types (such as "typedef int *bar;"), a requirement for complex uses of represent_as(). (This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
* r21429: Fix the build.Jelmer Vernooij2007-10-102-4/+4
| | | | (This used to be commit 88fbf9af24a346d3d99af32b8574507b0590846a)
* r21428: Handle representation types in Needed().Jelmer Vernooij2007-10-104-18/+82
| | | | (This used to be commit 34517c69e67d7eafa00e6fe0072bd04f074cdbde)
* r21427: Add tests for Needed*(), in preparation of refactoring.Jelmer Vernooij2007-10-102-24/+72
| | | | (This used to be commit a21e7b22ac99c66e2b23d0fa694a8a2ea6e7994e)
* r21426: Add more spoolss tests.Jelmer Vernooij2007-10-102-5/+195
| | | | (This used to be commit 8b31fba826e5e76031979755f9682a8da5c59148)
* r21425: Add ReplyClosePrinter.Jelmer Vernooij2007-10-102-1/+15
| | | | (This used to be commit 745d0eae1a0f681f6a08a7cc259834ddbb5fa023)
* r21424: Add FindClosePrinterNotify.Jelmer Vernooij2007-10-102-1/+14
| | | | (This used to be commit 0ed195f45fed12905278ba60eabe02a11b59eb90)
* r21423: Extend testsuite, check that all bytes have been consumed. DsBind ↵Jelmer Vernooij2007-10-104-4/+162
| | | | | | fails that test, so disabling it for now. (This used to be commit d6026c2046a26f42ca0cd6ebf1f45488fbfb22e1)
* r21422: Add IDL for EnumPrinterKey and RemoteFindNextPrinterChangeNotifyEx.Jelmer Vernooij2007-10-101-17/+102
| | | | (This used to be commit 883df28d6ebb1993add95174fe2694154995354b)
* r21421: Fix a memleak. This made tdb look considerably worse than necessary.Volker Lendecke2007-10-101-0/+2
| | | | | Volker (This used to be commit 573ba38722e338fb4158dfda181308a1a736c5c0)
* r21419: Give some more clue about what's going onSimo Sorce2007-10-101-2/+2
| | | | (This used to be commit 76b377d5ad5c115e5fbb24a10d543883f04283a6)
* r21418: Return the ratio as wellSimo Sorce2007-10-101-2/+8
| | | | (This used to be commit 56ed4499d69adf57a41632ba12cbfef383a35ab2)
* r21416: add missing fileJelmer Vernooij2007-10-101-0/+305
| | | | (This used to be commit 5d4dd136ed29c6418377eae1227cae53fc510356)
* r21415: Add tests for spoolss and drsuapi. Still need to add validators.Jelmer Vernooij2007-10-105-4/+124
| | | | (This used to be commit 61cb52b65b9be2fd09a5c5a02536600c0ac500f7)
* r21414: Fill in IDL for ReplyOpenPrinter.Jelmer Vernooij2007-10-101-7/+14
| | | | (This used to be commit 9e6d43c45cec24a391d8134a9c177461aabb3e6c)
* r21413: fix pushing of supplementalCredentialsStefan Metzmacher2007-10-101-6/+6
| | | | | metze (This used to be commit 18a5bf850bad9643e09e111d8c2c4e2c2efce989)
* r21412: The last patch also incremented the seqnum when tdb_store failed. ↵Volker Lendecke2007-10-101-8/+10
| | | | | | | | | | Not as bad as not doing it at all, but needs fixing. Also simplify the logic, I had missed the "goto out" at the end of the function. Volker (This used to be commit ed30a0ff602d0a1d4409bee4faf12b6979b5f4b8)
* r21411: Add some simple tests for the wireshark NDR generator.Jelmer Vernooij2007-10-102-3/+30
| | | | (This used to be commit 361977448210dfd889abca19b520cd259b9d0855)
* r21410: We have to increment the sequence number also when tdb_update_hash()Volker Lendecke2007-10-101-1/+1
| | | | | | | | | succeeded. Found while testing the brlock seqnum patch. Tridge, please check! Volker (This used to be commit e518c68fc5446304611d096ac2e3cab744734fc3)
* r21408: Remove test that uses empty array.Jelmer Vernooij2007-10-101-3/+0
| | | | (This used to be commit 33142f7646265a05892f69b52f04fac9a50af914)
* r21407: auto set the len valuesStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 307aabe0257559a9211f4f627cb38150a24dc40f)
* r21406: add idl for parsing the 'Packages' and 'Primary:CLEARTEXT' elementsStefan Metzmacher2007-10-101-0/+16
| | | | | | | of supplementalCredentials metze (This used to be commit b708d0729e03a78868f18fd37c9a01d7c75c900e)
* r21405: add support for [flag(STR_NOTERM|NDR_REMAINING)] string_array foo;Stefan Metzmacher2007-10-101-22/+105
| | | | | | | this is handles the content of the 'Packages' element in the supplementalCredetials metze (This used to be commit 07fe22f82ebe66464ef73274a109d1e21a0d7f0f)
* r21404: packages just contain utf16 strings not guids:-)Stefan Metzmacher2007-10-101-9/+3
| | | | | metze (This used to be commit 925f1f40cf8318d0a72fe3da958db52ccbf14b39)
* r21403: Add netlogon tests.Jelmer Vernooij2007-10-104-3/+126
| | | | (This used to be commit a620dc359476de9440f3b84dc8b45f569d103270)
* r21395: fix commentsStefan Metzmacher2007-10-101-7/+7
| | | | | metze (This used to be commit 97fc985bd062b6ad5a58dd6ce883a637043283a1)
* r21392: - decode the salt utf16 string into a unix stringStefan Metzmacher2007-10-101-4/+5
| | | | | | | - fix parsing of Primary:Kerberos blob metze (This used to be commit c6fa95ef2263774901c8871396b4eec5b7409c5e)
* r21391: add supporting forStefan Metzmacher2007-10-101-0/+31
| | | | | | | | | | | | | | | uint16 size; [relative,subcontext(0),subcontext_size(size),flag(STR_NOTERM|NDR_REMAINING)] string *string; as uint16 size; [relative,charset(UTF16)] uint8 *string[size]; isn't supported by pidl yet... metze (This used to be commit 9fcfa658430f04658c692eb26db9280fda6e4e25)
* r21390: move fetching the key version number into the functionStefan Metzmacher2007-10-101-2/+2
| | | | | | | | | | | | | | | | | which contrusts the keys... later we need to get the key version number from the "replPropertyMetaData" attribute entry to the (I assume) the "unicodePwd" attribute. msDs-KeyVersionNumber is a constructed attribute, and is "1" when no "supplementalCredentials" is present. we need to make some tests with a password change function which don't give a cleartext to the server... metze (This used to be commit 9e4324221764c1413be34d5b14915a86740acc04)
* r21389: give a better error when our parser hasn't consumed all dataStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 03b06398a405e491ce4e2bc91513a57e0d59466f)
* r21386: Run all NDR tests in the buildfarm, import some functions from ↵Jelmer Vernooij2007-10-109-227/+210
| | | | | | Samba3's IDL. (This used to be commit 15a4b81ba0b5eeb25126a0b1a7bea7d3bf921ab2)
* r21384: Change warning to pidl warning, fix uppercasing.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit a45a677084ba1bc63a8f74892c12ca6f0d9b5071)
* r21381: dfs tests.Jelmer Vernooij2007-10-104-4/+127
| | | | (This used to be commit 3ef8a6834df63a0bfa68996daea6432e98243d40)
* r21380: add idl for parsing the Primary:Kerberos blobsStefan Metzmacher2007-10-101-0/+29
| | | | | | | | | | | | | | | | inside the supplementalCredentials attribute w2k uses keys1 and keys2 where both seem identical w2k3 only uses keys1 and num_keys2 = 0 the Salt is only stored once for all keys the following keys are stored: ENTYPE_DES_CBC_MD5 = 3 ENTYPE_DES_CBC_CRC = 1 metze (This used to be commit 03d7d05e4fa607271f84878bc238e7cf0560bc67)
* r21378: Add simple NDR epmap test.Jelmer Vernooij2007-10-104-2/+82
| | | | (This used to be commit b29170c8eaafa3a573b0e26efecd6cacd68250b6)
* r21377: More tests.Jelmer Vernooij2007-10-102-4/+500
| | | | (This used to be commit f3680ba118d4de4c535ceabda69e3b9f00424cd6)
* r21376: More tests.Jelmer Vernooij2007-10-102-3/+220
| | | | (This used to be commit 2e2b15e3d258b66c3a150b97748ff6b4eed69a9a)
* r21375: More lsa tests.Jelmer Vernooij2007-10-103-14/+226
| | | | (This used to be commit 88fa90778a0e1f5efca08e5e6ba1b165399de30c)
* r21374: lsa testsJelmer Vernooij2007-10-104-5/+1120
| | | | (This used to be commit bfc2a1c50596ac3aee871de63fdd99362a65d7d8)
* r21373: More tests.Jelmer Vernooij2007-10-106-5/+264
| | | | (This used to be commit 83a47e30b59f5289cdcb68ba54aa236795bc42b2)
* r21372: Tests, more tests! Some are still commented out, because the code ↵Jelmer Vernooij2007-10-102-7/+222
| | | | | | they test is broken at the moment. (This used to be commit 8f039a25cd75e4acdaec0afce3cc159b0abe99ec)
* r21364: cosmetic change: it's nicer to use the KEYTYPE_ macroStefan Metzmacher2007-10-101-2/+2
| | | | | | | for the keytype field... metze (This used to be commit e96aa8980097712d7666a85f17c7214486d99618)
* r21363: fallback to fetch the KEYTYPE_ARCFOUR out of the "unicodePwd" attributeStefan Metzmacher2007-10-101-38/+86
| | | | | | | | when no krb5key attribute is present or it doesn't contain the KEYTYPE_ARCFOUR key. metze (This used to be commit b4af29da700a71fe021c5f31cad31a494d884e07)
* r21362: rename:Stefan Metzmacher2007-10-109-59/+59
| | | | | | | | | | | | "ntPwdHash" => "unicodePwd" "lmPwdHash" => "dBCSPwd" "sambaLMPwdHistory" => "lmPwdHistory" "sambaNTPwdHistory" => "ntPwdHistory" Note: you need to reprovision after this change! metze (This used to be commit dc4242c09c0402cbfdba912f82892df3153456ad)
* r21360: - put in the correct machine account password into test_secrets.ldbStefan Metzmacher2007-10-101-80/+4
| | | | | | | | - don't overwrite the passwords with 'test' as we now understand the windows format for the password hashes metze (This used to be commit 252a4d67020da19de44893349bd476ec88d5b746)
* r21359: remove the rid encryption before storing the password hashesStefan Metzmacher2007-10-101-7/+39
| | | | | | | We decided to store them plain in our ldb metze (This used to be commit ff13b21102641a308bd48a8efa6b94a98f567e15)
* r21356: we have a function to get the sites dnStefan Metzmacher2007-10-101-5/+1
| | | | | | | also it's not always under the domain dn metze (This used to be commit b8c940f1e2bbd65ed5d2f4279434dd526456ad8b)
* r21355: work in child domains, CN=Configuration isn't always under the domain dnStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit cdfd4ee8e5202a3df1da2d82b592d8814a3209ba)
* r21354: fix commentStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 545f769c2fb29323f2fa06e076af894c0be678d0)