summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22424: fixed the bad merge (thanks to metze for pointing out)Andrew Tridgell2-3/+3
2007-10-10r22422: merged tdb changes from ctdbAndrew Tridgell5-8/+34
2007-10-10r22415: Remove test directory once we are finished. Merge -r 22393:22394James Peach1-0/+2
2007-10-10r22404: more dependencies which should be privateStefan Metzmacher3-16/+11
2007-10-10r22379: add missing fileStefan Metzmacher1-0/+94
2007-10-10r22373: move in_list() to util_strlist.c to remove the dependencyStefan Metzmacher2-24/+25
2007-10-10r22372: split out become_daemon() into it's own functionStefan Metzmacher2-67/+2
2007-10-10r22371: readd discard_const() to lib/util/util.hStefan Metzmacher1-0/+27
2007-10-10r22369: add ZERO_STRUCT() ... macros to lib/util/util.h againStefan Metzmacher1-0/+41
2007-10-10r22368: remove unused header maybe this fixes th ebuild on some hostsStefan Metzmacher1-1/+0
2007-10-10r22367: prepare merge to samba3Stefan Metzmacher1-0/+4
2007-10-10r22365: prepare merge to samba3Stefan Metzmacher1-2/+2
2007-10-10r22319: sync lib/tdb/ with samba3Stefan Metzmacher7-26/+243
2007-10-10r22306: try to make the aix compiler happyStefan Metzmacher2-4/+4
2007-10-10r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher3-25/+35
2007-10-10r22279: add a lot more detailed strtoll() and strtoull() testsStefan Metzmacher1-56/+254
2007-10-10r22273: - provide __LINESTR__ macroStefan Metzmacher2-1/+11
2007-10-10r22270: provide __location__ in replace.hStefan Metzmacher2-0/+7
2007-10-10r22267: protect #define __location__ with an #ifndefStefan Metzmacher1-4/+6
2007-10-10r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0Stefan Metzmacher2-2/+2
2007-10-10r22253: - make the strtoll tests more verboseStefan Metzmacher1-7/+56
2007-10-10r22250: try to fix the build on aix1 in the farmStefan Metzmacher2-1/+7
2007-10-10r22246: only test strtoll onceStefan Metzmacher1-1/+0
2007-10-10r22243: remove useless printf'sStefan Metzmacher1-2/+0
2007-10-10r22239: use strlcpy instead of strcpy to make the IBM checker happyStefan Metzmacher1-2/+2
2007-10-10r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Andrew Bartlett1-161/+391
2007-10-10r22226: move discard_const macros to librelaceStefan Metzmacher4-29/+24
2007-10-10r22223: make comparing of struct tm more verbose and more portableStefan Metzmacher1-5/+25
2007-10-10r22218: fix libreplace standalone buildStefan Metzmacher1-1/+1
2007-10-10r22217: merge from samba3 21944:Stefan Metzmacher2-1/+6
2007-10-10r22216: move strptime testsuite into it's own fileStefan Metzmacher3-116/+158
2007-10-10r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher6-0/+1130
2007-10-10r22203: Improve the replace testsuite a bit.Jelmer Vernooij1-11/+151
2007-10-10r22165: merge transaction fix from samba3Andrew Tridgell1-0/+2
2007-10-10r22152: merge from samba3:Stefan Metzmacher4-39/+2
2007-10-10r22089: check the return value of interpret_addr2()Andrew Tridgell1-0/+3
2007-10-10r22081: transaction_brlock() should be staticAndrew Tridgell1-2/+2
2007-10-10r22053: remove samba3 specific stuff from tdbtoolStefan Metzmacher1-77/+0
2007-10-10r22052: merge tdbtool from samba3 and build itStefan Metzmacher2-252/+395
2007-10-10r22041: merge trivial changes from samba3Stefan Metzmacher6-16/+20
2007-10-10r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.James Peach2-1/+9
2007-10-10r22028: Fix include path for the srcidr != builddir case.James Peach1-1/+1
2007-10-10r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it ou...Jelmer Vernooij1-0/+4
2007-10-10r21834: Remove unnecessary includesJelmer Vernooij4-4/+0
2007-10-10r21830: Fix header installation, remove proto header with a single prototype.Jelmer Vernooij2-1/+7
2007-10-10r21828: Hardcode prototypes, as they're a public API.Jelmer Vernooij2-2/+48
2007-10-10r21798: unsetenv() returns void on some platforms (BSD)Stefan Metzmacher1-9/+1
2007-10-10r21797: remove the key directly from the environ arrayStefan Metzmacher1-25/+17
2007-10-10r21796: check if unsetenv() works on an non-existing keyStefan Metzmacher1-0/+2
2007-10-10r21795: fix the prototype of unsetenv()...Stefan Metzmacher1-1/+1