Age | Commit message (Expand) | Author | Files | Lines |
2008-09-14 | Remove unecessary msync. | Jeremy Allison | 1 | -4/+0 |
2008-09-14 | The msync manpage reports that msync *must* be called before munmap. Failure ... | Simo Sorce | 2 | -2/+8 |
2008-09-14 | Attempt to fix bug 5684 | Volker Lendecke | 1 | -1/+1 |
2008-07-09 | Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)" | Michael Adam | 1 | -1/+1 |
2008-07-08 | tdbtool: fix off-by-one error in argument length. (bug #2344) | Michael Adam | 1 | -1/+1 |
2008-06-11 | Use variables for source dir of python tdb bindings. | Jelmer Vernooij | 1 | -2/+2 |
2008-06-08 | Add more docstrings in tdb. | Jelmer Vernooij | 3 | -2/+26 |
2008-05-23 | Add some docstrings to tdb. | Jelmer Vernooij | 3 | -122/+319 |
2008-05-22 | Fix CFLAGS for SWIG files. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -0/+3 |
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the makefi... | Jelmer Vernooij | 1 | -0/+2 |
2008-05-20 | Convert in_transaction to a bool. Add the same fix Volker | Jeremy Allison | 1 | -4/+9 |
2008-05-20 | Fix nesting tdb_traverse in a transaction | Volker Lendecke | 1 | -3/+8 |
2008-05-20 | Update tdb version number. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-19 | Add __repr__ implementation for Tdb. | Jelmer Vernooij | 4 | -27/+57 |
2008-05-19 | Fix dependency. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-08 | Fix link flags for ldb and tdb Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 2 | -12/+15 |
2008-04-02 | Reduce the number of installed headers. | Jelmer Vernooij | 1 | -2/+0 |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-25 | Update homepages for talloc, tdb and ldb subprojects | Simo Sorce | 1 | -8/+6 |
2008-02-13 | Allow tdb.mk and talloc.mk to be included at the same time. | Jelmer Vernooij | 2 | -10/+10 |
2008-02-13 | Never build .so versions of tdb/talloc from Samba 4 itself. Rather, | Jelmer Vernooij | 1 | -3/+1 |
2008-02-12 | Support using shared library during testsuite run if tdb was built with a sha... | Jelmer Vernooij | 1 | -2/+2 |
2008-02-12 | make sure libraries are built before attempting to install. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-12 | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-12 | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 1 | -1/+3 |
2008-02-12 | tdb/ldb: Use prefix in case DESTDIR is not set. | Jelmer Vernooij | 1 | -4/+4 |
2008-02-12 | Create the required directories when installing Python code. | Jelmer Vernooij | 1 | -0/+2 |
2008-02-12 | Avoid using setup.py for intsallation. | Jelmer Vernooij | 4 | -5/+13 |
2008-02-12 | Manually compile python files rather than using setup.py. | Jelmer Vernooij | 4 | -20/+18 |
2008-02-11 | Fix out of tree builds. | Jelmer Vernooij | 2 | -3/+3 |
2008-02-11 | Split actual content out of tdb Makefile into a separate file. | Jelmer Vernooij | 2 | -80/+89 |
2008-02-11 | Split rules out of tdb Makefile. | Jelmer Vernooij | 2 | -38/+41 |
2008-02-08 | merge tdb changes from ctdb | Andrew Tridgell | 1 | -33/+47 |
2008-02-07 | merge growing tdb for tdb_wipe_all() fix from ctdb | Andrew Tridgell | 1 | -0/+43 |
2008-01-31 | merged tdb transaction fix | Andrew Tridgell | 1 | -0/+3 |
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -1/+0 |
2008-01-22 | ldb/talloc/tdb: Use manually written pc file. | Jelmer Vernooij | 1 | -0/+1 |
2008-01-22 | tdb: Add URL in pc file. | Jelmer Vernooij | 1 | -0/+1 |
2008-01-18 | merged changes from v3-2-test | Andrew Tridgell | 8 | -53/+18 |
2008-01-18 | merged tdb changes from ctdb | Andrew Tridgell | 3 | -59/+49 |
2008-01-15 | merged tdb from ctdb bzr tree | Andrew Tridgell | 9 | -210/+471 |
2008-01-10 | tdb: Add simple reimplementation of tdbdump in Python as an example of the td... | Jelmer Vernooij | 1 | -0/+12 |
2008-01-10 | r26700: tdb: Build and install Python bindings when possible. | Jelmer Vernooij | 4 | -42/+68 |
2008-01-06 | r26678: Check in auto-generated swig files. | Tim Potter | 2 | -41/+45 |
2008-01-06 | r26677: Implement and test iter{keys,values,items} for tdb bindings. | Tim Potter | 2 | -3/+32 |
2008-01-05 | r26668: tdb/python: Fix default value of open_flags for tdb. | Jelmer Vernooij | 2 | -1/+2 |
2007-12-26 | r26586: Rename fetch to get for consistency with the Python dictionary interf... | Jelmer Vernooij | 4 | -13/+14 |