summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r1893: add a commented out lump of code to implement the "by the SPEC"Andrew Tridgell2007-10-101-0/+15
* r1886: Fix the buildVolker Lendecke2007-10-101-3/+3
* r1883: I don't know why this was broken...Stefan Metzmacher2007-10-101-3/+3
* r1881: empty structs are not allowed by all compilersStefan Metzmacher2007-10-101-0/+1
* r1862: add invalid_creds ldap errorStefan Metzmacher2007-10-101-0/+1
* r1856: - move asn1 functions to asn1.cStefan Metzmacher2007-10-102-43/+71
* r1851: if we try to peek a subtag, check if the parent tag has remaining dataStefan Metzmacher2007-10-101-0/+4
* r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell2007-10-102-2/+8
* r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell2007-10-101-2/+9
* r1805: ...I just forgot to say that the sasl bind actually works now:-)Stefan Metzmacher2007-10-101-0/+2
* r1804: get a bit closer to a sasl bindStefan Metzmacher2007-10-101-2/+19
* r1803: more progress on sasl binds, but decoding the response still failsStefan Metzmacher2007-10-102-4/+28
* r1802: start to support SASL in our ldap librariesSimo Sorce2007-10-102-19/+165
* r1798: fix the buildStefan Metzmacher2007-10-101-1/+2
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-43/+66
* r1794: fix the build MIT krb5Stefan Metzmacher2007-10-102-5/+6
* r1792: split ldap_setup_connection() and provide an ldap_bind_simple() functionSimo Sorce2007-10-101-22/+42
* r1790: a few updates on krb5 PAC...Stefan Metzmacher2007-10-101-10/+30
* r1785: remove unneeded dependencies on openldap client librariesSimo Sorce2007-10-101-3/+4
* r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher2007-10-101-8/+10
* r1771: OK Let's add tests for ldap.Simo Sorce2007-10-102-5/+14
* r1770: here's the krb5 server code,Stefan Metzmacher2007-10-103-28/+318
* r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO...Andrew Bartlett2007-10-101-1/+1
* r1768: Add some debugs to assist in SMB signing debugging.Andrew Bartlett2007-10-101-0/+12
* r1761: start porting valuable volker's work on ldap from trunkSimo Sorce2007-10-101-64/+62
* r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher2007-10-105-27/+2375
* r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett2007-10-101-1/+1
* r1748: don't segfault if there's no ticketStefan Metzmacher2007-10-101-2/+2
* r1746: Remove more cruft from the SMB signing code.Andrew Bartlett2007-10-101-36/+20
* r1745: More work on cleaning up SMB signing.Andrew Bartlett2007-10-101-179/+109
* r1739: fixed the padding in setpathinfo, noticed when forcing negotiated asci...Andrew Tridgell2007-10-101-8/+8
* r1738: honor the "unicode=yes/no" option in the SMB client libraryAndrew Tridgell2007-10-101-2/+4
* r1737: don't segfault when a mech don't have a session_info hookStefan Metzmacher2007-10-101-0/+3
* r1735: Clean up SMB signing - we don't have more than one 'real' way to signAndrew Bartlett2007-10-101-31/+14
* r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2007-10-101-103/+207
* r1729: Make the SMB signing code more generic (to share more between client a...Andrew Bartlett2007-10-101-42/+57
* r1725: Remove a silly 'utility' function.Andrew Bartlett2007-10-101-16/+4
* r1724: Add a new function to return the list of available OIDs.Andrew Bartlett2007-10-101-9/+39
* r1723: Make sure we bail out on error in reading a OID.Andrew Bartlett2007-10-101-1/+1
* r1712: this should fix a bug with a spinning client when a server diesAndrew Tridgell2007-10-101-0/+4
* r1686: Don't use a void* for the context inside the SMB signing code.Andrew Bartlett2007-10-101-5/+0
* r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test.Andrew Bartlett2007-10-101-0/+11
* r1676: - improved the handling of username/password in locktest and gentestAndrew Tridgell2007-10-101-1/+1
* r1674: fixed a bug in the handling of STR_LEN8BIT flagged stringsAndrew Tridgell2007-10-101-3/+6
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-1032-1016/+1016
* r1635: when a transport dies, setup errors for all pending sends and recvs, p...Andrew Tridgell2007-10-101-0/+29
* r1634: to get signing right for async requests we must send requests inAndrew Tridgell2007-10-101-1/+1
* r1633: fixed a couple of async oplock handling errorsAndrew Tridgell2007-10-105-9/+17
* r1631: don't use req->transport after req has been destroyedAndrew Tridgell2007-10-101-2/+2
* r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2007-10-102-3/+3