Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18083: i should sleep more .... | Andrew Tridgell | 2 | -1/+1 |
2007-10-10 | r18082: bring talloc in line with new conventions | Andrew Tridgell | 2 | -2/+3 |
2007-10-10 | r18081: libreplace now uses config.h again | Andrew Tridgell | 1 | -5/+0 |
2007-10-10 | r18080: added distclean target to talloc | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r18079: fix for in-tree build with samba4 dir layout | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18078: these tests came from talloc | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r18077: move some configure tests out of talloc that are now in libreplace | Andrew Tridgell | 1 | -22/+0 |
2007-10-10 | r18076: convert talloc to the new libreplace system | Andrew Tridgell | 4 | -7/+23 |
2007-10-10 | r18075: with the new scheme, we now use config.h again (thanks jelmer!) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18074: config.m4 is now libreplace.m4 | Andrew Tridgell | 2 | -1/+1 |
2007-10-10 | r18073: next step in grab libreplace plan - see IRC logs for very detailed | Andrew Tridgell | 3 | -56/+20 |
2007-10-10 | r18072: Really delete things in the base partition, after we changed where the | Andrew Bartlett | 1 | -4/+3 |
2007-10-10 | r18068: This splits the handling of multiple SASL packets between the GENSEC | Andrew Bartlett | 5 | -61/+239 |
2007-10-10 | r18067: some tweaks for irix and hpux | Andrew Tridgell | 3 | -6/+50 |
2007-10-10 | r18064: merge from samba3 | Stefan Metzmacher | 1 | -6/+9 |
2007-10-10 | r18061: this should fix the libreplace build on us4 with gcc | Andrew Tridgell | 2 | -0/+9 |
2007-10-10 | r18060: use gmake for libreplace if available | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r18059: another cpp error | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature which | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r18057: fixed an #ifdef | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18056: includes needed for O_CREAT | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r18055: aix needs time.h for timegm.c to compile | Andrew Tridgell | 2 | -0/+9 |
2007-10-10 | r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and related | Andrew Tridgell | 1 | -5/+1 |
2007-10-10 | r18053: the sig_atomic_t test needs to be in libreplace for getpass.c to | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r18052: discard_const_p() isn't part of the libreplace API, so we can't use it | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18051: - add gcc warning flags | Andrew Tridgell | 2 | -46/+60 |
2007-10-10 | r18050: Run more NET tests on the build farm. | Rafal Szczesniak | 1 | -3/+3 |
2007-10-10 | r18046: Add 'z' specifier support and a configure test. | Simo Sorce | 2 | -16/+51 |
2007-10-10 | r18045: Update format, list "test" target as phony. | Jelmer Vernooij | 2 | -1/+3 |
2007-10-10 | r18044: timegm.c needs to be in a separate file | Andrew Tridgell | 3 | -35/+4 |
2007-10-10 | r18043: added strlcpy() test | Andrew Tridgell | 1 | -2/+23 |
2007-10-10 | r18042: testsuite needs to link to libreplace.a :-) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18041: started on the bodies of the testsuite functions for libreplace | Andrew Tridgell | 2 | -2/+44 |
2007-10-10 | r18040: Use only one strnlen implementation | Jelmer Vernooij | 1 | -14/+1 |
2007-10-10 | r18039: Include header with time_t if needed. | Jelmer Vernooij | 1 | -5/+10 |
2007-10-10 | r18038: make test fns static | Andrew Tridgell | 1 | -43/+43 |
2007-10-10 | r18037: added 'make installcheck' target | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r18036: Add missing file | Jelmer Vernooij | 2 | -0/+60 |
2007-10-10 | r18035: - fixed 'make clean' to remove test objects | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r18034: fixed build of libreplace outside of source directory | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r18033: added install-sh, needed for standalone libreplace build | Andrew Tridgell | 1 | -0/+238 |
2007-10-10 | r18032: added a 'make distclean' | Andrew Tridgell | 1 | -1/+9 |
2007-10-10 | r18031: Merge my replace fixes: | Jelmer Vernooij | 30 | -851/+1683 |
2007-10-10 | r18027: Fix some 64-bit warnings | Volker Lendecke | 2 | -10/+19 |
2007-10-10 | r18026: patch from Brad allowing the windows testing to be configured | Andrew Tridgell | 2 | -5/+12 |
2007-10-10 | r18025: Don't try to set a target host if there isn't one (such as with ldapi... | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r18024: The %c sscanf format I'm using doesn't null terminate. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r18023: Add support infrusructure for testing against an OpenLDAP server. | Andrew Bartlett | 3 | -6/+102 |
2007-10-10 | r18022: Increment number of records converted, and print number of records sk... | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r18021: Add ldapi support to our LDAP client. To be used for testing an | Andrew Bartlett | 1 | -34/+93 |