r8797: avoid unset rids for builtin-aliases.
[samba.git] / source3 / passdb / pdb_ldap.c
2007-10-10 Günther Deschnerr8797: avoid unset rids for builtin-aliases.
2007-10-10 Günther Deschnerr8787: Make enumeration of builtin-aliases work again.
2007-10-10 Günther Deschnerr8542: - (re-)add better search-semantics: look for...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr7142: removing 'ldap filter' smb.conf option
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 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 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 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 Jim McDonoughr5927: Fix ldapsam trusted enum_group_members. We...
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 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Jeremy Allisonr5166: From James Peach - remove minor C99-isms.
2007-10-10 Günther Deschnerr4994: Patch from abartlet:
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 Gerald Carterr4736: small set of merges from rtunk to minimize the...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker3883: Fix error return -- thanks to rsharpe
2007-10-10 Volker Lendecker3871: Fix memleak
2007-10-10 Volker Lendecker3705: Nobody has commented, so I'll take this as an...
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 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 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 Allisonr1810: Patch from Richard Renard <rrenard@idealx.com...
2007-10-10 Jeremy Allisonr1733: Fix hashed password history for LDAP backends.
2007-10-10 Jeremy Allisonr1388: Adding password history code for ldap backend...
2007-10-10 Volker Lendecker1108: Index: pdb_ldap.c
2007-10-10 Jeremy Allisonr910: Fix for bug #1385 found by Jason Mader <jason...
2007-10-10 Gerald Carterr116: volker's patch for local group and group nesting
2007-10-10 Jim McDonoughr53: Remove modifyTimestamp from list of our attributes...
2004-03-31 Volker LendeckeRemove some unused code
2004-03-25 Jim McDonoughUse timegm, or our already existing replacement instead...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-19 Simo Sorceadd privileges support to ldapsam too
2004-03-19 Jeremy AllisonFix gcc warnings. Fix mkproto with new type.
2004-03-19 Jeremy AllisonFix gcc warnings. Fix mkproto with new type.
2004-03-18 Jim McDonoughmerge from 3.0...LDAP password lockout support
2004-03-18 Jim McDonoughPassword lockout for LDAP backend. Caches autolock...
2004-03-11 Jim McDonoughMerge from 3.0. Fix munged dial in pdb_ldap
2004-03-11 Jim McDonoughGet MungedDial actually working with full TS strings...
2004-02-25 Andrew Bartlett(merge from 3.0)
2004-02-25 Andrew BartlettI *hate* global variables...
2004-02-12 Jim McDonoughTry to remove the last vestiges of unknown_3...
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-04 Andrew BartlettFix const warning
2004-01-30 Andrew Bartlett(merge from 3.0)
2004-01-30 Andrew BartlettIf we are setting the NT or LM password to NULL, remove...
2004-01-19 Simo Sorce1. The most part of this patch changed the unknown_3...
2004-01-06 Gerald Carterisolate ldap debug messages to the common smbldap_XXX...
2004-01-06 Gerald Carterisolate ldap debug messages to the common smbldap_XXX...
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-26 Andrew BartlettCheck the return value of string_to_sid in a few more...
2003-12-26 Andrew BartlettShow the error message for failure to set the ldap...
2003-12-04 Gerald Cartersupport munged dial for ldapsam; patch from Aurélien...
2003-12-04 Gerald Cartersupport munged dial for ldapsam; patch from Aurélien...
2003-11-14 Gerald Carterfix more memory leaks in the LDAP backend code; patches...
2003-11-14 Gerald Carterfix more memory leaks in the LDAP backend code; patches...
2003-10-31 Jeremy AllisonPatch from Aurélien Degrémont <adegremont@idealx.com...
2003-10-31 Jeremy AllisonPatch from Aurélien Degrémont <adegremont@idealx.com...
2003-10-30 Jeremy AllisonIf nothing to do, return success. Fix from Aur?lien...
2003-10-30 Jeremy AllisonIf nothing to do, return success. Fix from Aur?lien...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-09 Tim PotterMerge from 3.0:
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-02 Volker LendeckeMake pdb_ldap.c compile with SUN iPlanet headers. Wheth...
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-11 Gerald Carterremove getpwnam() calls from init_sam_from_xxx().
2003-09-10 Jeremy AllisonFix a nasty mess, and also bug #296. passdb/pdb_ldap...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-27 Gerald Carterremove 'ldap trust ids' since there was no way for...
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-08-06 Gerald Carterfix bug #208; have to get the gid of the user's primary...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
next