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
/
ypldap
Age
Commit message (
Expand
)
Author
2008-12-27
Fix memory leak.
aschrijver
2008-11-28
Add support for escaped characters to the search filter parsing function.
aschrijver
2008-11-17
Missing end quote in example.
Marc Balmer
2008-10-28
Do the DNS resolution in a seperate process. A lot of code is copied from ntpd.
aschrijver
2008-10-21
Oops, freed to much memory.
aschrijver
2008-10-20
Do not stop connecting after the first connect fails.
aschrijver
2008-10-20
Add 2 missing directives and remove duplicate configuration entry.
aschrijver
2008-10-19
Do the DNS resolution before the chroot and disable LDAP referrals for now.
aschrijver
2008-10-17
bring in the findeol() fix from pfctl. list of affected parsers by sthen
Henning Brauer
2008-10-15
- no need to separate list items with .Pp
Jason McIntyre
2008-10-14
Sh capitalization
Theo de Raadt
2008-10-14
Add the list directive and an example configuration to the manpage.
aschrijver
2008-10-14
Add support for referrals and lists of attributes.
aschrijver
2008-10-06
Oops, also commit the header file. Remove silly debug message.
aschrijver
2008-10-06
use strtonum() instead of atoi() and remove an unnecessary bzero()
aschrijver
2008-10-02
use calloc() instead of malloc() and bzero()
Theo de Raadt
2008-09-30
fix ugly comments.
Pierre-Yves Ritschard
2008-09-30
add missing copyright.
Pierre-Yves Ritschard
2008-09-30
aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...
aschrijver
2008-09-19
typo
Pierre-Yves Ritschard
2008-09-03
; -> : in getopt optstring.
Jonathan Gray
2008-09-03
Missing break in case statement.
Jonathan Gray
2008-07-02
kill a bunch of dead code.
Pierre-Yves Ritschard
2008-06-29
repetition, spotted by <bsd@openbsd.rutgers.edu>
Pierre-Yves Ritschard
2008-06-29
various macro/spelling/grammar fixes;
Jason McIntyre
2008-06-29
typo
Miod Vallat
2008-06-29
document the configuration directives for directories.
Pierre-Yves Ritschard
2008-06-26
tweak;
Jason McIntyre
2008-06-26
seperate out the openldap stuff that will be replaced
Theo de Raadt
2008-06-26
must be able to get at include file
Theo de Raadt
2008-06-26
cleanup include file. remove unneeded socket cleanup.
Pierre-Yves Ritschard
2008-06-26
ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a
Pierre-Yves Ritschard