CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/28 09:48:49
Modified files:
usr.sbin/ldapd : syntax.c
Log message:
Fix checks for seconds and timezones in generalized times.
Fixing the CHECK_RANGE macro in r1.4 revealed that the seconds check
accidentally relied on the macro being broken. While looking into this I
noticed that the timezone check was also wrong, treating the timezone as
optional for generalized times.
investigation and diff mostly by Seiya Kawashima.
