OpenBSD CVS

src/usr.sbin/ypldap/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ypldap

Current tag: OPENBSD_6_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.11   5 years  rob   The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpct...
[TXT] aldap.c  1.46.2.1   4 years  tb   The ber_* namespace is used by liblber since time immemorial, so move our BER AP...
[TXT] aldap.h  1.14   5 years  rob   The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpct...
[TXT] entries.c  1.4   6 years  jca   Log when we have finished pushing users and groups Helps people testing new con...
[TXT] ldapclient.c  1.43   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] log.c  1.4   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.1   7 years  benno   work on making log.c similar in all daemons: reduce the (mostly whitespace) dif...
[TXT] parse.y  1.33   5 years  deraadt   (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other larger typ...
[TXT] yp.c  1.19   6 years  zhuk   Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXT is not nee...
[TXT] ypldap.8  1.11   6 years  jmc   missing word; from raf czlonka
[TXT] ypldap.c  1.21   7 years  benno   work on making log.c similar in all daemons: reduce the (mostly whitespace) dif...
[TXT] ypldap.conf.5  1.22   5 years  jmc   remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; use a m...
[TXT] ypldap.h  1.20   5 years  jsing   Use TLS_CA_CERT_FILE instead of a separate define. ok beck@ bluhm@ tb@
[TXT] ypldap_dns.c  1.13   7 years  otto   don't manipulate hdr.len, it's used internally by libutil now; ok florian@