summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-28Cache iconv_convenience.Jelmer Vernooij1-12/+22
2008-02-28Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett8-6/+109
2008-02-28Fix rdn_name errors.Andrew Bartlett1-1/+2
2008-02-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij12-52/+157
2008-02-27libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam1-1/+1
2008-02-27libreplace: fix standalone build - add necessary libs.Michael Adam2-1/+6
2008-02-27libreplace: fix standalone build on some systems.Michael Adam1-0/+2
2008-02-26libreplace: Add tests for connect and gethostbyname.Michael Adam5-0/+96
2008-02-26Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam1-5/+5
2008-02-25Update homepages for talloc, tdb and ldb subprojectsSimo Sorce3-34/+24
2008-02-25Remove uses of global_loadparm.Jelmer Vernooij5-11/+15
2008-02-22libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam1-0/+2
2008-02-22libreplace: Fix comment originating from old samba source.Michael Adam1-1/+1
2008-02-22libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam1-4/+11
2008-02-22Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam1-3/+3
2008-02-22Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam1-3/+6
2008-02-21libreplace: fix compile errors in getifaddrs.cMichael Adam1-6/+3
2008-02-21Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used byJelmer Vernooij2-0/+9
2008-02-21Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam1-0/+3
2008-02-21Remove yet more global_loadparm instances.Jelmer Vernooij1-2/+4
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij1-5/+9
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij4-7/+13
2008-02-21Cache iconv_convenience.Jelmer Vernooij1-12/+22
2008-02-21Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2-2/+1
2008-02-21Remove extra whitespace, use public variable in IDL.Jelmer Vernooij1-1/+1
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij7-24/+38
2008-02-21ldb_sqlite: fix the buildStefan Metzmacher2-2/+1
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-7/+8
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij1-1/+1
2008-02-21Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett91-2964/+1762
2008-02-21Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett1-1/+7
2008-02-20Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij1-0/+2
2008-02-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij4-65/+65
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij4-5/+5
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam1-36/+36
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam1-8/+8
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam1-6/+6
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam1-15/+15
2008-02-20Allow building ldb as static library again \o/Jelmer Vernooij1-1/+0
2008-02-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-node...Jelmer Vernooij2-0/+10
2008-02-20NetBSD does not support AI_ADDRCONFIGVolker Lendecke1-0/+7
2008-02-20NetBSD needs LD_LIBRARY_PATHVolker Lendecke1-0/+3
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij7-15/+22
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij15-38/+10
2008-02-20Remove more function-based inits.Jelmer Vernooij6-78/+118
2008-02-20Use function-based initialization for ildap backend.Jelmer Vernooij1-6/+3
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij10-93/+22
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij5-11/+20