summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher2007-10-101-8/+10
* r1770: here's the krb5 server code,Stefan Metzmacher2007-10-103-28/+318
* r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett2007-10-101-1/+1
* r1748: don't segfault if there's no ticketStefan Metzmacher2007-10-101-2/+2
* r1737: don't segfault when a mech don't have a session_info hookStefan Metzmacher2007-10-101-0/+3
* r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2007-10-101-103/+207
* r1724: Add a new function to return the list of available OIDs.Andrew Bartlett2007-10-101-9/+39
* r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test.Andrew Bartlett2007-10-101-0/+11
* r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2007-10-102-3/+3
* r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2007-10-102-14/+26
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-102-21/+26
* r1498: (merge from 3.0)Andrew Bartlett2007-10-102-4/+4
* r1497: add forward declaration for struct auth_session_infoStefan Metzmacher2007-10-101-0/+2
* r1476: Don't print messages about the CCACHE not being found - this is normal.Andrew Bartlett2007-10-101-2/+6
* r1475: More kerberos workAndrew Bartlett2007-10-106-52/+321
* r1467: disable gensec_krb5 by default till abartletStefan Metzmacher2007-10-101-1/+2
* r1466: the name "oid" is taken by some silly system headers - avoid it in our...Andrew Tridgell2007-10-101-2/+2
* r1463: fix the krb5 buildStefan Metzmacher2007-10-102-1/+5
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-104-70/+73
* r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett2007-10-101-447/+0