summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-2/+1
2007-10-10r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell6-103/+64
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2-11/+11
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell5-35/+30
2007-10-10r2624: - save some system calls by only trying read/write operations that sel...Andrew Tridgell1-1/+11
2007-10-10r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell1-2/+2
2007-10-10r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell3-2/+9
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett3-25/+37
2007-10-10r2535: Make certain, that even if we have invalid ASN.1 here, and the caller ...Andrew Bartlett1-1/+7
2007-10-10r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storingAndrew Bartlett1-44/+60
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell1-1/+2
2007-10-10r2516: Remove duplicate line.Tim Potter1-1/+0
2007-10-10r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequestStefan Metzmacher1-3/+27
2007-10-10r2507: Allow a case-insensitive lookup when converting strings into NTSTATUSAndrew Bartlett1-1/+1
2007-10-10r2498: added STATUS_NO_MORE_FILES to nt status codes that we can map to a stringAndrew Tridgell1-0/+1
2007-10-10r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...Andrew Tridgell1-0/+1
2007-10-10r2495: cope properly with STATUS_NO_MORE_FILES in old search client codeAndrew Tridgell1-1/+4
2007-10-10r2494: fixed connecting to a share mode server (tested and really works now)Andrew Tridgell1-3/+10
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2-14/+84
2007-10-10r2463: make sure we don't send the password in a tconx unless we really have toAndrew Tridgell1-6/+14
2007-10-10r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher1-1/+3
2007-10-10r2432: more string function updates.Andrew Tridgell2-2/+2
2007-10-10r2405: expose unix_perms_to_wire() for use by the posix backend, in supportin...Andrew Tridgell1-1/+1
2007-10-10r2385: the gensec:krb5 test is not needed here any more, as we do it in the r...Andrew Tridgell1-4/+0
2007-10-10r2377: added a more generic way of disabling gensec subsystems. For example,Andrew Tridgell1-0/+5
2007-10-10r2376: added a way to disable krb5 on the command line. Just useAndrew Tridgell1-0/+5
2007-10-10r2347: merge LDAP ASN.1 fixes from trunkStefan Metzmacher2-12/+24
2007-10-10r2328: add the start of a new system and protocolStefan Metzmacher1-1/+1
2007-10-10r2315: change formatStefan Metzmacher1-1/+1
2007-10-10r2314: fix compiler warningStefan Metzmacher1-2/+2
2007-10-10r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett3-12/+33
2007-10-10r2303: allow setting of many ntlmssp options from smb.conf or the commandAndrew Tridgell1-7/+28
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