summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-19Port over more functionality to new SWIGless Python module.Jelmer Vernooij1-290/+337
2008-12-19correct the description of the "ldap timeout" parameterBjörn Jacke1-3/+1
2008-12-19Fix a "ignoring function call result" warningVolker Lendecke1-1/+6
2008-12-19Prefer network writes over readsVolker Lendecke1-32/+33
2008-12-19Move some bytes from data to text, make use of the ARRAY_SIZE macroVolker Lendecke1-2/+2
2008-12-19Factor out cli_write_max_bufsizeVolker Lendecke1-25/+36
2008-12-19Remove two write-only variablesVolker Lendecke1-8/+0
2008-12-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into pyregistryJelmer Vernooij24-135/+222
2008-12-19Make cli_negprot asyncVolker Lendecke2-50/+101
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke13-42/+69
2008-12-19cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke3-3/+3
2008-12-19Remove swig support from standalone ldb build.Jelmer Vernooij6-21/+7