summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij4-0/+9
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij4-0/+8
2008-05-21Regenerate with newer version of swig.Jelmer Vernooij2-20/+47
2008-05-20Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison1-4/+9
2008-05-20Fix nesting tdb_traverse in a transactionVolker Lendecke1-3/+8
2008-05-20smbtorture: Add RAW-BENCH-TCON benchmark.James Peach2-2/+2
2008-05-20Update tdb version number.Jelmer Vernooij1-1/+1
2008-05-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett9-46/+256
2008-05-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett21-104/+102
2008-05-19Add __repr__ implementation for Tdb.Jelmer Vernooij4-27/+57
2008-05-19Fix dependency.Jelmer Vernooij1-1/+1
2008-05-19Add __repr__ implementation for Ldb.Jelmer Vernooij4-1/+43
2008-05-19Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij4-17/+155
2008-05-19Fix a memleak in irpc_remove_nameVolker Lendecke1-0/+6
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij4-4/+4
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij9-13/+13
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij9-14/+24
2008-05-18Avoid smb_build for prototype headers in some places.Jelmer Vernooij1-1/+2
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij18-70/+69
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-20/+0
2008-05-18Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij30-293/+820
2008-05-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett4-37/+45
2008-05-16lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher2-1/+1
2008-05-16lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI...Stefan Metzmacher1-25/+3
2008-05-16lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher1-0/+40
2008-05-16lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher1-10/+0
2008-05-16Fix an uninitialized variable warningVolker Lendecke1-1/+1
2008-05-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett27-256/+775
2008-05-14Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher4-0/+4
2008-05-14lib/events: system/network.h isn't neededStefan Metzmacher4-4/+0
2008-05-14Make it possible to build libevents standalone.Simo Sorce17-26/+527
2008-05-13libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher1-0/+13
2008-05-13libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...Stefan Metzmacher2-0/+5
2008-05-13libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher1-17/+18
2008-05-13libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher1-2/+3
2008-05-13libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2-129/+127
2008-05-13libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2-33/+33
2008-05-13libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2-20/+20
2008-05-13libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2-40/+40
2008-05-12Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij1-0/+2
2008-05-12Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett10-26/+27
2008-05-11Avoid unnecessary headers in lib/torture.Jelmer Vernooij1-2/+0
2008-05-11Use system python rather than smbpython.Jelmer Vernooij1-0/+2
2008-05-11Avoid installing non-public header.Jelmer Vernooij1-1/+0
2008-05-11Fix dependency on loadparm.Jelmer Vernooij1-1/+1
2008-05-11Merge ldb_map into LIBLDB.Jelmer Vernooij1-9/+3