index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldapd
/
namespace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor ldapd -r tweaks
jca
2016-02-04
1
-2
/
+3
*
Add -r argument to ldapd, to specify an alternative directory to
landry
2016-02-01
1
-3
/
+4
*
bzero -> memset. No binary change.
mmcc
2015-12-24
1
-7
/
+7
*
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
doug
2014-09-13
1
-3
/
+3
*
Protect against fd exhaustion when reopening database files. Only accept
jmatthew
2012-06-16
1
-1
/
+17
*
Move generic imsg/libevent glue to a separate file.
martinh
2010-09-01
1
-2
/
+2
*
Retry requests when the btree is busy. Without this, clients will just hang
martinh
2010-07-10
1
-7
/
+12
*
Add support for referrals. Referrals are configured in the config file,
martinh
2010-06-29
1
-6
/
+38
*
Set errno to appropriate values when returning failure in btree. Make btree
martinh
2010-06-23
1
-21
/
+25
*
Move around some functions to ease re-use from ldapctl.
martinh
2010-06-15
1
-115
/
+3
*
Make modify and simple auth requests open their own transactions, as search
martinh
2010-06-15
1
-95
/
+83
*
Implement support in the parent to (re-)open database files on behalf of
martinh
2010-06-15
1
-1
/
+29
*
Track changes in btree_txn_* API, pass a NULL btree when also passing a
martinh
2010-06-11
1
-3
/
+3
*
Open database files before chrooting, and use an absolute path to
martinh
2010-06-03
1
-3
/
+3
*
namespace_new() leaks `ns' on error path.
martinh
2010-06-01
1
-1
/
+2
*
Initial import of ldapd, a small LDAP daemon. Work in progress.
martinh
2010-05-31
1
-0
/
+594