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_5_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] schema/        
[TXT] Makefile  1.9   13 years  martinh   Validate matching rules against attribute syntaxes. All matching rules from RFC ...
[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.3   13 years  martinh   Fix a segmentation fault when adding an attribute to an empty entry.
[TXT] auth.c  1.9   13 years  martinh   Unbreak simple passwords with SHA and salted SHA hashes. Revision 1.7 introduced...
[TXT] btest.c  1.1   14 years  martinh   Initial import of ldapd, a small LDAP daemon. Work in progress. ok deraadt@ jac...
[TXT] btree.3  1.3   13 years  martinh   Update the internal btree documentation to reflect the current api.
[TXT] btree.c  1.30   13 years  martinh   Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago....
[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.8   13 years  martinh   Make -dvv flags produce debug traces of decoded BER messages on stderr. Also sho...
[TXT] control.c  1.6   13 years  martinh   Move generic imsg/libevent glue to a separate file. with eric@ at c2k10
[TXT] filter.c  1.2   13 years  martinh   Evaluate filters according to the three-valued logic of X.511, as required by RF...
[TXT] imsgev.c  1.1   13 years  martinh   Move generic imsg/libevent glue to a separate file. with eric@ at c2k10
[TXT] imsgev.h  1.1   13 years  martinh   Move generic imsg/libevent glue to a separate file. with eric@ at c2k10
[TXT] index.c  1.8   13 years  martinh   Unbreak re-indexing by checking if an index entry already exists.
[TXT] ldapd.8  1.9   13 years  martinh   document available authentication types and formats. with tweaks from jmc@
[TXT] ldapd.c  1.8   13 years  martinh   Make -dvv flags produce debug traces of decoded BER messages on stderr. Also sho...
[TXT] ldapd.conf.5  1.14   12 years  sthen   Use a common text explaining how the various configuration parsers using the sta...
[TXT] ldapd.h  1.21   13 years  martinh   Make -dvv flags produce debug traces of decoded BER messages on stderr. Also sho...
[TXT] ldape.c  1.14   13 years  martinh   Make -dvv flags produce debug traces of decoded BER messages on stderr. Also sho...
[TXT] log.c  1.3   13 years  martinh   Make -dvv flags produce debug traces of decoded BER messages on stderr. Also sho...
[TXT] matching.c  1.2   13 years  martinh   Publish matching rules in the cn=schema subentry as the matchingRules attribute....
[TXT] modify.c  1.14   13 years  martinh   Revert parts of previous change leading to assertion failure for certain modify ...
[TXT] namespace.c  1.11   13 years  martinh   Move generic imsg/libevent glue to a separate file. with eric@ at c2k10
[TXT] parse.y  1.10   13 years  sthen   Missing ; to appease yyextract, ok martinh@
[TXT] schema.c  1.14   13 years  martinh   Publish matching rules in the cn=schema subentry as the matchingRules attribute....
[TXT] schema.h  1.7   13 years  martinh   Publish matching rules in the cn=schema subentry as the matchingRules attribute....
[TXT] search.c  1.14   13 years  martinh   Make -dvv flags produce debug traces of decoded BER messages on stderr. Also sho...
[TXT] syntax.c  1.1   13 years  martinh   Implement attribute syntaxes from RFC4517. This adds validation to the most comm...
[TXT] util.c  1.2   13 years  martinh   Move around some functions to ease re-use from ldapctl.
[TXT] uuid.c  1.4   13 years  martinh   Remove unused functions and variables, found by lint.
[TXT] uuid.h  1.3   13 years  martinh   Remove unused functions and variables, found by lint.
[TXT] validate.c  1.9   13 years  martinh   Resolve matching rules from superior attribute types at schema load time instead...
[TXT] ber.c (in the Attic) [Hide]  1.6   13 years  martinh   Change detection of indefinite BER lenghts (which is not allowed). Only a length...
[TXT] ber.h (in the Attic) [Hide]  1.1   14 years  martinh   Initial import of ldapd, a small LDAP daemon. Work in progress. ok deraadt@ jac...
[TXT] ssl.c (in the Attic) [Hide]  1.4   13 years  martinh   Remove dead assignments. Found by clang static analyzer.
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.3   13 years  martinh   Remove unused functions and variables, found by lint.