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_9_BASE


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.47   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.22   3 years  deraadt   these programs (with common ancestry) had a -fno-common problem related to privs...
[TXT] ypldap.conf.5  1.24   4 years  jmc   list example files in FILES with a short description: generally, "Example config...
[TXT] ypldap.h  1.21   3 years  deraadt   these programs (with common ancestry) had a -fno-common problem related to privs...
[TXT] ypldap_dns.c  1.13   7 years  otto   don't manipulate hdr.len, it's used internally by libutil now; ok florian@