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