summaryrefslogtreecommitdiff
path: root/source3/lib/ldap_escape.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-09Make escape_ldap_string take a talloc contextVolker Lendecke1-11/+14
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-10r21606: Implement escaping function for ldap RDN valuesSimo Sorce1-0/+44
2007-10-10r17334: Some C++ warningsVolker Lendecke1-2/+2
2007-10-10r16153: Fix possible NULL dereference found by Klocwork # 252Volker Lendecke1-0/+4
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2003-02-01Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett1-0/+90