summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_nds.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-06Rename pdb_ldap to pdb_ldapsamAndreas Schneider1-1/+1
2012-09-26lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett1-1/+0
2012-09-07s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy1-2/+2
2012-07-03s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider1-20/+0
2011-10-11s3-passdb: split out passdb/pdb_nds.h.Günther Deschner1-0/+1
2011-10-11s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner1-0/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2009-05-05s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL con...Günther Deschner1-1/+1
2009-04-06s3:smbldap Remove smbldap_get_dnAndrew Bartlett1-1/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-5/+6
2007-10-10r15542: Close the LDAP connection and free the struct, regardless whether theGünther Deschner1-1/+1
2007-10-10r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke1-1/+1
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-2/+2
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13460: by popular demand....Gerald Carter1-8/+9
2007-10-10r13316: Let the carnage begin....Gerald Carter1-3/+6
2007-10-10r12714: Fix segfault in pdb_nds.c.Günther Deschner1-1/+1
2007-10-10r12245: eDirectory returns LDAP_UNWILLING_TO_PERFORM if theJeremy Allison1-0/+9
2007-10-10r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.Günther Deschner1-54/+5
2007-10-10r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...Gerald Carter1-0/+5
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r9522: Give better error-message when "NDS Universal Password" change fails.Günther Deschner1-2/+6
2007-10-10r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...James Peach1-6/+6
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-4/+4
2007-10-10r5817: Patch from Vince Brimhall <vbrimhall@novell.com> to change the way pdb...Jeremy Allison1-16/+20
2007-10-10r5746: remove unneeded header that caused problems on rh73Gerald Carter1-1/+0
2007-10-10r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison1-0/+937