index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
auth
/
auth_ntlmssp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-ntlmssp Remove a level of nesting in if/else statement
Andrew Bartlett
2011-08-03
1
-3
/
+2
*
selftest: test plugin_s4_dc against all ncacn_np tests
Andrew Bartlett
2011-08-03
1
-0
/
+36
*
s3-ntlmssp clarify session key behaviour after create_local_token() changes
Andrew Bartlett
2011-08-03
1
-2
/
+1
*
s3-ntlmssp Remove auth_ntlmssp_state_destructor, use the talloc tree instead
Andrew Bartlett
2011-08-03
1
-16
/
+5
*
s3-auth rename auth_ntlmssp_steal_session_info()
Andrew Bartlett
2011-08-03
1
-3
/
+3
*
s3-auth Add function to start any GENSEC mech by OID
Andrew Bartlett
2011-08-03
1
-2
/
+18
*
s3-auth set session_info->sanitized_username in create_local_token()
Andrew Bartlett
2011-08-03
1
-0
/
+1
*
s3-ntlmssp Split auth_ntlmssp_start into two functions
Andrew Bartlett
2011-08-03
1
-12
/
+15
*
s3-ntlmssp Split calls to gensec plugin into prepare and start
Andrew Bartlett
2011-08-03
1
-4
/
+10
*
s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp
Andrew Bartlett
2011-08-03
1
-13
/
+36
*
s3-auth Move map to guest to directly after the check_password calls
Andrew Bartlett
2011-08-03
1
-0
/
+4
*
s3-auth Use the common auth_session_info
Andrew Bartlett
2011-07-20
1
-1
/
+1
*
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
2011-07-20
1
-1
/
+1
*
s3-auth: Pass the remote_address down to user_info.
Andreas Schneider
2011-07-04
1
-2
/
+2
*
s3-auth: Added remote_address to ntlmssp server.
Andreas Schneider
2011-07-04
1
-1
/
+10
*
s3-auth: Only reload the config file.
Andreas Schneider
2011-07-04
1
-1
/
+1
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-include: use new roles.h
Andrew Tridgell
2011-05-03
1
-1
/
+1
*
s3-auth Rename user_session_key -> session_key to match auth_session_info
Andrew Bartlett
2011-04-05
1
-6
/
+6
*
s3-auth use create_local_token() to transform server_info -> session_info
Andrew Bartlett
2011-04-05
1
-24
/
+9
*
s3-auth: use auth.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: auth also needs parts of smbd.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-5
/
+5
*
Ensure we check the return from make_user_info before dereferencing the value...
Jeremy Allison
2010-11-10
1
-2
/
+2
*
s3: Lift talloc_autofree_context() from make_auth_context_subsystem()
Volker Lendecke
2010-09-26
1
-1
/
+1
*
libcli/auth/ntlmssp Be clear about talloc parents for session keys
Andrew Bartlett
2010-09-16
1
-9
/
+16
*
s3: Remove a use of smbd_server_fd
Volker Lendecke
2010-08-29
1
-1
/
+1
*
s3: Lift smbd_server_fd from reload_services()
Volker Lendecke
2010-08-18
1
-1
/
+1
*
s3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett
2010-08-14
1
-1
/
+1
*
s3: Lift the smbd_messaging_context from reload_services
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
2010-08-06
1
-0
/
+1
*
s3-auth: Remove unimplemented functions
Simo Sorce
2010-07-28
1
-10
/
+0
*
s3-auth: Move auth_ntlmssp wrappers in their own file
Simo Sorce
2010-07-20
1
-77
/
+1
*
s3-auth: Refactor and rename auth_ntlmssp_server_info()
Simo Sorce
2010-07-20
1
-11
/
+13
*
s3-auth: Remove unused variable.
Simo Sorce
2010-07-19
1
-2
/
+0
*
s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts
Simo Sorce
2010-07-19
1
-6
/
+12
*
s3-auth: auth_make ntlmssp_state the parent context
Simo Sorce
2010-07-19
1
-29
/
+12
*
s3-auth: Simplify how we free the auth_context
Simo Sorce
2010-07-19
1
-1
/
+1
*
s3-auth: Cleanup and readability fixes
Simo Sorce
2010-07-19
1
-21
/
+23
*
s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
Simo Sorce
2010-07-19
1
-1
/
+1
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-07-14
1
-4
/
+7
*
Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"
Volker Lendecke
2010-06-08
1
-6
/
+4
*
s3:auth add hooks to indicate if signing or sealing is desired with NTLMSSP
Andrew Bartlett
2010-06-07
1
-0
/
+10
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-06-07
1
-4
/
+6
*
s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()
Andrew Bartlett
2010-05-31
1
-2
/
+4
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
s3:auth Remove AUTH_NTLMSSP_STATE typedef.
Andrew Bartlett
2010-05-31
1
-12
/
+12
*
s3:auth Make AUTH_NTLMSSP_STATE a private structure.
Andrew Bartlett
2010-05-31
1
-0
/
+87
*
s3: Make "auth_context" its own talloc parent
Volker Lendecke
2010-04-11
1
-1
/
+1
*
s3:ntlmssp: use client.netbios_name instead of workstation
Stefan Metzmacher
2010-03-24
1
-2
/
+2
[next]