summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r17686: tdb.pc is in the build directoryAndrew Tridgell2006-08-221-1/+1
| | | |
| | | * r17685: talloc.pc is in the build directoryAndrew Tridgell2006-08-221-1/+1
| | | |
| | | * r17684: and we need -Iinclude for tdbAndrew Tridgell2006-08-221-1/+1
| | | |
| | | * r17683: to pick up config.h we need -I. as well for tallocAndrew Tridgell2006-08-221-1/+1
| | | |
| | | * r17682: Add newline to end of fileAndrew Bartlett2006-08-221-1/+1
| | | |
| | | * r17681: fixed standalone talloc build to support building in a separateAndrew Tridgell2006-08-222-3/+7
| | | | | | | | | | | | | | | | directory
| | | * r17680: make standalone tdb support building and testing in a differentAndrew Tridgell2006-08-222-5/+16
| | | | | | | | | | | | | | | | directory to source
| | | * r17679: - fix 'make test-ldap' to skip ldb specialsAndrew Tridgell2006-08-228-48/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow ldb to be built in a separate build directory, using: /some/path/to/ldb/configure make this will make it much easier to put ldb in the build farm without interfering with the build farm builds of tdb and talloc
| | | * r17678: don't free result message twiceAndrew Tridgell2006-08-221-3/+3
| | | |
| | | * r17675: increase max torture test runtime - we have some v slow hosts in theAndrew Tridgell2006-08-211-1/+1
| | | | | | | | | | | | | | | | farm!
| | | * r17674: fixed a problem on with our configure logic on systems that haveAndrew Tridgell2006-08-213-5/+5
| | | | | | | | | | | | | | | | libgnutls but not some of the crt functions
| | | * r17671: Update the tests according to changes in libnet context.Rafal Szczesniak2006-08-212-7/+8
| | | | | | | | | | | | | | | | rafal
| | | * r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak2006-08-216-65/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properties more consistently reflected. 2) Add domain open routine for lsa pipe - this is needed for ongoing name resolve function. Tests (still neglected) and comments to follow. rafal
| | | * r17662: some more enhancements to our schema extraction tool,Simo Sorce2006-08-212-1/+232
| | | | | | | | | | | | | | | | with a nasty hack in minschema.js that I really hate
| | | * r17661: A patch from Martin Kuehl:Andrew Bartlett2006-08-211-71/+464
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit extends the samba3sam test suite, which contains tests for the samba3sam and ldb_map modules, with a lot of tests for inbound, i.e. add, modify, rename and delete requests. The tests each add a single record, modify it, rename it, and then delete it, at each step checking that the operations were successful and that the right data went into the right partitions. They are run for an unmapped record, a mapped record with data only in the remote partition, a mapped record with remote data that is later modified to include local data, and a mapped record with data in both the local and remote partitions. It also adds a function to the backend objects that makes construction of DNs for their respective partitions more comfortable. Cheers, Martin
| | | * r17660: fixed configure testAndrew Tridgell2006-08-211-1/+1
| | | |
| | | * r17659: cope with systems without the x509 gnutls functionsAndrew Tridgell2006-08-211-1/+6
| | | |
| | | * r17658: several replacement snprintf() fixes.Andrew Tridgell2006-08-211-15/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) when running the testsuite, actually test against the system sprintf(), not against ourselves (doh!) 2) fix the buffer termination to terminate buf2 as well 3) fix handling of %llu, and add a simple test This fixes a bug with password expiry on solaris
| | | * r17656: some systems (like older solaris) don't return ENOTEMPTY on rmdir()Andrew Tridgell2006-08-211-0/+4
| | | | | | | | | | | | | | | | with non-empty directory
| | | * r17653: fix typoSimo Sorce2006-08-211-1/+1
| | | |
| | | * r17652: add oMSyntax to these attributesSimo Sorce2006-08-211-0/+9
| | | |
| | | * r17651: Commit the set of classess used to generate our schemaSimo Sorce2006-08-212-1406/+1973
| | | | | | | | | | | | | | | | and update the schema with the latest additions
| | | * r17648: update minschema.jsSimo Sorce2006-08-212-13/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this version returns also oMSyntax and oMObjectClass and also use the right value for the objects CNs add a nasty hack to ejs' mprLdbMessage() to handle binary blobs situations
| | | * r17647: the init fns should not take a mem_ctxAndrew Tridgell2006-08-211-1/+1
| | | |
| | | * r17646: Use authentication if specified.Andrew Bartlett2006-08-211-0/+2
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17645: gcc 4.1.x has started producing "value computed is not used" warningsAndrew Tridgell2006-08-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | in very annoying ways for talloc_steal. This rather strange looking cpp approach avoids these warnings. It's really a problem in gcc, but better to do this than put up with the huge flood of warnings.
| | | * r17644: change the ldap server to always use the single process model. We areAndrew Tridgell2006-08-211-2/+8
| | | | | | | | | | | | | | | | | | | | not aiming to produce a high performance parallel ldap server, so better to reserve the extra CPUs on a SMP box for file serving.
| | | * r17642: some more mappingsSimo Sorce2006-08-211-3/+7
| | | |
| | | * r17641: some more info, add oMObjectClass values (binary :-/)Simo Sorce2006-08-211-23/+24
| | | |
| | | * r17639: Martin Kuhl noticed that we loaded an incorrect value forAndrew Bartlett2006-08-202-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distinguisedName on templated objects. In looking how to handle distinguishedName correctly on LDAP, I was very glad to find it supported entryDN, and this adds another mapping. Andrew Bartlett
| | | * r17634: Kill off another case where we used dnsDomain, and point it again atAndrew Bartlett2006-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dnsRoot. Fix to read the nETBIOSName from the correct result. Andrew Bartlett
| | | * r17633: Return NULL at the end of the file, or else we can't tell theAndrew Bartlett2006-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | difference between end of file and a blank line. Andrew Bartlett
| | | * r17632: This is the most accurate mappings between LDAP OID Syntaxes and AD ↵Simo Sorce2006-08-201-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntaxes. Generated by scripts that cross information from the Windows Schema and the aggregate schema and cross verified by searching on the net
| | | * r17631: Some syntaxes from MS in a now vanished internet draftSimo Sorce2006-08-201-0/+137
| | | |
| | | * r17624: Samba3 does not yet do getprinterinfo level 6Volker Lendecke2006-08-201-0/+5
| | | |
| | | * r17614: Our first "client side' ldb module.Simo Sorce2006-08-192-0/+448
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module has been created with the purpose of being used for searches against ldap servers without the need to handle the control manually You can test it by passing -o modules:paged_searches to ldbsearch The page search size is set to 500 objects. Simo.
| | | * r17613: style fixSimo Sorce2006-08-191-1/+2
| | | |
| | | * r17609: Kill one more use of the fake dnsDomain attribute.Andrew Bartlett2006-08-181-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Add a talloc_steal to avoid a memory leak of the ldb_search result. Andrew Bartlett
| | | * r17601: Fix declaration after statement.Andrew Bartlett2006-08-181-3/+2
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17600: Finish the schema conversion tool, and add a mapping file, used to mapAndrew Bartlett2006-08-186-85/+191
| | | | | | | | | | | | | | | | | | | | | | | | OIDs and skip built-in attributes. Andrew Bartlett
| | | * r17599: Improvements to the AD-like to OpenLDAP format schema conversion ↵Andrew Bartlett2006-08-181-53/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utility. We now read the objectClasses, and sort them into order, so that OpenLDAP will load them. We do this by walking down the 'subClassOf' chain. This should also be used in the objectClass module to sort the objectClass list, and to populate the @SUBCLASS records. Andrew Bartlett
| | | * r17598: Patch from Martin Kühl <mkhl@samba.org> to update the samba3sam testAndrew Bartlett2006-08-171-45/+570
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suite, which contains tests for the samba3sam and ldb_map modules, with a lot of tests for search requests. The tests add a small set of known records to the database, half of them with only remote data, half of them split across the local and remote backends, and test searching these records by DN, by attribute and with a range of parse trees. This suite should be extensive enough to ensure that behaviour of search requests doesn't break.
| | | * r17597: fix prefix path handlingSimo Sorce2006-08-172-23/+23
| | | |
| | | * r17596: apply patch from MartinSimo Sorce2006-08-171-4/+4
| | | |
| | | * r17588: this file doesn't exist anymoreStefan Metzmacher2006-08-171-1/+0
| | | | | | | | | | | | | | | | metze
| | | * r17587: ignore generated filesStefan Metzmacher2006-08-170-0/+0
| | | | | | | | | | | | | | | | metze
| | | * r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the Stefan Metzmacher2006-08-1732-80/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure check for the interfaces. should fix the build on some old sun boxes metze
| | | * r17582: Fix dependenies for oLschema2ldif.Andrew Bartlett2006-08-171-1/+1
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17581: Add tool to convert AD schema back to OpenLDAP's schema formatting.Andrew Bartlett2006-08-171-0/+324
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.Andrew Bartlett2006-08-178-36/+312
| | | | | | | | | | | | | | | | | | | | | | | | Add attribute syntax mapping to the existing OpenLDAP -> AD tool. Andrew Bartlett