summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'Stefan Metzmacher2012-03-141-0/+4
* s4:selftest: fix a message-typo in the "samba-tool user" testsuite.Michael Adam2012-03-141-1/+1
* s4:selftest: add a new test for "samba-tool user list"Michael Adam2012-03-141-1/+27
* testtools/matchers.py: fix a comment typoMichael Adam2012-03-141-1/+1
* s3-spoolss: Check return type of update_dsspooler().Andreas Schneider2012-03-141-12/+18
* s3-spoolss: Check return codes in update_dsspooler.Andreas Schneider2012-03-141-40/+170
* s3-printing: Check for browseable too.Andreas Schneider2012-03-141-1/+6
* s3-printing: Make printer a const char *.Andreas Schneider2012-03-142-3/+9
* s3-rpc_client: Add debug message for printer dataex errors.Andreas Schneider2012-03-141-0/+4
* s3-rpc_server: Increase debug level for policy handle.Andreas Schneider2012-03-141-5/+5
* samba3util: Add ccan to dependency list now that str_checksum() uses a ccan f...Jelmer Vernooij2012-03-141-1/+1
* s3:smb2_server: fix a compiler warningChristian Ambach2012-03-141-2/+2
* s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher2012-03-141-0/+13
* lib/util: only change umask during mkdir()Stefan Metzmacher2012-03-141-7/+4
* lib/util: cope with races between lstat and mkdir in directory_create_or_exist()Stefan Metzmacher2012-03-141-2/+8
* lib/util: use a helper variable in directory_create_or_exist()Stefan Metzmacher2012-03-141-2/+5
* lib/util: do an early return on error directory_create_or_exist()Stefan Metzmacher2012-03-141-10/+10
* lib/util: remove unneeded else branch in directory_create_or_exist()Stefan Metzmacher2012-03-141-21/+24
* lib/util: don't start DEBUG output with 'error 'Stefan Metzmacher2012-03-141-1/+1
* s4-dsdb: Fix the case for attribute name msDS-hasMasterNCsAmitay Isaacs2012-03-142-3/+3
* lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/Rusty Russell2012-03-1417-20/+0
* lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/.Rusty Russell2012-03-141-2/+0
* autoconf: make autoconf build work on OS X 10.6Matthieu Patou2012-03-141-2/+2
* lib/crypto: Detect CommonCrypto and use it if availableMatthieu Patou2012-03-145-2/+23
* lib/tdb2: make summary handle capabilities properly.Rusty Russell2012-03-141-31/+13
* lib/tdb2: fix error string formatting.Rusty Russell2012-03-143-5/+7
* lib/tdb2: Add gcc-style format attribute to tdb_logerr.Rusty Russell2012-03-141-4/+5
* Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_acce...Jeremy Allison2012-03-141-0/+4
* Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe2012-03-143-6/+49
* Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b...Jeremy Allison2012-03-131-4/+6
* Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more...Christian Ambach2012-03-131-3/+7
* s4-python: Add missing python source file encoding.Andreas Schneider2012-03-131-0/+2
* s4-python: Remove env from non-executable webserver script.Andreas Schneider2012-03-131-2/+1
* s4-python: Remove env from non-executable samba_tool scripts.Andreas Schneider2012-03-132-4/+0
* s4-python: Remove env from non-executable dcerpc scripts.Andreas Schneider2012-03-1311-21/+4
* s4-python: Remove execute flag from non-executable rpc_talloc script.Andreas Schneider2012-03-131-0/+0
* s4-python: Remove env from non-executable blackbox test scripts.Andreas Schneider2012-03-132-3/+0
* s4-python: Remove execute flag from ndrdump blackbox script.Andreas Schneider2012-03-131-0/+0
* s4-python: Remove env from non-executable test scripts.Andreas Schneider2012-03-1328-57/+0
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-1321-44/+0
* s4-python: Remove execute flag from netcmd scripts.Andreas Schneider2012-03-132-0/+0
* s4-python: Remove env from non-executable samba scripts.Andreas Schneider2012-03-1316-33/+0
* s4-python: Remove execute flag of upgradehelpers.py.Andreas Schneider2012-03-131-0/+0
* s3-spoolss: Consistently fail OpenPrinterEx with "" printernameAndrew Bartlett2012-03-131-0/+4
* nbench: Fix typo.Jelmer Vernooij2012-03-131-1/+1
* 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