summaryrefslogtreecommitdiff
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-244-191/+191
* r7787: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hoursJeremy Allison2005-06-203-58/+213
* r7730: Some mergesVolker Lendecke2005-06-181-22/+4
* r7718: Remove some unused codeVolker Lendecke2005-06-181-39/+0
* r7577: switching to macro for IS_DCGerald Carter2005-06-141-15/+4
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2005-06-081-2/+40
* r7142: removing 'ldap filter' smb.conf optionGerald Carter2005-05-311-4/+4
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2005-05-311-0/+65
* r6774: Fix 2 memleaksVolker Lendecke2005-05-131-1/+2
* r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)Volker Lendecke2005-05-131-2/+0
* r6748: With reconnects, state->connection->ldap_struct can change in smbldap_...Volker Lendecke2005-05-121-3/+8
* r6713: another talloc() fix. This time in pdb_xml.cGerald Carter2005-05-101-1/+1
* r6635: Fix build of the various sql pdb backends after new talloc.Jelmer Vernooij2005-05-063-91/+101
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2005-05-031-1/+2
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2005-04-232-6/+6
* r6421: use add machine script when creating a user (ACB_NORMAL)Gerald Carter2005-04-211-1/+2
* r6367: Slim down pdb_interface.c a bit. next_entry and search_end are functionVolker Lendecke2005-04-182-194/+69
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2005-04-152-153/+717
* r6277: This implements a new caching API for enumerating the pdb elements. It isVolker Lendecke2005-04-101-0/+358
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2005-04-093-13/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-1/+2
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-1/+1
* r6092: This much const causes the compiler on Fedora Core 2Jeremy Allison2005-03-281-2/+2
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2005-03-272-25/+31
* r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough2005-03-222-15/+327
* r5957: BUGS 2478, 2093: compiler warning patches from Jason MaderGerald Carter2005-03-221-6/+7
* r5951: gotta love that SGI compiler :-) (thanks Jason)Gerald Carter2005-03-222-4/+4
* r5927: Fix ldapsam trusted enum_group_members. We were searching in the user Jim McDonough2005-03-211-1/+1
* r5817: Patch from Vince Brimhall <vbrimhall@novell.com> to change the way pdb...Jeremy Allison2005-03-161-16/+20
* r5767: Get rid of some compiler warningsVolker Lendecke2005-03-121-14/+5
* r5746: remove unneeded header that caused problems on rh73Gerald Carter2005-03-111-1/+0
* r5733: Don't crash when the SID column contains NULL (Fixes #2316)Jelmer Vernooij2005-03-101-5/+10
* r5718: Don't update fields that haven't changed (fixes #1957)Jelmer Vernooij2005-03-101-27/+57
* r5708: BUG 2424: patch from Vince Brimhall <vbrimhall@novell.com> to ensure t...Gerald Carter2005-03-091-5/+5
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2005-03-053-55/+1054
* r5481: Fix a memleakVolker Lendecke2005-02-211-0/+2
* r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke2005-02-202-0/+354
* r5428: Apply some const. LDAP attribs should now be declared const char *attr...Volker Lendecke2005-02-171-21/+22
* r5421: Fix a memleakVolker Lendecke2005-02-161-1/+3
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2005-02-124-331/+14
* r5337: BUG 1439: make sure to initialize pointer to prevent invalide free()'s...Gerald Carter2005-02-111-42/+42
* r5166: From James Peach - remove minor C99-isms.Jeremy Allison2005-02-021-6/+12
* r5058: Due to the fragileness how windows reacts on unmapped sids sometimes,Günther Deschner2005-01-281-0/+6
* r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter2005-01-261-1/+1
* r4996: sync up copytights with trunkGerald Carter2005-01-251-0/+1
* r4994: Patch from abartlet:Günther Deschner2005-01-251-13/+26
* r4988: After speaking with Jerry, remove old lp_admin_users toGünther Deschner2005-01-251-14/+0
* r4964: Fix our lsa lookupsid $OURDOMAINSID-500.Günther Deschner2005-01-241-14/+15
* r4926: Use LDAP_SCOPE_ONELEVEL instead of OpenLDAP's LDAP_SCOPE_ONE-scope.Günther Deschner2005-01-221-2/+2
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2005-01-224-14/+324