summaryrefslogtreecommitdiffstats
path: root/source3/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
* s3:ntlm_auth: support clients which offer a spnego mechs we don't supportStefan Metzmacher2010-12-071-110/+169
* s3:ntlm_auth: free session key, as we don't use it (at least for now)Stefan Metzmacher2010-12-071-1/+2
* s3:ntlm_auth: fix memory leak in the raw ntlmssp code pathStefan Metzmacher2010-12-071-0/+2
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* s3: Add the PAC info3 struct to the netsamlogon_cache in ntlm_authVolker Lendecke2010-09-161-0/+4
* s3: Correctly unwrap the krb ticket in gss-spnegoVolker Lendecke2010-09-161-1/+52
* s3: Fall back to raw NTLMSSP for the gss-spnego protocolVolker Lendecke2010-09-161-0/+25
* s3: Split off output generation from manage_squid_ntlmssp_requestVolker Lendecke2010-09-161-17/+41
* s3: Wrap the ntlm_auth loop with a talloc_stackframeVolker Lendecke2010-09-161-0/+2
* libcli/auth/ntlmssp Be clear about talloc parents for session keysAndrew Bartlett2010-09-161-5/+7
* s3: Fix some debug msgs in ntlm_authVolker Lendecke2010-09-151-8/+8
* s3: Remove some unnecessary if-statementsVolker Lendecke2010-09-131-10/+5
* ntlm_auth: Fix a valgrind errorVolker Lendecke2010-09-131-1/+1
* s3: Fix a typoVolker Lendecke2010-09-131-1/+1
* s3: Fix a typo (authentictaion->authentication)Volker Lendecke2010-09-131-1/+3
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-261-0/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-201-4/+6
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-191-17/+17
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-181-0/+1
* s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett2010-05-111-2/+2
* s3 ntlm_auth: Don't malloc data that will be talloc_free()dKai Blin2010-03-261-12/+12
* s3:ntlmssp: use client.netbios_name instead of workstationStefan Metzmacher2010-03-241-3/+4
* s3:ntlmssp: rename void *auth_context; into void *callback_private;Stefan Metzmacher2010-03-241-6/+6
* s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s...Stefan Metzmacher2010-03-241-4/+0
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-241-1/+5
* s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_stateStefan Metzmacher2010-03-241-1/+27
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-101-36/+36
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett2009-12-221-4/+4
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+1
* ntlm_auth: use data_blob_talloc() to allocate session keyKai Blin2009-11-211-2/+2
* s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.Günther Deschner2009-11-061-2/+2
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-171-2/+4
* spnego: share spnego_parse.Günther Deschner2009-09-171-19/+24
* s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...Bo Yang2009-05-221-1/+56
* s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIsAndrew Bartlett2009-04-141-2/+2
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-3/+3
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-2/+3
* Add some harmless use of talloc_tos() in ntlm_authAndrew Bartlett2009-04-141-2/+2
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-071-4/+2
* Fix an uninitialized variable, introdued with 4d100f2fVolker Lendecke2009-02-131-1/+1
* Fix Coverity ID 744Volker Lendecke2009-02-131-1/+1
* Fix Coverity ID 745 (RESOURCE_LEAK)Volker Lendecke2009-02-131-0/+1
* S3: Fixes for coverity issues.todd stecher2009-02-101-2/+3
* remove the explicit mem_ctx from ntlmssp_state, use the state itselfVolker Lendecke2008-11-301-3/+4
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.Kai Blin2008-11-101-3/+15
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-4/+4