summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap
AgeCommit message (Expand)Author
2025-11-19ypldap(8): Fix a typo in a debug messageGordon Bergling
2025-07-26base: do a sweep of setgroups() that mean to clear the supplementariesKyle Evans
2024-02-13ypldap(8): Fix grammar in ypldap.cShi-Xin Huang
2023-10-10Trim various $FreeBSD$John Baldwin
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-06-20ypldap: Remove set but unused variables.John Baldwin
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-10-03ypldap: Fix mismatch in array bounds for ldapclient().John Baldwin
2021-12-21pkgbase: Put yellow pages programs to its own packageEmmanuel Vadot
2020-09-11Only set WARNS if not definedKyle Evans
2020-05-28rename in-tree libevent v1 to libevent1Ed Maste
2020-04-06yp*: fix -fno-common buildKyle Evans
2020-03-24Correct path in EXAMPLES ypldap.conf.5Sergio Carlavilla Delgado
2020-01-29ypldap(8): Fix absent va_end() in 'goto fail' pathConrad Meyer
2019-08-12Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-01Log when we have finished pushing users and groups.Marcelo Araujo
2017-05-26Simplify parseval() by allocating a buffer the size of the input string,Marcelo Araujo
2017-03-01Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-12-02Use memset(3) instead of bzero(3).Marcelo Araujo
2016-12-02String terminators are called NUL, not NULL, also the variableMarcelo Araujo
2016-09-02DIRDEPS_BUILD: Update dependencies after a 'make bootstrap-tools'.Bryan Drewery
2016-08-31DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery
2016-07-11Do not allow whitespace in macro names.Marcelo Araujo
2016-06-07Bump date in both manpages.Marcelo Araujo
2016-06-07Add an entry on rc.conf(5) explaining the new optionsMarcelo Araujo
2016-05-25Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after freeDon Lewis
2016-05-16Simplify overengineered and buggy code that looked like as if it didMarcelo Araujo
2016-05-16When a group contains a non-existent user, make the warningMarcelo Araujo
2016-05-13Avoid indexing an array with a negative value.Don Lewis
2016-04-18Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'.Marcelo Araujo
2016-04-13Convert ypldap_addr list to a tailq(queue(3)).Marcelo Araujo
2016-04-13Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it canMarcelo Araujo
2016-03-04Set argument encode/result decode call backs for 'maplist' and 'all'.Marcelo Araujo
2016-03-04Implement the 'master' request.Marcelo Araujo
2016-01-22Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to beMarcelo Araujo
2016-01-13ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3).Marcelo Araujo
2015-12-15Remove a garbage printf used for debug.Marcelo Araujo
2015-12-15Remove the null checker before free.Marcelo Araujo
2015-12-15Remove wrong header and the NULL check before free().Marcelo Araujo
2015-12-15EAGAIN handling for imsg_read.Marcelo Araujo
2015-11-16Add include of signal.h for signal() prototype.Craig Rodrigues
2015-11-16Replace __svc_fdset with svc_fdset.Craig Rodrigues
2015-11-16Do not use SA_LEN() to dereference sa_len.Craig Rodrigues
2015-11-16Add include of time.h for tzset() prototype.Craig Rodrigues
2015-11-16Replace __dead with __dead2.Craig Rodrigues
2015-11-16Add include of sys/param.h for MAXHOSTNAMELENCraig Rodrigues
2015-11-16Replace __dead with __dead2.Craig Rodrigues