summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-1/+2
2009-06-07s3-samr: fix return code of _samr_LookupRids when run with pdb_ldap.Günther Deschner1-0/+5
2009-05-31Fix some nonempty blank linesVolker Lendecke1-52/+52
2009-05-12Fix the last few format arg missmatches I missed.Jeremy Allison1-4/+4
2009-05-12Fix bug 6157Volker Lendecke1-1/+1
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-7/+7
2009-05-08s3/ldap: also handle DirX return codesBjörn Jacke1-0/+2
2009-05-05s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL con...Günther Deschner1-1/+1
2009-05-05s3-ldapsam: Fix Bug #6313: ldapsam_update_sam_account() crashes while doing t...Günther Deschner1-1/+1
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-11/+11
2009-04-06s3:smbldap Remove smbldap_get_dnAndrew Bartlett1-28/+15
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke1-10/+10
2009-02-19Fix printf warnings found on systems where time_t <> long int.Jeremy Allison1-8/+8
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-0/+1
2008-12-23Fix more ‘asprintf’, declared with attribute warn_unused_result.Jeremy Allison1-3/+4
2008-12-09s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner1-1/+1
2008-07-24pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra1-1/+1
2008-07-18Use LDAP macros instead of attribute names.Karolin Seeger1-20/+19
2008-07-14Fix typo.Karolin Seeger1-1/+1
2008-07-10Fix some memleaks regarding trustdom passwordsVolker Lendecke1-3/+15
2008-07-10Fix some uninitialized variable references via ndr_printVolker Lendecke1-1/+3
2008-07-10Give a nice error message if trying to join with a non-privileged userVolker Lendecke1-1/+1
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-24/+54
2008-03-17Coverity fixesMarc VanHeyningen1-4/+10
2008-03-14Fix bug 4901Volker Lendecke1-3/+8
2008-03-05Fix a memleak -- Coverity ID 222Volker Lendecke1-1/+2
2008-03-04Fix crash bug in pdb_init_ldapsam().Günther Deschner1-2/+2
2008-02-19Change ldap search filter. This function is also used to search machine accou...Karolin Seeger1-2/+2
2008-02-11Change ldap search filter. This function is also used to search machine accou...Karolin Seeger1-1/+1
2008-01-09Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam1-1/+1
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-7/+11
2008-01-02Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>Jeremy Allison1-0/+4
2007-12-26Remove the sampwent interfaceVolker Lendecke1-102/+0
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-8/+8
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-5/+9
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-3/+4
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-30/+27
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-14/+16
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-2/+2
2007-11-27Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison1-2/+8
2007-11-26Fix bug 5055Volker Lendecke1-1/+1
2007-11-26Improve debug messageVolker Lendecke1-1/+2
2007-11-14Remove smbldap_get_single_pstring() and all pstringsJeremy Allison1-461/+802
2007-11-05static pstring removalVolker Lendecke1-2/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-41/+41
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison1-3/+3
2007-10-10r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam1-5/+277
2007-10-10r25091: Start adding support for storing trusted domain passwords in LDAPMichael Adam1-0/+44