summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-13nbench: Fix typo.Jelmer Vernooij1-1/+1
2012-03-13samba.8: Fix typo: deamon -> daemon.Jelmer Vernooij1-1/+1
2012-03-13samba_dnsupdate: Mention contents of invalid line when encountering parsing e...Jelmer Vernooij1-2/+5
2012-03-13samba_dnsupdate: Raise proper exception when getting unexpected DNS reply.Jelmer Vernooij1-2/+1
2012-03-13samba_dnsupdate: Use docstrings, which show up nicely in API docs.Jelmer Vernooij1-21/+17
2012-03-13s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy5-79/+120
2012-03-13selftest: samba3.smbtorture_s3.LOCAL-TALLOC-DICT works nowStefan Metzmacher1-1/+0
2012-03-13s3:torture: fix segfault in LOCAL-TALLOC-DICTStefan Metzmacher1-1/+3
2012-03-13s3:torture: talloc_dict_traverse() returns the number of entriesStefan Metzmacher1-2/+7
2012-03-12selftest.run: Use subunit version of iso8601.Jelmer Vernooij1-2/+2
2012-03-11selftest.py: Remove some unnecessary checks.Jelmer Vernooij1-6/+1
2012-03-11selftest.py: Move some infrastructure for running commands to selftest.run, w...Jelmer Vernooij3-37/+162
2012-03-11upgradedns: Remove unused import.Jelmer Vernooij1-1/+0
2012-03-11samba-tool: Write diagnostics to stderr rather than stdout.Jelmer Vernooij1-1/+1
2012-03-11s4:upgradeprovision - fix some output messagesMatthias Dieter Wallnöfer1-3/+3
2012-03-11s3: Improve statvfs supportBrad Smith2-9/+14
2012-03-11waf: Do not use standards.h on darwinVolker Lendecke1-1/+6
2012-03-11s4 dns: Test deleting records and fix a small buKai Blin2-0/+43
2012-03-11s4 dns: Be less chatty during testsKai Blin1-4/+6
2012-03-11s4 dns: Clean up tests a bitKai Blin1-2/+1
2012-03-11s4 dns: Support TXT updates, add testsKai Blin2-8/+110
2012-03-11s4 dns: Support TXT queriesKai Blin1-0/+11
2012-03-11s3 selftest: Allow DNS updates during testingKai Blin1-1/+3
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij24-27/+29
2012-03-10samba.tests.blackbox.samba_tool_drs: Remove unused import.Jelmer Vernooij1-1/+0
2012-03-10wscript: Include talloc, tdb and ldb in pydoctor output.Jelmer Vernooij1-1/+10
2012-03-10samba.samdb: Fix formatting of arguments in docstring.Jelmer Vernooij1-4/+4
2012-03-10pydoctor: Specify --project-name.Jelmer Vernooij1-1/+1
2012-03-10python: samba: Use relative import for _glue.Jelmer Vernooij1-1/+1
2012-03-10tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consis...Jelmer Vernooij1-1/+1
2012-03-10selftest: fix running additional smbclient test for non-spnego session setupAndrew Bartlett1-1/+1
2012-03-10s3: fix build on AIXBjörn Jacke1-1/+2
2012-03-10s3: Add smb_request_doneVolker Lendecke4-60/+103
2012-03-10s3: Remove unused smb_request->doneVolker Lendecke2-8/+0
2012-03-10s3: Remove unused smb_request->chain_outbufVolker Lendecke2-6/+0
2012-03-10s3: Remove "req_wct_ofs()"Volker Lendecke4-22/+2
2012-03-10s3: Fix the read&x offset within a chainVolker Lendecke1-0/+32
2012-03-10s3: Remove chain_replyVolker Lendecke6-289/+0
2012-03-10s3: Replace chain_replyVolker Lendecke2-3/+143
2012-03-10s3: Add a new set of andx chain handling routinesVolker Lendecke7-2/+599
2012-03-10s3: Make sure the andX chains are ended correctlyVolker Lendecke5-0/+33
2012-03-10s3: Fix a 64-bit warningVolker Lendecke1-1/+1
2012-03-10lib/tdb: fix tests for standalone out-of-tree.Rusty Russell1-1/+2
2012-03-10samba.tests.samba_tool.base: Avoid unnecessary call to testtools.matchers.Con...Jelmer Vernooij1-2/+1
2012-03-10samba.tests.samba_tool.user: Remove unused imports.Jelmer Vernooij1-2/+0
2012-03-10Ensure the right tsocket.h is included.Jeremy Allison1-1/+1
2012-03-09Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-...Jeremy Allison1-2/+2
2012-03-09s3:smb2_server validate message ids with largemtuChristian Ambach1-27/+56
2012-03-09s3:smb2_server verify creditchargeChristian Ambach6-0/+37
2012-03-09s3:smb2_server add function to verify creditchargeChristian Ambach2-0/+42