summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-06-14This patch make it possible to build the events library completelySimo Sorce22-282/+426
2008-06-14Use proper python errors.Jelmer Vernooij2-27/+17
2008-06-11Use variables for source dir of python ldb bindings.Jelmer Vernooij1-3/+3
2008-06-11Use variables for source dir of python tdb bindings.Jelmer Vernooij1-2/+2
2008-06-10Revert "Add configure test for vdeplug library."Stefan Metzmacher1-7/+0
2008-06-10Fix initialization warnings.Jeremy Allison1-1/+1
2008-06-10Some C++ warningsStefan Metzmacher1-2/+2
2008-06-10socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher1-0/+8
2008-06-09libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher1-1/+2
2008-06-09libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher1-4/+4
2008-06-08Make it possible to disable gnutls at configure time,Simo Sorce1-25/+36
2008-06-08Add more docstrings in tdb.Jelmer Vernooij3-2/+26
2008-06-04copied the Heimdal sha256 functions into lib/crypto to avoid a linkAndrew Tridgell5-3/+327
2008-06-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell8-783/+2
2008-06-04lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher8-782/+2
2008-06-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-45/+151
2008-06-03Align the Python and EJS ldap tests.Andrew Bartlett1-45/+151
2008-06-03SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell4-1/+133
2008-06-02fixed a warningAndrew Tridgell1-1/+1
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett4-24/+16
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij1-5/+10
2008-05-30two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()Andrew Tridgell1-4/+6
2008-05-30fixed a segv in the python messaging code on 64 bit systemsAndrew Tridgell1-1/+4
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij4-16/+24
2008-05-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij1-0/+198
2008-05-29Fix extra dash in command line flag.Jelmer Vernooij1-1/+1
2008-05-29Remove extra spaces on prefixMap input and output.Andrew Bartlett1-1/+1
2008-05-29Finish the LDIF parsers for the prefixMap attribute.Andrew Bartlett1-12/+33
2008-05-29Print prefixMap in a human-readable format.Andrew Bartlett1-0/+177
2008-05-27Add variable for smbreadline directory.Jelmer Vernooij1-2/+2
2008-05-27Allow external use of regf idl.Jelmer Vernooij1-5/+4
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij1-1/+1
2008-05-27Use new dynconfig.h location.Jelmer Vernooij4-3/+5
2008-05-27Use variable for ldb source directory.Jelmer Vernooij4-38/+38
2008-05-27Move version.o and dynconfig.o into their own directory.Jelmer Vernooij1-27/+0
2008-05-26Remove evil hack which breaks Python bindings.Jelmer Vernooij1-1/+1
2008-05-26Finish smbstatus in Python.Jelmer Vernooij1-0/+3
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2-24/+33
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij1-70/+119
2008-05-26Provide access to server_id from python bindings, add more tests.Jelmer Vernooij4-6/+68
2008-05-26Add bindings for deregister.Jelmer Vernooij1-0/+21
2008-05-26Support messaging_client_init in the python bindings.Jelmer Vernooij1-40/+58
2008-05-26Add bindings for irpc_{add,remove}_name.Jelmer Vernooij1-0/+39
2008-05-25Add tests for irpc python bindings.Jelmer Vernooij1-0/+25
2008-05-25Start building IRPC Python support.Jelmer Vernooij2-44/+240
2008-05-24Initialize module.Jelmer Vernooij1-1/+2
2008-05-24Initial work on IRPC Python support.Jelmer Vernooij1-0/+201
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij4-2/+14
2008-05-23Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij1-6/+6
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij120-5412/+3872