summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-1425-41/+85
* This patch make it possible to build the events library completelySimo Sorce2008-06-1422-282/+426
* Use proper python errors.Jelmer Vernooij2008-06-142-27/+17
* Use variables for source dir of python ldb bindings.Jelmer Vernooij2008-06-111-3/+3
* Use variables for source dir of python tdb bindings.Jelmer Vernooij2008-06-111-2/+2
* Revert "Add configure test for vdeplug library."Stefan Metzmacher2008-06-101-7/+0
* Fix initialization warnings.Jeremy Allison2008-06-101-1/+1
* Some C++ warningsStefan Metzmacher2008-06-101-2/+2
* socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher2008-06-101-0/+8
* libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher2008-06-091-1/+2
* libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher2008-06-091-4/+4
* Make it possible to disable gnutls at configure time,Simo Sorce2008-06-081-25/+36
* Add more docstrings in tdb.Jelmer Vernooij2008-06-083-2/+26
* copied the Heimdal sha256 functions into lib/crypto to avoid a linkAndrew Tridgell2008-06-045-3/+327
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-048-783/+2
|\
| * lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher2008-06-048-782/+2
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-031-45/+151
|\|
| * Align the Python and EJS ldap tests.Andrew Bartlett2008-06-031-45/+151
* | SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell2008-06-034-1/+133
* | fixed a warningAndrew Tridgell2008-06-021-1/+1
|/
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-314-24/+16
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij2008-05-301-5/+10
|\
| * two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()Andrew Tridgell2008-05-301-4/+6
| * fixed a segv in the python messaging code on 64 bit systemsAndrew Tridgell2008-05-301-1/+4
* | Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-304-16/+24
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij2008-05-291-0/+198
|\
| * Remove extra spaces on prefixMap input and output.Andrew Bartlett2008-05-291-1/+1
| * Finish the LDIF parsers for the prefixMap attribute.Andrew Bartlett2008-05-291-12/+33
| * Print prefixMap in a human-readable format.Andrew Bartlett2008-05-291-0/+177
* | Fix extra dash in command line flag.Jelmer Vernooij2008-05-291-1/+1
|/
* Add variable for smbreadline directory.Jelmer Vernooij2008-05-271-2/+2
* Allow external use of regf idl.Jelmer Vernooij2008-05-271-5/+4
* Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij2008-05-271-1/+1
* Use new dynconfig.h location.Jelmer Vernooij2008-05-274-3/+5
* 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