Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-17 | When modifying a group w/ no members with groupmod(8) the trailing | Todd C. Miller | |
newline was not added. Reported by Rob Sessink, different fix by me. | |||
2002-05-17 | Put back <string.h> | brian | |
2002-05-17 | move setuid revocation closer to the start (make it more obvious); miod ok | Theo de Raadt | |
2002-05-16 | repair some warnings | Theo de Raadt | |
2002-05-16 | More careful with select(). deraadt@ ok. | Hakan Olsson | |
2002-05-16 | IPv6 support; itojun@ | Jakob Schlyter | |
2002-05-16 | more clarify and cleanup; ok jakob@ | Kevin Steves | |
2002-05-16 | #ifdef DEBUG some verbose output, may be moved to a -v flag later perhaps | Jakob Schlyter | |
2002-05-16 | Remove some unused includes | brian | |
2002-05-16 | Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's | brian | |
configured). This doesn't yet work with MPPE. More to follow. | |||
2002-05-16 | clarify protocol use | Theo de Raadt | |
2002-05-16 | bit more KNF | Theo de Raadt | |
2002-05-16 | various KNF, and mark some issues | Theo de Raadt | |
2002-05-16 | add support for SNTP & split out RFC868 time support. ok deraadt@ | Jakob Schlyter | |
2002-05-16 | remove non-POSIX stuff; miod ok | Theo de Raadt | |
2002-05-16 | KNF | Theo de Raadt | |
2002-05-16 | Since now /var/run/apmdev socket will be root:operator. | Mike Pechkin | |
Idea from form@. millert@ ok | |||
2002-05-16 | make this static too | Theo de Raadt | |
2002-05-16 | o Bump the version number | brian | |
o Tidy up includes o Fix macros in auth.h o Insist on context for ``set mru'' in MP mode o Usage -> usage o Don't intialise after processing config requests o Show FSM values for ConfigAcks o Make ident output prettier o Fix some Id keywords o Handle RADIUS pool address 255.255.255.254 o Support RADIUS Session-Timeout attributes o Support RADIUS Reply-Message attributes o Support RADIUS CHAP-Error attributes o Store RADIUS Filter-Id attributes o Provide a NAS-Port-Type attribute to RADIUS servers o Provide a better NAS-Port attribute to RADIUS servers o Support MS-CHAP with RADIUS o Improve FSM decode functions o Support an OCTETSIN variable o Support an OCTETSOUT variable o Support an PACKETSIN variable o Support an PACKETSOUT variable o Support an IPOCTETSIN variable o Support an IPOCTETSOUT variable o Support an IPPACKETSIN variable o Support an IPPACKETSOUT variable o Support an IPV6OCTETSIN variable o Support an IPV6OCTETSOUT variable o Support an IPV6PACKETSIN variable o Support an IPV6PACKETSOUT variable o Support a SOCKNAME variable | |||
2002-05-15 | more quiet | Theo de Raadt | |
2002-05-15 | Tweak to make this work with OpenSSL 0.9.7 | Bob Beck | |
2002-05-15 | Changes for OpenSSL 0.9.7 | Bob Beck | |
2002-05-14 | Don't corrupt MP fragments when they're put back on the front of our | brian | |
inbound queue; Amit K. Rao <arao@niksun.com> | |||
2002-05-14 | Calculate the number of open links properly when deciding on whether to | brian | |
just send PROTO_IP packets when we've got only one link up in multi-link mode. | |||
2002-05-13 | o) fix order and usage of chroot&chdir; | Mike Pechkin | |
o) move code up from chroot&chdir block (tftpd); millert@ ok | |||
2002-05-12 | These small setuid programs allocate a resvport, and then immediately revoke | Theo de Raadt | |
privs. Link them static, so that even less code is run before main does that job. | |||
2002-05-11 | .Xr at 1 | Todd C. Miller | |
2002-05-11 | Put options in a real list, preceded by "The options are as follows" | Todd C. Miller | |
to conform to OpenBSD man page guidelines. | |||
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-10 | Update usb userland stuff to reflect hid changes in the kernel. | Nathan Binkert | |
This adds the new program usbhidaction which can be used to assign actions to events that occur on a uhid device. For example, you can now make the volume buttons on some newer keyboards actually do something. | |||
2002-05-09 | prototype open_socket() | Todd C. Miller | |
2002-05-09 | nuke unused variable | Todd C. Miller | |
2002-05-09 | allowed() is only called once so there is no need to use static | Todd C. Miller | |
variables and leave the allow/deny files open. Previously, the allow/deny fd's were leaked during the crontab edit. | |||
2002-05-09 | Missing piece from last commit. | Todd C. Miller | |
2002-05-09 | Better error handling for in_file(); from Owl | Todd C. Miller | |
2002-05-09 | crontab is no longer setuid root, it is now setgid crontab. | Todd C. Miller | |
These changes were modelled after the Owl version of vixie-cron, but developed independently. Our crontab used to send cron SIGUSR1 to tell cron to reread the spool dir. Now that crontab is not setuid root this doesn't work. Instead, crontab pokes cron via a Unix domain socket located in the tabs dir. Please note, after these changes, the owner on user crontab files will have to be changed manually from root to the uid of the corresponding user for crontab to be usable. cron itself will accept tab files owned by either root or the user. Also, any /var/cron/{allow,deny} files must be readable by group crontab. | |||
2002-05-09 | obey mdoc(7) section ordering. sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-09 | drop support for rlogin/rsh service (we shouldn't have support it as | Jun-ichiro itojun Hagino | |
they usually use IP address for authentication). sync with kame | |||
2002-05-08 | o Use proper #defines; It is HAVE_*, not HAS_* | Todd C. Miller | |
o #ifdef out the -x flag getopt() stanza if not DEBUGGING | |||
2002-05-08 | be even more clear | Theo de Raadt | |
2002-05-07 | spelling; svs@ropnet.ru | Theo de Raadt | |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-05-06 | Kill rlogind and rexecd Xr's and add Xr's for things we actually use. | Todd C. Miller | |
2002-05-06 | do not install a SIGSEGV handler | Theo de Raadt | |
2002-05-06 | syslog() paranoia; never pass in a non-const buffer w/o using "%s" | Todd C. Miller | |
2002-05-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert | |
From NetBSD | |||
2002-05-02 | In UKC, when adding a fixed unit device (foo0) by cloning a star device | Miod Vallat | |
(foo*), be sure to update all cf_starunit1 fields for related star devices, so that they will not compete for the foo0 probe. This fixes the new sparc bsd.scsi3 behaviour. Tested by brad@ and myself, ok maja@ | |||
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-04-25 | don't play games with size_t (seeing a pattern yet ?) | Marc Espie | |
2002-04-24 | Unbreak from pfvar.h change. | Daniel Hartmeier | |