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