Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-05-08 | Fix link flags for ldb and tdb Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-06 | Cope with an empty mapping file in ad2oLschema | Andrew Bartlett | 1 | -2/+2 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 5 | -38/+101 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -2/+14 |
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 1 | -2/+2 |
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 1 | -3/+5 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -48/+30 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 3 | -16/+17 |
2008-04-14 | Remove prototypes from build.h in preparation of removing build.h | Jelmer Vernooij | 2 | -5/+13 |
2008-04-11 | Return SAM ldb context and loadparm context as part of C provision | Jelmer Vernooij | 3 | -34/+85 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -1/+1 |
2008-03-28 | Fix and test python scripts and kerberos | Andrew Bartlett | 1 | -1/+1 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 10 | -46/+72 |
2008-03-26 | Clean up the ldb python bindings to be 64 bit safe. | Andrew Bartlett | 2 | -35/+55 |
2008-03-19 | More safety around ldb_dn C functions in python bindings. | Andrew Bartlett | 1 | -2/+6 |
2008-03-18 | ldb: not every shell supports '==' so use '=' | Stefan Metzmacher | 1 | -1/+1 |
2008-03-18 | ldb: remove configure with 'make realdistclean' | Stefan Metzmacher | 1 | -1/+1 |
2008-03-18 | ldb: nothing uses "system/network.h" so don't include it | Stefan Metzmacher | 1 | -1/+0 |
2008-03-18 | ldb: fix the standalone build | Stefan Metzmacher | 6 | -13/+13 |