index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
torture3: Fix a const warning
Volker Lendecke
2013-09-05
1
-1
/
+1
*
smbd: Add a paranoia check to oplock_timeout_handler
Volker Lendecke
2013-09-04
1
-0
/
+2
*
smbd: Fix an ancient oplock bug
Volker Lendecke
2013-09-04
1
-0
/
+2
*
torture: Ensure that GSSAPI and SPNEGO packets are accepted by dlz_bind9
Andrew Bartlett
2013-09-04
3
-1
/
+80
*
selftest: Add a basic test of samba_upgradedns
Andrew Bartlett
2013-09-04
2
-0
/
+38
*
selftest: Start internal DNS server on domain provisioned for BIND9_DLZ
Andrew Bartlett
2013-09-04
1
-1
/
+1
*
selftest: Test creation of the dns-SERVER account during selftest
Andrew Bartlett
2013-09-04
1
-1
/
+1
*
scripting/samba_upgradedns: Tighten up exception and attribute list handling
Andrew Bartlett
2013-09-04
1
-9
/
+10
*
scripting/join.py: Handle creating the dns-NAME account during a DC join
Andrew Bartlett
2013-09-04
4
-9
/
+88
*
Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...
Jeremy Allison
2013-09-04
1
-1
/
+5
*
Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...
Jeremy Allison
2013-09-04
1
-4
/
+21
*
Move the manipulation of site_name into the caller function dsgetdcname().
Jeremy Allison
2013-09-04
1
-15
/
+19
*
Refactor dsgetdcname to be called via a wrapper function.
Jeremy Allison
2013-09-04
1
-5
/
+26
*
dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.
Jeremy Allison
2013-09-04
1
-2
/
+1
*
torture3: Trigger a nasty cleanup bug in smbd
Volker Lendecke
2013-09-03
4
-0
/
+73
*
smbd: Fix flawed share_mode_stale_pid API
Volker Lendecke
2013-09-03
3
-9
/
+56
*
smbd: Rename parameter "i" to "idx"
Volker Lendecke
2013-09-03
2
-7
/
+7
*
smbd: Don't store in-memory only flags in locking.tdb
Volker Lendecke
2013-09-03
1
-2
/
+2
*
smbd: Simplify find_oplock_types
Volker Lendecke
2013-09-03
1
-9
/
+10
*
docs: fix a typo on the description of "acl check permissions"
Michael Adam
2013-09-02
1
-1
/
+1
*
python/provision: remove unused linklocal=False argument from interface_ips_v6()
Stefan Metzmacher
2013-08-30
1
-3
/
+3
*
s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()
Stefan Metzmacher
2013-08-30
1
-1
/
+1
*
python/pyglue: filter out loopback and linklocal addresses unless all_interfa...
Stefan Metzmacher
2013-08-30
1
-2
/
+43
*
vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().
Christopher R. Hertel
2013-08-30
1
-3
/
+0
*
s3:winbind: fail ads_cached_connection_connect() if realm == NULL
Michael Adam
2013-08-29
1
-0
/
+4
*
s3-winbindd: remove unneded include of secrets.h from idmap_ad.c
Günther Deschner
2013-08-29
1
-1
/
+0
*
s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.
Günther Deschner
2013-08-29
1
-7
/
+4
*
s3-winbindd: make sure also the idmap code can deal with trusted domains.
Günther Deschner
2013-08-29
1
-9
/
+31
*
s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...
Günther Deschner
2013-08-29
1
-2
/
+2
*
s3-winbindd: Fix winbind on DC crash with trusted AD domains.
Günther Deschner
2013-08-29
1
-1
/
+1
*
s3-winbindd: Fix memory leak in ads_cached_connection().
Günther Deschner
2013-08-29
1
-1
/
+1
*
s3-winbindd: remove pointless variable assigment, see the strdup below.
Günther Deschner
2013-08-29
1
-1
/
+0
*
provision: Rewrite named.txt to be more useful
Andrew Bartlett
2013-08-29
1
-16
/
+20
*
docs: Add man samba-regedit.8.
Karolin Seeger
2013-08-29
2
-0
/
+122
*
torture: Add buffercheck tests
Volker Lendecke
2013-08-29
2
-18
/
+229
*
smbd: Correctly return INFO_LENGTH_MISMATCH for smb1
Volker Lendecke
2013-08-28
1
-0
/
+4
*
smbd: Fix error return for STREAM_INFO
Volker Lendecke
2013-08-28
1
-0
/
+4
*
smbd: Revert a93f9c3
Volker Lendecke
2013-08-28
1
-5
/
+0
*
smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
Volker Lendecke
2013-08-28
1
-0
/
+10
*
smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfo
Volker Lendecke
2013-08-28
1
-0
/
+12
*
smbd: qfsinfo has fixed/variable buffers
Volker Lendecke
2013-08-28
3
-0
/
+13
*
smbd: qfilepathinfo has fixed/variable buffers
Volker Lendecke
2013-08-28
3
-0
/
+25
*
torture3: add clipathinfo-bufsize
Volker Lendecke
2013-08-28
4
-0
/
+59
*
dbwrap_ctdb: Treat empty records as non-existing
Volker Lendecke
2013-08-28
2
-0
/
+18
*
s3: fix missing braces in nfs4_acls.c
Abhidnya Joshi
2013-08-28
1
-1
/
+2
*
Fix valgrind errors with memmove and talloc pools.
Jeremy Allison
2013-08-28
1
-0
/
+21
*
Add simple limited pool tests to test_memlimit().
Jeremy Allison
2013-08-27
1
-0
/
+27
*
Remove talloc_memlimit_update(). No longer used.
Jeremy Allison
2013-08-27
1
-24
/
+0
*
Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.
Jeremy Allison
2013-08-27
1
-4
/
+15
*
Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...
Jeremy Allison
2013-08-27
1
-15
/
+0
[prev]
[next]