summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* Use variable for ldb source directory.Jelmer Vernooij2008-05-274-38/+38
* Move version.o and dynconfig.o into their own directory.Jelmer Vernooij2008-05-271-27/+0
* Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-261-1/+1
* Finish smbstatus in Python.Jelmer Vernooij2008-05-261-0/+3
* Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-262-24/+33
* Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2008-05-261-70/+119
* Provide access to server_id from python bindings, add more tests.Jelmer Vernooij2008-05-264-6/+68
* Add bindings for deregister.Jelmer Vernooij2008-05-261-0/+21
* Support messaging_client_init in the python bindings.Jelmer Vernooij2008-05-261-40/+58
* Add bindings for irpc_{add,remove}_name.Jelmer Vernooij2008-05-261-0/+39
* Add tests for irpc python bindings.Jelmer Vernooij2008-05-251-0/+25
* Start building IRPC Python support.Jelmer Vernooij2008-05-252-44/+240
* Initialize module.Jelmer Vernooij2008-05-241-1/+2
* Initial work on IRPC Python support.Jelmer Vernooij2008-05-241-0/+201
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-244-2/+14
* Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij2008-05-231-6/+6
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-05-23120-5412/+3872
|\
| * Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij2008-05-233-11/+16
| * Add docstrings to events python module.Jelmer Vernooij2008-05-233-7/+27
| * add more docstrings to registry python moduleJelmer Vernooij2008-05-233-14/+100
| * Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-232-0/+6
| * Add some docstrings to tdb.Jelmer Vernooij2008-05-233-122/+319
| * Add module docstring, docstrings for constructors.Jelmer Vernooij2008-05-233-14/+63
| * Add more docstrings in the ldb python module.Jelmer Vernooij2008-05-233-6/+43
| * Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij2008-05-233-144/+430
| * libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...Stefan Metzmacher2008-05-221-1/+1
| * Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-224-4/+4
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-05-222-11/+34
| |\
| | * lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKSStefan Metzmacher2008-05-211-11/+5
| | * libreplace: add test for HAVE_IPV6Stefan Metzmacher2008-05-211-0/+29
| * | Fix events test.Jelmer Vernooij2008-05-221-1/+1
| * | Move more modules inside of the samba package.Jelmer Vernooij2008-05-216-8/+8
| * | Move some python files into the samba package.Jelmer Vernooij2008-05-211-1/+1
| * | 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