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
/
libcli
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1897: added a choose_called_name() function that allows us to more sanely
Andrew Tridgell
1
-6
/
+6
2007-10-10
r1896: stricter check on packet parsing for NBT session replies
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1893: add a commented out lump of code to implement the "by the SPEC"
Andrew Tridgell
1
-0
/
+15
2007-10-10
r1883: I don't know why this was broken...
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r1824: nicer handling of NBT session replies, and handling of bad packets
Andrew Tridgell
2
-2
/
+8
2007-10-10
r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...
Andrew Tridgell
1
-2
/
+9
2007-10-10
r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB
Andrew Bartlett
1
-43
/
+66
2007-10-10
r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1768: Add some debugs to assist in SMB signing debugging.
Andrew Bartlett
1
-0
/
+12
2007-10-10
r1746: Remove more cruft from the SMB signing code.
Andrew Bartlett
1
-36
/
+20
2007-10-10
r1745: More work on cleaning up SMB signing.
Andrew Bartlett
1
-179
/
+109
2007-10-10
r1739: fixed the padding in setpathinfo, noticed when forcing negotiated asci...
Andrew Tridgell
1
-8
/
+8
2007-10-10
r1738: honor the "unicode=yes/no" option in the SMB client library
Andrew Tridgell
1
-2
/
+4
2007-10-10
r1735: Clean up SMB signing - we don't have more than one 'real' way to sign
Andrew Bartlett
1
-31
/
+14
2007-10-10
r1729: Make the SMB signing code more generic (to share more between client a...
Andrew Bartlett
1
-42
/
+57
2007-10-10
r1725: Remove a silly 'utility' function.
Andrew Bartlett
1
-16
/
+4
2007-10-10
r1712: this should fix a bug with a spinning client when a server dies
Andrew Tridgell
1
-0
/
+4
2007-10-10
r1686: Don't use a void* for the context inside the SMB signing code.
Andrew Bartlett
1
-5
/
+0
2007-10-10
r1676: - improved the handling of username/password in locktest and gentest
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1674: fixed a bug in the handling of STR_LEN8BIT flagged strings
Andrew Tridgell
1
-3
/
+6
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
19
-756
/
+756
2007-10-10
r1635: when a transport dies, setup errors for all pending sends and recvs, p...
Andrew Tridgell
1
-0
/
+29
2007-10-10
r1634: to get signing right for async requests we must send requests in
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1633: fixed a couple of async oplock handling errors
Andrew Tridgell
5
-9
/
+17
2007-10-10
r1631: don't use req->transport after req has been destroyed
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1618: fixed the receipt of multi-part replies to SMBtrans2
Andrew Tridgell
2
-4
/
+14
2007-10-10
r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1603: fixed in.size to not overstate the packet size by 4 bytes
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1602: make sure we honor the use_spnego flag
Andrew Tridgell
1
-1
/
+2
2007-10-10
r1578: the first stage of the async client rewrite.
Andrew Tridgell
3
-225
/
+306
2007-10-10
r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r1521: Updates to our SMB signing code.
Andrew Bartlett
2
-80
/
+115
2007-10-10
r1494: fix debug message
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1475: More kerberos work
Andrew Bartlett
2
-1
/
+17
2007-10-10
r1469: fix a segfault and compiler warning,
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r1462: GENSEC Kerberos and SPENGO work:
Andrew Bartlett
3
-40
/
+95
2007-10-10
r1460: Avoid a compile warning.
Andrew Bartlett
1
-2
/
+5
2007-10-10
r1409: if we have no user name don't use extended security
Stefan Metzmacher
2
-1
/
+2
2007-10-10
r1406: I got spnego in the smb client working
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r1348: get gensec backend by OID instead of name
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1345: add extended security spnego support to the smb client
Stefan Metzmacher
5
-19
/
+194
2007-10-10
r1268: varient -> variant
Tim Potter
1
-1
/
+1
2007-10-10
r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.
Andrew Bartlett
2
-960
/
+0
2007-10-10
r1091: Added in timing tests for deferred opens. Added extra debug info to si...
Jeremy Allison
1
-1
/
+1
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
2
-18
/
+18
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r893: a few more _t conversions
Andrew Tridgell
1
-1
/
+1
2007-10-10
r891: fix compile
Gerald Carter
1
-2
/
+2
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
6
-20
/
+20
[next]