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_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] schema/        
[TXT] Makefile  1.12   9 years  okan   zap trailing newlines; "go for it" deraadt
[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.10   9 years  daniel   eliminate the use of a gcc C extension (conditionals with omitted operands). ok...
[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.4   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] btree.c  1.32   9 years  deraadt   change to <limits.h> universe. The only changes in the binary are due to the he...
[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.11   10 years  deraadt   bunch of format string cleanups, removing %i, signed vs unsigned, and even a few...
[TXT] control.c  1.10   9 years  deraadt   change to <limits.h> universe. The only changes in the binary are due to the he...
[TXT] filter.c  1.3   9 years  daniel   eliminate the use of a gcc C extension (conditionals with omitted operands). ok...
[TXT] imsgev.c  1.5   9 years  deraadt   change to <limits.h> universe. The only changes in the binary are due to the he...
[TXT] imsgev.h  1.2   11 years  jmatthew   Protect against fd exhaustion when reopening database files. Only accept client...
[TXT] index.c  1.8   13 years  martinh   Unbreak re-indexing by checking if an index entry already exists.
[TXT] ldapd.8  1.12   9 years  jmc   add a caveat about databases; From: Matthew Weigel ok gilles
[TXT] ldapd.c  1.12   9 years  deraadt   change to <limits.h> universe. The only changes in the binary are due to the he...
[TXT] ldapd.conf.5  1.19   9 years  jmc   rfc 4512, not 4712; From: route dylanharris org
[TXT] ldapd.h  1.24   9 years  deraadt   change to <limits.h> universe. The only changes in the binary are due to the he...
[TXT] ldape.c  1.19   9 years  deraadt   change to <limits.h> universe. The only changes in the binary are due to the he...
[TXT] log.c  1.4   10 years  deraadt   bunch of format string cleanups, removing %i, signed vs unsigned, and even a few...
[TXT] matching.c  1.2   13 years  martinh   Publish matching rules in the cn=schema subentry as the matchingRules attribute....
[TXT] modify.c  1.16   9 years  pelikan   initialize a variable in case "goto done" makes us compare it found by clang, o...
[TXT] namespace.c  1.13   9 years  doug   Replace all queue *_END macro calls except CIRCLEQ_END with NULL. CIRCLEQ_* is ...
[TXT] parse.y  1.16   9 years  jsg   Don't allow embedded nul characters in strings. Fixes a pfctl crash with an anch...
[TXT] schema.c  1.16   9 years  bluhm   Convert the logic in the error function of the ldap schema parser. Instead of cr...
[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.2   10 years  deraadt   unsigned char casts for ctype ok jca
[TXT] util.c  1.5   10 years  deraadt   unsigned char casts for ctype ok jca
[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.8   9 years  pelikan   ber_printf_elements should return NULL if any of its parts fail. Leave the erro...
[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.8   9 years  deraadt   change to <limits.h> universe. The only changes in the binary are due to the he...
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.4   9 years  reyk   Remove ssl_by_mem_ctrl() and x509_mem_lookup to unbreak the build. It caused a ...