summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-214-0/+9
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-214-0/+8
* Regenerate with newer version of swig.Jelmer Vernooij2008-05-212-20/+47
* Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison2008-05-201-4/+9
* Fix nesting tdb_traverse in a transactionVolker Lendecke2008-05-201-3/+8
* smbtorture: Add RAW-BENCH-TCON benchmark.James Peach2008-05-202-2/+2
* Update tdb version number.Jelmer Vernooij2008-05-201-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-209-46/+256
|\
| * Add __repr__ implementation for Tdb.Jelmer Vernooij2008-05-194-27/+57
| * Fix dependency.Jelmer Vernooij2008-05-191-1/+1
| * Add __repr__ implementation for Ldb.Jelmer Vernooij2008-05-194-1/+43
| * Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij2008-05-194-17/+155
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-2021-104/+102
|\|
| * Fix a memleak in irpc_remove_nameVolker Lendecke2008-05-191-0/+6
| * Fix a bunch of dependencies.Jelmer Vernooij2008-05-184-4/+4
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-189-13/+13
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-189-14/+24
| * Avoid smb_build for prototype headers in some places.Jelmer Vernooij2008-05-181-1/+2
| * Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-1818-70/+69
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-20/+0
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-05-1830-293/+820
| |\
| * \ Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij2008-05-121-0/+2
| |\ \
| | * | Use system python rather than smbpython.Jelmer Vernooij2008-05-111-0/+2
* | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-174-37/+45
|\ \ \ \ | | |_|/ | |/| |
| * | | lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher2008-05-162-1/+1
| * | | lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI...Stefan Metzmacher2008-05-161-25/+3
| * | | lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher2008-05-161-0/+40
| * | | lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2008-05-161-10/+0
| * | | Fix an uninitialized variable warningVolker Lendecke2008-05-161-1/+1
* | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-1527-256/+775
|\| | |
| * | | Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher2008-05-144-0/+4
| * | | lib/events: system/network.h isn't neededStefan Metzmacher2008-05-144-4/+0
| * | | Make it possible to build libevents standalone.Simo Sorce2008-05-1417-26/+527
| * | | libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher2008-05-131-0/+13
| * | | libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...Stefan Metzmacher2008-05-132-0/+5
| * | | libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher2008-05-131-17/+18
| * | | libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher2008-05-131-2/+3
| * | | libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-129/+127
| * | | libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-33/+33
| * | | libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| * | | libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| * | | libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| * | | libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| * | | libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-20/+20
| * | | libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-40/+40
| |/ /
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-1210-26/+27
|\| |
| * | Avoid unnecessary headers in lib/torture.Jelmer Vernooij2008-05-111-2/+0
| |/
| * Avoid installing non-public header.Jelmer Vernooij2008-05-111-1/+0
| * Fix dependency on loadparm.Jelmer Vernooij2008-05-111-1/+1
| * Merge ldb_map into LIBLDB.Jelmer Vernooij2008-05-111-9/+3