r8384: merging clutter fixes from release branch
[bbaumbach/samba-autobuild/.git] / source3 / passdb /
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr7787: Fix from Fernando Schapachnik <fernando@mecon...
2007-10-10 Volker Lendecker7730: Some merges
2007-10-10 Volker Lendecker7718: Remove some unused code
2007-10-10 Gerald Carterr7577: switching to macro for IS_DC
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Gerald Carterr7142: removing 'ldap filter' smb.conf option
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Volker Lendecker6774: Fix 2 memleaks
2007-10-10 Volker Lendecker6770: Fix bug 2705. Thanks, John, for beating my stuff :-)
2007-10-10 Volker Lendecker6748: With reconnects, state->connection->ldap_struct...
2007-10-10 Gerald Carterr6713: another talloc() fix. This time in pdb_xml.c
2007-10-10 Jelmer Vernooijr6635: Fix build of the various sql pdb backends after...
2007-10-10 Jeremy Allisonr6595: This is Volkers new-talloc patch. Just got the...
2007-10-10 Volker Lendecker6445: Make us survive the PARANOID_MALLOC_CHECKER...
2007-10-10 Gerald Carterr6421: use add machine script when creating a user...
2007-10-10 Volker Lendecker6367: Slim down pdb_interface.c a bit. next_entry...
2007-10-10 Volker Lendecker6351: This is quite a large and intrusive patch, but...
2007-10-10 Volker Lendecker6277: This implements a new caching API for enumeratin...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Jeremy Allisonr6092: This much const causes the compiler on Fedora...
2007-10-10 Volker Lendecker6080: Port some of the non-critical changes from HEAD...
2007-10-10 Jim McDonoughr5965: Apply Volker's patch for "ldapsam trusted =...
2007-10-10 Gerald Carterr5957: BUGS 2478, 2093: compiler warning patches from...
2007-10-10 Gerald Carterr5951: gotta love that SGI compiler :-) (thanks Jason)
2007-10-10 Jim McDonoughr5927: Fix ldapsam trusted enum_group_members. We...
2007-10-10 Jeremy Allisonr5817: Patch from Vince Brimhall <vbrimhall@novell...
2007-10-10 Volker Lendecker5767: Get rid of some compiler warnings
2007-10-10 Gerald Carterr5746: remove unneeded header that caused problems...
2007-10-10 Jelmer Vernooijr5733: Don't crash when the SID column contains NULL...
2007-10-10 Jelmer Vernooijr5718: Don't update fields that haven't changed (fixes...
2007-10-10 Gerald Carterr5708: BUG 2424: patch from Vince Brimhall <vbrimhall...
2007-10-10 Jeremy Allisonr5655: Added support for Novell NDS universal password...
2007-10-10 Volker Lendecker5481: Fix a memleak
2007-10-10 Volker Lendecker5467: Optimize _samr_query_groupmem with LDAP backend...
2007-10-10 Volker Lendecker5428: Apply some const. LDAP attribs should now be...
2007-10-10 Volker Lendecker5421: Fix a memleak
2007-10-10 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Gerald Carterr5337: BUG 1439: make sure to initialize pointer to...
2007-10-10 Jeremy Allisonr5166: From James Peach - remove minor C99-isms.
2007-10-10 Günther Deschnerr5058: Due to the fragileness how windows reacts on...
2007-10-10 Gerald Carterr5015: (based on abartlet's original patch to restrict...
2007-10-10 Gerald Carterr4996: sync up copytights with trunk
2007-10-10 Günther Deschnerr4994: Patch from abartlet:
2007-10-10 Günther Deschnerr4988: After speaking with Jerry, remove old lp_admin_u...
2007-10-10 Günther Deschnerr4964: Fix our lsa lookupsid $OURDOMAINSID-500.
2007-10-10 Günther Deschnerr4926: Use LDAP_SCOPE_ONELEVEL instead of OpenLDAP...
2007-10-10 Günther Deschnerr4925: Migrate Account Policies to passdb (esp. replica...
2007-10-10 Gerald Carterr4860: fix silly limitation in ldapsam and tdbsam....
2007-10-10 Günther Deschnerr4851: Preleminary fix for ldapsam_enum_group_membershi...
2007-10-10 Günther Deschnerr4847: Hand over a acb_mask to pdb_setsampwent in load_...
2007-10-10 Günther Deschnerr4840: * Add more generic root-dse inspection function...
2007-10-10 Jelmer Vernooijr4802: Don't try to update a column with the name ...
2007-10-10 Jelmer Vernooijr4788: Don't log mysql password at debug level 1.
2007-10-10 Gerald Carterr4736: small set of merges from rtunk to minimize the...
2007-10-10 Gerald Carterr4724: Add support for Windows privileges in Samba 3.0
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jelmer Vernooijr3974: - Fix assignment of a couple of fields in pdb_...
2007-10-10 Jeremy Allisonr3948: Fix incorrect declaration. Bug #2083.
2007-10-10 Jeremy Allisonr3931: Fix all "may be used uninitialized" and "shadow...
2007-10-10 Volker Lendecker3883: Fix error return -- thanks to rsharpe
2007-10-10 Günther Deschnerr3875: Allow to look up at least or own sid in _lsa_loo...
2007-10-10 Volker Lendecker3871: Fix memleak
2007-10-10 Volker Lendecker3852: Fix the build...
2007-10-10 Volker Lendecker3705: Nobody has commented, so I'll take this as an...
2007-10-10 Volker Lendecker3704: Implement a cache get saves the result of a...
2007-10-10 Günther Deschnerr3628: A typo and a compile-warning.
2007-10-10 Volker Lendecker3566: Completely replace the queryuseraliases call...
2007-10-10 Volker Lendecker3563: During a typical logon a modern workstation...
2007-10-10 Günther Deschnerr2923: Fix some obvious copy/paste leftover debug-messages.
2007-10-10 Günther Deschnerr2819: Make 'password history'-behaviour in ldapsam...
2007-10-10 Günther Deschnerr2752: Fix the paranoia-check to ensure the ldap-attrib...
2007-10-10 Volker Lendecker2619: Only issue the ldap extended password change...
2007-10-10 Jeremy Allisonr2479: Stop attribute "modifyTimestamp" from being...
2007-10-10 Jelmer Vernooijr2473: Convert internal data to UTF-8 before calling...
2007-10-10 Volker Lendecker2444: Based on jmcd's patch, implement special lists...
2007-10-10 Jeremy Allisonr2374: Fix from Vince Brimhall vbrimhall@novell.com for
2007-10-10 Jeremy Allisonr2317: Fixup error messages and reformat.
2007-10-10 Jeremy Allisonr2312: Fix for bugid #1667, smbpasswd file could be...
2007-10-10 Volker Lendecker1906: Revert lukeh's change for primary uid/gid change...
2007-10-10 Jeremy Allisonr1871: Patch from Luke Howard <lukeh@PADL.COM> to corre...
2007-10-10 Jeremy Allisonr1869: Rename "fallback_XXXX" mapping to "algorithmic_X...
2007-10-10 Jeremy Allisonr1810: Patch from Richard Renard <rrenard@idealx.com...
2007-10-10 Jeremy Allisonr1733: Fix hashed password history for LDAP backends.
2007-10-10 Jeremy Allisonr1661: Changed the password history format so that...
2007-10-10 Jeremy Allisonr1610: Patch from Richard Renard <rrenard@idealx.com...
2007-10-10 Jeremy Allisonr1539: If a account was locked out by an admin (and...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Jeremy Allisonr1412: Fix password history list in tdbsam. Fix some...
2007-10-10 Jeremy Allisonr1394: Const fix.
2007-10-10 Jeremy Allisonr1392: Added password history code to tdbsam backend...
2007-10-10 Jeremy Allisonr1388: Adding password history code for ldap backend...
2007-10-10 Volker Lendecker1108: Index: pdb_ldap.c
2007-10-10 Volker Lendecker989: Calling sid_to_gid from within winbind makes...
2007-10-10 Andrew Bartlettr936: Fix a rather weird error that crippled my site...
2007-10-10 Jeremy Allisonr910: Fix for bug #1385 found by Jason Mader <jason...
2007-10-10 Jeremy Allisonr801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to...
2007-10-10 Jeremy Allisonr788: Inspired by patch from "Jianliang Lu" <j.lu@tiess...
next