summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap
AgeCommit message (Expand)Author
2018-06-21Sync aldap from ldap(1).Reyk Floeter
2018-06-18remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;Jason McIntyre
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2017-12-21Close the right file descriptor and clean up the tls context in aldap_close().Jonathan Matthew
2017-12-07Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXTVadim Zhukov
2017-12-07client_addr_init() never fails and its return value is never checked,Vadim Zhukov
2017-12-07Fix a potential fd leak in client_aldap_open().Vadim Zhukov
2017-08-29missing word; from raf czlonkaJason McIntyre
2017-08-2865535 is a valid port to listen on.Florian Obser
2017-07-12Log when we have finished pushing users and groupsJeremie Courreges-Anglas
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-05-30remove an extra .Ed;Jason McIntyre
2017-05-30Teach ypldap to use tls when connecting to ldap servers.Jonathan Matthew
2017-04-17don't manipulate hdr.len, it's used internally by libutil now; ok florian@Otto Moerbeek
2017-03-27simplify parseval() by allocating a buffer the size of the input string,Jonathan Matthew
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-02-03Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andPhilip Guenther
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-11-29Use memset(3) instead of bzero(3)Ricardo Mestre
2016-10-22string terminators are called NUL, not NULLTheo de Raadt
2016-10-22Fix copy-pasto in comment; from Rob Pierce (rob (at) 2keys.ca)Philip Guenther
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-04-28When a group contains a non-existent user, make the warningIngo Schwarze
2016-04-27Simplify overengineered and buggy code that looked like as if it didIngo Schwarze
2016-04-10convert ypldap_addr list to a tailqJonathan Matthew
2016-04-06Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it canJonathan Matthew
2016-03-05mirror memset changes to ber.c made in ldapd (these 3 daemonsTheo de Raadt
2016-01-24Set argument encode / result decode callbacks for 'all'.Matthieu Herrb
2016-01-24Set argument encode / result decode call backs for 'maplist'.Matthieu Herrb
2016-01-24Implement the 'master' request. ok jmatthew@Matthieu Herrb
2015-12-05strings.h -> string.h to prevent an implicit declaration. Also removesmmcc
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-17clean headersTheo de Raadt
2015-11-15pledge for ypldap is easy because it's purely a network program.Jonathan Matthew
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2015-09-09Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcTheo de Raadt
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-02-12ber_printf_elements should return NULL if any of its parts fail.Martin Pelikan
2015-02-11YPPROC_XFR will trigger a crash, even if using it doesn't make sense.Martin Pelikan
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-16use sa_family instead of hard coded inet. from Yury KonovalovTed Unangst
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-07-13Since the event(s) passed to a callback can be a mask of all eventsKenneth R Westerback