Age | Commit message (Expand) | Author | Files | Lines |
2008-06-28 | Non-zero exit code on failure. | Jelmer Vernooij | 1 | -3/+6 |
2008-06-27 | Remove events from require line: | Julien Kerihuel | 1 | -1/+1 |
2008-06-27 | lib/ldb: add forward declaration for struct event_context | Stefan Metzmacher | 1 | -0/+1 |
2008-06-25 | Fix another reference to ldbdir. | Jelmer Vernooij | 1 | -1/+1 |
2008-06-25 | Use ldbsrcdir rather than ldbdir. | Jelmer Vernooij | 1 | -31/+31 |
2008-06-25 | Use ldbsrcdir rather than ldbdir. | Jelmer Vernooij | 2 | -15/+15 |
2008-06-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm... | Jelmer Vernooij | 2 | -20/+0 |
2008-06-17 | Change our module code to not use the special symbol name init_module() | Andrew Tridgell | 2 | -20/+0 |
2008-06-16 | Change order of includes in swig file to avoid warnings. | Jelmer Vernooij | 2 | -2/+2 |
2008-06-16 | Add include in swig file as well. | Jelmer Vernooij | 2 | -1/+2 |
2008-06-16 | Fix ldb_wrap.c | Simo Sorce | 1 | -0/+1 |
2008-06-15 | Fix cleanup. | Simo Sorce | 1 | -4/+9 |
2008-06-15 | Note that making ldb the event context parent seem to lead to races when | Simo Sorce | 1 | -1/+1 |
2008-06-15 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm... | Jelmer Vernooij | 3 | -180/+260 |
2008-06-15 | Fix standalone ldb build. | Jelmer Vernooij | 1 | -3/+6 |
2008-06-15 | Fix ldb python bindings after events changes. | Jelmer Vernooij | 2 | -3/+6 |
2008-06-15 | Cleanup. | Simo Sorce | 1 | -23/+29 |
2008-06-15 | Now that we pass down the event context, start removing calls to | Simo Sorce | 2 | -8/+2 |
2008-06-14 | Cleanup, | Simo Sorce | 1 | -61/+88 |
2008-06-14 | Ups fix typo in error type | Simo Sorce | 1 | -2/+2 |
2008-06-14 | Cosmetic fixes. | Simo Sorce | 1 | -88/+141 |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 1 | -3/+3 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 23 | -34/+68 |
2008-06-14 | This patch make it possible to build the events library completely | Simo Sorce | 1 | -0/+4 |
2008-06-11 | Use variables for source dir of python ldb bindings. | Jelmer Vernooij | 1 | -3/+3 |
2008-06-03 | Align the Python and EJS ldap tests. | Andrew Bartlett | 1 | -45/+151 |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 3 | -23/+15 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 3 | -15/+23 |
2008-05-27 | Move CFLAGS that are not inherited out of smb_build. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-27 | Use new dynconfig.h location. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-27 | Use variable for ldb source directory. | Jelmer Vernooij | 4 | -38/+38 |
2008-05-23 | Add proper implementation of MessageElement.__cmp__. | Jelmer Vernooij | 3 | -11/+16 |
2008-05-23 | Use restructuredText formatting for docstrings. | Jelmer Vernooij | 2 | -0/+6 |
2008-05-23 | Add module docstring, docstrings for constructors. | Jelmer Vernooij | 3 | -14/+63 |
2008-05-23 | Add more docstrings in the ldb python module. | Jelmer Vernooij | 3 | -6/+43 |
2008-05-23 | Add some docstrings to ldb python module, fix MessageElement name. | Jelmer Vernooij | 3 | -144/+430 |
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 | 2 | -3/+3 |
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -0/+2 |
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 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 4 | -18/+198 |
2008-05-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -0/+2 |
2008-05-19 | Add __repr__ implementation for Ldb. | Jelmer Vernooij | 4 | -1/+43 |
2008-05-19 | Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn. | Jelmer Vernooij | 4 | -17/+155 |
2008-05-12 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 2 | -17/+10 |
2008-05-11 | Use system python rather than smbpython. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-11 | Merge ldb_map into LIBLDB. | Jelmer Vernooij | 1 | -9/+3 |
2008-05-10 | Merge branch 'v4-0-test' into v4-0-gmake3 | Jelmer Vernooij | 1 | -1/+1 |
2008-05-09 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -1/+1 |
2008-05-08 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 |