summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij12-21/+121
2008-04-01Add warning to public headers.Jelmer Vernooij1-0/+4
2008-04-01Add userdata argument to reseed callback function.Jelmer Vernooij3-6/+8
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij3-7/+7
2008-04-01Move ini-like file parser to the utility library.Jelmer Vernooij2-1/+10
2008-03-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-1/+1
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-1/+1
2008-03-28libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher1-1/+1
2008-03-28Convert some more files to GPLv3.Andrew Kroeger13-13/+13
2008-03-27libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam1-1/+8
2008-03-26Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett2-35/+55
2008-03-19More safety around ldb_dn C functions in python bindings.Andrew Bartlett1-2/+6
2008-03-18lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymoreStefan Metzmacher1-1/+1
2008-03-18socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't...Stefan Metzmacher1-1/+1
2008-03-18libreplace: replace.c does not need system/network.h anymore.Michael Adam1-1/+0
2008-03-18libreplace: move rep_socketpair() to its own module.Michael Adam6-24/+55
2008-03-18ldb: not every shell supports '==' so use '='Stefan Metzmacher1-1/+1
2008-03-18Fix macro name (no 's' in ifr_addr).Gerald W. Carter1-1/+1
2008-03-18Fix Coverity ID 554Volker Lendecke1-0/+3
2008-03-18Check the return value of fgetsVolker Lendecke1-1/+4
2008-03-18libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam1-1/+0
2008-03-18libreplace: remove trailing white spaces.Michael Adam2-2/+2
2008-03-18libreplace: replace inet_ntoa() when it is missingMichael Adam6-34/+61
2008-03-18libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam1-9/+13
2008-03-18libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher1-3/+0
2008-03-18lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2-47/+3
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-07Rerun SWIG.Jelmer Vernooij1-15/+16
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-04Try to return sane ldb error stringsAndrew Bartlett1-1/+10
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