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
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
2
-9
/
+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
s3:winbind: add a warning DEBUG message when skipping a sid from the mapped G...
Michael Adam
1
-0
/
+18
2013-07-29
s3:winbind: change getgroups to only do one sids2xids call instead of many
Michael Adam
1
-26
/
+42
2013-07-29
s3:winbind: fix the getgroups implementation to include the user sid's GID in...
Michael Adam
1
-3
/
+5
2013-07-29
s3:winbind: fix gid counting and error handling in the getgroups implementation
Michael Adam
1
-6
/
+10
2013-07-29
dns: Update TODO list
Kai Blin
1
-8
/
+5
2013-07-27
selftest: Print error message when smbd does not have ADS support
Christof Schmitt
2
-1
/
+4
2013-07-26
nsswitch: Add OPT_KRB5CCNAME to avoid an error message.
Andreas Schneider
1
-2
/
+4
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
selftest: ensure samba4.nss.test.*using.*winbind is always tested
Andrew Bartlett
1
-1
/
+0
2013-07-24
selftest: ensure samba4.rpc.samr.large-dc.two.samr.many is always tested
Andrew Bartlett
1
-1
/
+0
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
selftest: Ensure the DC has started and and got a RID set before we proceed
Andrew Bartlett
1
-1
/
+21
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
dynconfig: Remove last s3 markers now we have just one build system
Andrew Bartlett
2
-5
/
+0
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-24
docs-xml: Remove obsolete swat manpage and references.
Andreas Schneider
5
-263
/
+3
2013-07-24
pam_winbind: update documentation for "DIR" krb5ccname pragma.
Günther Deschner
2
-11
/
+31
2013-07-23
s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.
Günther Deschner
1
-0
/
+23
2013-07-23
wbinfo: allow to define a custom krb5ccname for kerberized pam auth.
Günther Deschner
1
-2
/
+4
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-23
smbd: Fix CID 1035536 Uninitialized pointer read
Volker Lendecke
1
-1
/
+1
2013-07-22
smbd: Fix CID 1035537 Uninitialized pointer read
Volker Lendecke
1
-1
/
+1
2013-07-22
smbd: Fix CID 1035538 Uninitialized pointer read
Volker Lendecke
1
-1
/
+1
2013-07-22
tdb: Fix CID 1034959 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+1
2013-07-22
tdb: Fix CID 1034960 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+1
2013-07-22
s3-waf: Rename regedit to samba-regedit.
Andreas Schneider
1
-1
/
+1
2013-07-19
s3-printing: avoid KRB5CCNAME overwrite in printer publishing (Bug #7444).
Günther Deschner
1
-0
/
+13
2013-07-19
Add torture tests to raw.eas to check sending Windows invalid names in the mi...
Jeremy Allison
2
-0
/
+115
2013-07-19
Reply with correct trans2 message on a setpathinfo with a bad EA name.
Jeremy Allison
1
-1
/
+10
2013-07-19
Ensure we do pathname processing before SD and EA processing in NTTRANS_CREATE.
Jeremy Allison
1
-38
/
+38
2013-07-19
Ensure we can't create a file using NTTRANS with an invalid EA list.
Jeremy Allison
1
-0
/
+20
2013-07-19
Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.
Jeremy Allison
1
-0
/
+14
2013-07-19
Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfile
Jeremy Allison
1
-0
/
+1
2013-07-19
Add the ability to send an NTSTATUS result back with a trans2 reply so we can...
Jeremy Allison
3
-14
/
+32
2013-07-19
Ensure we can't create a file using SMB2_CREATE with an invalid EA list.
Jeremy Allison
1
-0
/
+5
2013-07-19
Ensure we never return an EA name to a Windows client it can't handle.
Jeremy Allison
1
-0
/
+9
2013-07-19
Ensure set_ea cannot set invalid Windows EA names.
Jeremy Allison
1
-0
/
+9
2013-07-19
Add ea_list_has_invalid_name() function.
Jeremy Allison
2
-0
/
+36
2013-07-18
librpc: srvsvc.idl: define level 1005 share info flags
Shekhar Amlekar
1
-2
/
+15
2013-07-18
nsswitch: Don't enumerate all domains with wbinfo -u|-g.
Andreas Schneider
2
-8
/
+23
[prev]
[next]