summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij1-1/+1
2008-05-27Use new dynconfig.h location.Jelmer Vernooij4-3/+5
2008-05-27Use variable for ldb source directory.Jelmer Vernooij4-38/+38
2008-05-27Move version.o and dynconfig.o into their own directory.Jelmer Vernooij1-27/+0
2008-05-26Remove evil hack which breaks Python bindings.Jelmer Vernooij1-1/+1
2008-05-26Finish smbstatus in Python.Jelmer Vernooij1-0/+3
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2-24/+33
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij1-70/+119
2008-05-26Provide access to server_id from python bindings, add more tests.Jelmer Vernooij4-6/+68
2008-05-26Add bindings for deregister.Jelmer Vernooij1-0/+21
2008-05-26Support messaging_client_init in the python bindings.Jelmer Vernooij1-40/+58
2008-05-26Add bindings for irpc_{add,remove}_name.Jelmer Vernooij1-0/+39
2008-05-25Add tests for irpc python bindings.Jelmer Vernooij1-0/+25
2008-05-25Start building IRPC Python support.Jelmer Vernooij2-44/+240
2008-05-24Initialize module.Jelmer Vernooij1-1/+2
2008-05-24Initial work on IRPC Python support.Jelmer Vernooij1-0/+201
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij4-2/+14
2008-05-23Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij1-6/+6
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij120-5412/+3872
2008-05-23Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij3-11/+16
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