summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:param: make init_locals() static.Michael Adam2012-11-162-2/+1
* s3-param: Handle setting default AD DC per-share settings in init_locals()Andrew Bartlett2012-11-161-19/+37
* Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...Jeremy Allison2012-11-151-7/+10
* smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe2012-11-141-3/+0
* A small error message fix in source3/smbd/server.cRichard Sharpe2012-11-141-1/+1
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-133-109/+1
* Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett2012-11-134-46/+34
* smbd: Correctly set fsp->is_directory before dealing with ACLsAndrew Bartlett2012-11-131-1/+24
* Ensure we Correctly set fsp->is_directory before dealing with ACLs.Andrew Bartlett2012-11-131-1/+1
* s3:winbind: BUG 9386: Failover if netlogon pipe is not available.Andreas Schneider2012-11-121-13/+39
* Use work around for 'winbind use default domain' only if it is setSumit Bose2012-11-121-1/+2
* pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()Andrew Bartlett2012-11-121-1/+1
* s3:smbd: Fix typo in got_duplicate_group checkArvid Requate2012-11-101-1/+1
* build: add DMAPI configure option and checksChristian Ambach2012-11-092-1/+65
* Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...David Disseldorp2012-11-094-13/+3
* s3fs-client: Burn commandline password of client utils.Andreas Schneider2012-11-086-0/+10
* s3fs-popt: Add function to burn the commandline password.Andreas Schneider2012-11-082-0/+48
* Remove two unused variablesVolker Lendecke2012-11-071-1/+0
* s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher2012-11-053-6/+9
* s3:utils fix a whitespace errorChristian Ambach2012-11-051-1/+1
* s3:vfs_default: optimize vfswrap_asys_finished() and read as much as we canStefan Metzmacher2012-11-051-16/+33
* libads: Always free the talloc_stackframe() on error pathAndrew Bartlett2012-11-051-0/+1
* vfs_acl_common: In add_directory_inheritable_components allocate on psd as pa...Andrew Bartlett2012-11-021-4/+16
* smb2_server: Fix typo in comment.Karolin Seeger2012-11-021-1/+1
* build(waf): Fail "configure --with-cluster-support" if ctdb support is not av...Björn Baumbach2012-11-021-6/+10
* s3-torture:test_ctdbconn: fix the build against older ctdb versionsBjörn Baumbach2012-11-021-0/+6
* s3:ctdb library: fix the build against older ctdb versionsBjörn Baumbach2012-11-021-0/+5
* build(waf): check if we have ctdb_protocol.h in the cluster checksBjörn Baumbach2012-11-021-0/+22
* build(autoconf): check if we have ctdb_protocol.h in the cluster checksBjörn Baumbach2012-11-021-1/+1
* build(autoconf): fix check for ctdb_private.hBjörn Baumbach2012-11-021-1/+1
* build(waf): fix the cluster(ctdb) build without system talloc installedMichael Adam2012-11-021-0/+3
* build(waf): fix a tab indentation to spacesMichael Adam2012-11-021-1/+1
* s3:smbd:smb2: fix a comment typo in the crediting code.Michael Adam2012-11-021-1/+1
* s3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SMB2_02 (bug #9175)Stefan Metzmacher2012-11-011-1/+1
* s3:winbindd: disconnection after getting NETWORK_SESSION_EXPIRED (bug #9175)Stefan Metzmacher2012-11-011-0/+11
* s3:winbindd:cache: fix offline logons with cached credentials (bug #9321)Michael Adam2012-11-011-0/+7
* s3-param: Move the options needed for running smbd in the AD DC to loadparmAndrew Bartlett2012-11-011-0/+17
* Add regression test for bug #9329 - Directory listing with SeBackup can crash...Jeremy Allison2012-10-312-8/+64
* s3fs-utils: Free the popt context in smbcacls and smbquotas.Andreas Schneider2012-10-302-0/+4
* s3fs-net: Use talloc for memory allocation.Andreas Schneider2012-10-301-1/+1
* s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...Stefan Metzmacher2012-10-301-1/+1
* s3: Use file_id_string in file_id_string_tosVolker Lendecke2012-10-301-6/+1
* s3: Fix some nonempty line endingsVolker Lendecke2012-10-291-5/+5
* s3:smbd:durable: remove a TODO comment about write time updatesMichael Adam2012-10-291-2/+0
* BUG 9326: Fix net ads join message for the dns domain.Andreas Schneider2012-10-291-1/+1
* Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison2012-10-293-1/+37
* source3.selftest: Move last variables to selftesthelpers.Jelmer Vernooij2012-10-271-10/+4
* source3.selftest: Move more variables to be in common.Jelmer Vernooij2012-10-271-6/+1
* 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