Make ber type and encoding a unsigned int instead of unsigned long.
authorclaudio <claudio@openbsd.org>
Tue, 31 Jul 2018 11:01:00 +0000 (11:01 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 31 Jul 2018 11:01:00 +0000 (11:01 +0000)
commitf9444383b205b225e201591012958d22373516dc
tree9e040acda6aad35b2bec9fc36d33fe6bd0d42cf1
parent8defa1f363740db22e1847d700fab2ee9b97f04e
Make ber type and encoding a unsigned int instead of unsigned long.
This way the size is the same on all archs and 32bit should be good enough.
OK rob@
usr.sbin/ldapd/ber.c
usr.sbin/ldapd/ber.h
usr.sbin/ldapd/conn.c
usr.sbin/ldapd/filter.c
usr.sbin/ldapd/ldapd.h
usr.sbin/ldapd/ldape.c
usr.sbin/ldapd/logmsg.c
usr.sbin/ldapd/search.c