index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-06
smbd: Apply some const to find_share_mode_entry
Volker Lendecke
1
-2
/
+2
2013-09-06
smbd: Apply some const to share_modes_identical
Volker Lendecke
1
-2
/
+2
2013-09-06
smbd: Simplify find_share_mode_entry
Volker Lendecke
1
-2
/
+5
2013-09-06
smbd: Remove FORCE_OPLOCK_BREAK_TO_NONE
Volker Lendecke
4
-19
/
+6
2013-09-05
smbd: Fix breaking level2 on allocate
Volker Lendecke
1
-6
/
+7
2013-09-05
lib: Use "mem_ctx" arg in gencache_get
Volker Lendecke
10
-44
/
+48
2013-09-05
Add a talloc context to sitename_fetch().
Jeremy Allison
8
-45
/
+35
2013-09-05
Add a talloc context to saf_fetch().
Jeremy Allison
4
-13
/
+15
2013-09-05
lib: Add a "mem_ctx" arg to gencache_get (unused so far)
Volker Lendecke
14
-23
/
+26
2013-09-05
gencache: Fix SAFE_FREE vs data_blob_free
Volker Lendecke
1
-2
/
+2
2013-09-05
torture3: Test getting a blob as a string
Volker Lendecke
1
-0
/
+15
2013-09-05
lib: Add "mem_ctx" to gencache_get_data_blob
Volker Lendecke
5
-9
/
+16
2013-09-05
torture3: Fix a const warning
Volker Lendecke
1
-1
/
+1
2013-09-04
smbd: Add a paranoia check to oplock_timeout_handler
Volker Lendecke
1
-0
/
+2
2013-09-04
smbd: Fix an ancient oplock bug
Volker Lendecke
1
-0
/
+2
2013-09-04
Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...
Jeremy Allison
1
-1
/
+5
2013-09-04
Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...
Jeremy Allison
1
-4
/
+21
2013-09-04
Move the manipulation of site_name into the caller function dsgetdcname().
Jeremy Allison
1
-15
/
+19
2013-09-04
Refactor dsgetdcname to be called via a wrapper function.
Jeremy Allison
1
-5
/
+26
2013-09-04
dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.
Jeremy Allison
1
-2
/
+1
2013-09-03
torture3: Trigger a nasty cleanup bug in smbd
Volker Lendecke
4
-0
/
+73
2013-09-03
smbd: Fix flawed share_mode_stale_pid API
Volker Lendecke
3
-9
/
+56
2013-09-03
smbd: Rename parameter "i" to "idx"
Volker Lendecke
2
-7
/
+7
2013-09-03
smbd: Don't store in-memory only flags in locking.tdb
Volker Lendecke
1
-2
/
+2
2013-09-03
smbd: Simplify find_oplock_types
Volker Lendecke
1
-9
/
+10
2013-08-30
vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().
Christopher R. Hertel
1
-3
/
+0
2013-08-29
s3:winbind: fail ads_cached_connection_connect() if realm == NULL
Michael Adam
1
-0
/
+4
2013-08-29
s3-winbindd: remove unneded include of secrets.h from idmap_ad.c
Günther Deschner
1
-1
/
+0
2013-08-29
s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.
Günther Deschner
1
-7
/
+4
2013-08-29
s3-winbindd: make sure also the idmap code can deal with trusted domains.
Günther Deschner
1
-9
/
+31
2013-08-29
s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...
Günther Deschner
1
-2
/
+2
2013-08-29
s3-winbindd: Fix winbind on DC crash with trusted AD domains.
Günther Deschner
1
-1
/
+1
2013-08-29
s3-winbindd: Fix memory leak in ads_cached_connection().
Günther Deschner
1
-1
/
+1
2013-08-29
s3-winbindd: remove pointless variable assigment, see the strdup below.
Günther Deschner
1
-1
/
+0
2013-08-28
smbd: Correctly return INFO_LENGTH_MISMATCH for smb1
Volker Lendecke
1
-0
/
+4
2013-08-28
smbd: Fix error return for STREAM_INFO
Volker Lendecke
1
-0
/
+4
2013-08-28
smbd: Revert a93f9c3
Volker Lendecke
1
-5
/
+0
2013-08-28
smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
Volker Lendecke
1
-0
/
+10
2013-08-28
smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfo
Volker Lendecke
1
-0
/
+12
2013-08-28
smbd: qfsinfo has fixed/variable buffers
Volker Lendecke
3
-0
/
+13
2013-08-28
smbd: qfilepathinfo has fixed/variable buffers
Volker Lendecke
3
-0
/
+25
2013-08-28
torture3: add clipathinfo-bufsize
Volker Lendecke
4
-0
/
+59
2013-08-28
dbwrap_ctdb: Treat empty records as non-existing
Volker Lendecke
2
-0
/
+18
2013-08-28
s3: fix missing braces in nfs4_acls.c
Abhidnya Joshi
1
-1
/
+2
2013-08-27
smbd: Use #defines in smb2_getinfo_send
Volker Lendecke
1
-4
/
+4
2013-08-26
Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.
Jeremy Allison
1
-6
/
+20
2013-08-26
Allow UNIX extensions client to act on open fsp instead of pathname if availa...
Jeremy Allison
1
-1
/
+8
2013-08-26
Fix the erroneous masking of chmod requests via the UNIX extensions.
Jeremy Allison
1
-8
/
+10
2013-08-26
smbd: Simplify dropbox special case in unix_convert
Volker Lendecke
1
-6
/
+23
2013-08-25
Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."
Jeremy Allison
1
-2
/
+7
[prev]
[next]