summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r17712: fix compiler warningStefan Metzmacher2006-08-221-1/+6
| | | | | | | | | | | | | | | | metze
| | | * r17711: fix compiler warningsStefan Metzmacher2006-08-223-10/+9
| | | | | | | | | | | | | | | | metze
| | | * r17708: make the automated testing of the ldb ldap backend more portableAndrew Tridgell2006-08-222-7/+9
| | | |
| | | * r17707: Match the output (aside from dividers) the output ofAndrew Bartlett2006-08-221-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | ol-schema-migrate.pl in the schema output. Andrew Bartlett
| | | * r17706: remove the dependence on gnu make in the standalone buildAndrew Tridgell2006-08-222-66/+39
| | | |
| | | * r17705: Use the paged_searches module by default against the LDAP backend, ifAndrew Bartlett2006-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | selected. Andrew Bartlett
| | | * r17704: Add comments suggesting how to get the LDAP backend working.Andrew Bartlett2006-08-221-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shutdown and reload the LDB, so the entryUUID module knows to read the schema (will be changed once we have a central schema store and notifications). Andrew Bartlett
| | | * r17703: Fixes to enable the entryUUID module to work for it's objectClass ->Andrew Bartlett2006-08-222-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OID mappings. The key point is to 'enable' the partitions in the partitions module before the init is complete. That way, the modules can perform searches that use partitions. Andrew Bartlett
| | | * r17702: test for gcc, and only enable gcc flags if trueAndrew Tridgell2006-08-221-2/+1
| | | |
| | | * r17701: doxygen (if installed!) needs to be run in the src directoryAndrew Tridgell2006-08-221-1/+1
| | | |
| | | * r17700: Despite our best hopes, the way module initialisation tends to happen,Andrew Bartlett2006-08-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | we make searches before things are initialised. Cope with this. Andrew Bartlett
| | | * r17699: Remove more printf calls.Andrew Bartlett2006-08-221-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | Try to cope with partital initialisation. Andrew Bartlett
| | | * 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.