summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r2535: Make certain, that even if we have invalid ASN.1 here, and the caller ...Andrew Bartlett2007-10-101-1/+7
* r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storingAndrew Bartlett2007-10-101-44/+60
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-101-1/+2
* r2516: Remove duplicate line.Tim Potter2007-10-101-1/+0
* r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequestStefan Metzmacher2007-10-101-3/+27
* r2507: Allow a case-insensitive lookup when converting strings into NTSTATUSAndrew Bartlett2007-10-101-1/+1
* r2498: added STATUS_NO_MORE_FILES to nt status codes that we can map to a stringAndrew Tridgell2007-10-101-0/+1
* r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...Andrew Tridgell2007-10-101-0/+1
* r2495: cope properly with STATUS_NO_MORE_FILES in old search client codeAndrew Tridgell2007-10-101-1/+4
* r2494: fixed connecting to a share mode server (tested and really works now)Andrew Tridgell2007-10-101-3/+10
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-102-14/+84
* r2463: make sure we don't send the password in a tconx unless we really have toAndrew Tridgell2007-10-101-6/+14
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-1/+3
* r2432: more string function updates.Andrew Tridgell2007-10-102-2/+2
* r2405: expose unix_perms_to_wire() for use by the posix backend, in supportin...Andrew Tridgell2007-10-101-1/+1
* r2385: the gensec:krb5 test is not needed here any more, as we do it in the r...Andrew Tridgell2007-10-101-4/+0
* r2377: added a more generic way of disabling gensec subsystems. For example,Andrew Tridgell2007-10-101-0/+5
* r2376: added a way to disable krb5 on the command line. Just useAndrew Tridgell2007-10-101-0/+5
* r2347: merge LDAP ASN.1 fixes from trunkStefan Metzmacher2007-10-102-12/+24
* r2328: add the start of a new system and protocolStefan Metzmacher2007-10-101-1/+1
* r2315: change formatStefan Metzmacher2007-10-101-1/+1
* r2314: fix compiler warningStefan Metzmacher2007-10-101-2/+2
* r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett2007-10-103-12/+33
* r2303: allow setting of many ntlmssp options from smb.conf or the commandAndrew Tridgell2007-10-101-7/+28
* r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell2007-10-101-25/+15
* r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett2007-10-101-4/+2
* r2286: Fixes towards krb5 logins into Samba's CIFS server.Andrew Bartlett2007-10-104-89/+113
* r2285: Remove more static data, fix spelling in a comment.Andrew Bartlett2007-10-102-3/+3
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-107-97/+203
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-103-8/+8
* r2184: use the smb.conf socket options for client code tooAndrew Tridgell2007-10-101-0/+1
* r2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand.Volker Lendecke2007-10-102-15/+6
* r2166: sync the asn1 stuff with trunkStefan Metzmacher2007-10-101-4/+40
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-2/+2
* r2124: merge from trunk (-r 2123):Stefan Metzmacher2007-10-101-3/+3
* r2122: merge from trunk (-r 2120):Stefan Metzmacher2007-10-101-4/+12
* r2119: Noticed by jra:Andrew Bartlett2007-10-101-6/+0
* r2102: fixed a race condition when handling dos errors that are in ourAndrew Tridgell2007-10-101-6/+5
* r2101: fixed a signed/unsigned char warningAndrew Tridgell2007-10-101-2/+2
* r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett2007-10-103-108/+77
* r2096: Enable use of NTLM2 for connections that do not got on to be NTLMSSPAndrew Bartlett2007-10-101-0/+16
* r2058: Merge heimdal krb5_locate_kdc-fix over from trunk/3_0 althoughGünther Deschner2007-10-101-1/+11
* r2054: Fix compile warnings/build failures on non-gcc.Andrew Bartlett2007-10-101-1/+2
* r2053: All RPC sessions 'want' a session key. Of course, the key theyAndrew Bartlett2007-10-101-0/+3
* r2042: missed a couple of places that should be talloc_free()Andrew Tridgell2007-10-101-2/+2
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-106-17/+90
* r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell2007-10-101-2/+2
* r2037: switched the asn.1 code to use tallocAndrew Tridgell2007-10-101-20/+16
* r2036: switched the spnego code to use tallocAndrew Tridgell2007-10-101-5/+5
* r2020: fix compiler warningsStefan Metzmacher2007-10-101-2/+2