summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r18076: convert talloc to the new libreplace systemAndrew Tridgell2006-09-054-7/+23
| | | |
| | | * r18075: with the new scheme, we now use config.h again (thanks jelmer!)Andrew Tridgell2006-09-051-1/+1
| | | |
| | | * r18074: config.m4 is now libreplace.m4Andrew Tridgell2006-09-052-1/+1
| | | |
| | | * r18073: next step in grab libreplace plan - see IRC logs for very detailedAndrew Tridgell2006-09-053-56/+20
| | | | | | | | | | | | | | | | discussion wity metze and jelmer!
| | | * r18072: Really delete things in the base partition, after we changed where theAndrew Bartlett2006-09-051-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | default search scope points to. Andrew Bartlett
| | | * r18068: This splits the handling of multiple SASL packets between the GENSECAndrew Bartlett2006-09-055-61/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend (if it chooses to implement it), or the GENSEC socket code. This is to allow us to handle DIGEST-MD5 across to cyrus-sasl. Andrew Bartlett
| | | * r18067: some tweaks for irix and hpuxAndrew Tridgell2006-09-053-6/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this checks for -AC99 or -c99 to get C99 structure init to work. It's based on a similar macro metze did for Samba4. the double sinclude() is weird, but I can't see any other way to use a common config.m4 between libreplace and all the projects that use it
| | | * r18064: merge from samba3Stefan Metzmacher2006-09-051-6/+9
| | | | | | | | | | | | | | | | metze
| | | * r18061: this should fix the libreplace build on us4 with gccAndrew Tridgell2006-09-052-0/+9
| | | |
| | | * r18060: use gmake for libreplace if availableAndrew Tridgell2006-09-051-0/+2
| | | |
| | | * r18059: another cpp errorAndrew Tridgell2006-09-051-1/+1
| | | |
| | | * r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature whichAndrew Tridgell2006-09-051-4/+5
| | | | | | | | | | | | | | | | I don't think we use anywhere)
| | | * r18057: fixed an #ifdefAndrew Tridgell2006-09-051-1/+1
| | | |
| | | * r18056: includes needed for O_CREATAndrew Tridgell2006-09-051-1/+3
| | | |
| | | * r18055: aix needs time.h for timegm.c to compileAndrew Tridgell2006-09-052-0/+9
| | | |
| | | * r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and relatedAndrew Tridgell2006-09-051-5/+1
| | | | | | | | | | | | | | | | macros
| | | * r18053: the sig_atomic_t test needs to be in libreplace for getpass.c toAndrew Tridgell2006-09-051-0/+13
| | | | | | | | | | | | | | | | compile on hpux
| | | * r18052: discard_const_p() isn't part of the libreplace API, so we can't use itAndrew Tridgell2006-09-041-1/+1
| | | | | | | | | | | | | | | | inside libreplace.
| | | * r18051: - add gcc warning flagsAndrew Tridgell2006-09-042-46/+60
| | | | | | | | | | | | | | | | - fix piles of warnings and ftruncate bug in libreplace testsuite
| | | * r18050: Run more NET tests on the build farm.Rafal Szczesniak2006-09-041-3/+3
| | | | | | | | | | | | | | | | rafal
| | | * r18046: Add 'z' specifier support and a configure test.Simo Sorce2006-09-042-16/+51
| | | | | | | | | | | | | | | | Jeremy should I backport this to samba3 too?
| | | * r18045: Update format, list "test" target as phony.Jelmer Vernooij2006-09-042-1/+3
| | | |
| | | * r18044: timegm.c needs to be in a separate fileAndrew Tridgell2006-09-043-35/+4
| | | |
| | | * r18043: added strlcpy() testAndrew Tridgell2006-09-041-2/+23
| | | |
| | | * r18042: testsuite needs to link to libreplace.a :-)Andrew Tridgell2006-09-041-1/+1
| | | |
| | | * r18041: started on the bodies of the testsuite functions for libreplaceAndrew Tridgell2006-09-042-2/+44
| | | |
| | | * r18040: Use only one strnlen implementationJelmer Vernooij2006-09-041-14/+1
| | | |
| | | * r18039: Include header with time_t if needed.Jelmer Vernooij2006-09-041-5/+10
| | | |
| | | * r18038: make test fns staticAndrew Tridgell2006-09-041-43/+43
| | | |
| | | * r18037: added 'make installcheck' targetAndrew Tridgell2006-09-041-0/+2
| | | |
| | | * r18036: Add missing fileJelmer Vernooij2006-09-042-0/+60
| | | |
| | | * r18035: - fixed 'make clean' to remove test objectsAndrew Tridgell2006-09-041-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 directoryAndrew Tridgell2006-09-041-1/+3
| | | |
| | | * r18033: added install-sh, needed for standalone libreplace buildAndrew Tridgell2006-09-041-0/+238
| | | |
| | | * r18032: added a 'make distclean'Andrew Tridgell2006-09-041-1/+9
| | | |
| | | * r18031: Merge my replace fixes:Jelmer Vernooij2006-09-0431-852/+1688
| | | | | | | | | | | | | | | | | | | | | | | | * libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace
| | | * r18027: Fix some 64-bit warningsVolker Lendecke2006-09-042-10/+19
| | | |
| | | * r18026: patch from Brad allowing the windows testing to be configuredAndrew Tridgell2006-09-042-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 Bartlett2006-09-041-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | ldapi://). Andrew Bartlett
| | | * r18024: The %c sscanf format I'm using doesn't null terminate.Andrew Bartlett2006-09-041-0/+3
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r18023: Add support infrusructure for testing against an OpenLDAP server.Andrew Bartlett2006-09-043-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 Bartlett2006-09-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | skipped. Andrew Bartlett
| | | * r18021: Add ldapi support to our LDAP client. To be used for testing anAndrew Bartlett2006-09-041-34/+93
| | | | | | | | | | | | | | | | | | | | | | | | OpenLDAP backend. Andrew Bartlett
| | | * r18018: Fix the build on OpenBSD. No license problem this time, I've written ↵Volker Lendecke2006-09-032-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strnlen from scratch. Volker
| | | * r18017: Separate NET tests out of RPC. This way it's easier to run libnetRafal Szczesniak2006-09-033-3/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tests only for quick checking. rafal
| | | * r17998: start working on syntaxesSimo Sorce2006-09-024-29/+441
| | | |
| | | * r17993: as metze pointed out, the composite_error() already calls the asyncAndrew Tridgell2006-09-011-2/+0
| | | | | | | | | | | | | | | | handler, so don't call composite_done()
| | | * r17992: reverted r17842Andrew Tridgell2006-09-014-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 Bartlett2006-09-011-36/+21
| | | | | | | | | | | | | | | | | | | | | | | | Remove references to dnsDomain, replace with references to dnsRoot Andrew Bartlett
| | | * r17990: added timeout checking on dcerpc connection establishment. This shouldAndrew Tridgell2006-09-011-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.