summaryrefslogtreecommitdiff
path: root/source/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-201-8/+8
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-231-0/+1
* Fix more ‘asprintf’, declared with attribute warn_unused_result.Jeremy Allison2009-01-021-3/+4
* s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner2008-12-111-1/+1
* pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra2008-07-241-1/+1
* Use LDAP macros instead of attribute names.Karolin Seeger2008-07-181-20/+19
* Fix typo.Karolin Seeger2008-07-141-1/+1
* Fix some memleaks regarding trustdom passwordsVolker Lendecke2008-07-101-3/+15
* Fix some uninitialized variable references via ndr_printVolker Lendecke2008-07-101-1/+3
* Give a nice error message if trying to join with a non-privileged userVolker Lendecke2008-07-101-1/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-24/+54
* Coverity fixesMarc VanHeyningen2008-03-171-4/+10
* Fix bug 4901Volker Lendecke2008-03-141-3/+8
* Fix a memleak -- Coverity ID 222Volker Lendecke2008-03-051-1/+2
* Fix crash bug in pdb_init_ldapsam().Günther Deschner2008-03-041-2/+2
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-191-2/+2
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-111-1/+1
* Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam2008-01-091-1/+1
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-7/+11
* Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>Jeremy Allison2008-01-021-0/+4
* Remove the sampwent interfaceVolker Lendecke2007-12-261-102/+0
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-8/+8
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-5/+9
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-30/+27
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-14/+16
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-2/+2
* Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2007-11-271-2/+8
* Fix bug 5055Volker Lendecke2007-11-261-1/+1
* Improve debug messageVolker Lendecke2007-11-261-1/+2
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-141-461/+802
* static pstring removalVolker Lendecke2007-11-051-2/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-41/+41
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-1/+1
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-101-3/+3
* r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam2007-10-101-5/+277
* r25091: Start adding support for storing trusted domain passwords in LDAPMichael Adam2007-10-101-0/+44
* 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
* r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.Jeremy Allison2007-10-101-1/+1
* r23194: cherry pick two fixes from SAMBA_3_0_26Gerald Carter2007-10-101-2/+6
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-1/+2
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-101-0/+2
* r21608: Fix a couple of memleaks in error code paths beforeJeremy Allison2007-10-101-0/+1
* r21606: Implement escaping function for ldap RDN valuesSimo Sorce2007-10-101-8/+60
* r20402: Fix spelling: samba bug #4292 debian #402392Andrew Bartlett2007-10-101-1/+1
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-13/+38
* r19943: Fix bug 4267 -- Thanks to David!Volker Lendecke2007-10-101-0/+2
* r19083: Fix objectclassVolker Lendecke2007-10-101-1/+1
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-101-1/+1