s3:auth: use const in smb_pam_xxx_session()
[kai/samba.git] / source3 / auth / proto.h
2012-10-19 Gregor Becks3:auth: use const in smb_pam_xxx_session()
2012-10-19 Michael Adams3:auth: remove duplicate propotypes for smb_pam_claim_...
2012-08-10 Andrew Bartletts3-smbd: Create a shortcut for building the token of...
2012-06-16 Andrew Bartletts3-auth: Remove auth_netlogond
2012-05-15 Andreas Schneiders3-auth: Rename to init_system_session_info().
2012-05-15 Stefan Metzmachers3:auth: remove unused auth_server.c
2012-05-04 Volker Lendeckes3: remove some unused code
2012-03-13 Alexander Bokovoys3-rpc: Decrypt with the proper session key in CreateTr...
2012-03-08 Andrew Bartletts3-auth: Remove single-implementation plugin layer
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-02-24 Andrew Bartletts3-auth: Provide helper routine to check password and...
2012-02-24 Andrew Bartletts3-auth: Add a way to get an auth4_context from the...
2012-02-18 Andrew Bartlettauth: Reorder arguments to generate_session_info
2012-02-17 Andrew Bartletts3-auth Hook checking passwords and generating session_...
2012-02-08 Andrew Bartletts3-auth Add const to make_user_info_map
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-05 Andrew Bartletts3-auth Add TALLOC_CTX * to auth_generic_prepare()
2011-12-28 Andrew Bartletts3-auth: Remove protype for already-removed auth_ntlmss...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_prepare() -> auth_generic_p...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_state -> auth_generic_state
2011-10-21 Andrew Bartletts3-auth remove auth_ntlmssp_session_info()
2011-10-17 Günther Deschners3-auth: remove dead prototype.
2011-08-03 Andrew Bartlettselftest: test plugin_s4_dc against all ncacn_np tests
2011-08-03 Andrew Bartletts3-auth rename auth_ntlmssp_steal_session_info()
2011-08-03 Andrew Bartletts3-auth Add function to start any GENSEC mech by OID
2011-08-03 Andrew Bartletts3-auth set session_info->sanitized_username in create_...
2011-08-03 Andrew Bartletts3-ntlmssp Split auth_ntlmssp_start into two functions
2011-08-03 Andrew Bartletts3-auth Move map to guest to directly after the check_p...
2011-07-19 Andrew Bartletts3-auth inline make_auth_session_info into only caller
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth remove unused copy_serverinfo
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-19 Andrew Bartletts3-auth Add struct auth3_session_info to aid transition...
2011-07-19 Andrew Bartletts3-auth Add const to indicate input elements
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-07-04 Andreas Schneiders3-auth: Added remote_address to ntlmssp server.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-05-30 Michael Adams3:auth/proto.h: add _AUTH_PROTO_H_ guard
2011-05-30 Michael Adams3:auth/proto.h: add GPL/Copyright header
2011-04-05 Andrew Bartletts3-auth: Make server_info const in create_local_token()
2011-04-04 Andrew Bartletts3-auth use create_local_token() to transform server_in...
2011-04-04 Andrew Bartletts3-auth consolidate create_local_token() into make_serv...
2011-03-29 Günther Deschners3-prototyes: user_in_netgroup and user_in_list moved...
2011-03-29 Günther Deschners3-auth: move auth prototypes to auth/proto.h.