s3-rpc_server: Added helper functions to read data from a ncacn socket.
[amitay/samba.git] / source3 / auth /
2010-09-11 Andrew Bartletts3-privs Call security_token_set_privilege() rather...
2010-09-11 Andrew Bartletts3-privs Inline dump_se_priv into callers now that...
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-09-09 Andreas Schneiders3-auth: Added get_server_info_system function.
2010-09-01 Günther Deschners3-auth: fix uninitialized error code in get_guest_info3().
2010-08-31 Günther Deschners3-auth: remove global include of krb5pac.h.
2010-08-31 Günther Deschners3-auth: remove unused variable in check_sam_security().
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN privileges -> privilege_mask
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-30 Andreas Schneiders3-auth: The unlock of the account is now done by the...
2010-08-30 Andreas Schneiders3-auth: Use SamInfo3_for_guest to create guest server_...
2010-08-30 Simo Sorces3-auth: add helper to get server_info out of kerberos...
2010-08-30 Simo Sorces3-auth: Add helper function to retrieve the unix user...
2010-08-29 Volker Lendeckes3: Remove a use of smbd_server_fd
2010-08-28 Volker Lendeckes3: Remove smbd_server_conn() from check_unix_security
2010-08-28 Volker Lendeckes3: Lift smbd_server_fd() from pass_check()
2010-08-28 Volker Lendeckes3: Lift smbd_server_fd() from password_check()
2010-08-28 Volker Lendeckes3: Fix some nonempty blank lines
2010-08-28 Volker Lendeckes3: Fix smb_pam_passcheck
2010-08-28 Volker Lendeckes3: Those functions are no macros anymore :-)
2010-08-27 Volker Lendeckes3: Lift smbd_server_fd() from smb_pam_passcheck
2010-08-27 Volker Lendeckes3: Lift smbd_server_fd() from smb_pam_start
2010-08-27 Volker Lendeckes3: Pass "private_data" through string_combinations()
2010-08-27 Volker Lendeckes3: Pass rhost through to smb_pam_passchange
2010-08-26 Volker Lendeckes3: Fix typos
2010-08-25 Günther Deschners3-build: only include nsswitch header where needed.
2010-08-25 Günther Deschners3-build: only include memcache.h where needed.
2010-08-24 Björn Jackepam: fix unused variable warning
2010-08-23 Volker Lendeckes3: PAM_RHOST and PAM_TTY are enums on FreeBSD
2010-08-22 Volker Lendeckes3: Turn two macros into functions
2010-08-22 Volker Lendeckes3: Pass the rhost through smb_pam_accountcheck
2010-08-22 Volker Lendeckes3: Rename auth.c:backends to auth_backends
2010-08-22 Volker Lendeckes3: Fix some nonemtpy blank lines
2010-08-20 Jeremy AllisonFix const warning.
2010-08-19 Volker Lendeckes3: Remove smb_pam_accountcheck from the auth modules
2010-08-18 Volker Lendeckes3: Lift smbd_server_fd from reload_services()
2010-08-16 Volker Lendeckes3: Remove get_client_fd()
2010-08-16 Andreas Schneiders3-auth: Remove obsolete 'update encrypted' option.
2010-08-14 Andrew Bartletts3:auth Add error paths for invalid password_state...
2010-08-14 Andrew Bartletts3:auth Change winbindd -> auth interface to more stand...
2010-08-14 Andrew Bartletts3:auth Change 'make_user_info' to be talloc based
2010-08-14 Andrew Bartletts3:auth Whitespace fixes after auth merge
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-08-06 Günther Deschners3: remove global include of samr.h
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-07-28 Simo Sorces3-auth: Remove unimplemented functions
2010-07-24 Volker Lendeckes3: Fix a typo (missing space)
2010-07-20 Simo Sorces3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data
2010-07-20 Simo Sorces3-auth: Move auth_ntlmssp wrappers in their own file
2010-07-20 Simo Sorces3-auth: Refactor and rename auth_ntlmssp_server_info()
2010-07-19 Simo Sorces3-auth: Remove unused variable.
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Use talloc hierarchies to properly free auth_n...
2010-07-19 Simo Sorces3-auth: auth_make ntlmssp_state the parent context
2010-07-19 Simo Sorces3-auth: Simplify how we free the auth_context
2010-07-19 Simo Sorces3-auth: Cleanup and readability fixes
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
2010-07-14 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-07-11 Volker Lendeckes3: [ug]id_to_unix_... can not fail
2010-07-08 Volker Lendeckes3: Slightly simplify make_server_info_pw
2010-06-25 Volker Lendeckes3: In make_server_info_info3, check the result of...
2010-06-25 Volker Lendeckes3: In copy_netr_SamInfo3 copy all of the sids array
2010-06-16 Günther Deschners3-auth: in make_user_info_for_reply_enc make sure...
2010-06-16 Günther Deschners3-auth: fix debug message in check_winbind_security().
2010-06-16 Günther DeschnerRevert "s4-smbtorture: only pull info when status code...
2010-06-16 Günther Deschners4-smbtorture: only pull info when status code indicate...
2010-06-11 Günther Deschners3-auth: Fix valgrind warning (unitialized var) in...
2010-06-11 Simo Sorces3:auth fix samu->info3 conversion
2010-06-10 Andreas Schneiders3:misc make use of server_[event/messaging]_context...
2010-06-08 Volker LendeckeRevert "s3:auth Change auth_ntlmssp_server_info API...
2010-06-07 Andrew Bartletts3:auth add hooks to indicate if signing or sealing...
2010-06-07 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-06-07 Andrew Bartletts3:auth Rename user_info->domain -> user_info->mapped...
2010-06-07 Andrew Bartletts3:auth Rename user_info->client_domain -> user_info...
2010-06-07 Andrew Bartletts3:auth Rename user_info->internal_username -> user_inf...
2010-06-07 Andrew Bartletts3:auth Rename user_info->smb_name -> user_info->client...
2010-06-07 Simo Sorces3:auth make sure the primary group sid is usable
2010-06-07 Simo Sorces3:auth return the full passwd struct from check_account
2010-06-07 Simo Sorces3:auth remove unused structure member
2010-06-07 Simo Sorces3:auth create nt token from info3 directly
2010-06-07 Simo Sorces3:auth handle unix domain sids in samu
2010-06-07 Simo Sorces3:auth set the resolved user sid in the fake sam account
2010-06-07 Simo Sorces3:auth check the user is valid first
2010-06-07 Simo Sorces3:auth make sure we set the right username
2010-06-04 Andreas Schneiders3-auth: Moved smbd user functions to a generic place.
2010-06-01 Andrew Bartletts3:auth Rename wksta_name -> workstation_name in auth_u...
2010-05-31 Simo Sorces3:smbd map_username() doesn't need sconn anymore
2010-05-31 Günther Deschners3-auth: add "system" bool flag to auth_serversupplied_...
2010-05-31 Andrew Bartletts3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Andrew Bartletts3:auth Remove AUTH_NTLMSSP_STATE typedef.
2010-05-31 Andrew Bartletts3:auth Make AUTH_NTLMSSP_STATE a private structure.
2010-05-29 Simo Sorces3:auth make it easier to trace auth modules
2010-05-29 Simo Sorces3:auth fix info3 duplication function
2010-05-29 Andrew Bartletts3:auth Fix segfault when the user cannot be found...
2010-05-28 Andreas Schneiders3-auth: Added a function to get the server_info from...
next