summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r17698: The original code assumed that &data->context was a valid tallocAndrew Bartlett2006-08-222-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pointer. This only works when this is the only structure member, but when I added a new context pointer, it failed. Andrew Bartlett
| | | * r17697: - enable test for slapdAndrew Tridgell2006-08-221-1/+2
| | | | | | | | | | | | | | | | - include popt.m4
| | | * r17696: attempt to allow ldb to use an external popt directory, so we canAndrew Tridgell2006-08-222-2/+32
| | | | | | | | | | | | | | | | | | | | point it at the popt sources in the samba source tree when building in the build farm
| | | * r17695: added installcheck targetAndrew Tridgell2006-08-221-1/+3
| | | |
| | | * r17694: Don't use printf() in a module...Andrew Bartlett2006-08-221-6/+5
| | | |
| | | * r17693: only install man pages if we have managed to generate them withAndrew Tridgell2006-08-221-2/+2
| | | | | | | | | | | | | | | | xsltproc
| | | * r17692: - don't try and run ldap tests unless we have slapdAndrew Tridgell2006-08-221-5/+6
| | | | | | | | | | | | | | | | - fix manpages install
| | | * r17691: Make the structure more public, so we have somewhere for callingAndrew Bartlett2006-08-222-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | modules to put private data. Andrew Bartlett
| | | * r17690: Demonstrate how we can read the schema to find out details needed forAndrew Bartlett2006-08-221-3/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | translation. I hope to have this reading a schema structure in the future. Andrew Bartlett
| | | * r17689: build works, this should fix install ....Andrew Tridgell2006-08-221-1/+2
| | | |
| | | * r17688: the commit/test cycle for getting this to work in the build farm sureAndrew Tridgell2006-08-221-1/+1
| | | | | | | | | | | | | | | | is tedious! nearly there I hope .....
| | | * r17687: remove circular dependencyAndrew Tridgell2006-08-221-2/+2
| | | |
| | | * 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