Home | History | Annotate | Download | only in inetd
History log of /src/usr.sbin/inetd/ipsec.c
RevisionDateAuthorComments
 1.8  03-Sep-2021  rillig inetd: remove redundant tests before calling isspace
 1.7  03-Sep-2021  rillig inetd: prepare for lint's strict bool mode

Lint's strict bool mode considers bool incompatible with the other
scalar types. This makes the type of expressions more visible in the
code. In particular, conditions of the form '!strcmp(...)' are no
longer allowed, they have to be written as 'strcmp(...) == 0'.

The operator '!' cannot be used with sep->se_wait since that has type
pid_t, not bool.

No change to the resulting binary.
 1.6  30-Aug-2021  rillig inetd: remove trailing whitespace
 1.5  03-Feb-2019  mrg - don't compare pointer with \0. in this case, *pointer is wanted,
not \0 -> NULL, as we just tested pointer, and this is wanting to
be the standard "is this string NULL or nul?" idiom.
 1.4  04-Jan-2012  drochner branches: 1.4.40;
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
where possible, for consistency and compatibility to FreeBSD
(exception: KAME specific statistics gathering in netstat(1) and systat(1))
 1.3  08-Jan-2009  christos branches: 1.3.8;
- when we close an se_fd, set it to -1
- fix int/ssize_t/size_t/socklen_t issues
- fix casts
- remove unused variables
- fix prototypes
- fix const
- remove unneeded casts
 1.2  29-Oct-2004  dsl Add (unsigned char) cast to ctype functions
 1.1  31-Jan-2000  itojun sync with latest libipsec.
since outgoing and incoming policy is separated, inetd can take multiple
policy specification, separated by ";".
 1.3.8.1  17-Apr-2012  yamt sync with head
 1.4.40.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed