summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
...
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-104-5/+5
* r3289: Mr. L. and Mr. B.!Stefan Metzmacher2007-10-102-8/+6
* r3219: Hi, Andrew B.!Volker Lendecke2007-10-101-0/+2
* r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2007-10-102-30/+57
* r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (butAndrew Bartlett2007-10-101-5/+4
* r3128: Return the correct error code for a secrets/kerberos login, butAndrew Bartlett2007-10-101-7/+15
* r3115: Bugfixes and extra debug in our kerberos verify code.Andrew Bartlett2007-10-102-27/+26
* r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett2007-10-103-49/+49
* r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett2007-10-101-2/+4
* r2860: add gensec_have_feature() to check what feature are used in the connec...Stefan Metzmacher2007-10-101-0/+15
* r2859: It seems useful to allow the seal/unseal functions in gensec to passAndrew Bartlett2007-10-101-0/+12
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-2/+2
* r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher2007-10-102-2/+4
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-1/+1
* r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell2007-10-101-1/+2
* r2650: fixed a memory leak in make_server_info()Andrew Tridgell2007-10-101-1/+1
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-101-2/+3
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-2/+1
* r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell2007-10-106-103/+64
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-102-11/+11
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-103-33/+28
* r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell2007-10-102-0/+6
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-3/+3
* r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storingAndrew Bartlett2007-10-101-44/+60
* r2432: more string function updates.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
* 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-102-2/+14
* 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
* r2119: Noticed by jra:Andrew Bartlett2007-10-101-6/+0
* r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett2007-10-102-96/+47
* 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-105-17/+88
* r2036: switched the spnego code to use tallocAndrew Tridgell2007-10-101-5/+5
* r2020: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r1886: Fix the buildVolker Lendecke2007-10-101-3/+3
* r1794: fix the build MIT krb5Stefan Metzmacher2007-10-102-5/+6
* r1790: a few updates on krb5 PAC...Stefan Metzmacher2007-10-101-10/+30