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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-30
dsdb: Include MS-ADTS doc references on deleted object contstraints
Andrew Bartlett
1
-0
/
+16
2013-07-30
dsdb tests: Add member/memberOf checking to delete_objects testing
Andrew Bartlett
1
-21
/
+257
2013-07-30
dsdb: Improve DRS deleted link source/target handing in repl_meta_data
Andrew Bartlett
1
-8
/
+97
2013-07-30
dsdb: Ensure we always force deleted objects back under the deleted objects DN
Andrew Bartlett
1
-26
/
+65
2013-07-30
dsdb/repl_meta_data: split out replmd_deletion_state()
Stefan Metzmacher
1
-31
/
+71
2013-07-30
dsdb: Prune deleted objects of links and extra attributes of replicated deletes
Andrew Bartlett
1
-71
/
+199
2013-07-29
dns: Update TODO list
Kai Blin
1
-8
/
+5
2013-07-25
torture/drs: Expand an error message to aid debugging
Andrew Bartlett
1
-1
/
+1
2013-07-25
dsdb/samdb: use RECYCLED it implies DELETED...
Stefan Metzmacher
2
-3
/
+3
2013-07-24
rpc_server-drsuapi: Improve comments and DEBUG lines
Andrew Bartlett
1
-4
/
+3
2013-07-24
dsdb: Add assert in drepl_take_FSMO_role
Andrew Bartlett
1
-4
/
+3
2013-07-24
dsdb-ridalloc: Rework ridalloc to return error strings where RID allocation f...
Andrew Bartlett
1
-15
/
+41
2013-07-24
dsdb: Rework subtree_rename module to use recursive LDB_SCOPE_ONELEVEL searches
Andrew Bartlett
2
-104
/
+99
2013-07-24
dsdb-descriptor: Do not do a subtree search unless we have child entries
Andrew Bartlett
1
-1
/
+32
2013-07-24
s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...
Stefan Metzmacher
1
-2
/
+2
2013-07-23
s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...
Andrew Bartlett
1
-2
/
+2
2013-07-19
Add torture tests to raw.eas to check sending Windows invalid names in the mi...
Jeremy Allison
1
-0
/
+114
2013-07-17
Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().
Bill Parker
2
-0
/
+11
2013-07-10
s4:server: avoid calling into nss_winbind from within 'samba'
Stefan Metzmacher
1
-0
/
+7
2013-07-10
s4:rpc_server: make sure we don't terminate a connection with pending request...
Stefan Metzmacher
2
-3
/
+60
2013-07-10
s4-winbindd: Do not terminate a connection that is still pending (bug #9820)
Andrew Bartlett
3
-2
/
+64
2013-07-10
service_stream: Log if the connection termination is deferred or not (bug #9820)
Andrew Bartlett
1
-1
/
+5
2013-07-04
dsdb-ridalloc: Fix RID pools - RID numbers increase too quickly
Andrew Bartlett
1
-1
/
+2
2013-07-03
Make the output of the crackname script more readable
Matthieu Patou
1
-4
/
+4
2013-07-02
torture: Don't segfault in smb2.session on error.
Andreas Schneider
1
-1
/
+1
2013-07-02
torture: Don't segfault in raw.session on error.
Andreas Schneider
1
-1
/
+1
2013-07-02
torture: Fix comparsion of uninitalized bytes.
Andreas Schneider
1
-0
/
+2
2013-07-01
smbtorture: Make cracksname easier to debug by outputing the offered format
Matthieu Patou
1
-18
/
+49
2013-06-30
Fix a missing parenthesis in the LDAP search request
Matthieu Patou
1
-1
/
+1
2013-06-25
heimdal_build: Add missing dep on samba4kgetcred
Andrew Bartlett
1
-1
/
+1
2013-06-24
torture: Add tests for LDAP substring search with no strings provided
Andrew Bartlett
1
-0
/
+110
2013-06-24
lsa4: Fix a set but unused variable warning
Simo Sorce
1
-2
/
+12
2013-06-21
lsa4: Fix a set but unused variable warning
Volker Lendecke
1
-2
/
+0
2013-06-21
lsa4: Remove an unused variable
Volker Lendecke
1
-3
/
+0
2013-06-21
lsa4: Remove an unused variable
Volker Lendecke
1
-3
/
+0
2013-06-21
lsa4: Remove an unused variable
Volker Lendecke
1
-3
/
+0
2013-06-21
Fix some blank line endings
Volker Lendecke
1
-292
/
+287
2013-06-21
dns: Fix CID 1034969 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+1
2013-06-20
s4-winbind: Add special case for BUILTIN domain
Andrew Bartlett
3
-20
/
+37
2013-06-20
Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...
Jeremy Allison
1
-3
/
+14
2013-06-19
build: Build with system md5.h on OpenIndiana
Andrew Bartlett
9
-14
/
+14
2013-06-13
dsdb: remove a wrong comment in dsdb_check_access_on_dn_internal()
Stefan Metzmacher
1
-4
/
+1
2013-06-13
dsdb: don't allow a missing nTSecurityDescriptor in dsdb_get_sd_from_ldb_mess...
Stefan Metzmacher
1
-3
/
+3
2013-06-13
dsdb: use AS_SYSTEM | SHOW_RECYCLED for access check searches
Stefan Metzmacher
1
-1
/
+7
2013-06-13
s4:smb_server: call irpc_add_name() at startup (bug #9905)
Stefan Metzmacher
1
-0
/
+1
2013-06-13
s4:rpc_server: call irpc_add_name() at startup (bug #9905)
Stefan Metzmacher
1
-0
/
+1
2013-06-13
s4:ldap_server: call irpc_add_name() at startup (bug #9905)
Stefan Metzmacher
1
-0
/
+3
2013-06-13
dsdb repl_meta_data: Use dsdb_request_add_controls()
Andrew Bartlett
1
-18
/
+1
2013-06-12
dsdb-tests ldap.py: Add test for usn behaviour on certain changes
Andrew Bartlett
1
-54
/
+155
2013-06-12
dsdb-tests ldap.py: Fix quoting of print statements
Andrew Bartlett
1
-10
/
+10
[next]