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_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   6 years  espie   no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of...
[TXT] aldap.c  1.37   7 years  jmatthew   Teach ypldap to use tls when connecting to ldap servers. libtls help from jsing@...
[TXT] aldap.h  1.10   7 years  jmatthew   Teach ypldap to use tls when connecting to ldap servers. libtls help from jsing@...
[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.39   7 years  jmatthew   Teach ypldap to use tls when connecting to ldap servers. libtls help from jsing@...
[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.23   6 years  florian   65535 is a valid port to listen on. Off-by-one pointed out by and diff from Kris...
[TXT] yp.c  1.18   7 years  mestre   Use memset(3) instead of bzero(3) OK deraadt@
[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.21   7 years  jmc   remove an extra .Ed;
[TXT] ypldap.h  1.19   7 years  jmatthew   Teach ypldap to use tls when connecting to ldap servers. libtls help from jsing@...
[TXT] ypldap_dns.c  1.13   7 years  otto   don't manipulate hdr.len, it's used internally by libutil now; ok florian@
[TXT] ber.c (in the Attic) [Hide]  1.12   8 years  jmatthew   Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it can deal ...
[TXT] ber.h (in the Attic) [Hide]  1.2   15 years  aschrijver   Remove unused prototype.