auth: Fill in user_info->service_description from all callers
[kai/samba-autobuild/.git] / source3 / auth / auth_util.c
2017-03-29 Andrew Bartlettauth: Fill in user_info->service_description from all...
2017-02-27 Volker Lendeckeauth3: Simplify get_system_info3
2017-02-27 Volker Lendeckeauth3: Fix some whitespace
2017-01-03 Volker Lendeckeauth3: Avoid some zeros footprint
2017-01-03 Volker Lendeckeauth3: Use "all_zero" where appropriate
2016-12-28 Volker Lendeckelib: Add lib/util_unixsids.h
2016-10-24 Uri Simchonismbd: in ntlm auth, do not map empty domain in case...
2016-10-13 Trever L. AdamsUpdate smbrun to allow for settings environment variables.
2016-06-30 Stefan Metzmacherauth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamI...
2016-04-12 Stefan MetzmacherCVE-2016-2111: s3:auth: implement "raw NTLMv2 auth...
2015-08-21 Andreas Schneiders3-auth: Fix a memory leak in make_server_info_info3()
2015-08-21 Andreas Schneiders3-auth: Pass nt_username to check_account()
2015-08-21 Andreas Schneiders3-auth: Fix 'map to guest = Bad Uid' support
2015-05-13 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/auth.
2015-01-14 Jeremy Allisons3: auth: Plumb in the SamInfo3_handle_sids() utility...
2014-10-30 rootDon't drop any error codes just because we think there...
2014-06-17 Jeremy Allisons3: auth: Add some const to the struct netr_SamInfo3...
2014-04-02 Andrew Bartletts3-auth: Finally change make_user_info_*() use a parent...
2014-02-19 Andreas Schneiders3-auth: Pass mem_ctx to do_map_to_guest_server_info().
2014-02-08 Garming Samparam: rename lp function and variable from "adduser_sc...
2014-02-08 Garming Samparam: rename lp function and variable from 'guestaccou...
2014-02-05 Andreas Schneiders3-auth: Add passwd_to_SamInfo3().
2014-02-04 Andreas Schneiders3-auth: Pass talloc context to make_server_info_pw().
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-27 Daniel KobrasFix bug #9039 'map untrusted to domain' treats WORKSTAT...
2012-12-12 Andreas Schneiders3-auth: Make sure we work on valid data_blobs.
2012-12-09 Günther Deschners3-rpc_server: support AES for interactive netlogon...
2012-11-12 Sumit BoseUse work around for 'winbind use default domain' only...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-19 Andrew Bartletts3-auth Use correct RID for domain guests primary group
2012-07-19 Andrew BartlettRevert "s3:auth make sure the primary group sid is...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-19 Andrew Bartletts3-auth: make_new_system_info_session() now does not...
2012-06-19 Andrew Bartletts3-auth: make_new_system_info_session() not query passdb
2012-06-19 Andrew Bartletts3-auth: inline make_session_info functions into only...
2012-06-19 Andrew Bartlettauth: Use only security_token_is_system to determine...
2012-06-19 Andrew Bartletts3-auth: Fix system token as just being SID_NT_SYSTEM
2012-06-15 Andrew Bartletts3-auth: Fix system info3 return to be just SID_NT_SYSTEM
2012-06-15 Andrew Bartletts3-auth: Fix system token generation not to dereference...
2012-06-15 Andrew Bartletts3-auth: Give the SYSTEM token all privileges
2012-05-15 Andreas Schneiders3-auth: Rename to init_system_session_info().
2012-05-15 Andreas Schneiders3-auth: Don't lookup the system user in pdb.
2012-05-04 Volker Lendeckes3: remove some unused code
2012-05-02 Michael Adams3:passdb: rename sids_to_unix_ids() --> sids_to_unixid...
2012-05-02 Andrew Bartletts3-passdb: Use struct unixid in sids_to_unix_ids
2012-03-13 Alexander Bokovoys3-rpc: Decrypt with the proper session key in CreateTr...
2012-03-08 Andrew Bartletts3-auth: Follow auth_ntlmssp and use auth4_context...
2012-03-04 Andrew Bartletts3-auth Add make_session_info_from_pw to avoid multiple...
2012-02-08 Andrew Bartletts3-auth Add const to make_user_info_map
2011-12-22 Andrew Bartletts3-auth Restore shortcut for guest security token
2011-10-24 Simo Sorceidl: Improve MS-PAC IDL
2011-10-18 Stefan Metzmachers3:auth_util: add the uid with WBC_ID_TYPE_BOTH also...
2011-09-22 Andrew Tridgells3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH
2011-08-03 Andrew Bartletts3-auth directly return the result of make_server_info_...
2011-08-03 Andrew Bartletts3-auth remove sanitized_username from auth_serversuppl...
2011-08-03 Andrew Bartletts3-auth set session_info->sanitized_username in create_...
2011-08-03 Andrew Bartletts3-auth Use else if in do_map_to_guest_server_info
2011-08-03 Andrew Bartletts3-auth Move map to guest to directly after the check_p...
2011-07-21 Jeremy AllisonFix const warning.
2011-07-20 Andrew Bartletts3-auth Replace False with false in auth_util.c
2011-07-19 Andrew Bartletts3-auth Replace True with true in auth_util.c
2011-07-19 Andrew Bartletts3-auth Fix spelling
2011-07-19 Andrew Bartletts3-auth inline make_auth_session_info into only caller
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartlettauth: Set NETLOGON_GUEST and use it to determine guest...
2011-07-19 Andrew Bartlettauth: Split out make_user_info_SamBaseInfo and add...
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth reimplement copy_session_info via NDR pull...
2011-07-19 Andrew Bartletts3-auth Avoid redundant copies in create_local_token()
2011-07-19 Andrew Bartletts3-auth Add comments to copy_session_info_serverinfo_gu...
2011-07-19 Andrew Bartletts3-auth inline copy_serverinfo_session_info into only...
2011-07-19 Andrew Bartletts3-auth use a cached auth_serversupplied_info in make_s...
2011-07-19 Andrew Bartletts3-auth remove extra from auth3_session_info
2011-07-19 Andrew Bartletts3-auth Clarify inputs and ouptuts by using elements...
2011-07-19 Andrew Bartletts3-auth assert that security_token is present in the...
2011-07-19 Andrew Bartletts3-auth: Remove unused lm_session_key from auth3_sessio...
2011-07-19 Andrew Bartletts3-auth remove unused copy_serverinfo
2011-07-19 Andrew Bartletts3-auth Use system boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
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 Bartlettauth: Preserve guest flag on transition via netr_SamInfo3
2011-07-19 Andrew Bartletts3-auth Restore nss_token behaviour by reading from...
2011-07-19 Andrew BartlettAdd my copyright
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-15 Volker Lendeckes3: Add debug level 0 warnings to make_new_server_info_...
2011-06-15 Volker Lendeckes3: Fix the return of make_new_server_info_guest
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-05 Günther Deschners3-auth: run minimal_includes.pl
2011-04-13 Volker Lendeckes3: Use wbcSidsToUnixIds in create_local_token
2011-04-05 Andrew Bartletts3-auth: Make server_info const in create_local_token()
2011-04-04 Andrew Bartletts3-auth Rename user_session_key -> session_key to match...
next