summaryrefslogtreecommitdiffstats
path: root/source3/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-111-1/+2
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-031-37/+55
* Add talloc stackframe for ntlm_auth.cJeremy Allison2007-11-201-0/+2
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-091-10/+10
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-14/+14
* r25143: rename public functions from winbind_client.hStefan Metzmacher2007-10-101-10/+10
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-26/+26
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-3/+3