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
/
auth
/
auth_ntlmssp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-05
s3-auth Remove ntlmssp_wrap.h which is no longer required
Andrew Bartlett
1
-1
/
+0
2012-01-05
s3-auth re-create the auth context in the s3 ntlmssp server module
Andrew Bartlett
1
-0
/
+5
2011-12-22
s3-auth split the auth_generic functions into a seperate file
Andrew Bartlett
1
-157
/
+1
2011-12-22
s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly
Andrew Bartlett
1
-5
/
+0
2011-12-22
s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()
Andrew Bartlett
1
-2
/
+2
2011-12-22
s3-auth rename auth_ntlmssp_state -> auth_generic_state
Andrew Bartlett
1
-6
/
+6
2011-10-21
s3-auth remove auth_ntlmssp_session_info()
Andrew Bartlett
1
-11
/
+0
2011-10-18
s3-auth move the s3 auth context onto gensec_ntlmssp once we start
Andrew Bartlett
1
-2
/
+2
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
1
-1
/
+2
2011-10-18
s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module
Andrew Bartlett
1
-84
/
+227
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
1
-1
/
+1
2011-10-18
s3-auth Add my copyright
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-ntlmssp Remove a level of nesting in if/else statement
Andrew Bartlett
1
-3
/
+2
2011-08-03
selftest: test plugin_s4_dc against all ncacn_np tests
Andrew Bartlett
1
-0
/
+36
2011-08-03
s3-ntlmssp clarify session key behaviour after create_local_token() changes
Andrew Bartlett
1
-2
/
+1
2011-08-03
s3-ntlmssp Remove auth_ntlmssp_state_destructor, use the talloc tree instead
Andrew Bartlett
1
-16
/
+5
2011-08-03
s3-auth rename auth_ntlmssp_steal_session_info()
Andrew Bartlett
1
-3
/
+3
2011-08-03
s3-auth Add function to start any GENSEC mech by OID
Andrew Bartlett
1
-2
/
+18
2011-08-03
s3-auth set session_info->sanitized_username in create_local_token()
Andrew Bartlett
1
-0
/
+1
2011-08-03
s3-ntlmssp Split auth_ntlmssp_start into two functions
Andrew Bartlett
1
-12
/
+15
2011-08-03
s3-ntlmssp Split calls to gensec plugin into prepare and start
Andrew Bartlett
1
-4
/
+10
2011-08-03
s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp
Andrew Bartlett
1
-13
/
+36
2011-08-03
s3-auth Move map to guest to directly after the check_password calls
Andrew Bartlett
1
-0
/
+4
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-1
/
+1
2011-07-04
s3-auth: Pass the remote_address down to user_info.
Andreas Schneider
1
-2
/
+2
2011-07-04
s3-auth: Added remote_address to ntlmssp server.
Andreas Schneider
1
-1
/
+10
2011-07-04
s3-auth: Only reload the config file.
Andreas Schneider
1
-1
/
+1
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-1
/
+1
2011-05-03
s3-include: use new roles.h
Andrew Tridgell
1
-1
/
+1
2011-04-05
s3-auth Rename user_session_key -> session_key to match auth_session_info
Andrew Bartlett
1
-6
/
+6
2011-04-05
s3-auth use create_local_token() to transform server_info -> session_info
Andrew Bartlett
1
-24
/
+9
2011-03-30
s3-auth: use auth.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: auth also needs parts of smbd.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-5
/
+5
2010-11-10
Ensure we check the return from make_user_info before dereferencing the value...
Jeremy Allison
1
-2
/
+2
2010-09-26
s3: Lift talloc_autofree_context() from make_auth_context_subsystem()
Volker Lendecke
1
-1
/
+1
2010-09-16
libcli/auth/ntlmssp Be clear about talloc parents for session keys
Andrew Bartlett
1
-9
/
+16
2010-08-29
s3: Remove a use of smbd_server_fd
Volker Lendecke
1
-1
/
+1
2010-08-18
s3: Lift smbd_server_fd from reload_services()
Volker Lendecke
1
-1
/
+1
2010-08-14
s3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett
1
-1
/
+1
2010-08-08
s3: Lift the smbd_messaging_context from reload_services
Volker Lendecke
1
-1
/
+1
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-07-28
s3-auth: Remove unimplemented functions
Simo Sorce
1
-10
/
+0
2010-07-20
s3-auth: Move auth_ntlmssp wrappers in their own file
Simo Sorce
1
-77
/
+1
2010-07-20
s3-auth: Refactor and rename auth_ntlmssp_server_info()
Simo Sorce
1
-11
/
+13
2010-07-19
s3-auth: Remove unused variable.
Simo Sorce
1
-2
/
+0
2010-07-19
s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts
Simo Sorce
1
-6
/
+12
2010-07-19
s3-auth: auth_make ntlmssp_state the parent context
Simo Sorce
1
-29
/
+12
2010-07-19
s3-auth: Simplify how we free the auth_context
Simo Sorce
1
-1
/
+1
[next]