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
2008-04-18
Re-order smbsrv_recv_smb_request and smb_messages
Amin Azez
1
-99
/
+99
2008-04-18
fixed a double free in winbind
Andrew Tridgell
1
-1
/
+0
2008-04-18
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
1
-9
/
+11
2008-04-18
change the default idmap range to 3M -> 4M
Andrew Tridgell
1
-3
/
+2
2008-04-17
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
15
-28
/
+85
2008-04-17
More endian fixes in the registry
Andrew Bartlett
1
-5
/
+5
2008-04-17
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
6
-25
/
+94
2008-04-17
Fix typo
Andrew Bartlett
1
-1
/
+1
2008-04-17
More work to avoid endian bugs in registry tests.
Andrew Bartlett
1
-5
/
+7
2008-04-17
nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0
Stefan Metzmacher
1
-6
/
+4
2008-04-17
libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog...
Stefan Metzmacher
3
-0
/
+58
2008-04-17
Fix bug in registry test on big-endian machines.
Andrew Bartlett
2
-19
/
+32
2008-04-17
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
129
-380
/
+524
2008-04-17
fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior
Andrew Tridgell
4
-13
/
+13
2008-04-17
Don't exclude all tests mentioning 'samba3', but only those actually
Andrew Bartlett
1
-1
/
+6
2008-04-17
Fix samba3sam test.
Andrew Bartlett
1
-5
/
+0
2008-04-17
use uintptr_t instead of intptr_t where appropriate
Andrew Tridgell
7
-9
/
+10
2008-04-17
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
1
-0
/
+6
2008-04-17
Run samba3sam.js with bin/smbscript explicitly.
Andrew Bartlett
1
-1
/
+1
2008-04-17
Fix build not to always use code coverage.
Andrew Bartlett
1
-4
/
+6
2008-04-17
Add useful provisioning debugging options
Simo Sorce
1
-0
/
+6
2008-04-17
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij
17
-51
/
+389
2008-04-17
Fix the build.
Jelmer Vernooij
1
-3
/
+3
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
87
-222
/
+352
2008-04-17
Fix the expectations on the unixinfo test.
Andrew Bartlett
1
-2
/
+2
2008-04-17
Run more tests that were previously skipped.
Andrew Bartlett
2
-4
/
+7
2008-04-17
Skip strcmp() on 2 NULL pointers.
Andrew Bartlett
1
-1
/
+2
2008-04-17
Use the struct based winbind tests, but mark as known fail.
Andrew Bartlett
2
-1
/
+7
2008-04-17
make smb2 read and write size configurable
Andrew Tridgell
1
-3
/
+6
2008-04-17
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
76
-5470
/
+1765
2008-04-17
ntvfs_generic: map SMB2 oplock levels to the generic ones
Stefan Metzmacher
1
-2
/
+27
2008-04-17
SMB2-PERSISTENT-HANDLES1: verify some more fields
Stefan Metzmacher
1
-32
/
+52
2008-04-17
torture/smb2: add SMB2-PERSISTENT-HANDLES1 test
Stefan Metzmacher
3
-1
/
+165
2008-04-17
selftest: ignore failures in the SMB2-PERSISTENT-HANDLES1 test
Stefan Metzmacher
1
-0
/
+1
2008-04-17
torture/smb2: add torture_suite_add_2smb2_test() helper function
Stefan Metzmacher
1
-0
/
+55
2008-04-17
torture/smb2: fix whitespaces
Stefan Metzmacher
1
-3
/
+3
2008-04-17
smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...
Stefan Metzmacher
1
-0
/
+1
2008-04-17
Avoid recursive make for code coverage.
Jelmer Vernooij
1
-15
/
+18
2008-04-17
libcli/smb2: make it possible to pass additional extra blobs in smb2_create()
Stefan Metzmacher
2
-23
/
+79
2008-04-17
libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3
Stefan Metzmacher
1
-3
/
+4
2008-04-17
Add convenience function for getting at event context from ejs code.
Jelmer Vernooij
6
-5
/
+13
2008-04-17
Avoid using event_context_find where possible.
Jelmer Vernooij
2
-4
/
+2
2008-04-17
Fix the build.
Jelmer Vernooij
3
-4
/
+4
2008-04-17
Require explicit event context rather than looking if it is not specified.
Jelmer Vernooij
1
-1
/
+1
2008-04-17
Explicitly require event context to be specified.
Jelmer Vernooij
2
-1
/
+5
2008-04-17
Use provided event context rather than looking for it.
Jelmer Vernooij
5
-16
/
+13
2008-04-17
Require passing in an event context to endpoint mapper utility function.
Jelmer Vernooij
1
-13
/
+1
2008-04-17
Remove event context tracking from the credentials struct.
Jelmer Vernooij
19
-77
/
+76
2008-04-16
Avoid event_find_context when a event context is already available.
Jelmer Vernooij
3
-5
/
+4
2008-04-16
Use readily available event context.
Jelmer Vernooij
1
-1
/
+1
[next]