summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove external refs to winbindd_fdVolker Lendecke2008-04-061-2/+0
* ntlm_auth: Improve compliance to the Squid helper protocolKai Blin2008-03-191-31/+44
* winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2008-02-281-1/+1
* Fix some more callers of PAC_DATA.Günther Deschner2008-02-171-1/+1
* ntlm_auth: Parse configfile after parsing it's location, not before.Kai Blin2008-01-311-9/+14
* ntlm_auth: Get rid of statics in manage_squid_ntlmssp_requestKai Blin2008-01-191-37/+50
* ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.Kai Blin2008-01-191-55/+66
* nltm_auth: Use struct ntlm_auth_state in helper functions.Kai Blin2008-01-191-34/+40
* ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin2008-01-191-4/+43
* ntlm_auth: Dynamically allocate the read buffer.Kai Blin2008-01-191-28/+43
* util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin2008-01-191-10/+15