summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-11-16s3:param: make init_locals() static.Michael Adam2-2/+1
2012-11-16s3-param: Handle setting default AD DC per-share settings in init_locals()Andrew Bartlett1-19/+37
2012-11-15Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...Jeremy Allison1-7/+10
2012-11-14smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe1-3/+0
2012-11-14A small error message fix in source3/smbd/server.cRichard Sharpe1-1/+1
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett3-109/+1
2012-11-13Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett4-46/+34
2012-11-13smbd: Correctly set fsp->is_directory before dealing with ACLsAndrew Bartlett1-1/+24
2012-11-13Ensure we Correctly set fsp->is_directory before dealing with ACLs.Andrew Bartlett1-1/+1
2012-11-12s3:winbind: BUG 9386: Failover if netlogon pipe is not available.Andreas Schneider1-13/+39
2012-11-12Use work around for 'winbind use default domain' only if it is setSumit Bose1-1/+2
2012-11-12pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()Andrew Bartlett1-1/+1
2012-11-10s3:smbd: Fix typo in got_duplicate_group checkArvid Requate1-1/+1
2012-11-09build: add DMAPI configure option and checksChristian Ambach2-1/+65
2012-11-09Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...David Disseldorp4-13/+3
2012-11-08s3fs-client: Burn commandline password of client utils.Andreas Schneider6-0/+10
2012-11-08s3fs-popt: Add function to burn the commandline password.Andreas Schneider2-0/+48
2012-11-07Remove two unused variablesVolker Lendecke1-1/+0
2012-11-05s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher3-6/+9
2012-11-05s3:utils fix a whitespace errorChristian Ambach1-1/+1
2012-11-05s3:vfs_default: optimize vfswrap_asys_finished() and read as much as we canStefan Metzmacher1-16/+33
2012-11-05libads: Always free the talloc_stackframe() on error pathAndrew Bartlett1-0/+1
2012-11-02vfs_acl_common: In add_directory_inheritable_components allocate on psd as pa...Andrew Bartlett1-4/+16
2012-11-02smb2_server: Fix typo in comment.Karolin Seeger1-1/+1
2012-11-02build(waf): Fail "configure --with-cluster-support" if ctdb support is not av...Björn Baumbach1-6/+10
2012-11-02s3-torture:test_ctdbconn: fix the build against older ctdb versionsBjörn Baumbach1-0/+6
2012-11-02s3:ctdb library: fix the build against older ctdb versionsBjörn Baumbach1-0/+5
2012-11-02build(waf): check if we have ctdb_protocol.h in the cluster checksBjörn Baumbach1-0/+22
2012-11-02build(autoconf): check if we have ctdb_protocol.h in the cluster checksBjörn Baumbach1-1/+1
2012-11-02build(autoconf): fix check for ctdb_private.hBjörn Baumbach1-1/+1
2012-11-02build(waf): fix the cluster(ctdb) build without system talloc installedMichael Adam1-0/+3
2012-11-02build(waf): fix a tab indentation to spacesMichael Adam1-1/+1
2012-11-02s3:smbd:smb2: fix a comment typo in the crediting code.Michael Adam1-1/+1
2012-11-01s3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SMB2_02 (bug #9175)Stefan Metzmacher1-1/+1
2012-11-01s3:winbindd: disconnection after getting NETWORK_SESSION_EXPIRED (bug #9175)Stefan Metzmacher1-0/+11
2012-11-01s3:winbindd:cache: fix offline logons with cached credentials (bug #9321)Michael Adam1-0/+7
2012-11-01s3-param: Move the options needed for running smbd in the AD DC to loadparmAndrew Bartlett1-0/+17
2012-10-31Add regression test for bug #9329 - Directory listing with SeBackup can crash...Jeremy Allison2-8/+64
2012-10-30s3fs-utils: Free the popt context in smbcacls and smbquotas.Andreas Schneider2-0/+4
2012-10-30s3fs-net: Use talloc for memory allocation.Andreas Schneider1-1/+1
2012-10-30s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...Stefan Metzmacher1-1/+1
2012-10-30s3: Use file_id_string in file_id_string_tosVolker Lendecke1-6/+1
2012-10-29s3: Fix some nonempty line endingsVolker Lendecke1-5/+5
2012-10-29s3:smbd:durable: remove a TODO comment about write time updatesMichael Adam1-2/+0
2012-10-29BUG 9326: Fix net ads join message for the dns domain.Andreas Schneider1-1/+1
2012-10-29Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison3-1/+37
2012-10-27source3.selftest: Move last variables to selftesthelpers.Jelmer Vernooij1-10/+4
2012-10-27source3.selftest: Move more variables to be in common.Jelmer Vernooij1-6/+1
2012-10-27source3.selftests.tests: Use common plansmbtorture4testsuite() function.Jelmer Vernooij1-56/+50
2012-10-27source3.selftest.tests: Add suffix for smbclient3/ntlm_auth3.Jelmer Vernooij1-23/+23