summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
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
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-10r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.Jeremy Allison1-1/+1
2007-10-10r23194: cherry pick two fixes from SAMBA_3_0_26Gerald Carter1-2/+6
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-1/+2
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison1-0/+2
2007-10-10r21608: Fix a couple of memleaks in error code paths beforeJeremy Allison1-0/+1
2007-10-10r21606: Implement escaping function for ldap RDN valuesSimo Sorce1-8/+60
2007-10-10r20402: Fix spelling: samba bug #4292 debian #402392Andrew Bartlett1-1/+1