Age | Commit message (Expand) | Author | Files | Lines |
2008-06-04 | copied the Heimdal sha256 functions into lib/crypto to avoid a link | Andrew Tridgell | 5 | -3/+327 |
2008-06-04 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 8 | -783/+2 |
2008-06-04 | lib/crypto: remove unused sha1 and hmac-sha1 code | Stefan Metzmacher | 8 | -782/+2 |
2008-06-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -45/+151 |
2008-06-03 | Align the Python and EJS ldap tests. | Andrew Bartlett | 1 | -45/+151 |
2008-06-03 | SMB2 signing now works. The spec was wrong (and will be fixed in the | Andrew Tridgell | 4 | -1/+133 |
2008-06-02 | fixed a warning | Andrew Tridgell | 1 | -1/+1 |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 4 | -24/+16 |
2008-05-30 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs | Jelmer Vernooij | 1 | -5/+10 |
2008-05-30 | two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords() | Andrew Tridgell | 1 | -4/+6 |
2008-05-30 | fixed a segv in the python messaging code on 64 bit systems | Andrew Tridgell | 1 | -1/+4 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 4 | -16/+24 |
2008-05-29 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs | Jelmer Vernooij | 1 | -0/+198 |
2008-05-29 | Fix extra dash in command line flag. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-29 | Remove extra spaces on prefixMap input and output. | Andrew Bartlett | 1 | -1/+1 |
2008-05-29 | Finish the LDIF parsers for the prefixMap attribute. | Andrew Bartlett | 1 | -12/+33 |
2008-05-29 | Print prefixMap in a human-readable format. | Andrew Bartlett | 1 | -0/+177 |
2008-05-27 | Add variable for smbreadline directory. | Jelmer Vernooij | 1 | -2/+2 |
2008-05-27 | Allow external use of regf idl. | Jelmer Vernooij | 1 | -5/+4 |
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 | 4 | -3/+5 |
2008-05-27 | Use variable for ldb source directory. | Jelmer Vernooij | 4 | -38/+38 |
2008-05-27 | Move version.o and dynconfig.o into their own directory. | Jelmer Vernooij | 1 | -27/+0 |
2008-05-26 | Remove evil hack which breaks Python bindings. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-26 | Finish smbstatus in Python. | Jelmer Vernooij | 1 | -0/+3 |
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 2 | -24/+33 |
2008-05-26 | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 1 | -70/+119 |
2008-05-26 | Provide access to server_id from python bindings, add more tests. | Jelmer Vernooij | 4 | -6/+68 |
2008-05-26 | Add bindings for deregister. | Jelmer Vernooij | 1 | -0/+21 |
2008-05-26 | Support messaging_client_init in the python bindings. | Jelmer Vernooij | 1 | -40/+58 |
2008-05-26 | Add bindings for irpc_{add,remove}_name. | Jelmer Vernooij | 1 | -0/+39 |
2008-05-25 | Add tests for irpc python bindings. | Jelmer Vernooij | 1 | -0/+25 |
2008-05-25 | Start building IRPC Python support. | Jelmer Vernooij | 2 | -44/+240 |
2008-05-24 | Initialize module. | Jelmer Vernooij | 1 | -1/+2 |
2008-05-24 | Initial work on IRPC Python support. | Jelmer Vernooij | 1 | -0/+201 |
2008-05-24 | Add docstrings to a couple more python modules. | Jelmer Vernooij | 4 | -2/+14 |
2008-05-23 | Cope with new event context parameter in API and removed parameters to reg_op... | Jelmer Vernooij | 1 | -6/+6 |
2008-05-23 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registry | Jelmer Vernooij | 120 | -5412/+3872 |
2008-05-23 | Add proper implementation of MessageElement.__cmp__. | Jelmer Vernooij | 3 | -11/+16 |
2008-05-23 | Add docstrings to events python module. | Jelmer Vernooij | 3 | -7/+27 |
2008-05-23 | add more docstrings to registry python module | Jelmer Vernooij | 3 | -14/+100 |
2008-05-23 | Use restructuredText formatting for docstrings. | Jelmer Vernooij | 2 | -0/+6 |
2008-05-23 | Add some docstrings to tdb. | Jelmer Vernooij | 3 | -122/+319 |
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 | libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ... | Stefan Metzmacher | 1 | -1/+1 |
2008-05-22 | Fix CFLAGS for SWIG files. | Jelmer Vernooij | 4 | -4/+4 |
2008-05-22 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 2 | -11/+34 |
2008-05-22 | Fix events test. | Jelmer Vernooij | 1 | -1/+1 |