summaryrefslogtreecommitdiff
path: root/source3/auth/server_info.c
Commit message (Expand)AuthorAgeFilesLines
* s3:auth: Remove unused arcfour.h header from server_info.cAndreas Schneider2019-02-221-1/+0
* auth3: Use dom_sid_str_bufVolker Lendecke2018-12-201-10/+16
* auth3: Avoid an explicit ZERO_STRUCTVolker Lendecke2018-10-171-3/+1
* s3/auth: add create_info6_from_pac()Stefan Metzmacher2018-02-101-0/+56
* s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider2018-01-151-16/+29
* s3/rpc_client: move copy_netr_SamInfo3() to util_netlogonRalph Boehme2018-01-131-42/+0
* lib: Add lib/util_unixsids.hVolker Lendecke2016-12-281-0/+1
* krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groupsStefan Metzmacher2016-06-301-5/+23
* idl: Rename "principle" to "principal_name"Volker Lendecke2016-02-021-4/+4
* auth: consistent handling of well-known alias as primary gidUri Simchoni2015-11-191-6/+17
* auth: remove a line that has no effectUri Simchoni2015-11-191-2/+0
* s3: auth: Add previously missing allocation fail check.Jeremy Allison2015-01-141-0/+4
* s3: auth: Plumb in the SamInfo3_handle_sids() utility function into passwd_to...Jeremy Allison2015-01-141-3/+13
* s3: auth: Convert samu_to_SamInfo3() to use the new utility function.Jeremy Allison2015-01-141-57/+9
* s3: auth: Add a utility function - SamInfo3_handle_sids() that factors out th...Jeremy Allison2015-01-141-0/+70
* s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and me...Jeremy Allison2014-06-181-0/+77
* s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison2014-06-181-1/+1
* auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top levelAndrew Bartlett2014-04-181-190/+0
* s3-auth: Make is_null_sid() check easier to read.Simo Sorce2014-03-131-2/+3
* s3-auth: Add passwd_to_SamInfo3().Andreas Schneider2014-02-051-2/+20
* s3-auth: Add passwd_to_SamInfo3().Andreas Schneider2014-02-051-0/+116
* s3:auth: wbcAuthenticateEx gives unix times (bug #9625)Stefan Metzmacher2013-02-011-3/+3
* s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner2012-12-091-22/+0
* s3-auth: session keys in validation level 6 samlogon replies are *not* encryp...Günther Deschner2012-12-091-8/+0
* s3:auth/server_info: the primary rid should be in the groups rid array (bug #...Alejandro Escanero Blanco2012-05-091-5/+0
* s3:auth: fill the sids array of the info3 in wbcAuthUserInfo_to_netr_SamInfo3...Stefan Metzmacher2012-02-021-0/+53
* s3:auth: fix potential gap creation in wbcsids_to_samr_RidWithAttributeArray()Stefan Metzmacher2012-02-021-4/+5
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-10/+10
* Fix uninitialized memory problem in group_sids_to_info3 (fixes bug #8455).Wilco Baan Hofman2011-10-171-2/+2
* s3: Fix bug 8455 -- Samba PDC is looking up only primary user groupVolker Lendecke2011-09-171-7/+7
* s3-auth Remove pointless destructor in make_server_infoAndrew Bartlett2011-07-201-10/+0
* s3-auth inline make_auth_session_info into only callerAndrew Bartlett2011-07-201-23/+0
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-3/+3
* s3-auth Remove pointless destructorAndrew Bartlett2011-07-201-10/+0
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-5/+4
* s3-auth Add struct auth3_session_info to aid transition to auth_session infoAndrew Bartlett2011-07-201-0/+34
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-051-9/+9
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-221-1/+1
* s3-auth: add copy_netr_SamBaseInfo().Günther Deschner2011-02-041-56/+6
* s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke2010-12-191-3/+5
* s3: Make proper use of sid_check_is_in_xx routinesVolker Lendecke2010-11-051-2/+2
* s3: Fix a typoVolker Lendecke2010-11-051-1/+1
* s3-rpc_server: Make auth_serversupplied_info const.Andreas Schneider2010-10-151-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-5/+5
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-2/+3