Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 | 26 | -272/+893 |
2007-10-10 | r18027: Fix some 64-bit warnings | Volker Lendecke | 2 | -10/+19 |
2007-10-10 | r18022: Increment number of records converted, and print number of records sk... | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r18018: Fix the build on OpenBSD. No license problem this time, I've written ... | Volker Lendecke | 2 | -2/+18 |
2007-10-10 | r17992: reverted r17842 | Andrew Tridgell | 4 | -49/+3 |
2007-10-10 | r17980: handle NULL arguments without crashing in strcasecmp_m() and | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r17978: make the ldap backend test for ldb work both with and without modules | Andrew Tridgell | 2 | -2/+19 |
2007-10-10 | r17966: remove all generated files | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17965: make talloc build more portable | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r17964: try to support sun* hosts | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r17963: fix install logic for talloc.3 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r17960: try to use gmake if present on IRIX | Stefan Metzmacher | 3 | -0/+5 |
2007-10-10 | r17958: as talloc_init() enabled null tracking, we should avoid to use it | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r17957: don't try to use an internet connection when generating the manpage | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r17952: merge changes from samba3 | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r17950: sync talloc with samba3 | Stefan Metzmacher | 1 | -0/+7 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 13 | -12/+121 |
2007-10-10 | r17907: - add a generic talloc_report_depth_cb() function which takes a callback | Stefan Metzmacher | 4 | -52/+173 |
2007-10-10 | r17905: fix c++ warnings | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r17895: - talloc_increase_ref_count() can fail | Stefan Metzmacher | 4 | -7/+16 |
2007-10-10 | r17893: add a function to disable the null_context | Stefan Metzmacher | 3 | -2/+15 |
2007-10-10 | r17892: fix the last talloc c++ warning | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r17891: remove c++ warnings from talloc | Stefan Metzmacher | 2 | -13/+14 |
2007-10-10 | r17886: add talloc_ptrtype() and talloc_array_ptrtype(), | Stefan Metzmacher | 4 | -0/+112 |
2007-10-10 | r17885: use _TALLOC_TYPEPF() consitently | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r17884: Shape up the snprintf fix after Metzes comments | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r17883: check if talloc_asprintf() works correct | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r17868: remove duplicated attributes from list | Simo Sorce | 1 | -6/+1 |
2007-10-10 | r17859: Fix some return values | Simo Sorce | 1 | -15/+15 |
2007-10-10 | r17849: Next round for RPC-SAMBA3-SHARESEC | Volker Lendecke | 1 | -2/+2 |