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