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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] schema/        
[TXT] Makefile  1.17   3 years  tb   Add a bsd.schema including a shadowPassword and an sshPublicKey attribute that c...
[TXT] aldap.h  1.2   5 years  rob   The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpct...
[TXT] attributes.c  1.7   2 years  claudio   When removing the last value from an attribute in ldap_del_values() the actuall ...
[TXT] auth.c  1.15   22 months  martijn   Use strncasecmp instead of strncmp when comparing the password scheme. This chan...
[TXT] btest.c  1.3   7 years  gsoares   print a formatted errx() string instead of segfault, by checking argc correctly....
[TXT] btree.3  1.5   5 years  jmc   some tweaks from raf czlonka, plus one more from me;
[TXT] btree.c  1.38   6 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.21   10 months  claudio   Improve the conn_err() bufferevent error callback. To better report errors. OK k...
[TXT] control.c  1.18   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.9   4 years  tb   The ber_* namespace is used by liblber since time immemorial, so move our BER AP...
[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.13   4 years  tb   The ber_* namespace is used by liblber since time immemorial, so move our BER AP...
[TXT] ldapd.8  1.16   14 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] ldapd.c  1.32   2 years  robert   unveil _PATH_LOGIN_CONF_D
[TXT] ldapd.conf.5  1.28   14 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] ldapd.h  1.36   2 years  deraadt   PATH_MAX+1 rarely makes sense, and abort if this happens in the imsg. ok jmatthe...
[TXT] ldape.c  1.38   4 months  claudio   Use imsg_get_fd() and a local variable. OK florian@
[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.3   2 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] logmsg.c  1.5   3 years  rob   Comply with man page intent of -dvv enabling BER level logging. Tweak and ok ma...
[TXT] matching.c  1.2   13 years  martinh   Publish matching rules in the cn=schema subentry as the matchingRules attribute....
[TXT] modify.c  1.24   2 years  claudio   When removing the last value from an attribute in ldap_del_values() the actuall ...
[TXT] namespace.c  1.20   4 years  martijn   Fix ldapd datadir location. Diff from roklein <at> roklein <dot> de OK claudio...
[TXT] parse.y  1.43   2 years  naddy   Don't declare variables as "unsigned char *" that are passed to functions that t...
[TXT] schema.c  1.20   19 months  jsg   avoid use after free in error paths ok miod@ martijn@
[TXT] schema.h  1.7   13 years  martinh   Publish matching rules in the cn=schema subentry as the matchingRules attribute....
[TXT] search.c  1.26   4 years  bket   usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCAT OK florian@
[TXT] syntax.c  1.5   6 years  jmatthew   Fix checks for seconds and timezones in generalized times. Fixing the CHECK_RANG...
[TXT] util.c  1.14   2 years  tb   include unistd.h directly rather than pulling it in via zlib's zconf.h (needed f...
[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.13   2 years  claudio   Add some debug messages in validate_entry() that explain why LDAP_INVALID_SYNTAX...
[TXT] ber.c (in the Attic) [Hide]  1.33   5 years  rob   The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpct...
[TXT] ber.h (in the Attic) [Hide]  1.10   5 years  rob   The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpct...
[TXT] compact.c (in the Attic) [Hide]  1.3   13 years  martinh   Remove compaction and indexing from ldapd. It is better done by a separate proce...
[TXT] ssl.c (in the Attic) [Hide]  1.11   8 years  jmatthew   convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls code...
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.5   8 years  jmatthew   convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls code...