summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-08-30vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().Christopher R. Hertel1-3/+0
2013-08-29s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam1-0/+4
2013-08-29s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner1-1/+0
2013-08-29s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner1-7/+4
2013-08-29s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner1-9/+31
2013-08-29s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner1-2/+2
2013-08-29s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner1-1/+1
2013-08-29s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner1-1/+1
2013-08-29s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner1-1/+0
2013-08-28smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke1-0/+4
2013-08-28smbd: Fix error return for STREAM_INFOVolker Lendecke1-0/+4
2013-08-28smbd: Revert a93f9c3Volker Lendecke1-5/+0
2013-08-28smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke1-0/+10
2013-08-28smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke1-0/+12
2013-08-28smbd: qfsinfo has fixed/variable buffersVolker Lendecke3-0/+13
2013-08-28smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke3-0/+25
2013-08-28torture3: add clipathinfo-bufsizeVolker Lendecke4-0/+59
2013-08-28dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2-0/+18
2013-08-28s3: fix missing braces in nfs4_acls.cAbhidnya Joshi1-1/+2
2013-08-27smbd: Use #defines in smb2_getinfo_sendVolker Lendecke1-4/+4
2013-08-26Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison1-6/+20
2013-08-26Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison1-1/+8
2013-08-26Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison1-8/+10
2013-08-26smbd: Simplify dropbox special case in unix_convertVolker Lendecke1-6/+23
2013-08-25Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."Jeremy Allison1-2/+7
2013-08-24Revert "Allow UNIX extensions client to act on open fsp instead of pathname i...Jeremy Allison1-8/+1
2013-08-24Pushed from the wrong branch - this is the versionJeremy Allison1-14/+6
2013-08-25Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison1-6/+14
2013-08-24Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison1-1/+8
2013-08-24Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison1-7/+2
2013-08-24Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison1-2/+4
2013-08-23smbd: Fix a debug messageVolker Lendecke1-1/+1
2013-08-22s3-pkgconfig: remove leftovers from autoconf build.Günther Deschner4-55/+0
2013-08-21client: add missing newlines to error messages for invalid iosize parameter.Michael Adam1-2/+2
2013-08-21smbtree: use the correct count variable from NetShareEnum result.Michael Adam1-1/+1
2013-08-21Add new "timeout" command and -t option to smbclient to set the per-operation...Jeremy Allison1-0/+35
2013-08-21As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison1-1/+17
2013-08-21Remove restrictions on setting iosize inside smbclient for SMB2 connections.Jeremy Allison1-17/+23
2013-08-21Fix bug #10100 - rpcclient crashes when sending the 'netshareenum 502' commandJeremy Allison1-3/+7
2013-08-20smbd: Simplify new_break_message_smb1Volker Lendecke1-18/+7
2013-08-20smbd: Replace a 0-timeout wakeup_sendVolker Lendecke1-17/+13
2013-08-20libsmb: Fix a bunch of Coverity IDsVolker Lendecke1-20/+20
2013-08-19Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe3-6/+19
2013-08-19rpc_server: Fix CID 1063255 Resource leakVolker Lendecke1-1/+1
2013-08-19smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke1-0/+1
2013-08-19log2pcaphex: Fix nonempty line endingsVolker Lendecke1-16/+15
2013-08-16vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLsAnand Avati1-42/+111
2013-08-16smbd: Do not wait unnecessarilyVolker Lendecke1-1/+1
2013-08-16smbd: Make break_level2_to_none_async staticVolker Lendecke2-2/+1
2013-08-16libctdb: Avoid an explicit memsetVolker Lendecke1-2/+1