summaryrefslogtreecommitdiff
path: root/source4/auth/sam.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+2
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij1-9/+9
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24074: Test both permitted logon hours and permitted workstations in theAndrew Bartlett1-2/+1
2007-10-10r24061: Anther part of bug #4823, which is that until now Samba4 didn't parseAndrew Bartlett1-1/+67
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21434: - get rid of "krb5Key"Stefan Metzmacher1-1/+1
2007-10-10r21362: rename:Stefan Metzmacher1-2/+2
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-2/+2
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-3/+3
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+1
2007-10-10r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell1-1/+1
2007-10-10r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell1-1/+1
2007-10-10r16238: Use a baseDN for the auth_sam searches, to allow continued functionAndrew Bartlett1-2/+3
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-0/+395