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
Age
Commit message (
Expand
)
Author
Files
Lines
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
r1737: don't segfault when a mech don't have a session_info hook
Stefan Metzmacher
1
-0
/
+3
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
r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signing
Andrew Bartlett
1
-103
/
+207
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
r1724: Add a new function to return the list of available OIDs.
Andrew Bartlett
1
-9
/
+39
2007-10-10
r1723: Make sure we bail out on error in reading a OID.
Andrew Bartlett
1
-1
/
+1
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
r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test.
Andrew Bartlett
1
-0
/
+11
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
32
-1016
/
+1016
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
r1630: - fixed the replacement timegm() function to work correctly for DST ch...
Andrew Tridgell
2
-3
/
+3
2007-10-10
r1627: make sure we initialise write_time in the deprecated function cli_ctemp()
Andrew Tridgell
1
-0
/
+1
2007-10-10
r1619: - add support for older systems to cli_list*()
Andrew Tridgell
1
-19
/
+38
2007-10-10
r1618: fixed the receipt of multi-part replies to SMBtrans2
Andrew Tridgell
2
-4
/
+14
2007-10-10
r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, and
Andrew Bartlett
2
-14
/
+26
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
2
-3
/
+3
2007-10-10
r1521: Updates to our SMB signing code.
Andrew Bartlett
4
-101
/
+141
2007-10-10
r1498: (merge from 3.0)
Andrew Bartlett
3
-7
/
+7
2007-10-10
r1497: add forward declaration for struct auth_session_info
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r1494: fix debug message
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1476: Don't print messages about the CCACHE not being found - this is normal.
Andrew Bartlett
1
-2
/
+6
2007-10-10
r1475: More kerberos work
Andrew Bartlett
8
-53
/
+338
2007-10-10
r1469: fix a segfault and compiler warning,
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r1467: disable gensec_krb5 by default till abartlet
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r1466: the name "oid" is taken by some silly system headers - avoid it in our...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1463: fix the krb5 build
Stefan Metzmacher
2
-1
/
+5
2007-10-10
r1462: GENSEC Kerberos and SPENGO work:
Andrew Bartlett
7
-110
/
+168
2007-10-10
r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.
Andrew Bartlett
1
-447
/
+0
2007-10-10
r1460: Avoid a compile warning.
Andrew Bartlett
1
-2
/
+5
2007-10-10
r1457: Add the GSSAPI layer to our gensec_krb5 code.
Andrew Bartlett
2
-33
/
+142
2007-10-10
r1451: More missing files...
Jelmer Vernooij
2
-0
/
+12
2007-10-10
r1450: Oops.. Missing files :-)
Jelmer Vernooij
2
-0
/
+47
2007-10-10
r1449: Use the config system somewhat better in libcli/auth
Jelmer Vernooij
4
-33
/
+3
2007-10-10
r1448: Indent this so proto doesn't pick it up.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1447: Fix compile.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1446: Another funciton to avoid in proto.h
Andrew Bartlett
1
-0
/
+6
[next]