Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r18042: testsuite needs to link to libreplace.a :-) | Andrew Tridgell | 2006-09-04 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18041: started on the bodies of the testsuite functions for libreplace | Andrew Tridgell | 2006-09-04 | 2 | -2/+44 | |
| | | | | ||||||
| | | * | r18040: Use only one strnlen implementation | Jelmer Vernooij | 2006-09-04 | 1 | -14/+1 | |
| | | | | ||||||
| | | * | r18039: Include header with time_t if needed. | Jelmer Vernooij | 2006-09-04 | 1 | -5/+10 | |
| | | | | ||||||
| | | * | r18038: make test fns static | Andrew Tridgell | 2006-09-04 | 1 | -43/+43 | |
| | | | | ||||||
| | | * | r18037: added 'make installcheck' target | Andrew Tridgell | 2006-09-04 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | r18036: Add missing file | Jelmer Vernooij | 2006-09-04 | 2 | -0/+60 | |
| | | | | ||||||
| | | * | r18035: - fixed 'make clean' to remove test objects | Andrew Tridgell | 2006-09-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - fixed 'make install' to create target dir should be ready to go into the build farm as a standalone build now? | |||||
| | | * | r18034: fixed build of libreplace outside of source directory | Andrew Tridgell | 2006-09-04 | 1 | -1/+3 | |
| | | | | ||||||
| | | * | r18033: added install-sh, needed for standalone libreplace build | Andrew Tridgell | 2006-09-04 | 1 | -0/+238 | |
| | | | | ||||||
| | | * | r18032: added a 'make distclean' | Andrew Tridgell | 2006-09-04 | 1 | -1/+9 | |
| | | | | ||||||
| | | * | r18031: Merge my replace fixes: | Jelmer Vernooij | 2006-09-04 | 31 | -852/+1688 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace | |||||
| | | * | r18027: Fix some 64-bit warnings | Volker Lendecke | 2006-09-04 | 2 | -10/+19 | |
| | | | | ||||||
| | | * | r18026: patch from Brad allowing the windows testing to be configured | Andrew Tridgell | 2006-09-04 | 2 | -5/+12 | |
| | | | | | | | | | | | | | | | | externally in the build farm | |||||
| | | * | r18025: Don't try to set a target host if there isn't one (such as with ↵ | Andrew Bartlett | 2006-09-04 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ldapi://). Andrew Bartlett | |||||
| | | * | r18024: The %c sscanf format I'm using doesn't null terminate. | Andrew Bartlett | 2006-09-04 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r18023: Add support infrusructure for testing against an OpenLDAP server. | Andrew Bartlett | 2006-09-04 | 3 | -6/+102 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will give a bit more noise on platforms without OpenLDAP (when we run the slaptest check), but it shouldn't be too bad. We don't start the LDAP server or re-provision unless LDAP_TEST is set. Andrew Bartlett | |||||
| | | * | r18022: Increment number of records converted, and print number of records ↵ | Andrew Bartlett | 2006-09-04 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | skipped. Andrew Bartlett | |||||
| | | * | r18021: Add ldapi support to our LDAP client. To be used for testing an | Andrew Bartlett | 2006-09-04 | 1 | -34/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | OpenLDAP backend. Andrew Bartlett | |||||
| | | * | r18018: Fix the build on OpenBSD. No license problem this time, I've written ↵ | Volker Lendecke | 2006-09-03 | 2 | -2/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strnlen from scratch. Volker | |||||
| | | * | r18017: Separate NET tests out of RPC. This way it's easier to run libnet | Rafal Szczesniak | 2006-09-03 | 3 | -3/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests only for quick checking. rafal | |||||
| | | * | r17998: start working on syntaxes | Simo Sorce | 2006-09-02 | 4 | -29/+441 | |
| | | | | ||||||
| | | * | r17993: as metze pointed out, the composite_error() already calls the async | Andrew Tridgell | 2006-09-01 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | handler, so don't call composite_done() | |||||
| | | * | r17992: reverted r17842 | Andrew Tridgell | 2006-09-01 | 4 | -49/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This needs more consideration, as the patch removed the copyright notice and license from the timegm.c code. Volker, when you get a minute can you let me know what problem this patch fixed so I can find a different approach? | |||||
| | | * | r17991: Implement a few more calls (with not implemented :-). | Andrew Bartlett | 2006-09-01 | 1 | -36/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Remove references to dnsDomain, replace with references to dnsRoot Andrew Bartlett | |||||
| | | * | r17990: added timeout checking on dcerpc connection establishment. This should | Andrew Tridgell | 2006-09-01 | 1 | -2/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix the problem on some build farm hosts where we were waiting forever for a connection to DRSUAPI to be made, so the next test will start. Next is to try and work out why the connection is timing out on some hosts. That is probably a server bug, but at least with this change we can see it. | |||||
| | | * | r17989: Add RPC-NETLOGON as a test we now run against Samba4. | Andrew Bartlett | 2006-09-01 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17988: Add 'not for Samba4' hacks into the RPC-NETLOGON torture test. | Andrew Bartlett | 2006-09-01 | 1 | -0/+56 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17987: Make the LSA pipe listen on the \pipe\netlogon interface. | Andrew Bartlett | 2006-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17986: Add a copy of the Heimdal licence to our source tree, to make it very | Andrew Bartlett | 2006-09-01 | 1 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | clear what the conditions on this code are, and that the terms are GPL compatible. Andrew Bartlett | |||||
| | | * | r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries, | Andrew Bartlett | 2006-09-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | which has been recently fixed to cope with NULL pointers (fix segfault on Solaris). Andrew Bartlett | |||||
| | | * | r17982: One final hack... | Andrew Bartlett | 2006-09-01 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | When against a real, schema-checking LDAP backend, we need extensibleObject on the baseDN entry (as entryUUID isn't run for creating this basic ldif) output. | |||||
| | | * | r17980: handle NULL arguments without crashing in strcasecmp_m() and | Andrew Tridgell | 2006-09-01 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | strncasecmp_m(). This makes the use of these functions in sorting routines with RPC replies sane | |||||
| | | * | r17978: make the ldap backend test for ldb work both with and without modules | Andrew Tridgell | 2006-09-01 | 2 | -2/+19 | |
| | | | | | | | | | | | | | | | | (so it works on both redhat and debian, for example) | |||||
| | | * | r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUP | Andrew Bartlett | 2006-08-31 | 3 | -271/+237 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is just one call. This simplifies the one remaining DSSETUP call, and removes another user of the dnsDomain attribute. Andrew Bartlett | |||||
| | | * | r17967: Somewhere along the line we lost unixName here, and so lost the | Andrew Bartlett | 2006-08-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ability for 'administrator' to log in as unix user 'root'. Andrew Bartlett | |||||
| | | * | r17966: remove all generated files | Stefan Metzmacher | 2006-08-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17965: make talloc build more portable | Stefan Metzmacher | 2006-08-31 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17964: try to support sun* hosts | Stefan Metzmacher | 2006-08-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17963: fix install logic for talloc.3 | Stefan Metzmacher | 2006-08-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17962: source/intl/ isn't used in samba4 anymore | Stefan Metzmacher | 2006-08-31 | 2 | -343/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17961: source/po/ isn't justed in samba4, so remove it | Stefan Metzmacher | 2006-08-31 | 7 | -12147/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17960: try to use gmake if present on IRIX | Stefan Metzmacher | 2006-08-31 | 3 | -0/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17958: as talloc_init() enabled null tracking, we should avoid to use it | Stefan Metzmacher | 2006-08-31 | 5 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in smbtorture, and in the LOCAL-TALLOC we should reset the null tracking also make bin/smbtorture //url/foo LOCAL-TALLOC LOCAL-TALLOC possible metze | |||||
| | | * | r17957: don't try to use an internet connection when generating the manpage | Stefan Metzmacher | 2006-08-31 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | and only install the manpage if we build it metze | |||||
| | | * | r17956: LSA Cleanup! | Andrew Bartlett | 2006-08-31 | 6 | -108/+467 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit cleans up a number of aspects of the LSA interface. Firstly, we do 2 simple searches on opening the LSA policy, to obtain the basic information we need. This also avoids us searching for dnsDomain (an invented attribute). While I was at it, I added and tested new LSA calls, including the enumTrustedDomainsEx call. I have also merged the identical structures lsa_DomainInformation and lsa_DomainList. Also in this commit: Fix netlogon use of uninitialised variables. Andrew Bartlett | |||||
| | | * | r17955: Don't search for the dnsDomain attribute, it is invented (not in the | Andrew Bartlett | 2006-08-31 | 1 | -7/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | AD schema). Andrew Bartlett | |||||
| | | * | r17954: Avoid including \n in error strings (left over from DEBUG() conversion). | Andrew Bartlett | 2006-08-31 | 2 | -14/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to debug CrackNames failures. Andrew Bartlett | |||||
| | | * | r17952: merge changes from samba3 | Stefan Metzmacher | 2006-08-31 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17950: sync talloc with samba3 | Stefan Metzmacher | 2006-08-31 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | metze |