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-06-02
fixed a warning
Andrew Tridgell
1
-1
/
+1
2008-05-31
check for requested buffer size in getinfo call
Andrew Tridgell
2
-0
/
+40
2008-05-31
more useful output in scan
Andrew Tridgell
1
-10
/
+7
2008-05-31
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett
18
-83
/
+50
2008-05-30
Fix samdb python test.
Jelmer Vernooij
3
-7
/
+8
2008-05-30
Add header to knownfail file.
Jelmer Vernooij
1
-0
/
+5
2008-05-30
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij
44
-2686
/
+2028
2008-05-30
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
16
-56
/
+318
2008-05-30
Skip the samba4.samdb.python test.
Andrew Bartlett
1
-0
/
+1
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
15
-51
/
+308
2008-05-30
two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()
Andrew Tridgell
1
-4
/
+6
2008-05-30
fixed a segv in the python messaging code on 64 bit systems
Andrew Tridgell
1
-1
/
+4
2008-05-30
Fix the samba4.dcerpc.bare.python test.
Andrew Bartlett
1
-5
/
+6
2008-05-30
Place the NTP signd socket in the selftest area
Andrew Bartlett
1
-0
/
+2
2008-05-30
Fix rpcecho test.
Andrew Bartlett
1
-1
/
+1
2008-05-30
Reorder the linking of objects into a binary.
Andrew Bartlett
1
-2
/
+2
2008-05-30
Don't pass an smb.conf to provision tests.
Andrew Bartlett
4
-25
/
+22
2008-05-30
Fix up provision and samdb tests.
Andrew Bartlett
2
-7
/
+23
2008-05-30
Make sure reason for skipping is output.
Jelmer Vernooij
2
-6
/
+5
2008-05-30
Move CFLAGS handling out of smb_build.
Jelmer Vernooij
18
-50
/
+83
2008-05-30
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
24
-2608
/
+1684
2008-05-30
Remove test from samba4-skip, it is avoided in samba4_tests.sh
Andrew Bartlett
1
-1
/
+0
2008-05-30
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
5
-14
/
+27
2008-05-30
the docs shows that this is a o16s32 blob
Andrew Tridgell
1
-2
/
+1
2008-05-30
don't emulate broken SMB2 locking behaviour from windows
Andrew Tridgell
2
-15
/
+69
2008-05-29
Add samba4-slow file listing tests that succeed but are just slow.
Jelmer Vernooij
4
-26
/
+53
2008-05-29
Allow full-line comments in include/exclude files.
Jelmer Vernooij
2
-0
/
+5
2008-05-29
Fix samdb test and enable it.
Jelmer Vernooij
3
-4
/
+7
2008-05-29
Update after changes to the provision API, make sure temp dir gets cleaned
Jelmer Vernooij
1
-10
/
+19
2008-05-29
Check test directory is cleaned up by Python tests.
Jelmer Vernooij
1
-0
/
+1
2008-05-29
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij
17
-47
/
+427
2008-05-29
Fix extra dash in command line flag.
Jelmer Vernooij
1
-1
/
+1
2008-05-29
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
17
-46
/
+428
2008-05-29
don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2
Andrew Tridgell
1
-1
/
+3
2008-05-29
merged gentest.c and gentest_smb2.c
Andrew Tridgell
3
-2615
/
+1401
2008-05-29
fixed the error code for bad SMB2 ioctls
Andrew Tridgell
1
-1
/
+2
2008-05-29
Remove extra spaces on prefixMap input and output.
Andrew Bartlett
2
-35
/
+35
2008-05-29
Finish the LDIF parsers for the prefixMap attribute.
Andrew Bartlett
1
-12
/
+33
2008-05-29
fix from WSPP SMB2 test 11
Andrew Tridgell
1
-1
/
+2
2008-05-29
check maximal_access here too
Andrew Tridgell
1
-0
/
+1
2008-05-29
test the maximal access return
Andrew Tridgell
1
-1
/
+16
2008-05-29
added support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell
5
-5
/
+54
2008-05-29
Print prefixMap in a human-readable format.
Andrew Bartlett
5
-18
/
+224
2008-05-29
querying the ACCESS_INFORMATION is always allowed
Andrew Tridgell
1
-0
/
+4
2008-05-29
SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2
Andrew Tridgell
1
-3
/
+10
2008-05-29
fixed offset for maximal access response
Andrew Tridgell
1
-1
/
+1
2008-05-29
Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-local
Andrew Bartlett
2
-5
/
+2
2008-05-29
Add in an enum for two future NTP signing ops.
Andrew Bartlett
1
-2
/
+3
2008-05-29
Allow the ntp_signd socket to be set from configure.
Andrew Bartlett
8
-5
/
+53
2008-05-28
howto: Remove smbpython.
Andrew Kroeger
1
-4
/
+1
[next]