summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2018-1139 s3-utils: use enum ntlm_auth_level in ntlm_password_check().Günther Deschner2018-08-111-2/+4
* s3:ntlm_auth: fix memory leak in manage_gensec_request()Stefan Metzmacher2017-04-071-6/+9
* auth: Add logging of service authorizationAndrew Bartlett2017-03-291-0/+3
* ntlm_auth: Set ntlm_auth as the service_description into gensecAndrew Bartlett2017-03-291-0/+11
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-3/+6
* ntlm_auth3: let contact_winbind_auth_crap() return pauthoritativeStefan Metzmacher2017-03-241-0/+11
* ntlm_auth: Use "all_zero" where appropriateVolker Lendecke2017-01-031-13/+9
* ntlm_auth3: xfile->stdioVolker Lendecke2016-12-111-109/+122
* s3: ntlm_auth: Don't corrupt the output stream with debug messages.Jeremy Allison2016-12-111-3/+3
* ntlm_auth: Avoid some staticsVolker Lendecke2016-11-201-5/+5
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-0/+1
* s3:ntlm_auth: don't use gensec_want_feature(gensec_security, GENSEC_FEATURE_{...Stefan Metzmacher2016-10-261-3/+0
* s3:ntlm_auth: call fault_setup() in order to get usefull backtracesStefan Metzmacher2016-07-221-0/+1
* s3:ntlm_auth: make ntlm_auth_generate_session_info() more completeStefan Metzmacher2016-05-181-5/+46
* lib: Give base64.c its own .hVolker Lendecke2016-05-041-0/+1
* lib: Make callers of base64_encode_data_blob check for successVolker Lendecke2016-05-041-0/+2
* s3:ntlm_auth: pass manage_squid_request() needs a valid struct ntlm_auth_stat...Stefan Metzmacher2016-03-221-1/+13
* Added MSV1_0_ALLOW_MSVCHAPV2 flag to ntlm_authHerwin Weststrate2016-03-111-0/+7
* s3:ntlm_auth: also use gensec for "ntlmssp-client-1" and "gss-spnego-client"Stefan Metzmacher2016-03-101-679/+110
* s3:ntlm_auth: fix --use-cached-creds with ntlmssp-client-1Stefan Metzmacher2016-03-101-2/+2
* ntlm_auth: Allow --password force a local password check for ntlm-server-1 modeAndrew Bartlett2016-01-071-22/+60
* ntlm_auth: Add --offline-logonWolfgang Ocker2015-12-051-1/+10
* s3:ntlm_auth: don't start gensec backend twiceStefan Metzmacher2015-06-231-11/+5
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-071-9/+9
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* Use global context for winbindd_request_responseMatthew Newton2015-03-101-8/+8
* ntlm_auth: Allow the --option parameter to work against ntlm_authAndrew Bartlett2014-10-171-0/+1
* ntlm_auth: Allow us to use kerberos when we are an AD DCAndrew Bartlett2014-10-171-1/+1
* Replace all uses of iniparser with tiniparser.Jeremy Allison2014-08-141-5/+5
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-1/+1
* Stop use after freeAlistair Leslie-Hughes2013-09-271-1/+5
* libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher2013-08-101-1/+1
* auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher2013-08-101-11/+11
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* s3:ntlm_auth: remove pointless credentials->priv_data = NULL;Stefan Metzmacher2013-08-051-1/+0
* source3/utils/ntlm_auth.c: Fix typo in debug message.Karolin Seeger2013-05-151-1/+1
* ntlm_auth: Use new samba_getpass() function.Andreas Schneider2012-12-031-1/+7
* ntlm_auth: Increase debug level if we use config domain name.Andreas Schneider2012-10-261-2/+2
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-3/+1
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-26/+2
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-13/+0
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3: Attempt to fix the build without kerberosVolker Lendecke2012-04-241-0/+3
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-1/+3
* s3: Fix a "ISO C90 forbids mixed declarations and code"Volker Lendecke2012-04-191-3/+7
* s3-ntlm_auth: use manage_gensec_request for squid-2.5-ntlmsspAndrew Bartlett2012-04-031-178/+9
* s3-auth: Order GENSEC mechs by priority, krb5 before NTLMSSPAndrew Bartlett2012-04-031-2/+3
* s3-ntlm_auth: add ntlm_auth_generate_session_info_pac()Andrew Bartlett2012-04-031-0/+144
* s3-ntlm_auth Use GENSEC for gss-spnego serverAndrew Bartlett2012-04-031-404/+390