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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-17
s3: Add dbwrap_try_fetch_locked
Volker Lendecke
8
-16
/
+97
2012-04-17
s3: Add dbwrap_cache
Volker Lendecke
4
-1
/
+244
2012-04-17
s3: Open up 3 levels of dbwrap_lock_order
Volker Lendecke
2
-5
/
+9
2012-04-17
s3: Increase debuglevel for unknown child msgs
Volker Lendecke
1
-1
/
+1
2012-04-17
s3: Add infrastructure for background jobs
Volker Lendecke
4
-0
/
+274
2012-04-17
s3: Return CTDB_PATH from lp_ctdbd_socket()
Volker Lendecke
4
-13
/
+18
2012-04-17
tdb-compat: Add tdb_chainlock_nonblock
Volker Lendecke
2
-0
/
+26
2012-04-17
s4:ldapcmp.py: pass down outf and errf
Stefan Metzmacher
1
-12
/
+29
2012-04-16
docs:man:vfs_gpfs: Remove itemized list to fix indentation
Christof Schmitt
1
-11
/
+4
2012-04-16
s3: switch off kernel oplocks by default
Christian Ambach
2
-5
/
+4
2012-04-16
s3: Fix smbclient notify against Windows
Volker Lendecke
1
-1
/
+1
2012-04-16
Improve the VFS Makefile so that it is easier for use out of tree but still w...
Richard Sharpe
1
-13
/
+9
2012-04-16
provision: Simplify handling of default for --server-role.
Jelmer Vernooij
1
-8
/
+4
2012-04-16
provision: Simplify handling of default for --function-level.
Jelmer Vernooij
1
-4
/
+3
2012-04-16
provision: Simplify handling of default for --dns-backend option.
Jelmer Vernooij
1
-6
/
+2
2012-04-16
s3/selftest: Fix reference to knownfail file.
Jelmer Vernooij
1
-1
/
+1
2012-04-16
build: rebuild idl if the pidl compiler is changed
David Disseldorp
1
-5
/
+20
2012-04-16
s4:libcli/smb2: fix anonymous session setups against windows servers
Stefan Metzmacher
2
-1
/
+16
2012-04-16
s4:libcli/smb2: remove unused dependency to LIBPACKET
Stefan Metzmacher
2
-2
/
+1
2012-04-16
s3:libsmb: fix anonymous session setups against windows servers
Stefan Metzmacher
1
-0
/
+16
2012-04-16
s3:libsmb/ntlmssp: an empty string should mean no password
Stefan Metzmacher
1
-1
/
+1
2012-04-16
libcli/smb: move smb2cli_session_setup_*() prototypes to the code.
Stefan Metzmacher
2
-15
/
+15
2012-04-16
libcli/smb: add smb2cli_session_get_flags()
Stefan Metzmacher
2
-0
/
+6
2012-04-16
libcli/smb: we should not force a session key for anonymous connections
Stefan Metzmacher
1
-4
/
+4
2012-04-16
libcli/smb: make use of data_blob_string_const_null()
Stefan Metzmacher
1
-12
/
+6
2012-04-16
s3:smbd/sesssetup: use a helper variable 'action' to mark guest access
Stefan Metzmacher
1
-1
/
+3
2012-04-16
Add an option to have s3fs as file server for samba4
Matthieu Patou
2
-9
/
+21
2012-04-16
param: leave realm as a normal string, handle upper/lower case in handle_realm
Andrew Bartlett
1
-1
/
+1
2012-04-16
param: harmonise wins parameters
Andrew Bartlett
2
-11
/
+11
2012-04-16
lib/param: swap preferred name for 'lock dir' to match s3
Andrew Bartlett
1
-2
/
+2
2012-04-16
param: Merge common param elements by adding .flags
Andrew Bartlett
1
-40
/
+80
2012-04-16
s3-param: make FN_GLOBAL macros consistent, add lp_ using the macro
Andrew Bartlett
1
-250
/
+250
2012-04-16
param: Change from _lp to lp__ as the prefix for internal parameter wrappers
Andrew Bartlett
5
-11
/
+11
2012-04-16
make _lp_readraw() and _lp_writeraw() static
Andrew Bartlett
2
-4
/
+2
2012-04-16
param: harmonsise logfile parameter
Andrew Bartlett
2
-7
/
+8
2012-04-16
param: Merge common param elements by adding .flags
Andrew Bartlett
1
-17
/
+34
2012-04-16
s4-provision: Update configuration lines for dlz_bind9
Amitay Isaacs
2
-4
/
+7
2012-04-16
dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9
Amitay Isaacs
3
-0
/
+28
2012-04-16
dlz_bind9: changes to make dlz_bind9 work with BIND 9.9.0
Amitay Isaacs
2
-22
/
+53
2012-04-14
waf: samba-specific methods should have capitalized names, change process_sep...
Alexander Bokovoy
2
-6
/
+6
2012-04-14
docs: add a vfs_tsmsm manpage
Michael Adam
1
-0
/
+135
2012-04-14
s4-auth: Make sure ldb context is initialized even if not passed by Python code
Alexander Bokovoy
1
-1
/
+1
2012-04-13
rely on sys/inotify.h for inotify
Adrian Bunk
5
-94
/
+11
2012-04-13
wafsamba: add support for separate rules in stages
Alexander Bokovoy
6
-8
/
+43
2012-04-13
Wrong assertion/comparison: Compare value not pointer
Olaf Flebbe
1
-2
/
+2
2012-04-12
We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a...
Jeremy Allison
1
-12
/
+7
2012-04-12
Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...
Jeremy Allison
3
-43
/
+18
2012-04-12
Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.
Jeremy Allison
3
-0
/
+15
2012-04-12
Move the counting of outstanding_aio_calls into the lifecycle of the aio_extr...
Jeremy Allison
1
-6
/
+2
2012-04-12
Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...
Jeremy Allison
1
-4
/
+24
[prev]
[next]