r4874: add DOmain Admins (Full Control) to the default printer sd if we are a DC
[ira/wip.git] / source / passdb / pdb_ldap.c
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
2003-07-22 Tim PotterFixup a bunch of printf-style functions and debugs...
2003-07-18 Volker LendeckeFix two memleaks in pdb_ldap.c.
2003-07-16 Volker LendeckeFix memleak
2003-07-16 Volker Lendecketypo
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-15 Volker LendeckeFix memleaks
2003-07-11 Gerald Cartermoving more code around.
2003-07-07 Gerald Carterand so it begins....
2003-07-06 Andrew BartlettFix ldapsam_getsampwsid to correctly only say 'no such...
2003-07-05 Andrew BartlettAdd some debug statments to our vampire code - try...
2003-07-05 Andrew BartlettFixes to our LDAP/vampire codepaths:
2003-07-04 Andrew BartlettThis patch cleans up some of our ldap code, for better...
2003-06-25 Andrew BartlettPatch to move functions directly from pdb_ldap.c into...
2003-06-24 Andrew BartlettFix pdb_ldap segfaults, and wrong default values for...
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-21 Andrew BartlettThis patch works towards to goal of common code shared...
2003-06-18 Simo SorceOk, this patch removes the privilege stuff we had in...
2003-06-07 Andrew BartlettTry to fix memory leaks found by valgrind in pdb_ldap...
2003-06-06 Gerald Cartersupport LDAP_EXOP_MODIFY_PASSWORD (not experiemental...
2003-06-06 Gerald Carter* break out more common code used between pdb_ldap...
2003-06-05 Gerald Carterworking draft of the idmap_ldap code.
2003-05-28 Tim PotterMerge of cut and paste fix from 3.0
2003-05-27 Gerald Cartercut-n-paste error
2003-05-27 Gerald Cartercut-n-paste error
2003-05-27 Gerald Carterfix bug 118; replace hard coded 'next[User|Group]Rid...
2003-05-27 Gerald Carterfix bug 118; replace hard coded 'next[User|Group]Rid...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next