Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1862: add invalid_creds ldap error | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1856: - move asn1 functions to asn1.c | Stefan Metzmacher | 2 | -43/+71 |
2007-10-10 | r1851: if we try to peek a subtag, check if the parent tag has remaining data | Stefan Metzmacher | 1 | -0/+4 |
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 | r1805: ...I just forgot to say that the sasl bind actually works now:-) | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r1804: get a bit closer to a sasl bind | Stefan Metzmacher | 1 | -2/+19 |
2007-10-10 | r1803: more progress on sasl binds, but decoding the response still fails | Stefan Metzmacher | 2 | -4/+28 |
2007-10-10 | r1802: start to support SASL in our ldap libraries | Simo Sorce | 2 | -19/+165 |
2007-10-10 | r1798: fix the build | Stefan Metzmacher | 1 | -1/+2 |
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 | r1794: fix the build MIT krb5 | Stefan Metzmacher | 2 | -5/+6 |
2007-10-10 | r1792: split ldap_setup_connection() and provide an ldap_bind_simple() function | Simo Sorce | 1 | -22/+42 |
2007-10-10 | r1790: a few updates on krb5 PAC... | Stefan Metzmacher | 1 | -10/+30 |
2007-10-10 | r1785: remove unneeded dependencies on openldap client libraries | Simo Sorce | 1 | -3/+4 |
2007-10-10 | r1784: a few minor changes and debug the decoded PAC_DATA | Stefan Metzmacher | 1 | -8/+10 |
2007-10-10 | r1771: OK Let's add tests for ldap. | Simo Sorce | 2 | -5/+14 |
2007-10-10 | r1770: here's the krb5 server code, | Stefan Metzmacher | 3 | -28/+318 |
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 | r1761: start porting valuable volker's work on ldap from trunk | Simo Sorce | 1 | -64/+62 |
2007-10-10 | r1756: merge volkers ldap client lib to samba4 for simo to start with the | Stefan Metzmacher | 5 | -27/+2375 |
2007-10-10 | r1752: Fix compile bugs on C (rather than C++) tolerant compilers. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1748: don't segfault if there's no ticket | Stefan Metzmacher | 1 | -2/+2 |
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 | 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 |