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
/
smbd
/
sesssetup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-25
s3:smbd/sesssetup: implement dynamic re-authentication and expire session if ...
Stefan Metzmacher
1
-4
/
+78
2012-06-25
s3:smbd: make use of smbXsrv_session for smb1
Stefan Metzmacher
1
-58
/
+167
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
1
-1
/
+1
2012-06-21
s3: Remove a user of procid_is_me
Volker Lendecke
1
-1
/
+2
2012-06-06
s3:smbd: change user_struct->vuid to uint64_t
Stefan Metzmacher
1
-3
/
+3
2012-06-06
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
1
-1
/
+1
2012-06-05
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
1
-0
/
+1
2012-05-18
s3:smbd: allow creating new spnego sessions only with a 0 vuid
Stefan Metzmacher
1
-0
/
+5
2012-04-16
s3:smbd/sesssetup: use a helper variable 'action' to mark guest access
Stefan Metzmacher
1
-1
/
+3
2012-03-10
s3: Remove chain_reply
Volker Lendecke
1
-2
/
+0
2012-03-10
s3: Make sure the andX chains are ended correctly
Volker Lendecke
1
-0
/
+3
2012-03-08
s3-auth: Follow auth_ntlmssp and use auth4_context for Session Setup
Andrew Bartlett
1
-43
/
+20
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
1
-55
/
+25
2012-02-17
s3-auth: Add extra error messages on authentication or authorization failure
Andrew Bartlett
1
-0
/
+3
2012-02-16
s3-smbd Remove unused code now we always have SPNEGO via gensec
Andrew Bartlett
1
-5
/
+2
2012-01-31
s3:smbd: inline code in reply_sesssetup_and_X_spnego()
Stefan Metzmacher
1
-102
/
+71
2012-01-31
s3:smbd: the spnego session setup don't need to copy the in blob
Stefan Metzmacher
1
-10
/
+5
2012-01-31
s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_generic
Stefan Metzmacher
1
-27
/
+5
2012-01-31
s3:smbd: remove unused code from sesssetup.c
Stefan Metzmacher
1
-545
/
+0
2012-01-31
s3:smbd: remove pending_auth_data logic
Stefan Metzmacher
1
-267
/
+0
2012-01-31
s3:smbd: always use the gensec code path in sesssetup.c
Stefan Metzmacher
1
-67
/
+32
2012-01-12
s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN
Stefan Metzmacher
1
-0
/
+3
2012-01-05
s3-auth Remove ntlmssp_wrap.h which is no longer required
Andrew Bartlett
1
-1
/
+0
2012-01-05
s3-auth use gensec directly rather than via auth_generic_state
Andrew Bartlett
1
-27
/
+27
2012-01-05
s3-auth Add TALLOC_CTX * to auth_generic_prepare()
Andrew Bartlett
1
-3
/
+3
2011-12-22
s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly
Andrew Bartlett
1
-3
/
+3
2011-12-22
s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()
Andrew Bartlett
1
-3
/
+3
2011-12-22
s3-auth rename auth_ntlmssp_state -> auth_generic_state
Andrew Bartlett
1
-3
/
+3
2011-12-15
s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...
Stefan Metzmacher
1
-5
/
+5
2011-10-21
s3-ntlmssp Remove auth_ntlmssp_want_feature()
Andrew Bartlett
1
-3
/
+3
2011-10-21
s3-ntlmssp Remove auth_ntlmssp_update wrapper
Andrew Bartlett
1
-7
/
+7
2011-10-21
s3-auth remove auth_ntlmssp_session_info()
Andrew Bartlett
1
-2
/
+3
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
1
-1
/
+1
2011-09-14
s3:smbd: make use of better SMB signing negotiation
Stefan Metzmacher
1
-0
/
+18
2011-08-03
ntlmssp: Add ntlmssp_blob_matches_magic()
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-auth rename auth_ntlmssp_steal_session_info()
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-smbd Be consistent with %U subs on guest logins
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-auth use auth_generic_start to get full GENSEC in Samba3 session setup
Andrew Bartlett
1
-22
/
+32
2011-08-03
s3-smbd clarify behaviour by not passing an OID that will not be used
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-smbd Ensure we do not read past the end of a possible NTLMSSP blob
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-auth set session_info->sanitized_username in create_local_token()
Andrew Bartlett
1
-6
/
+4
2011-08-03
s3-ntlmssp Split auth_ntlmssp_start into two functions
Andrew Bartlett
1
-6
/
+35
2011-08-03
s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server
Andrew Bartlett
1
-1
/
+3
2011-08-03
s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_update
Andrew Bartlett
1
-5
/
+6
2011-08-03
s3-auth Move map to guest to directly after the check_password calls
Andrew Bartlett
1
-71
/
+0
2011-07-20
s3-auth Remove seperate guest boolean
Andrew Bartlett
1
-3
/
+4
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-4
/
+4
2011-07-20
s3-auth Use guest boolean in auth_user_info_unix
Andrew Bartlett
1
-3
/
+3
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-8
/
+39
2011-07-04
s3-smbd: Replace client_id in smbd session setup.
Andreas Schneider
1
-1
/
+1
[next]