summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* selftesthelpers: Simplify detection of tap2subunit.Jelmer Vernooij2012-10-271-4/+6
* source3.selftests.tests: Use common plansmbtorture4testsuite() function.Jelmer Vernooij2012-10-271-56/+50
* source3.selftest.tests: Add suffix for smbclient3/ntlm_auth3.Jelmer Vernooij2012-10-271-23/+23
* source3.selftest.tests: Remove tabs.Jelmer Vernooij2012-10-271-18/+18
* source4.selftest.tests: Add suffix for smbclient4/nmblookup4.Jelmer Vernooij2012-10-271-16/+16
* selftesthelpers: Add function for printing smbtorture4 version.Jelmer Vernooij2012-10-273-7/+13
* selftest: Move determining of smbtorture4 options to selftesthelpers.Jelmer Vernooij2012-10-273-23/+26
* selftest/selftesthelpers: Share environment handling for extra smbtorture opt...Jelmer Vernooij2012-10-273-14/+24
* selftest/selftesthelpers.py: Share configuration variable, strip whitespace.Jelmer Vernooij2012-10-272-24/+20
* selftesthelpers: Share code for listing smbtorture4 tests.Jelmer Vernooij2012-10-273-25/+19
* source4.selftest.tests: Rename plansmbtorturesuite() to plansmbtorture4suite().Jelmer Vernooij2012-10-271-60/+60
* source4.selftest.tests: Consistent naming of smbtorture binary.Jelmer Vernooij2012-10-271-25/+25
* libcli/smb: fix unitialized padding in smb2_create_blob_push_one() (bug #9209)Stefan Metzmacher2012-10-271-1/+1
* sefltest: use TestCaseInTempDir and setUp/tearDown for posixacl.py temp fileAndrew Bartlett2012-10-271-170/+62
* provision: Fix comments in checksysvolaclAndrew Bartlett2012-10-271-1/+2
* pam_winbind: fix segfault in pam_sm_authenticate()David Disseldorp2012-10-261-3/+4
* ntlm_auth: Increase debug level if we use config domain name.Andreas Schneider2012-10-261-2/+2
* vfstest: set umask(0) in vfstestAndrew Bartlett2012-10-261-0/+5
* pysmbd: Set umask to 0 during smbd operationsAndrew Bartlett2012-10-261-9/+34
* pysmbd: Remember to close files after setting the NT ACLAndrew Bartlett2012-10-261-0/+5
* pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entriesAndrew Bartlett2012-10-262-20/+88
* s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...Michael Adam2012-10-251-392/+261
* python-ntacls: Cope with ACL revision 4Andrew Bartlett2012-10-251-0/+2
* dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett2012-10-251-3/+4
* selftest: Always unlink the tempf in posixacl testAndrew Bartlett2012-10-251-1/+4
* selftest: Cover the important non-Samba invalidation of the NT ACLAndrew Bartlett2012-10-251-0/+23
* selftest: Cover one more NT ACL invalidation case and improve commentsAndrew Bartlett2012-10-251-8/+7
* selftest: Add many more tests for our posix ACL handlingAndrew Bartlett2012-10-251-1/+236
* pysmbd: Fix pysmbd octal mode handlingAndrew Bartlett2012-10-251-2/+2
* dsdb-cracknames: Return DRSUAPI_DS_NAME_STATUS_NO_MAPPING when there is no SIDAndrew Bartlett2012-10-251-3/+7
* s4:dns_server: fix formatting difference compared to v4-0-testStefan Metzmacher2012-10-241-1/+2
* dsdb-cracknames: Always use talloc_zero()Andrew Bartlett2012-10-241-1/+1
* build(waf): Fix the --with-cluster buildMichael Adam2012-10-231-0/+3
* lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)Stefan Metzmacher2012-10-231-1/+9
* build: Add #define FREEBSD on FreeBSDAndrew Bartlett2012-10-231-0/+1
* lib/replace: Fix configure on FreeBSD: define_ret is not correct hereAndrew Bartlett2012-10-231-1/+0
* lib/replace: Fix detection of prctlAndrew Bartlett2012-10-231-0/+8
* lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSDAndrew Bartlett2012-10-231-1/+4
* vfs: Fix compilation of ACL support on solarisAndrew Bartlett2012-10-231-2/+4
* waf: Create a libnss_wins.so symlink.Andreas Schneider2012-10-221-0/+1
* waf: Create a libnss_winbind.so symlink.Andreas Schneider2012-10-221-0/+1
* wafsamba: If we define a realname and a soname create a symlink.Andreas Schneider2012-10-221-0/+2
* pyglue: Make all_interfaces argumen to interface_ips() optional.Jelmer Vernooij2012-10-211-2/+2
* pyglue: Mention parameters in interface_ips() docstring.Jelmer Vernooij2012-10-211-0/+2
* s3:rpc_server: avoid a level 0 DEBUG if tstream_npa_connect_recv fails (bug #...Stefan Metzmacher2012-10-201-1/+5
* s3: Fix some blank line endingsVolker Lendecke2012-10-201-5/+5
* s3: Use talloc_stackframe in token_contains_name_in_listVolker Lendecke2012-10-201-13/+8
* s3: Remove a call to procid_self()Volker Lendecke2012-10-191-1/+1
* s3: Add "msg_ctx" param to winbindd_register_handlers()Volker Lendecke2012-10-191-12/+13
* s3: Make winbindd_register_handlers staticVolker Lendecke2012-10-192-2/+1