index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
include
/
ntlmssp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-24
s3:ntlmssp: make send_seal_key and recv_seal_key local variables
Stefan Metzmacher
1
-2
/
+0
2010-03-24
s3:ntlmssp: rename void *auth_context; into void *callback_private;
Stefan Metzmacher
1
-1
/
+4
2010-03-24
s3:ntlmssp: add some consts
Stefan Metzmacher
1
-3
/
+3
2010-03-24
s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s...
Stefan Metzmacher
1
-3
/
+0
2010-03-24
s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them
Stefan Metzmacher
1
-0
/
+5
2010-03-24
s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field...
Stefan Metzmacher
1
-1
/
+0
2010-03-24
s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_state
Stefan Metzmacher
1
-0
/
+4
2010-03-24
s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_state
Stefan Metzmacher
1
-1
/
+4
2010-01-24
s3: Add NTLMSSP_FEATURE_CCACHE
Volker Lendecke
1
-0
/
+2
2009-12-29
s3:ntlmssp: change get_challange() to return NTSTATUS
Stefan Metzmacher
1
-2
/
+2
2009-12-29
s3:ntlmssp: remove unused ntlmssp_stored_response()
Stefan Metzmacher
1
-5
/
+0
2009-12-29
s3:ntlmssp: remove unused ref_count from ntlmssp_state
Stefan Metzmacher
1
-1
/
+0
2009-12-29
s3:ntlmssp: fix whitespace in ntlmssp.h
Stefan Metzmacher
1
-1
/
+1
2009-12-29
s3:ntlmssp: fix spelling
Stefan Metzmacher
1
-1
/
+1
2009-12-29
s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_type
Stefan Metzmacher
1
-1
/
+1
2009-12-22
s3:ntlmssp: remove the typedef NTLMSSP_STATE
Andrew Bartlett
1
-2
/
+2
2009-12-22
s3:ntlmssp: move to C99 integer types in ntlmssp.h
Andrew Bartlett
1
-5
/
+5
2009-12-22
s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role
Andrew Bartlett
1
-2
/
+2
2009-08-28
s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.
Günther Deschner
1
-29
/
+0
2009-08-27
s3-ntlmssp: remove trailing whitespace.
Günther Deschner
1
-12
/
+12
2009-04-14
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
1
-5
/
+0
2009-02-21
Remove the static "chal" from ntlmssp.c:get_challenge()
Volker Lendecke
1
-1
/
+2
2008-11-30
remove the explicit mem_ctx from ntlmssp_state, use the state itself
Volker Lendecke
1
-1
/
+0
2008-11-30
fix nonempty blank lines
Volker Lendecke
1
-3
/
+2
2008-09-24
Use common arcfour implementation.
Jelmer Vernooij
1
-3
/
+3
2008-04-30
ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.
Günther Deschner
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-3
/
+3
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r17612: Modify NTLMSSP session code so that it doesn't store
Jeremy Allison
1
-1
/
+2
2007-10-10
r17216: From Kai Blin <kai.blin@gmail.com>:
Andrew Bartlett
1
-0
/
+4
2007-10-10
r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.
Jeremy Allison
1
-0
/
+1
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-16
/
+17
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-1
/
+0
2007-10-10
r7963: Add aio support to 3.0.
Jeremy Allison
1
-0
/
+1
2004-01-05
Make arbitary binary data unsigned char.
Andrew Bartlett
1
-4
/
+4
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-34
/
+64
2003-08-10
Store the server domain from the ntlmssp challenge in the client struct
Volker Lendecke
1
-0
/
+1
2003-07-14
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
1
-0
/
+5
2003-05-28
DNS domain/server name constants were also swapped.
Tim Potter
1
-2
/
+2
2003-05-28
The constants for NetBIOS domain and server names in a NTLMSSP name list were
Tim Potter
1
-2
/
+2
2003-03-18
Merge from HEAD:
Andrew Bartlett
1
-0
/
+18
2003-03-18
NTLMSSP updates from HEAD.
Andrew Bartlett
1
-0
/
+5
2003-02-24
Merge from HEAD client-side authentication changes:
Andrew Bartlett
1
-0
/
+20
2003-01-28
Merge from HEAD:
Andrew Bartlett
1
-4
/
+15
2003-01-15
missed a file
Gerald Carter
1
-13
/
+4
2003-01-15
Refactor the NTLMSSP code again - this time we use function pointers to
Andrew Bartlett
1
-4
/
+13
2003-01-13
Updates to our NTLMSSP code:
Andrew Bartlett
1
-0
/
+79