summaryrefslogtreecommitdiffstats
path: root/source4/auth/sam.c
Commit message (Expand)AuthorAgeFilesLines
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-80/+84
* s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett2011-01-201-37/+31
* s4-auth Add function to obtain any user's session_info from a given LDBAndrew Bartlett2011-01-141-0/+84
* s4-auth use new dsdb_expand_nested_groups()Andrew Bartlett2011-01-141-146/+5
* s4:dsdb/common/util_samr.c and auth/sam.c - fix error messageMatthias Dieter Wallnöfer2010-12-041-1/+1
* s4:auth/sam.c - when printing out a string buffer we don't strictly need the ...Matthias Dieter Wallnöfer2010-12-031-2/+2
* s4:auth/sam.c - the check for the SAMDB needs to be on the top of the callMatthias Dieter Wallnöfer2010-12-031-6/+5
* s4:auth/sam.c - fix the free of memory contextsMatthias Dieter Wallnöfer2010-12-031-1/+1
* s4:auth/sam.c - specify the SID ignore case betterMatthias Dieter Wallnöfer2010-12-031-1/+7
* s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've membership...Matthias Dieter Wallnöfer2010-12-021-4/+4
* s4-auth Add DEBUG() for invalid DNs and errors expanding user groups.Andrew Bartlett2010-10-191-0/+5
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer2010-10-151-10/+10
* s4-sam: added DOMAIN_RID_ENTERPRISE_READONLY_DCS for RODCs in the PACAndrew Tridgell2010-09-291-0/+16
* s4-sam: fixed termination of krbtgt_attrs (comma and NULL)Andrew Tridgell2010-09-281-4/+4
* s4-kdc Use msDS-SecondaryKrbTgtNumber to fill in the full KVNOAndrew Bartlett2010-09-291-0/+1
* s4-auth: fixed the SID list for DCs in the PACAndrew Tridgell2010-09-261-0/+16
* s4-auth: make the disabled acct messages a bit less verboseAndrew Tridgell2010-09-021-6/+6
* s4:auth Avoid doing database lookups for NT AUTHORITY usersAndrew Bartlett2010-08-181-0/+6
* Revert "s4/auth: Fixed authsam_expand_nested_groups() to find entry SID if no...Matthias Dieter Wallnöfer2010-06-291-21/+4
* s4:auth Query LDB for msds-SupportedEncryptionTypes for the KDCAndrew Bartlett2010-06-291-0/+1
* s4:auth/sam.c - "authsam_expand_nested_groups" - small performance improvementMatthias Dieter Wallnöfer2010-06-281-3/+7
* s4:auth/sam.c - "authsam_expand_nested_groups" - cosmetic/commentsMatthias Dieter Wallnöfer2010-06-281-9/+11
* s4:auth/sam.c - "authsam_expand_nested_groups" - use "dsdb_search_dn" where p...Matthias Dieter Wallnöfer2010-06-281-3/+11
* s4/auth: Fixed authsam_expand_nested_groups() to find entry SID if not availa...Endi S. Dewata2010-06-281-1/+8
* s4:auth Remove un-needed headers.Andrew Bartlett2010-05-211-4/+0
* s4:auth Fix previous commit - segfault in determinging a user's groupsAndrew Bartlett2010-05-211-5/+3
* s4:auth Error out when a memberOf DN does not have a SIDAndrew Bartlett2010-05-211-13/+8
* s4:auth handle addition of nested aliases of domain groups.Andrew Bartlett2010-05-201-8/+8
* s4:auth Move BUILTIN group addition into session.cAndrew Bartlett2010-05-201-72/+110
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-141-0/+1
* s4:auth/sam.c - change base context for the "tmp_ctx" context in "authsam_exp...Matthias Dieter Wallnöfer2010-03-041-1/+1
* s4:sam.c - make "authsam_expand_nested_groups" publicMatthias Dieter Wallnöfer2010-03-041-1/+1
* s4:sam.c - cosmetic indentation fixMatthias Dieter Wallnöfer2010-03-041-2/+1
* s4:sam.c - change variable types to unsigned in "sids_contains_sid"Matthias Dieter Wallnöfer2010-03-041-3/+4
* s4:auth - make some parts "signed-safe"Matthias Dieter Wallnöfer2010-02-251-3/+4
* Spelling fixes for source4/auth.Brad Hards2010-02-221-1/+1
* s4-dsdb: removed gendb_search_single_extended_dn()Andrew Tridgell2010-02-161-2/+3
* s4:auth_sam: avoid usage of data_blob_talloc_reference() and copy the session...Stefan Metzmacher2010-01-291-4/+14
* s4-auth: add SID_NT_ENTERPRISE_DCS is a server trust accountAndrew Tridgell2009-09-191-1/+13
* s4-sam: add a note about the solaris clientAndrew Tridgell2009-09-171-0/+2
* s4:sam - Implement also here the right primary group behaviourMatthias Dieter Wallnöfer2009-09-071-46/+71
* s4: Change my nested groups patch to don't include user's SID itself in the "...Matthias Dieter Wallnöfer2009-08-041-17/+24
* Return infinite time for last last logoff when last logoff = 0Matthieu Patou2009-08-031-1/+1
* s4:auth: make sure we have elements returned at all in authsam_expand_nested_...Stefan Metzmacher2009-07-311-0/+6
* s4: Patch to implement nested group and privilegesMatthias Dieter Wallnöfer2009-07-311-34/+100
* s4:kerberos Add support for user principal names in certificatesAndrew Bartlett2009-07-281-2/+4
* s4:kdc Rework KDC to pull in less attributes for krbtgt lookupsAndrew Bartlett2009-07-171-15/+27
* Remove unused variableAndrew Bartlett2009-06-181-3/+0
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-181-5/+6
* changed the auth path to use extended DN ops to avoid non-indexed searchesAndrew Tridgell2009-06-041-37/+47