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
2018-08-03
Place a limit on the number of elements in a ber sequence/set. This prevents
rob
2018-07-31
Relocate some public functions above the internal functions comment.
rob
2018-07-31
Fix some debugging output now that ber type and encoding are unsigned int.
rob
2018-07-31
Make ber type and encoding a unsigned int instead of unsigned long.
Claudio Jeker
2018-07-13
Fix some comments referencing sockets which are not used by the ber api. The
rob
2018-07-13
Fix loop condition in ber.c. Discussed with claudio.
rob
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-09
Simplify ber_read()
Jeremie Courreges-Anglas
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-07-04
More whitespace.
rob
2018-07-04
Cleanup some whitespace.
rob
2018-07-04
Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()
rob
2018-07-04
Avoid possible vfprintf NULL errors in ldap_unbind().
rob
2018-07-03
Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.
rob
2018-07-01
s/constructive/constructed in DPRINTF output.
rob
2018-06-29
Consistent use of copyright notices.
rob
2018-06-29
Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diff
rob
2018-06-28
avoid passing NULL to asprintf(3) when there's no parent dn entry
Gleydson Soares
2018-06-27
Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAP
rob
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-05-18
Add support for attribute filter rules on search/read operations.
Reyk Floeter
2018-05-16
Fix the client search request time and size limits.
Reyk Floeter
2018-05-15
Fix format string errors in log messages and update ldapd to use relayd's log.c
Reyk Floeter
2018-05-14
Remove duplicated word ("scope scope").
Reyk Floeter
2018-05-14
Add support to filter on attributes.
Reyk Floeter
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2018-02-08
Kill ber.c support for direct fd read/writes
Jeremie Courreges-Anglas
2017-08-28
65535 is a valid port to listen on.
Florian Obser
2017-07-28
One negation is enough; pointed out by clang.
Florian Obser
2017-07-04
It does not make sense to use ioctl(FIONREAD) with TLS as libtls
Alexander Bluhm
2017-05-28
Fix checks for seconds and timezones in generalized times.
Jonathan Matthew
2017-05-26
Don't overflow uint16 when the filesystem block size is >32K.
Stuart Henderson
2017-04-13
multi-statement CHECK_RANGE() macro isn't safe for all placements, and
Theo de Raadt
2017-04-06
use memset() instead of bzero()
Gleydson Soares
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-03-03
Internally libssl uses 16k buffer, the libevent TLS wrapper uses
Alexander Bluhm
2017-03-01
add missing rcsid
Gleydson Soares
2017-03-01
move up getpid() and getpwnam(LDAP USER) checks
Gleydson Soares
2017-02-24
Implement fork+exec model
Gleydson Soares
2017-02-22
print a formatted errx() string instead of segfault,
Gleydson Soares
2017-02-11
Correct handling of requests to delete individual attribute values.
Philip Guenther
2017-01-20
unbreak tree
Sebastian Benoit
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2017-01-20
Correctly list all libraries required.
Theo de Raadt
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
[next]