summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-03-18libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher1-0/+3
2008-03-18libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2-3/+3
2008-03-18libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher1-7/+9
2008-03-18ldb: remove configure with 'make realdistclean'Stefan Metzmacher1-1/+1
2008-03-18ldb: nothing uses "system/network.h" so don't include itStefan Metzmacher1-1/+0
2008-03-18ldb: fix the standalone buildStefan Metzmacher6-13/+13
2008-03-18Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke1-1/+1
2008-03-17socket_wrapper: make pcap code more portableStefan Metzmacher1-39/+40
2008-03-15messaging: fix a valgrind warning on 64bit hosts zero out paddingStefan Metzmacher1-0/+2
2008-03-14swig: regenerate _wrap.c filesStefan Metzmacher1-13/+13
2008-03-14libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2-3/+3
2008-03-14libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam1-0/+4
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam6-0/+42
2008-03-11events_signal: pass down the correct siginfo_t struct to the event handlerStefan Metzmacher1-1/+1
2008-03-11Make error handling in ldb more consistant.Andrew Bartlett1-1/+4
2008-03-09Move PC_FILE out of the perl code.Jelmer Vernooij2-2/+4
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij3-6/+6
2008-03-07Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij1-15/+16
2008-03-07Rerun SWIG.Jelmer Vernooij1-15/+16
2008-03-07Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2-2/+2
2008-03-07accountExpires: Windows default is 9223372036854775807, not -1.Andrew Kroeger1-1/+1
2008-03-06ldb_wrap: Debug at derived samba_level, not the level of the ldb debug enum.Andrew Kroeger1-1/+1
2008-03-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+10
2008-03-04Fix syntax.Jelmer Vernooij1-2/+2
2008-03-04Try to return sane ldb error stringsAndrew Bartlett1-1/+10
2008-03-04Deal with subsystems with no settings, several other minor fixes.Jelmer Vernooij1-1/+1
2008-03-04Fix some paths.Jelmer Vernooij2-2/+2
2008-03-04Fix includes.Jelmer Vernooij4-0/+7
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij25-200/+162
2008-03-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij7-208/+349
2008-03-03Merge branch 'v4-0-test' into id10ts-registryJelmer Vernooij37-322/+399
2008-03-02Some cleanups for the ldb doxygen docs.Brad Hards1-10/+12
2008-03-01Remove unused variable, fix (80, 'Other error') exceptions from ldb python bi...Jelmer Vernooij2-4/+4
2008-03-01Fix error handling in ldb.add().Jelmer Vernooij2-161/+81
2008-02-29Change remaining prototype headers to be private.Jelmer Vernooij1-3/+3
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij12-26/+44
2008-02-29Fix manpage paths.Jelmer Vernooij1-6/+6
2008-02-29Move manpage management out of the perl build system.Jelmer Vernooij4-14/+28
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij20-107/+223
2008-02-29libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam1-0/+4
2008-02-29libreplace: ifdef out ip6 code if unsupported.Michael Adam1-0/+2
2008-02-29libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam1-6/+7
2008-02-29libreplace: fix silly crashbug in getifaddrs_test().Michael Adam1-1/+3
2008-02-29libreplace: add missing newline in output of getifaddrs test.Michael Adam1-1/+1
2008-02-29libreplace: add missing semicolon to getifaddrs.Michael Adam1-1/+1
2008-02-29Fix ldapi support.Jelmer Vernooij1-2/+2
2008-02-29libreplace: try and fix rep_getifaddrs() for Tru64.Michael Adam1-21/+16
2008-02-28libreplace: use the new getifaddrs test also for autoconf.Michael Adam2-33/+16
2008-02-28libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam3-7/+100
2008-02-28Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij12-25/+50