summaryrefslogtreecommitdiffstats
path: root/source4/auth/auth_sam.c
Commit message (Expand)AuthorAgeFilesLines
* r20352: Use the common function to find the DN for a domain.Andrew Bartlett2007-10-101-6/+3
* r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett2007-10-101-4/+2
* r20010: cosmetic fixStefan Metzmacher2007-10-101-1/+1
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-4/+4
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-3/+3
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell2007-10-101-1/+1
* r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell2007-10-101-3/+1
* r17270: split the logic of saying this auth backend wants to handle thisStefan Metzmacher2007-10-101-14/+54
* r16238: Use a baseDN for the auth_sam searches, to allow continued functionAndrew Bartlett2007-10-101-5/+8
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-441/+83
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-1/+1
* r14975: use the magic comment recognised by the IBM checker for deliberateAndrew Tridgell2007-10-101-1/+1
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14571: More improvements on shared library support in Samba. Only ldb is lef...Jelmer Vernooij2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13910: Fix the 'your password has expired' on every login. We now considerAndrew Bartlett2007-10-101-13/+16
* r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett2007-10-101-10/+27
* r13247: Try to make better use of talloc in the auth/ and auth/gensec code.Andrew Bartlett2007-10-101-5/+5
* r12718: We don't use unicodePwd directly any more.Andrew Bartlett2007-10-101-1/+0
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2007-10-101-0/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+2
* r12363: minor fixes for win2000 join/loginAndrew Tridgell2007-10-101-1/+2
* r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett2007-10-101-2/+3
* r11929: Add static, comments.Andrew Bartlett2007-10-101-3/+3
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2007-10-101-35/+35
* r11537: Make the authsam_account_ok routine callable by external users (the K...Andrew Bartlett2007-10-101-19/+21
* r11525: Move lookups (including the attribute search) for users fromAndrew Bartlett2007-10-101-69/+105
* r11520: indentAndrew Bartlett2007-10-101-1/+1
* r11370: Samba4 now passes it's own RPC-SAMLOGON test again.Andrew Bartlett2007-10-101-0/+7
* r11366: Pass around the flags which indicate if we should support plaintextAndrew Bartlett2007-10-101-11/+18
* r11312: Make it clear we are looking at the 'domain ref', not the domainAndrew Bartlett2007-10-101-18/+18
* r11293: Use the right search when forming the data for the PAC.Andrew Bartlett2007-10-101-2/+2
* r11273: Initialise the new server_info->logon_server element.Andrew Bartlett2007-10-101-0/+3
* r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.Andrew Bartlett2007-10-101-40/+69
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-101-2/+2
* r10579: str_list_make() can return NULLJelmer Vernooij2007-10-101-1/+1
* r10532: Replace next_token() with str_list_make()Jelmer Vernooij2007-10-101-9/+8
* r9412: Simplfy this NTLM authentication code by requiring the caller toAndrew Bartlett2007-10-101-4/+3
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-9/+10
* r8980: Make Samba4 honour account control flags (we were asking for aAndrew Bartlett2007-10-101-3/+5
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-101-29/+58
* r8676: attribute lists in ldb searches must be NULL terminatedAndrew Tridgell2007-10-101-1/+1
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2007-10-101-8/+7
* r7306: Use a consistant #define for detecting support for the Heimdal krb5Andrew Bartlett2007-10-101-4/+4
* r7269: talloc_steal() is preferred where possible, as it can't fail and doesAndrew Bartlett2007-10-101-2/+2