summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 Bartlett2-77/+155
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 Bartlett5-7/+7
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 Bartlett3-100/+394
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)
2007-12-21r25731: Document winreg_NotifyChangeKeyValue's notify flags.Günther Deschner2-7/+15
Guenther (This used to be commit 4468b1cc49bd4a92c08aeb76419abfe00791b2c2)
2007-12-21r25730: Fix IDL for incorrect winreg_SetKeySecurity.Günther Deschner2-2/+18
Guenther (This used to be commit 767867c3ee126c3832750d1b1e7de81005c4eaff)
2007-12-21r25729: Fix silly regression in the subtree_rename - I broke normal renames.Andrew Bartlett1-1/+1
Bug 5041 Andrew Bartlett (This used to be commit 7e68051bb7a9ac5f1b232c32b7614db61c3c1bc4)
2007-12-21r25728: [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cStefan Metzmacher1-0/+11
metze (This used to be commit 5648c8a0de7482a28a5b95410c083ac87577d482)
2007-12-21r25727: include "system/network.h" instead of <sys/socket.h>Stefan Metzmacher1-5/+1
to make sure socklen_t is typedef'ed metze (This used to be commit d1fb51b1d282363e77fe6d9f61f85fec52327f6b)
2007-12-21r25726: [libreplace] move and fix getaddrinfo configure checksStefan Metzmacher2-30/+33
- move getaddrinfo check into getaddrinfo.m4 - add getaddrinfo.o to LIBREPLACEOBJ so that we really build the replacements metze (This used to be commit b594d9c9fa86249e3d3988702a2333460cd70436)
2007-12-21r25725: merge commit bc9008aa1dcb66890795f0ff2d3046da7df867d9 from v3-2-test:Stefan Metzmacher1-5/+0
Author: Jeremy Allison <jra@samba.org> AuthorDate: Wed Oct 24 14:40:24 2007 -0700 We do support name lookups for host and service in our replacement code - remove the restrictions from the original Postgres code. Jeremy. (This used to be commit 25a892f2ad1b281869779686ca23f2ed29b46a5c)
2007-12-21r25724: - include getaddrinfo.h after we have defined struct addrinfoStefan Metzmacher3-16/+24
- use rep_ instead of pg_ as prefix in getaddrinfo.[ch] - define HAVE_<name> macros when we replace functions metze (This used to be commit 57d5cf4b5fe8885b1375059aa143c9c71d2503b4)
2007-12-21r25723: Add a check to prevent deletion of entries with children. Sadly MMCAndrew Bartlett1-1/+112
doesn't trigger it's recursive delete correctly, but the error return is correct (but perhaps needs a different LDAP wire format). Andrew Bartlett (This used to be commit 10ba3ae6990098e772683de9144b13b3f1d45a36)
2007-12-21r25722: Start merging the various test plan files for Samba 4 into one, so ↵Jelmer Vernooij9-134/+85
that it'll be easier to split selftest/ into a generic, a Samba 3 and a Samba 4-specific bit. (This used to be commit 5deb3a6fab6d1b4197b8a019ad5602055b50f9d3)
2007-12-21r25721: remove unused varStefan Metzmacher1-1/+0
metze (This used to be commit d878351e820957451b1130d0e5724faf7a4c0370)
2007-12-21r25720: update .gitignoreStefan Metzmacher1-8/+5
metze (This used to be commit b7899faf97d818a0c0457799c33ee8b8a1df7b87)
2007-12-21r25719: let "system/network.h" do the replacements first, thenStefan Metzmacher1-5/+2
roken.h.in can do the missing heimdal bits. this removes to redifinition of 'struct addrinfo' on some platforms metze (This used to be commit 317b6494452f6162465000fe71e5c40c260f735a)
2007-12-21r25718: [libreplace] if we replace types define the HAVE_<type> macroStefan Metzmacher1-0/+3
this is needed as heimdal's roken.h also tries to replace the types metze (This used to be commit 8b92b811015d0855efe3cf4c58cd08e3654f8e88)
2007-12-21r25715: [libreplace] move definition of struct addrinfo so that it can use ↵Stefan Metzmacher1-15/+13
socklen_t metze (This used to be commit 12cec014c465a55974aedf44e0e782f5fb841088)
2007-12-21r25714: [libreplace] move define of a constant to near to the othersStefan Metzmacher1-4/+4
metze (This used to be commit 8bd2cf71bee1a08c3d420a330730434edbac5e28)
2007-12-21r25713: [libreplace] include socket_wrapper.h after we have typedef'ed socklen_tStefan Metzmacher1-7/+7
metze (This used to be commit a3657a4e7175e35707e7a00330f6924833774253)
2007-12-21r25712: try to fix the build, perl should handle by_path as comparison functionStefan Metzmacher1-1/+1
metze (This used to be commit ee47f5dc7947cad7eed84f071112e41c4a687275)
2007-12-21r25711: only use sort if availableStefan Metzmacher1-2/+8
metze (This used to be commit 1f5a98cd91f73f8f16d941fe8bb375fec704f0dd)
2007-12-21r25710: Finally fix subtree renames. Untested code is broken code and in thisAndrew Bartlett3-27/+38
case an oddity of the javascript caused the test to 'pass'. For the same oddity, we have a failure in ldb's handling of spaces in DNs. We need to resolve that too. Andrew Bartlett (This used to be commit e8cbac1a46f4d3b083e6bb5a509ef1ba47bebff1)
2007-12-21r25707: Move selftest makefile code to separate file.Jelmer Vernooij2-72/+75
(This used to be commit 9714db7814fd43d2a10485c041bbb761360c0826)
2007-12-21r25706: Merge padding fix from Samba3.Günther Deschner1-1/+1
Guenther (This used to be commit d33667f914d8f292f008c1e6288868bcd3392da8)
2007-12-21r25705: Ensure we return the out value to the caller.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit 3434262ad74c366ac58319c70880ca50898fa78c)
2007-12-21r25704: Handle the chicken-and-egg problem of setting up the LDB before we getAndrew Bartlett1-8/+15
a schema. perhaps i need to look into metze's 'load a schema from ldif' code. Andrew Bartlett (This used to be commit f350ef5f19ec755c93c6c09210cdf276d1b66877)
2007-12-21r25703: Use less entropy by using the pointer value as a process-unique token.Andrew Bartlett1-10/+2
Andrew Bartlett (This used to be commit 3480dc71a9f969909b984855d546a1974593368f)