libgpo: remove unused libgpo wscript_build.
[sfrench/samba-autobuild/.git] / auth / ntlmssp /
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2013-06-19 Andrew Bartlettbuild: Build with system md5.h on OpenIndiana
2013-03-27 Andrew Bartlettauth/ntlmssp: Avoid use-after-free of user_info after...
2012-08-04 Stefan Metzmacherauth/ntlmssp: avoid talloc_tos() in ntlmssp_client_init...
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-03-09 Andrew Bartlettauth/ntlmssp: Remove reference to struct ntlmssp_state
2012-03-09 Andrew Bartlettauth/ntlmssp: Remove gensec_security element from gense...
2012-02-24 Andrew Bartlettauth: Remove plugable password-check functions from...
2012-02-24 Andrew Bartlettauth: consolidate gensec_ntlmssp_server wrapper functions
2012-02-24 Andrew Bartletts3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp...
2012-02-24 Andrew Bartlettauth: Rename some elements of auth4_context
2012-02-18 Andrew Bartlettauth: Reorder arguments to generate_session_info
2012-02-17 Andrew Bartlettauth: Allow the netbios name and domain to be set from...
2012-02-17 Andrew Bartlettauth: Make more of the ntlmssp code private or static
2012-02-17 Andrew Bartlettauth: Provide a way to specify the NTLMSSP server name...
2012-02-17 Andrew Bartlettauth: Rearrange ntlmssp code for clarity
2012-02-17 Andrew Bartlettauth: Set NTLMSSP_NEGOTIATE_SIGN when session key suppo...
2012-02-17 Andrew Bartletts3-auth Use the common gensec_ntlmssp_update in gensec_...
2012-02-17 Andrew Bartletts3-auth: Use common gensec_ntlmssp server functions...
2012-02-17 Andrew Bartletts3-auth: Add extra error messages on authentication...
2012-02-17 Andrew Bartlettauth: Cope with NO_USER_SESSION_KEY from security=server
2012-02-17 Andrew Bartlettauth: Move the rest of the source4 gensec_ntlmssp code...
2012-02-17 Andrew Bartletts3-auth Hook checking passwords and generating session_...
2012-02-08 Andrew Bartlettauth: rename ntlmssp.c to ntlmssp_util.c
2012-01-30 Andrew Bartlettauth: Make check_password and generate_session_info...
2011-10-28 Andrew Bartlettgensec: Add parinoia about integer wrapping
2011-10-18 Andrew Bartlettntlmssp: Refuse to seal if we did not negotiate to...
2011-10-18 Andrew Bartlettntlmssp: Put members from auth_ntlmssp_state into gense...
2011-10-18 Andrew Bartlettntlmssp: Prepare gensec_ntlmssp_start() for broader use
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp