summaryrefslogtreecommitdiff
path: root/source3/auth/server_info.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-20auth: Fix CID 1615191 Uninitialized scalar variableVolker Lendecke1-2/+4
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton1-3/+1
2021-04-19auth3: Use talloc_move() instead of talloc_steal()Volker Lendecke1-1/+1
2020-05-30s3:auth: fill in info3 domain name in passwd_to_SamInfo3()Ralph Boehme1-0/+6
2019-02-22s3:auth: Remove unused arcfour.h header from server_info.cAndreas Schneider1-1/+0
2018-12-20auth3: Use dom_sid_str_bufVolker Lendecke1-10/+16
2018-10-17auth3: Avoid an explicit ZERO_STRUCTVolker Lendecke1-3/+1
2018-02-10s3/auth: add create_info6_from_pac()Stefan Metzmacher1-0/+56
2018-01-15s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider1-16/+29
2018-01-13s3/rpc_client: move copy_netr_SamInfo3() to util_netlogonRalph Boehme1-42/+0
2016-12-28lib: Add lib/util_unixsids.hVolker Lendecke1-0/+1
2016-06-30krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groupsStefan Metzmacher1-5/+23
2016-02-02idl: Rename "principle" to "principal_name"Volker Lendecke1-4/+4
2015-11-19auth: consistent handling of well-known alias as primary gidUri Simchoni1-6/+17
2015-11-19auth: remove a line that has no effectUri Simchoni1-2/+0
2015-01-14s3: auth: Add previously missing allocation fail check.Jeremy Allison1-0/+4
2015-01-14s3: auth: Plumb in the SamInfo3_handle_sids() utility function into passwd_to...Jeremy Allison1-3/+13
2015-01-14s3: auth: Convert samu_to_SamInfo3() to use the new utility function.Jeremy Allison1-57/+9
2015-01-14s3: auth: Add a utility function - SamInfo3_handle_sids() that factors out th...Jeremy Allison1-0/+70
2014-06-18s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and me...Jeremy Allison1-0/+77
2014-06-18s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison1-1/+1
2014-04-18auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top levelAndrew Bartlett1-190/+0
2014-03-13s3-auth: Make is_null_sid() check easier to read.Simo Sorce1-2/+3
2014-02-05s3-auth: Add passwd_to_SamInfo3().Andreas Schneider1-2/+20
2014-02-05s3-auth: Add passwd_to_SamInfo3().Andreas Schneider1-0/+116
2013-02-01s3:auth: wbcAuthenticateEx gives unix times (bug #9625)Stefan Metzmacher1-3/+3
2012-12-09s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner1-22/+0
2012-12-09s3-auth: session keys in validation level 6 samlogon replies are *not* encryp...Günther Deschner1-8/+0
2012-05-09s3:auth/server_info: the primary rid should be in the groups rid array (bug #...Alejandro Escanero Blanco1-5/+0
2012-02-02s3:auth: fill the sids array of the info3 in wbcAuthUserInfo_to_netr_SamInfo3...Stefan Metzmacher1-0/+53
2012-02-02s3:auth: fix potential gap creation in wbcsids_to_samr_RidWithAttributeArray()Stefan Metzmacher1-4/+5
2011-10-24idl: Improve MS-PAC IDLSimo Sorce1-10/+10
2011-10-17Fix uninitialized memory problem in group_sids_to_info3 (fixes bug #8455).Wilco Baan Hofman1-2/+2
2011-09-17s3: Fix bug 8455 -- Samba PDC is looking up only primary user groupVolker Lendecke1-7/+7
2011-07-20s3-auth Remove pointless destructor in make_server_infoAndrew Bartlett1-10/+0
2011-07-20s3-auth inline make_auth_session_info into only callerAndrew Bartlett1-23/+0
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-3/+3
2011-07-20s3-auth Remove pointless destructorAndrew Bartlett1-10/+0
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-5/+4
2011-07-20s3-auth Add struct auth3_session_info to aid transition to auth_session infoAndrew Bartlett1-0/+34
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-04-05s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett1-9/+9
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher1-1/+1
2011-02-04s3-auth: add copy_netr_SamBaseInfo().Günther Deschner1-56/+6
2010-12-19s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke1-3/+5
2010-11-05s3: Make proper use of sid_check_is_in_xx routinesVolker Lendecke1-2/+2
2010-11-05s3: Fix a typoVolker Lendecke1-1/+1