summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25785: more small updates to frsrpcRonnie Sahlberg1-7/+10
tag 18 contains a timestamp (This used to be commit 5e90881a7c965cd57e44601002f047cb6837c579)
2007-12-21r25784: fix compiler warningStefan Metzmacher1-1/+1
metze (This used to be commit 9345933e1bb96170724db2534df7584fdddf0b49)
2007-12-21r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher1-12/+5
metze (This used to be commit 47f865165e772540334dcbcf80cfc1999b0132fa)
2007-12-21r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-5/+5
metze (This used to be commit 37da0940f47665c8d2c09b3649fecd93970b5d6f)
2007-12-21r25781: Handle and test linked attribute renames.Andrew Bartlett1-7/+310
Andrew Bartlett (This used to be commit 56d9dd5140b6d7d7bbaa2f59ecdff7ee70c4faac)
2007-12-21r25780: fix bool returnStefan Metzmacher1-1/+1
metze (This used to be commit 7b77210d3e2c644d28d6e3795e6c4423dc6ea4bf)
2007-12-21r25779: the return value of ndr_pull_set_switch_value() should be checkedStefan Metzmacher1-2/+2
metze (This used to be commit 30a829a3596eacc126704904aedbdc1732011411)
2007-12-21r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosStefan Metzmacher1-22/+10
metze (This used to be commit 99dc12079762ab5b8ceea989cc8fa48ccf084863)
2007-12-21r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher2-3/+10
metze (This used to be commit 757d547696b1f2903429cfa831c2b0922ab6d2fc)
2007-12-21r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher1-14/+14
metze (This used to be commit 52d83561e510e7e5bc406b699a251713dbd0ea91)
2007-12-21r25775: use ndr_pull_union_blob_all() in CLDAP codeStefan Metzmacher1-4/+4
metze (This used to be commit 58e202a39b1a0d9b9c64b9136a894257da539c6e)
2007-12-21r25774: create ndr_pull_union_blob_all() and match the logic of the struct fnsStefan Metzmacher1-4/+20
metze (This used to be commit 987deeff55236e2800f8690a5584ff8f7589114e)
2007-12-21r25773: update frsrpc.idl and add some more commentsRonnie Sahlberg1-5/+29
(This used to be commit ae20e2b30390ea5aa42110e1a3528a30595f0430)
2007-12-21r25772: rename the tail fieldsRonnie Sahlberg1-2/+2
(This used to be commit 992312ab958bc1e033916f4c3f4891dc9231a68b)
2007-12-21r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral idRonnie Sahlberg1-1/+1
would often have. Make a note that this may be a UNIQUE pointer. (This used to be commit 2f2e99ea593a749c185ec98d5deb6ef84cb627e2)
2007-12-21r25770: rename "unknown5" to tlv_sizeRonnie Sahlberg1-2/+2
(This used to be commit d409ef1302ff6f8924b439addca014fbd2854fea)
2007-12-21r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6Ronnie Sahlberg1-0/+3
(This used to be commit a88254ea6c1da358a1c692d785b29ba2354d99f5)
2007-12-21r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()Stefan Metzmacher9-34/+34
Everything but success should be handled as error in the tests. metze (This used to be commit cadb1cc743a19fc16e61f8246b1e8771c806caea)
2007-12-21r25767: pidl: make it easier to debug errors in pidl testsStefan Metzmacher1-22/+47
we now print the C program that we tried to compile metze (This used to be commit 299e74314c05209bdc9fe2c41cae7094b2f15c11)
2007-12-21r25766: pidl: fix bugs in ndr_tagtype tests found by compiler warningsStefan Metzmacher1-7/+7
metze (This used to be commit 34af31cfb3b69d1028027da1bceb06b41103e7aa)
2007-12-21r25765: pidl: fix compiler warning in ndr_align testStefan Metzmacher1-2/+2
metze (This used to be commit 3accc840bee973f56ab34a35e3c181da8cb1023e)
2007-12-21r25764: Fix total number of tests count to not include skipped tests.Jelmer Vernooij2-36/+31
(This used to be commit d90b058cd48d8b08bb0a0cd6e97ad95062f8259e)
2007-12-21r25763: Handle modifies, in the easy case (add/delete of elements), for theAndrew Bartlett1-1/+151
linked attributes. Andrew Bartlett (This used to be commit c6a6246fbde996ec7e85cb66f060cfe8b90044dd)
2007-12-21r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett2-8/+8
the objectclass module. Andrew Bartlett (This used to be commit 16a292fcb134adec110cbc4c8f0fb03323750a45)
2007-12-21r25761: Rename to be a DN to be a child of itself wasn't being checked for.Andrew Bartlett1-0/+8
This prevents CN=test,dc=samba,dc=example,dc=com being renamed into CN=test2,cn=test,dc=samba,dc=example,dc=com Andrew Bartlett (This used to be commit 958a92ed0c6bee19d8b86df7c66330d2bba23e46)
2007-12-21r25756: Add missing file with quick tests.Jelmer Vernooij1-0/+32
(This used to be commit 83d9b49adfbd2d401a7db39e038b4b7e2d4d0aef)
2007-12-21r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett2-5/+9
context caused by my objectclass module work. Andrew Bartlett (This used to be commit 2a835d900fee71e4461d5d18e39b4358fa6fdfba)
2007-12-21r25754: More work on normal forms for ldb input.Andrew Bartlett1-69/+147
This patch is to ensure that all attributes are in the same case as the schema specifies. In the process, I ensure that all attributes are indeed in the schema. This ensures we use the schema case, not the user supplied case for future responses, which assists any (incorrect, but possible) case sensitive processing on a client. I've also removed more of the subtle 'schema &&' that metze objected to in the for loops, moving to a much more explicit 'if (schema)'. Andrew Bartlett (This used to be commit bfc96fff063e7cc278755c043b9da0ed4b75a615)
2007-12-21r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema ↵Andrew Bartlett4-6/+6
restrictions. Andrew Bartlett (This used to be commit f3390c9054244c0e4381007b36bbac9a17800570)
2007-12-21r25752: use EJS_CHECK() instead of NDR_CHECK()Stefan Metzmacher1-12/+12
metze (This used to be commit d2726e7609be4916b159c1e0ff4daea5568cf393)
2007-12-21r25751: use EJS_CHECK() instead of NDR_CHECK() in ejs codeStefan Metzmacher2-16/+24
metze (This used to be commit 14ca6a8bf90bc73e1fdb0f510be795e28977601e)
2007-12-21r25750: Update the objectclass module to improve consistency in Samba4.Andrew Bartlett2-83/+367
The aim here is to ensure that if we have CN=Users,DC=samba,DC=example,DC=com that we cannot have a DN of the form cn=admin ,cn=useRS,DC=samba,DC=example,DC=com This module pulls apart the DN, fixes up the relative DN part, and searches for the parent to copy the base from. I've used the objectclass module, as I intend to also validate the placement of child objects, by reading the allowedChildClasses virtual attribute. In the future, I'll also force the attribute names to be consistant (using the case from the schema). Andrew Bartlett (This used to be commit c0a0c69ac5a81cfcb7c7d5ba38db59f8686c30ab)
2007-12-21r25749: Add function required by linked_attributes module.Andrew Bartlett1-0/+15
Andrew Bartlett (This used to be commit cd6409478744b9755c3a048d8d411dbe99f977f0)
2007-12-21r25748: Don't segfault if we don't have a schema yet.Andrew Bartlett1-0/+12
Andrew Bartlett (This used to be commit 388e15a4c1fab55d376be956c2a7168b946bc994)
2007-12-21r25747: Implement linked attributes, for add operations.Andrew Bartlett4-10/+325
Much more work is still required here, particularly to handle this better during the provision, and to handle modifies and deletes, but this is a start. Andrew Bartlett (This used to be commit 2ba99d58e9fe1f8e4b15a58a2fdfce6e876f99b4)
2007-12-21r25746: [selftest] make plain output more readableStefan Metzmacher1-9/+10
metze (This used to be commit b9363755ee9f6ca7e04729519991f9ba0163ff2f)
2007-12-21r25745: [pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID_POINTER,..)Stefan Metzmacher1-9/+24
instead NT_STATUS_INVALID_PARAMETER_MIX metze (This used to be commit 76b628df53d6cf028fb9f22df003ac87fe3b3c56)
2007-12-21r25744: add NDR_ERR_INVALID_POINTERStefan Metzmacher2-1/+4
metze (This used to be commit a75a59370814c02efffbb89e014df75f5a32c04b)
2007-12-21r25743: Write short summary of failed tests and skipped tests to file.Jelmer Vernooij3-11/+30
(This used to be commit 22cb93e5c00c9bd2a9288ba13336389d45c9987f)
2007-12-21r25742: Start trimming down hash size for start_testsuite.Jelmer Vernooij4-27/+26
(This used to be commit f2319fbe9be76966c81f3d4279f6bc2a631a3a5a)
2007-12-21r25741: Simplify calls to Subunit functions.Jelmer Vernooij4-32/+11
(This used to be commit e42de5d8346a12c3fcdb8f9af1efa650c368a442)
2007-12-21r25740: More consistent naming for tests, always include environment name in ↵Jelmer Vernooij4-40/+42
test name. (This used to be commit 9cfa44b43857df252336b6f88cfc0f7fcd557533)
2007-12-21r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner1-0/+3
Guenther (This used to be commit 2e028503a36acd12009a4d2f0d217b2d940c9c30)
2007-12-21r25738: always include config.h first.Stefan Metzmacher2-0/+8
this needs merging to heimdal and lorikeet-heimdal metze (This used to be commit c2c2c991c7f568af833f10d8cf0946d90b097fab)
2007-12-21r25737: Integrate more of the test recipe code into one file, useJelmer Vernooij19-609/+499
different mechanism for determining the quicktest list. Quicktest is a bit verbose now (reports all the tests not run as SKIP:) (This used to be commit e99e9c167f49c5f8762c7ad16b10ff4aab98091e)
2007-12-21r25736: make sure we include "config.h" as first headerStefan Metzmacher2-2/+15
in code generated from et_compile metze (This used to be commit 8757b09052c5e07b23b8b50f7227f884201d9e98)
2007-12-21r25735: make sure we include "config.h" as first header inStefan Metzmacher1-1/+1
files generated from asn1_compile metze (This used to be commit 85f6b42221854618bcc6200d27693827defb13fa)
2007-12-21r25734: regenerate yacc output (parse.[ch] files)Stefan Metzmacher4-112/+116
metze (This used to be commit cb3aec0d22e87086d8f922b7d8f0a2530842053f)
2007-12-21r25733: fix filename substitution and bail out if yacc output isn't generatedStefan Metzmacher1-2/+5
metze (This used to be commit 43911e40170176db48ee696c06c92f5fe71f60b8)
2007-12-21r25732: import updated parse.y files from lorikeet-heimdalStefan Metzmacher2-19/+57
I wonder why they're not updated as the parse.[ch] are generated from the new versions already... metze (This used to be commit 9735715a0f2c8ea0c6ff5ba5adde6b6a6fb43aed)