summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1798: fix the buildStefan Metzmacher1-1/+2
2007-10-10r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett1-43/+66
2007-10-10r1794: fix the build MIT krb5Stefan Metzmacher2-5/+6
2007-10-10r1792: split ldap_setup_connection() and provide an ldap_bind_simple() functionSimo Sorce1-22/+42
2007-10-10r1790: a few updates on krb5 PAC...Stefan Metzmacher1-10/+30
2007-10-10r1785: remove unneeded dependencies on openldap client librariesSimo Sorce1-3/+4
2007-10-10r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher1-8/+10
2007-10-10r1771: OK Let's add tests for ldap.Simo Sorce2-5/+14
2007-10-10r1770: here's the krb5 server code,Stefan Metzmacher3-28/+318
2007-10-10r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO...Andrew Bartlett1-1/+1
2007-10-10r1768: Add some debugs to assist in SMB signing debugging.Andrew Bartlett1-0/+12
2007-10-10r1761: start porting valuable volker's work on ldap from trunkSimo Sorce1-64/+62
2007-10-10r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher5-27/+2375
2007-10-10r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett1-1/+1
2007-10-10r1748: don't segfault if there's no ticketStefan Metzmacher1-2/+2
2007-10-10r1746: Remove more cruft from the SMB signing code.Andrew Bartlett1-36/+20
2007-10-10r1745: More work on cleaning up SMB signing.Andrew Bartlett1-179/+109
2007-10-10r1739: fixed the padding in setpathinfo, noticed when forcing negotiated asci...Andrew Tridgell1-8/+8
2007-10-10r1738: honor the "unicode=yes/no" option in the SMB client libraryAndrew Tridgell1-2/+4
2007-10-10r1737: don't segfault when a mech don't have a session_info hookStefan Metzmacher1-0/+3
2007-10-10r1735: Clean up SMB signing - we don't have more than one 'real' way to signAndrew Bartlett1-31/+14
2007-10-10r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett1-103/+207
2007-10-10r1729: Make the SMB signing code more generic (to share more between client a...Andrew Bartlett1-42/+57
2007-10-10r1725: Remove a silly 'utility' function.Andrew Bartlett1-16/+4
2007-10-10r1724: Add a new function to return the list of available OIDs.Andrew Bartlett1-9/+39
2007-10-10r1723: Make sure we bail out on error in reading a OID.Andrew Bartlett1-1/+1
2007-10-10r1712: this should fix a bug with a spinning client when a server diesAndrew Tridgell1-0/+4
2007-10-10r1686: Don't use a void* for the context inside the SMB signing code.Andrew Bartlett1-5/+0
2007-10-10r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test.Andrew Bartlett1-0/+11
2007-10-10r1676: - improved the handling of username/password in locktest and gentestAndrew Tridgell1-1/+1
2007-10-10r1674: fixed a bug in the handling of STR_LEN8BIT flagged stringsAndrew Tridgell1-3/+6
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher32-1016/+1016
2007-10-10r1635: when a transport dies, setup errors for all pending sends and recvs, p...Andrew Tridgell1-0/+29
2007-10-10r1634: to get signing right for async requests we must send requests inAndrew Tridgell1-1/+1
2007-10-10r1633: fixed a couple of async oplock handling errorsAndrew Tridgell5-9/+17
2007-10-10r1631: don't use req->transport after req has been destroyedAndrew Tridgell1-2/+2
2007-10-10r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2-3/+3
2007-10-10r1627: make sure we initialise write_time in the deprecated function cli_ctemp()Andrew Tridgell1-0/+1
2007-10-10r1619: - add support for older systems to cli_list*()Andrew Tridgell1-19/+38
2007-10-10r1618: fixed the receipt of multi-part replies to SMBtrans2Andrew Tridgell2-4/+14
2007-10-10r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2-14/+26
2007-10-10r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c...Andrew Bartlett1-2/+2
2007-10-10r1603: fixed in.size to not overstate the packet size by 4 bytesAndrew Tridgell1-2/+2
2007-10-10r1602: make sure we honor the use_spnego flagAndrew Tridgell1-1/+2
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell3-225/+306
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher2-3/+3
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett4-101/+141
2007-10-10r1498: (merge from 3.0)Andrew Bartlett3-7/+7
2007-10-10r1497: add forward declaration for struct auth_session_infoStefan Metzmacher1-0/+2
2007-10-10r1494: fix debug messageStefan Metzmacher1-1/+1