OpenBSD CVS

src/usr.sbin/ldapd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ldapd

Current tag: OPENBSD_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] schema/        
[TXT] Makefile  1.15   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] aldap.h  1.1   14 years  martinh   Initial import of ldapd, a small LDAP daemon. Work in progress. ok deraadt@ jac...
[TXT] attributes.c  1.5   7 years  guenther   branches: 1.5.12; Correct handling of requests to delete individual attribute v...
[TXT] auth.c  1.13   6 years  reyk   branches: 1.13.6; Add support to filter on attributes. This can be used to all...
[TXT] btest.c  1.3   7 years  gsoares   print a formatted errx() string instead of segfault, by checking argc correctly....
[TXT] btree.3  1.4   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] btree.c  1.38   7 years  sthen   Don't overflow uint16 when the filesystem block size is >32K. Reported and initi...
[TXT] btree.h  1.6   13 years  martinh   Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves like BT_CURSOR, ...
[TXT] conn.c  1.17   5 years  claudio   branches: 1.17.6; Make ber type and encoding a unsigned int instead of unsigned...
[TXT] control.c  1.16   6 years  reyk   Fix format string errors in log messages and update ldapd to use relayd's log.c ...
[TXT] evbuffer_tls.c  1.3   6 years  bluhm   It does not make sense to use ioctl(FIONREAD) with TLS as libtls has already rea...
[TXT] evbuffer_tls.h  1.1   8 years  jmatthew   convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls code...
[TXT] filter.c  1.8   5 years  claudio   branches: 1.8.6; Undefined plans can never match. Check for that before trying ...
[TXT] imsgev.c  1.6   7 years  gsoares   add missing rcsid
[TXT] imsgev.h  1.3   7 years  gsoares   add missing rcsid
[TXT] index.c  1.12   5 years  gsoares   branches: 1.12.6; avoid passing NULL to asprintf(3) when there's no parent dn e...
[TXT] ldapd.8  1.14   8 years  jmc   some -r fixes;
[TXT] ldapd.c  1.24   6 years  reyk   Fix format string errors in log messages and update ldapd to use relayd's log.c ...
[TXT] ldapd.conf.5  1.25   6 years  reyk   Add support for attribute filter rules on search/read operations. OK jmatthew@
[TXT] ldapd.h  1.31   5 years  claudio   Make ber type and encoding a unsigned int instead of unsigned long. This way the...
[TXT] ldape.c  1.30   5 years  rob   Change ber_write_elements() to return ssize_t instead of int. ok claudio@
[TXT] log.c  1.9   6 years  reyk   Fix format string errors in log messages and update ldapd to use relayd's log.c ...
[TXT] log.h  1.2   6 years  reyk   Fix format string errors in log messages and update ldapd to use relayd's log.c ...
[TXT] logmsg.c  1.3   5 years  claudio   branches: 1.3.6; Make ber type and encoding a unsigned int instead of unsigned ...
[TXT] matching.c  1.2   13 years  martinh   Publish matching rules in the cn=schema subentry as the matchingRules attribute....
[TXT] modify.c  1.21   6 years  reyk   Add support to filter on attributes. This can be used to allow users to change ...
[TXT] namespace.c  1.18   6 years  reyk   Fix format string errors in log messages and update ldapd to use relayd's log.c ...
[TXT] parse.y  1.33   5 years  miko   replace malloc()+strlcpy() with strndup() in cmdline_symset(). "looks good" gil...
[TXT] schema.c  1.17   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] schema.h  1.7   13 years  martinh   Publish matching rules in the cn=schema subentry as the matchingRules attribute....
[TXT] search.c  1.23   5 years  claudio   Make ber type and encoding a unsigned int instead of unsigned long. This way the...
[TXT] syntax.c  1.5   7 years  jmatthew   Fix checks for seconds and timezones in generalized times. Fixing the CHECK_RANG...
[TXT] util.c  1.10   6 years  reyk   Fix format string errors in log messages and update ldapd to use relayd's log.c ...
[TXT] uuid.c  1.6   6 years  guenther   Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of ...
[TXT] uuid.h  1.3   13 years  martinh   Remove unused functions and variables, found by lint.
[TXT] validate.c  1.11   6 years  reyk   branches: 1.11.6; Fix format string errors in log messages and update ldapd to ...
[TXT] ber.c (in the Attic) [Hide]  1.29   5 years  rob   Change ber_write_elements() to return ssize_t instead of int. ok claudio@
[TXT] ber.h (in the Attic) [Hide]  1.8   5 years  rob   Change ber_write_elements() to return ssize_t instead of int. ok claudio@