50) If you define BOTH_LOGS in sudo.h you can log both via syslog(3) *ans*
to a log file.
+
+51) Added ultrix /etc/auth (enhanced security) support.
+
+52) Sudo now will work with a 4.2BSD syslog (SunOS < 4 && ultrix).
+ Personally, I'd say you are better off logging to a file if
+ your syslog is this ancient.
+
+53) Changed realpath(3) to sudo_realpath() since we need to do the
+ chdir(2) with the invoking uid. sudo_realpath() should be
+ faster than vendor-supplied realpath(3)'s anyway...