summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp/ntlmssp.h
Commit message (Expand)AuthorAgeFilesLines
* gensec: Don't keep a second copy of the auth4_context in gensec_ntlmssp_stateAndrew Bartlett2011-08-031-1/+0
* s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-081-1/+1
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-1/+1
* s4-gensec Add prototype for gensec_ntlmssp_init()Andrew Bartlett2011-01-201-0/+2
* s4:ntlmssp Use the new common ntlmssp.hAndrew Bartlett2010-06-011-117/+1
* s4:ntlmssp Merge ntlmssp structures with version from source3/Andrew Bartlett2010-06-011-5/+12
* s4:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state unionStefan Metzmacher2010-03-241-17/+3
* s4:ntlmssp: avoid usage of calc_ntlmv2_key_talloc()Stefan Metzmacher2010-03-241-2/+2
* s4:ntlmssp: move doing_ntlm2 to ntlmssp_server_auth_stateStefan Metzmacher2010-03-241-2/+0
* s4:ntlmssp: move NTLM2 session_nonce to ntlmssp_server_auth_stateStefan Metzmacher2010-03-241-3/+0
* s4:ntlmssp: move encrypted_session_key to ntlmssp_server_auth_stateStefan Metzmacher2010-03-241-3/+0
* s4:ntlmssp: remove unused server_multiple_authentications feature.Stefan Metzmacher2010-03-241-3/+0
* s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_stateStefan Metzmacher2010-03-241-7/+6
* s4:ntlmssp: make user a 'const char *' in (gensec_)ntlmssp_stateStefan Metzmacher2010-03-241-1/+1
* s4:ntlmssp: remove server_name from (gensec_)ntlmssp_state and fill the serve...Stefan Metzmacher2010-03-241-1/+0
* s4:ntlmssp: calculate server names at startup and store them in (gensec_)ntlm...Stefan Metzmacher2010-03-241-2/+4
* s4:ntlmssp: replace server_role by a server.is_standalone in (gensec_)ntlmssp...Stefan Metzmacher2010-03-241-2/+4
* s4:ntlmssp: add NTLMSSP_FEATURE_* flags from s3Stefan Metzmacher2010-03-241-0/+6
* s4:ntlmssp: remove gensec_security from (gensec_)ntlmssp_stateStefan Metzmacher2010-03-241-2/+0
* s4:ntlmssp: remove backend specifix stuff from (gensec_)ntlmssp_stateStefan Metzmacher2010-03-241-3/+0
* s4:ntlmssp: create a gensec_ntlmssp_context between gensec_security and ntlms...Stefan Metzmacher2010-03-241-1/+1
* s4:ntlmssp: add definition of gensec_ntlmssp_contextStefan Metzmacher2010-03-241-0/+7
* s4:ntlmssp: add a callback_private pointer to gensec_ntlmssp_stateStefan Metzmacher2010-03-241-1/+6
* s4:ntlmssp: remove mem_ctx from check_password() callback to match s3Stefan Metzmacher2009-12-291-1/+0
* s4:auth/ntlmssp: let get_challenge() return a NTSTATUS and fill a stack bufferStefan Metzmacher2009-12-291-1/+2
* s4:ntlmssp: fix whitespaces in ntlmssp.hStefan Metzmacher2009-12-291-16/+16
* s4: include ntlmssp header in auth/ntlmssp/ntlmssp.h.Günther Deschner2009-08-281-0/+1
* s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-281-31/+0
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-5/+0
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-211-0/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+1
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-7/+7
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-1/+1
* r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett2007-10-101-0/+1
* r12795: remember the gensec_security contextStefan Metzmacher2007-10-101-0/+2
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-101-1/+0
* r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett2007-10-101-2/+0
* r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett2007-10-101-1/+1
* r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett2007-10-101-1/+1
* r6734: most compiler don't like struct elements without a name...Stefan Metzmacher2007-10-101-1/+1
* r6466: Spelling.Tim Potter2007-10-101-1/+1
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2007-10-101-10/+6
* r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett2007-10-101-18/+21
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-11/+3
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-101-1/+0