summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-09-05smbd: Fix breaking level2 on allocateVolker Lendecke1-6/+7
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke10-44/+48
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison8-45/+35
2013-09-05Add a talloc context to saf_fetch().Jeremy Allison4-13/+15
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke14-23/+26
2013-09-05gencache: Fix SAFE_FREE vs data_blob_freeVolker Lendecke1-2/+2
2013-09-05torture3: Test getting a blob as a stringVolker Lendecke1-0/+15
2013-09-05lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke5-9/+16
2013-09-05torture3: Fix a const warningVolker Lendecke1-1/+1
2013-09-04smbd: Add a paranoia check to oplock_timeout_handlerVolker Lendecke1-0/+2
2013-09-04smbd: Fix an ancient oplock bugVolker Lendecke1-0/+2
2013-09-04Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison1-1/+5
2013-09-04Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison1-4/+21
2013-09-04Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison1-15/+19
2013-09-04Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison1-5/+26
2013-09-04dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison1-2/+1
2013-09-03torture3: Trigger a nasty cleanup bug in smbdVolker Lendecke4-0/+73
2013-09-03smbd: Fix flawed share_mode_stale_pid APIVolker Lendecke3-9/+56
2013-09-03smbd: Rename parameter "i" to "idx"Volker Lendecke2-7/+7
2013-09-03smbd: Don't store in-memory only flags in locking.tdbVolker Lendecke1-2/+2
2013-09-03smbd: Simplify find_oplock_typesVolker Lendecke1-9/+10
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