summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-21Include errors.i verbatim in security.i, as it's the only file still using it.Jelmer Vernooij3-59/+35
2008-12-21Convert credentials Python module to "manual" C - no SWIG used to generateJelmer Vernooij6-4719/+350
2008-12-21Remove remaining fragments of SWIG code in pyldb.Jelmer Vernooij1-91/+0
2008-12-21Fix more introduced regressions in new bindings.Jelmer Vernooij6-96/+117
2008-12-21Convert auth python module to "plain" C rather than using SWIG.Jelmer Vernooij8-3350/+139
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij12-83/+98
2008-12-21Avoid linking in all Python modules to the samba binaries - we can just let P...Jelmer Vernooij3-3/+3
2008-12-21Create and use convenience function for creating new talloc-wrapping Python O...Jelmer Vernooij2-4/+5
2008-12-21Implement some of the stubs in misc python module.Jelmer Vernooij2-12/+48
2008-12-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-5/+2
2008-12-21Support custom constructors for pidl-created types and support types based on...Jelmer Vernooij1-5/+2
2008-12-20Use plain C implementation for misc Python module rather than SWIG.Jelmer Vernooij9-4238/+293
2008-12-20Support subtypes of ldb.Ldb.Jelmer Vernooij2-13/+68
2008-12-20Fix all pyldb tests except for modules.Jelmer Vernooij2-315/+368
2008-12-20Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij26-3599/+3793
2008-12-20Fix tevent python module build as part of samba 4.Jelmer Vernooij3-9/+13
2008-12-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into tevent-stand...Jelmer Vernooij9-62/+363
2008-12-20Stop using SWIG for ldb Python bindings.Jelmer Vernooij10-3510/+121
2008-12-20Fix standalone compilation of events library.Jelmer Vernooij5-25/+24
2008-12-20Add missing files for standalone build.Jelmer Vernooij3-0/+3279
2008-12-20Corrections to Microsoft's schema and the OpenLDAP mapping fileAndrew Bartlett2-0/+63
2008-12-20Treat DN+STring as a binary string for nowAndrew Bartlett1-4/+4
2008-12-20Don't trust sscanf not to run off the end of the stringAndrew Bartlett1-14/+35
2008-12-20Now store the GUID and SID from a DN over DRSUAPI into ldb.Andrew Bartlett4-43/+162
2008-12-20Fix compiler warning when parsing a SID in a data blobAndrew Bartlett1-1/+1
2008-12-19Add torture test for bug #5986 - streams rename, so we don't regress.Jeremy Allison1-0/+98
2008-12-19Merge branch 'pyregistry' of git://git.samba.org/jelmer/sambaJelmer Vernooij13-9359/+2035
2008-12-19Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij9-62/+630
2008-12-19Extend the chain1 test with write&xVolker Lendecke1-2/+21
2008-12-19Reprocess LDB SWIG file.Jelmer Vernooij1-0/+2
2008-12-19Add a torture test simulating Windows write behaviourVolker Lendecke1-1/+81
2008-12-19Make smbclient "put" use cli_pushVolker Lendecke1-37/+31
2008-12-19Depend on specific version of LDB, as the API seems to unstableJelmer Vernooij1-1/+1
2008-12-19Add async cli_write_andx and cli_pullVolker Lendecke2-0/+425
2008-12-19Fix bug #5986 - Editing a stream is broken (rename problems).Jeremy Allison2-11/+14
2008-12-19Specify explicit path to tevent.h, compilation breaks without it for me.Jelmer Vernooij1-1/+1
2008-12-19Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij328-13073/+35514
2008-12-19Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij4-10/+8
2008-12-19Fix setting smb_len for huge write&x callsVolker Lendecke1-1/+14
2008-12-19Add the cli_wct_ofs routine to calculate the offset for write&xVolker Lendecke2-0/+33
2008-12-19Remove the direct inbuf reference from construct_reply_common()Volker Lendecke2-10/+11
2008-12-19Add a doxygen comment line I forgot to mergeVolker Lendecke1-0/+1
2008-12-19Convert cli_request->outbuf to uint8_tVolker Lendecke2-15/+17
2008-12-19Fix more tests.Jelmer Vernooij4-104/+297
2008-12-19For large smbwrite&x, we need more than 64k bccVolker Lendecke2-6/+6
2008-12-19Add some commentsVolker Lendecke1-0/+22
2008-12-19s4:cosmetic: Remove trailing tabs and spacesSimo Sorce1-59/+59
2008-12-19Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer3-7/+7
2008-12-19Fix the padding calculation in smb_splice_chain for "bytes_padding!=0"Volker Lendecke1-1/+1
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke7-10/+14