summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_nds.c
Commit message (Expand)AuthorAgeFilesLines
* s3:passdb: Use generate_secret_buffer() for generating passwordsAndreas Schneider2019-08-141-1/+2
* pdb_nds: Fix CID 1273401 Unused valueVolker Lendecke2018-04-071-7/+11
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-201-5/+11
* Rename pdb_ldap to pdb_ldapsamAndreas Schneider2013-02-061-1/+1
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-261-1/+0
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-071-2/+2
* s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider2012-07-031-20/+0
* s3-passdb: split out passdb/pdb_nds.h.Günther Deschner2011-10-111-0/+1
* s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner2011-10-111-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL con...Günther Deschner2009-05-051-1/+1
* s3:smbldap Remove smbldap_get_dnAndrew Bartlett2009-04-061-1/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* 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
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-5/+6
* r15542: Close the LDAP connection and free the struct, regardless whether theGünther Deschner2007-10-101-1/+1
* r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke2007-10-101-1/+1
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-2/+2
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13460: by popular demand....Gerald Carter2007-10-101-8/+9
* r13316: Let the carnage begin....Gerald Carter2007-10-101-3/+6
* r12714: Fix segfault in pdb_nds.c.Günther Deschner2007-10-101-1/+1
* r12245: eDirectory returns LDAP_UNWILLING_TO_PERFORM if theJeremy Allison2007-10-101-0/+9
* r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.Günther Deschner2007-10-101-54/+5
* r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...Gerald Carter2007-10-101-0/+5
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r9522: Give better error-message when "NDS Universal Password" change fails.Günther Deschner2007-10-101-2/+6
* r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...James Peach2007-10-101-6/+6
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2007-10-101-4/+4
* r5817: Patch from Vince Brimhall <vbrimhall@novell.com> to change the way pdb...Jeremy Allison2007-10-101-16/+20
* r5746: remove unneeded header that caused problems on rh73Gerald Carter2007-10-101-1/+0
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2007-10-101-0/+937