summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell1-25/+15
2007-10-10r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett1-4/+2
2007-10-10r2286: Fixes towards krb5 logins into Samba's CIFS server.Andrew Bartlett4-89/+113
2007-10-10r2285: Remove more static data, fix spelling in a comment.Andrew Bartlett2-3/+3
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett7-97/+203
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter3-8/+8
2007-10-10r2184: use the smb.conf socket options for client code tooAndrew Tridgell1-0/+1
2007-10-10r2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand.Volker Lendecke2-15/+6
2007-10-10r2166: sync the asn1 stuff with trunkStefan Metzmacher1-4/+40
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-2/+2
2007-10-10r2124: merge from trunk (-r 2123):Stefan Metzmacher1-3/+3
2007-10-10r2122: merge from trunk (-r 2120):Stefan Metzmacher1-4/+12
2007-10-10r2119: Noticed by jra:Andrew Bartlett1-6/+0
2007-10-10r2102: fixed a race condition when handling dos errors that are in ourAndrew Tridgell1-6/+5
2007-10-10r2101: fixed a signed/unsigned char warningAndrew Tridgell1-2/+2
2007-10-10r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett3-108/+77
2007-10-10r2096: Enable use of NTLM2 for connections that do not got on to be NTLMSSPAndrew Bartlett1-0/+16
2007-10-10r2058: Merge heimdal krb5_locate_kdc-fix over from trunk/3_0 althoughGünther Deschner1-1/+11
2007-10-10r2054: Fix compile warnings/build failures on non-gcc.Andrew Bartlett1-1/+2
2007-10-10r2053: All RPC sessions 'want' a session key. Of course, the key theyAndrew Bartlett1-0/+3
2007-10-10r2042: missed a couple of places that should be talloc_free()Andrew Tridgell1-2/+2
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett6-17/+90
2007-10-10r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell1-2/+2
2007-10-10r2037: switched the asn.1 code to use tallocAndrew Tridgell1-20/+16
2007-10-10r2036: switched the spnego code to use tallocAndrew Tridgell1-5/+5
2007-10-10r2020: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r2019: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r2004: remove unused fileStefan Metzmacher1-121/+0
2007-10-10r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett1-2/+2
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell6-58/+32
2007-10-10r1984: this change is what you should read to understand the new talloc()Andrew Tridgell2-16/+5
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell13-29/+28
2007-10-10r1944: put ldif functions in a separate fileSimo Sorce4-412/+440
2007-10-10r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell2-1/+5
2007-10-10r1910: this should not be a local var in this blockStefan Metzmacher1-1/+1
2007-10-10r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell3-8/+37
2007-10-10r1896: stricter check on packet parsing for NBT session repliesAndrew Tridgell1-1/+1
2007-10-10r1893: add a commented out lump of code to implement the "by the SPEC"Andrew Tridgell1-0/+15
2007-10-10r1886: Fix the buildVolker Lendecke1-3/+3
2007-10-10r1883: I don't know why this was broken...Stefan Metzmacher1-3/+3
2007-10-10r1881: empty structs are not allowed by all compilersStefan Metzmacher1-0/+1
2007-10-10r1862: add invalid_creds ldap errorStefan Metzmacher1-0/+1
2007-10-10r1856: - move asn1 functions to asn1.cStefan Metzmacher2-43/+71
2007-10-10r1851: if we try to peek a subtag, check if the parent tag has remaining dataStefan Metzmacher1-0/+4
2007-10-10r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell2-2/+8
2007-10-10r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell1-2/+9
2007-10-10r1805: ...I just forgot to say that the sasl bind actually works now:-)Stefan Metzmacher1-0/+2
2007-10-10r1804: get a bit closer to a sasl bindStefan Metzmacher1-2/+19
2007-10-10r1803: more progress on sasl binds, but decoding the response still failsStefan Metzmacher2-4/+28
2007-10-10r1802: start to support SASL in our ldap librariesSimo Sorce2-19/+165