Age | Commit message (Expand) | Author |
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler |
2019-09-10 | During libutil/ber.c r1.12 I made sure that every element that's requested | Martijn van Duren |
2019-01-17 | use $OpenBSD markers only | Ted Unangst |
2018-11-27 | Sync aldap and ber with ldap(1). | Martijn van Duren |
2018-08-12 | Change ber_write_elements() to return ssize_t instead of int. | rob |
2018-07-31 | Fix some debugging output now that ber type and encoding are unsigned int. | rob |
2018-07-31 | Make ber type and encoding a unsigned int instead of unsigned long. | Claudio Jeker |
2018-06-21 | Sync aldap from ldap(1). | Reyk Floeter |
2018-02-08 | Kill ber.c support for direct fd read/writes | Jeremie Courreges-Anglas |
2017-12-21 | Close the right file descriptor and clean up the tls context in aldap_close(). | Jonathan Matthew |
2017-05-30 | Teach ypldap to use tls when connecting to ldap servers. | Jonathan Matthew |
2017-03-27 | simplify parseval() by allocating a buffer the size of the input string, | Jonathan Matthew |
2017-02-03 | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and | Philip Guenther |
2016-10-22 | string terminators are called NUL, not NULL | Theo de Raadt |
2016-10-22 | Fix copy-pasto in comment; from Rob Pierce (rob (at) 2keys.ca) | Philip Guenther |
2016-04-27 | Simplify overengineered and buggy code that looked like as if it did | Ingo Schwarze |
2015-12-05 | strings.h -> string.h to prevent an implicit declaration. Also removes | mmcc |
2012-04-30 | Use paged searches so we can handle larger directories. Servers that don't | Jonathan Matthew |
2012-03-15 | Accept empty/nonexistant ldap attributes when we want a list. This allows | Jonathan Matthew |
2011-08-28 | Use the correct terminology, replace the term "entry" with the term "attribut... | aschrijver |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-07-21 | Search filter BER tags use a context-specific class, not an application | Martin Hedenfal |
2010-07-21 | fix NULL-deref, ok martinh@ | Gilles Chehade |
2010-06-14 | fix a memory leak, from aschrivjer | Pierre-Yves Ritschard |
2010-04-28 | - plug memleak (in #if 0'd code) | Jasper Lievisse Adriaanse |
2010-02-07 | A few visual cleanups, and clarify a comment. | Bret Lambert |
2010-02-06 | Simplify LDAP URL handling (currently unused): | Bret Lambert |
2009-07-08 | Fix memory leak in sarch filter parsing code. | Bret Lambert |
2009-01-29 | Make anonymous binds work properly. | aschrijver |
2009-01-28 | Correct dup to dupstr. | aschrijver |
2009-01-27 | Add space after keywords. | aschrijver |
2009-01-27 | Oops, fix the error handling. Found by blambert@ | aschrijver |
2009-01-27 | Fix another double free in the filter parser. | aschrijver |
2009-01-27 | Remove unnecessary comment. | aschrijver |
2009-01-27 | Add correct error handling to the aldap API. | aschrijver |
2009-01-26 | move aldap_close in aldap.c, where it belongs. | Pierre-Yves Ritschard |
2009-01-16 | Fix double free with invalid ldap filter (reported by dlg@). | aschrijver |
2009-01-04 | Fix memory leak (diff from blambert@) | aschrijver |
2008-12-28 | Plug some memory leakage in aldap_parse by calling aldap_freemsg | Bret Lambert |
2008-12-27 | Fix memory leak. | aschrijver |
2008-11-28 | Add support for escaped characters to the search filter parsing function. | aschrijver |
2008-10-28 | Do the DNS resolution in a seperate process. A lot of code is copied from ntpd. | aschrijver |
2008-10-14 | Add support for referrals and lists of attributes. | aschrijver |
2008-10-06 | use strtonum() instead of atoi() and remove an unnecessary bzero() | aschrijver |
2008-10-02 | use calloc() instead of malloc() and bzero() | Theo de Raadt |
2008-09-30 | fix ugly comments. | Pierre-Yves Ritschard |
2008-09-30 | aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as... | aschrijver |