summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2650: fixed a memory leak in make_server_info()Andrew Tridgell1-1/+1
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-2/+3
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 Tridgell3-33/+28
2007-10-10r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell2-0/+6
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-3/+3
2007-10-10r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storingAndrew Bartlett1-44/+60
2007-10-10r2432: more string function updates.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-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 Bartlett2-2/+14
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-10r2119: Noticed by jra:Andrew Bartlett1-6/+0
2007-10-10r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett2-96/+47
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 Bartlett5-17/+88
2007-10-10r2036: switched the spnego code to use tallocAndrew Tridgell1-5/+5
2007-10-10r2020: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r1886: Fix the buildVolker Lendecke1-3/+3
2007-10-10r1794: fix the build MIT krb5Stefan Metzmacher2-5/+6
2007-10-10r1790: a few updates on krb5 PAC...Stefan Metzmacher1-10/+30
2007-10-10r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher1-8/+10
2007-10-10r1770: here's the krb5 server code,Stefan Metzmacher3-28/+318
2007-10-10r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett1-1/+1
2007-10-10r1748: don't segfault if there's no ticketStefan Metzmacher1-2/+2
2007-10-10r1737: don't segfault when a mech don't have a session_info hookStefan Metzmacher1-0/+3
2007-10-10r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett1-103/+207
2007-10-10r1724: Add a new function to return the list of available OIDs.Andrew Bartlett1-9/+39
2007-10-10r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test.Andrew Bartlett1-0/+11
2007-10-10r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2-3/+3
2007-10-10r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2-14/+26
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett2-21/+26
2007-10-10r1498: (merge from 3.0)Andrew Bartlett2-4/+4
2007-10-10r1497: add forward declaration for struct auth_session_infoStefan Metzmacher1-0/+2
2007-10-10r1476: Don't print messages about the CCACHE not being found - this is normal.Andrew Bartlett1-2/+6
2007-10-10r1475: More kerberos workAndrew Bartlett6-52/+321