summaryrefslogtreecommitdiffstats
path: root/source/include/smbldap.h
Commit message (Expand)AuthorAgeFilesLines
* s3:smbldap: add smbldap_talloc_first_attribute()Stefan Metzmacher2010-01-131-0/+3
* Fix bug 6157Volker Lendecke2009-06-101-0/+3
* Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison2008-06-261-0/+7
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke2008-06-031-1/+2
* Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2007-11-271-2/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam2007-10-101-0/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-1/+3
* r20215: Next step trying to fix the Solaris build.Volker Lendecke2007-10-101-1/+1
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-101-0/+4
* r16122: As we use 'inetOrgPerson' as structural objectclass for new accounts forGünther Deschner2007-10-101-0/+1
* r13460: by popular demand....Gerald Carter2007-10-101-7/+2
* r13316: Let the carnage begin....Gerald Carter2007-10-101-3/+12
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-4/+9
* r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...James Peach2007-10-101-2/+24
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2007-10-101-0/+1
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2007-10-101-0/+25
* r5428: Apply some const. LDAP attribs should now be declared const char *attr...Volker Lendecke2007-10-101-2/+2
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-4/+0
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-0/+4
* r4840: * Add more generic root-dse inspection function to check for givenGünther Deschner2007-10-101-0/+1
* r4736: small set of merges from rtunk to minimize the diffsGerald Carter2007-10-101-1/+1
* r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke2007-10-101-0/+1
* r2444: Based on jmcd's patch, implement special lists for the ldap user attri...Volker Lendecke2007-10-101-0/+2
* r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2007-10-101-0/+1
* r1588: This is one of the more pathetic patches I ever checked in. Many hours ofVolker Lendecke2007-10-101-1/+1
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-2/+3
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2007-10-101-1/+2
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+3
* r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough2007-10-101-1/+0
* Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2004-03-181-0/+1
* Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough2004-03-111-1/+4
* Add bad password count/time attributesJim McDonough2004-02-231-0/+1
* This is metze's LDAP rebind sleep patch:Volker Lendecke2003-12-251-0/+2
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-0/+1
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-0/+2
* Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2003-07-171-0/+3
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-1/+5
* Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett2003-06-251-15/+25
* This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett2003-06-211-2/+13
* fix build on systems w/o LDAP libsGerald Carter2003-06-061-0/+14
* * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-061-0/+2
* working draft of the idmap_ldap code.Gerald Carter2003-06-051-0/+101