summaryrefslogtreecommitdiff
path: root/source4/auth/sam.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-29Revert "s4/auth: Fixed authsam_expand_nested_groups() to find entry SID if no...Matthias Dieter Wallnöfer1-21/+4
2010-06-29s4:auth Query LDB for msds-SupportedEncryptionTypes for the KDCAndrew Bartlett1-0/+1
2010-06-28s4:auth/sam.c - "authsam_expand_nested_groups" - small performance improvementMatthias Dieter Wallnöfer1-3/+7
2010-06-28s4:auth/sam.c - "authsam_expand_nested_groups" - cosmetic/commentsMatthias Dieter Wallnöfer1-9/+11
2010-06-28s4:auth/sam.c - "authsam_expand_nested_groups" - use "dsdb_search_dn" where p...Matthias Dieter Wallnöfer1-3/+11
2010-06-28s4/auth: Fixed authsam_expand_nested_groups() to find entry SID if not availa...Endi S. Dewata1-1/+8
2010-05-21s4:auth Remove un-needed headers.Andrew Bartlett1-4/+0
2010-05-21s4:auth Fix previous commit - segfault in determinging a user's groupsAndrew Bartlett1-5/+3
2010-05-21s4:auth Error out when a memberOf DN does not have a SIDAndrew Bartlett1-13/+8
2010-05-20s4:auth handle addition of nested aliases of domain groups.Andrew Bartlett1-8/+8
2010-05-20s4:auth Move BUILTIN group addition into session.cAndrew Bartlett1-72/+110
2010-04-14s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett1-0/+1
2010-03-04s4:auth/sam.c - change base context for the "tmp_ctx" context in "authsam_exp...Matthias Dieter Wallnöfer1-1/+1
2010-03-04s4:sam.c - make "authsam_expand_nested_groups" publicMatthias Dieter Wallnöfer1-1/+1
2010-03-04s4:sam.c - cosmetic indentation fixMatthias Dieter Wallnöfer1-2/+1
2010-03-04s4:sam.c - change variable types to unsigned in "sids_contains_sid"Matthias Dieter Wallnöfer1-3/+4
2010-02-25s4:auth - make some parts "signed-safe"Matthias Dieter Wallnöfer1-3/+4
2010-02-22Spelling fixes for source4/auth.Brad Hards1-1/+1
2010-02-16s4-dsdb: removed gendb_search_single_extended_dn()Andrew Tridgell1-2/+3
2010-01-29s4:auth_sam: avoid usage of data_blob_talloc_reference() and copy the session...Stefan Metzmacher1-4/+14
2009-09-19s4-auth: add SID_NT_ENTERPRISE_DCS is a server trust accountAndrew Tridgell1-1/+13
2009-09-17s4-sam: add a note about the solaris clientAndrew Tridgell1-0/+2
2009-09-07s4:sam - Implement also here the right primary group behaviourMatthias Dieter Wallnöfer1-46/+71
2009-08-04s4: Change my nested groups patch to don't include user's SID itself in the "...Matthias Dieter Wallnöfer1-17/+24
2009-08-03Return infinite time for last last logoff when last logoff = 0Matthieu Patou1-1/+1
2009-07-31s4:auth: make sure we have elements returned at all in authsam_expand_nested_...Stefan Metzmacher1-0/+6
2009-07-31s4: Patch to implement nested group and privilegesMatthias Dieter Wallnöfer1-34/+100
2009-07-28s4:kerberos Add support for user principal names in certificatesAndrew Bartlett1-2/+4
2009-07-17s4:kdc Rework KDC to pull in less attributes for krbtgt lookupsAndrew Bartlett1-15/+27
2009-06-18Remove unused variableAndrew Bartlett1-3/+0
2009-06-18s4:kdc Allow a password change when the password is expiredAndrew Bartlett1-5/+6
2009-06-04changed the auth path to use extended DN ops to avoid non-indexed searchesAndrew Tridgell1-37/+47
2009-05-26use domain_dn not ncnameAndrew Tridgell1-3/+2
2009-05-26Don't use crossRef records to find our own domainAndrew Bartlett1-33/+16
2009-02-13Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett1-45/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-04s4:kdc: allow a trusted domain to get kerberos ticketsStefan Metzmacher1-5/+7
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-2/+4
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
2008-03-25Remove useless extra argument to samdb_result_account_expires().Andrew Bartlett1-2/+2
2008-03-07Update account expiration to use new samdb_result_account_expires() function.Andrew Kroeger1-2/+2
2008-02-29Simplify the 'password must change' logicAndrew Bartlett1-5/+6
2008-02-28Generate ACB_PW_EXPIRED correctlyAndrew Bartlett1-17/+19
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-8/+12
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-1/+1