index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldapd
Age
Commit message (
Expand
)
Author
2010-11-03
Validate matching rules against attribute syntaxes. All matching rules from
Martin Hedenfal
2010-11-03
caseExactIA5Match is not an appropriate matching rule for directory strings
Martin Hedenfal
2010-11-03
An index can now also be used for a presence filter.
Martin Hedenfal
2010-11-03
Evaluate filters according to the three-valued logic of X.511, as required
Martin Hedenfal
2010-11-02
Clarify the current state of ldapd as not fully LDAPv3 compliant.
Martin Hedenfal
2010-10-26
Allow the userPassword attribute to specify a login class when using
william
2010-10-19
Fix a segmentation fault when adding an attribute to an empty entry.
Martin Hedenfal
2010-10-19
When checking if the input buffer is large enough to hold an LDAP request,
Martin Hedenfal
2010-10-19
Remember the bind DN after BSD authentication. This makes access control
Martin Hedenfal
2010-10-18
Missing ; to appease yyextract, ok martinh@
Stuart Henderson
2010-10-07
aginst -> against; from Luca Corti
Jason McIntyre
2010-09-24
add missing .Ar;
Jason McIntyre
2010-09-24
add -s option. ok martinh@
lum
2010-09-21
Warn if schema file can't be opened.
Martin Hedenfal
2010-09-20
Implement support for bsdauth authentication via simple binds, not only
Martin Hedenfal
2010-09-10
RFC2247 -> RFC 2247;
Jason McIntyre
2010-09-03
Resolve matching rules from superior attribute types at schema load time
Martin Hedenfal
2010-09-03
Implement attribute syntaxes from RFC4517. This adds validation to the most
Martin Hedenfal
2010-09-01
Add missing leading string quote character in attribute type description.
Martin Hedenfal
2010-09-01
Move generic imsg/libevent glue to a separate file.
Martin Hedenfal
2010-09-01
Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago.
Martin Hedenfal
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-07-28
Revert parts of previous change leading to assertion failure for
Martin Hedenfal
2010-07-26
Fix a sigbus due to unaligned memory access, found when compacting on
Martin Hedenfal
2010-07-21
Add a history section saying that ldapd/ldapctl first appeared in 4.8.
Martin Hedenfal
2010-07-18
Fix an unaligned memory access.
Martin Hedenfal
2010-07-13
Avoid double free in ldap modify requests. The values received in the
Martin Hedenfal
2010-07-10
Retry requests when the btree is busy. Without this, clients will just hang
Martin Hedenfal
2010-07-06
Send empty statistics rather than segfault if "ldapctl stats" is run when a
Martin Hedenfal
2010-07-06
Plug another memory leak. Forgot to reset key returned from cursor, having
Martin Hedenfal
2010-07-06
Clarify differences between the 'include' and 'schema' keyword. And stress
Martin Hedenfal
2010-07-06
When moving a node between pages during rebalance, find the source page
Martin Hedenfal
2010-07-06
Adapt code to adhere to the comment (now that doesn't happen very often!).
Martin Hedenfal
2010-07-06
Check return code from commit. Incorrectly returned success when commit
Martin Hedenfal
2010-07-05
Unbreak writing updates to the btree while having a cursor open on the
Martin Hedenfal
2010-07-05
Plug a memory leak when aborting transactions.
Martin Hedenfal
2010-07-05
Close cursor on delete. Fixes memory leak introduced by non-leaf delete
Martin Hedenfal
2010-07-02
Dump parsed schema to buffer and send in requests for the cn=schema
Martin Hedenfal
2010-07-02
Don't validate modification of immutable attributes if the namespace is
Martin Hedenfal
2010-07-02
Disallow deleting non-leaf nodes.
Martin Hedenfal
2010-07-02
Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves like
Martin Hedenfal
2010-07-02
Plug a memory leak where each update leaked one page.
Martin Hedenfal
2010-07-02
Fix memory leaks in schema parser.
Martin Hedenfal
2010-07-01
Implement the LDAP compare operation.
Martin Hedenfal
2010-07-01
Parse (and ignore) schema extensions with an X- prefix. Bail on unknown keywo...
Martin Hedenfal
2010-07-01
Give a more descriptive error message when an object class definition
Martin Hedenfal
2010-07-01
Free the list of object classes allocated after validating an entry.
Martin Hedenfal
2010-07-01
reset number of revisions after compaction
Martin Hedenfal
2010-07-01
Copy statistics to the compacted database so it isn't lost.
Martin Hedenfal
2010-07-01
If the length of an element being read is larger than what is available in
Martin Hedenfal
[prev]
[next]