summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5166: From James Peach - remove minor C99-isms.Jeremy Allison1-6/+12
2007-10-10r5058: Due to the fragileness how windows reacts on unmapped sids sometimes,Günther Deschner1-0/+6
2007-10-10r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter1-1/+1
2007-10-10r4996: sync up copytights with trunkGerald Carter1-0/+1
2007-10-10r4994: Patch from abartlet:Günther Deschner1-13/+26
2007-10-10r4988: After speaking with Jerry, remove old lp_admin_users toGünther Deschner1-14/+0
2007-10-10r4964: Fix our lsa lookupsid $OURDOMAINSID-500.Günther Deschner1-14/+15
2007-10-10r4926: Use LDAP_SCOPE_ONELEVEL instead of OpenLDAP's LDAP_SCOPE_ONE-scope.Günther Deschner1-2/+2
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner4-14/+324
2007-10-10r4860: fix silly limitation in ldapsam and tdbsam. Expand variables in the p...Gerald Carter2-16/+27
2007-10-10r4851: Preleminary fix for ldapsam_enum_group_memberships whenGünther Deschner1-3/+3
2007-10-10r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner7-19/+34
2007-10-10r4840: * Add more generic root-dse inspection function to check for givenGünther Deschner1-58/+1
2007-10-10r4802: Don't try to update a column with the name "NULL"Jelmer Vernooij1-1/+7
2007-10-10r4788: Don't log mysql password at debug level 1.Jelmer Vernooij1-2/+1
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter2-19/+1
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter3-366/+14
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison13-40/+40
2007-10-10r3974: - Fix assignment of a couple of fields in pdb_{mysql,pgsql}Jelmer Vernooij3-8/+9
2007-10-10r3948: Fix incorrect declaration. Bug #2083.Jeremy Allison1-1/+1
2007-10-10r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison1-0/+3
2007-10-10r3883: Fix error return -- thanks to rsharpeVolker Lendecke1-1/+1
2007-10-10r3875: Allow to look up at least or own sid in _lsa_lookup_sids.Günther Deschner2-0/+15
2007-10-10r3871: Fix memleakVolker Lendecke1-1/+3
2007-10-10r3852: Fix the build...Volker Lendecke1-1/+1
2007-10-10r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2-0/+143
2007-10-10r3704: Implement a cache get saves the result of a pdb_getsampwnam for laterVolker Lendecke1-1/+27
2007-10-10r3628: A typo and a compile-warning.Günther Deschner2-2/+2
2007-10-10r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke3-43/+60
2007-10-10r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke1-0/+22
2007-10-10r2923: Fix some obvious copy/paste leftover debug-messages.Günther Deschner1-8/+8
2007-10-10r2819: Make 'password history'-behaviour in ldapsam more consistent.Günther Deschner1-0/+3
2007-10-10r2752: Fix the paranoia-check to ensure the ldap-attribute and theGünther Deschner1-1/+1
2007-10-10r2619: Only issue the ldap extended password change operation if the ldap serverVolker Lendecke1-0/+75
2007-10-10r2479: Stop attribute "modifyTimestamp" from being deleted.Jeremy Allison1-0/+5
2007-10-10r2473: Convert internal data to UTF-8 before calling libxml2Jelmer Vernooij1-26/+47
2007-10-10r2444: Based on jmcd's patch, implement special lists for the ldap user attri...Volker Lendecke1-6/+27
2007-10-10r2374: Fix from Vince Brimhall vbrimhall@novell.com forJeremy Allison1-1/+6
2007-10-10r2317: Fixup error messages and reformat.Jeremy Allison1-903/+922
2007-10-10r2312: Fix for bugid #1667, smbpasswd file could be left locked onJeremy Allison1-0/+2
2007-10-10r1906: Revert lukeh's change for primary uid/gid change. This creates a recur...Volker Lendecke1-19/+7
2007-10-10r1871: Patch from Luke Howard <lukeh@PADL.COM> to correctly useJeremy Allison1-7/+19
2007-10-10r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" asJeremy Allison2-36/+29
2007-10-10r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2-2/+72
2007-10-10r1733: Fix hashed password history for LDAP backends.Jeremy Allison1-10/+26
2007-10-10r1661: Changed the password history format so that each history entryJeremy Allison2-15/+36
2007-10-10r1610: Patch from Richard Renard <rrenard@idealx.com>. Ensure weJeremy Allison1-10/+4
2007-10-10r1539: If a account was locked out by an admin (and has a bad password count ...Jeremy Allison1-6/+19
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett2-32/+30
2007-10-10r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2-4/+22