summaryrefslogtreecommitdiffstats
path: root/source4/auth/sam.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* use domain_dn not ncnameAndrew Tridgell2009-05-261-3/+2
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-33/+16
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-131-45/+0
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* s4:kdc: allow a trusted domain to get kerberos ticketsStefan Metzmacher2008-12-041-5/+7
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-2/+4
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+1
* Remove useless extra argument to samdb_result_account_expires().Andrew Bartlett2008-03-251-2/+2
* Update account expiration to use new samdb_result_account_expires() function.Andrew Kroeger2008-03-071-2/+2
* Simplify the 'password must change' logicAndrew Bartlett2008-02-291-5/+6
* Generate ACB_PW_EXPIRED correctlyAndrew Bartlett2008-02-281-17/+19
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-1/+1
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-8/+12
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-1/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+2
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-9/+9
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24074: Test both permitted logon hours and permitted workstations in theAndrew Bartlett2007-10-101-2/+1
* r24061: Anther part of bug #4823, which is that until now Samba4 didn't parseAndrew Bartlett2007-10-101-1/+67
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21434: - get rid of "krb5Key"Stefan Metzmacher2007-10-101-1/+1
* r21362: rename:Stefan Metzmacher2007-10-101-2/+2
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-2/+2
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-3/+3