summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-05-23Add docstrings to events python module.Jelmer Vernooij3-7/+27
2008-05-23add more docstrings to registry python moduleJelmer Vernooij3-14/+100
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij2-0/+6
2008-05-23Add some docstrings to tdb.Jelmer Vernooij3-122/+319
2008-05-23Add module docstring, docstrings for constructors.Jelmer Vernooij3-14/+63
2008-05-23Add more docstrings in the ldb python module.Jelmer Vernooij3-6/+43
2008-05-23Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij3-144/+430
2008-05-22libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...Stefan Metzmacher1-1/+1
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij4-4/+4
2008-05-22Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2-11/+34
2008-05-22Fix events test.Jelmer Vernooij1-1/+1
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij6-8/+8
2008-05-21Move some python files into the samba package.Jelmer Vernooij1-1/+1
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij4-0/+9
2008-05-21lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKSStefan Metzmacher1-11/+5
2008-05-21libreplace: add test for HAVE_IPV6Stefan Metzmacher1-0/+29
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