Commits
- Commit:
6a150e5c3546e1a3429d9d14f09da33c9e132dfc
- From:
- jmc <jmc@openbsd.org>
- Date:
tidy up the text in previous; ok yasuoka
- Commit:
ce50f388b9e552c3ab6632184ba22d95c5d64369
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Enclose IPv6 address in a square bracket if the address is used with
the port number.
ok florian tobhe
- Commit:
0d80ee7110d08a1ab6df3e89cadcfc52380f4c85
- From:
- kettenis <kettenis@openbsd.org>
- Date:
Don't crash if we can't read the temperature for a zone while polling it.
ok dv@
- Commit:
7c3cb5da944b2f859b736bb77a7e4a98f458d8ce
- From:
- bluhm <bluhm@openbsd.org>
- Date:
Explicit TLS handshake with syslog client.
Add a new TLS handshake callback for incoming connections. This
will allow to inspect the client certificate later. For now only
print a debug message and check it in regress.
with and OK henning@
- Commit:
a168fdd3c6f33b0f83bab8f2f3429e79ddc2ec79
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Modify IPCP to use {D,NB}NS servers from RADIUS. Also move the
radius related functions from ppp.c to npppd_radius.c.
- Commit:
593962704d3cce1629dae6e0defb6078788d7f17
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Exit with an error code when error or module die.
CVS ----------------------------------------------------------------------
- Commit:
55b9f5bef6a12de5e77ff1b41da0ed009b86eaa1
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Set SO_REUSEADDR for the listening socket. This makes radiusd(8)
can bind both on an interface address and a wildcard address.
- Commit:
b88523ef2045b321520b6ae391d91fec3af962a2
- From:
- djm <djm@openbsd.org>
- Date:
openssh-9.8
- Commit:
31c74db9af79d412892b3d538b232d4571408dc1
- From:
- djm <djm@openbsd.org>
- Date:
when sending ObscureKeystrokeTiming chaff packets, we can't
rely on channel_did_enqueue to tell that there is data to send.
This flag indicates that the channels code enqueued a packet
on _this_ ppoll() iteration, not that data was enqueued in _any_
ppoll() iteration in the timeslice. ok markus@
- Commit:
8c9be2452f661d049ba9fef2a4c5a0ca74467417
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Call daemon(3) before parse_config() since parse_config() of radiusd(8)
starts some sub processes and parent-child relationship with them must
be kept. But we want to show config error on stderr, so keep stdio
files open and close them after parse_config().
- Commit:
a3ca6f29f3173b8e20735e5002fb89712a570adb
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Remove unused secret field from struct radiusd_authentication
- Commit:
c9e9c1c924e15f8a160499a9d9101459765eed6b
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Don't receive decoration when not requested.
- Commit:
c917c3ca77c7677583359ebbb28f93ac8394a11a
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Show config error when -n
- Commit:
2e151769a79bed00fe539a2c5645abd77ea8cfaa
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Add missing size check.
- Commit:
816d4b6e0ded346494d427cf6415bcbd1a7d4e34
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
"secret" without quote can be used for key or value since it is treated
specially now.
- Commit:
55e257712a31473bb4431ac09daae0971047957e
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Tweak a white space.
- Commit:
92676dc7116bf913e82e401a9fa10141f17f4fe6
- From:
- yasuoka <yasuoka@openbsd.org>
- Date:
Delete a garbage empty definition.
- Commit:
2b23e3daa8c523ad6805e474c0b8e96a84f15e06
- From:
- djm <djm@openbsd.org>
- Date:
use "lcd" to change directory before "lls" rather then "cd", since
the directory we're trying to list is local. Spotted by Corinna
Vinschen
- Commit:
8cbb973a0a8319f7b5c5f670a87f6cafa825bcbc
- From:
- jsg <jsg@openbsd.org>
- Date:
Remove history of the tms struct. It is tied to the function,
and the manual incorrectly claimed it first appeared in 4BSD.
ok deraadt@
- Commit:
449248e97712db1636092e75c0e71056d017894a
- From:
- jsg <jsg@openbsd.org>
- Date:
correct history; first mention of /etc/rc in init manual pages was v4
ok deraadt@
- Commit:
d2504b08cd8cde859ded65a3f88dbbb85545b86e
- From:
- jsg <jsg@openbsd.org>
- Date:
correct history; dmesg appeared (without a manual page) in v7
ok deraadt@
- Commit:
a9e161243e2d393eb39549a8ca7e57afd445d16d
- From:
- deraadt <deraadt@openbsd.org>
- Date:
we don't need the NOBYFOUR space-savings option anymore, that codepath
was replaced a while ago.
ok tb
- Commit:
0fbf39a0b585ec28a99a4c53e66c5634bfcfe7e4
- From:
- deraadt <deraadt@openbsd.org>
- Date:
delete dhclient(8). ipv4 dhcp leases have been acquired by the
always-running-in-background dhcpleased(8) for a while, which is
activated per-interface with "ifconfig $if autoconf', or
"ifconfig $if inet autoconf", or with "inet autoconf" in /etc/hostname.$if
dhclient(8) has done execve(3) of ifconfig(8) to handle this for a while,
so everyone has moved to the dhcpleased(8) method
ok florian
- Commit:
9518e4db3d72dd8b4b124729c275a9b344fb5cdd
- From:
- florian <florian@openbsd.org>
- Date:
Clearify "force" and "preference" interaction.
Problem reported by Kirill A. Korinsky
OK kn
- Commit:
f51b80adea345982ea0a4288f49daffad1fcc38a
- From:
- jsing <jsing@openbsd.org>
- Date:
Remove lhash statistics.
These are not exactly useful and we previously stopped exposing them.
ok tb@