Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-04 | catch malloc failures, my changes; found by cloder@acm.org | Theo de Raadt | |
2002-07-04 | Various tga hacks: | Miod Vallat | |
- some KNF touches - use simpler constructs - do not forget to make use of the tga interrupt when it is enabled (speeds up X11 startup and shutdown, hi matthieu!) - implement the wscons screen burner facility | |||
2002-07-03 | KNF | Theo de Raadt | |
2002-07-03 | Xr fixes; from PR 2794 | Miod Vallat | |
2002-07-03 | Xr fixups, mostly from PR 2793 | Miod Vallat | |
2002-07-03 | ansi on a file which idiots believe is not here anymore | Theo de Raadt | |
2002-07-03 | check for malloc failure; reported by cloder@acm.org | Theo de Raadt | |
2002-07-03 | missing or incorrect checks for malloc failure; cloder@acm.org | Theo de Raadt | |
2002-07-03 | if localid is too long, abort; found by cloder@acm.org | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-07-03 | sync | Theo de Raadt | |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat | |
declarations (extern int foo), and compensate in the appropriate locations. | |||
2002-07-03 | Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seen | Aaron Campbell | |
when trying to mount/unmount a 900GB hardware RAID filesystem on an AMI card. | |||
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert | |
ok costa@ | |||
2002-07-03 | If we've given a domain name prefix as the authentication name, strip | brian | |
it off before passing it on to the RADIUS server for authentication. | |||
2002-07-03 | remove a useless {} that was there for "historical reasons" and only served | Vincent Labrecque | |
to make the code go too far to the right. | |||
2002-07-03 | add a missing newline to an error message. | Vincent Labrecque | |
from Jean-Francois Brousseau <krapht@secureops.com> ok deraadt@ | |||
2002-07-03 | sync | Todd C. Miller | |
2002-07-03 | New config for the OpenBSD mailing list server. Two separate daemons | Todd C. Miller | |
are used; one for incoming messages on port 25 and a stripped down queueing-only config on localhost port 24 fed by the mailing list exploder. Actual delivery is handled by persistent queue runners. | |||
2002-07-03 | No need to have this in cvs--the OpenBSD list config is basically the same. | Todd C. Miller | |
2002-07-03 | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | Markus Friedl | |
and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@ | |||
2002-07-03 | use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld) | Markus Friedl | |
in order to avoid a possible Kocher timing attack pointed out by Charles Hannum; ok provos@ | |||
2002-07-03 | convert to ansi. suddenly realise that means yet another function is a | Theo de Raadt | |
signal handler in some cases, and make it cope with the termination race. | |||
2002-07-03 | code bloat in ahc causes adv to die. We will now pressure smurph to ↵ | Theo de Raadt | |
de-bloat new ahc, so that this can return | |||
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque | |
ok art@ | |||
2002-07-03 | sis(4) works on alpha, so move it out of the UNTESTED section. | Aaron Campbell | |
2002-07-03 | avoid dd. do not ask me why | Theo de Raadt | |
2002-07-03 | fix a null deref in sysctl_iflist() | Michael Shalayeff | |
2002-07-03 | Fix some major brain damage where I was performing arithmetic on a | Aaron Campbell | |
physical address with a virtual address; thanks art@. Now sis(4) compiles and works on alpha. | |||
2002-07-03 | But when denormalizing we need the normalized length, too as well as the ↵ | Jason Wright | |
destination length. | |||
2002-07-03 | result only needs to be as big as the number of real bits in the modulus | Jason Wright | |
2002-07-02 | make it compile w/ ipsec and no pf ; smth that was left for homework | Michael Shalayeff | |
2002-07-02 | Check malloc() return value; Chad Loder | Todd C. Miller | |
2002-07-02 | inital -> initial | Nathan Binkert | |
2002-07-02 | * use lostconn() as the SIGALRM handler in receive_data() as originally | Dan Harnett | |
done by downsj@ in revision 1.54. * some -Wall cleanup - only declare check_host() if TCPWRAPPERS is defined. - use socklen_t where appropriate instead of int (pointer signedness warnings). - {u_}char * pointer signedness warnings. ok millert@ | |||
2002-07-02 | bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ for | Aaron Campbell | |
testing. | |||
2002-07-02 | Remove whitespace at eol | brian | |
2002-07-02 | Fix PIO write state machine. This has been totally broken since 2.5, but since | Constantine Sapuntzakis | |
this code path is only executed for IOCTLs, and all of our IOCTLs only read from the device, nobody noticed. Thanks to grange and gluk for finding this one. | |||
2002-07-02 | use hash.h for nfs_hash as well as namei's hash | Eric Jackson | |
ok art@ costa@ | |||
2002-07-02 | Add missing copyright | Thorsten Lockert | |
2002-07-02 | missing priority argument in example; ok millert@ | Kevin Steves | |
2002-07-02 | Kill setjmp/longjmp from a signal handler. All we really need is | Todd C. Miller | |
to use sigaction() w/o SA_RESTART to allow ^C to interrupt motd(). deraadt@ OK. | |||
2002-07-02 | KNF and signal race fixes; millert ok | Theo de Raadt | |
2002-07-02 | Don't trust the MPPE key lengths passed back from the RADIUS server. | brian | |
Instead, use the correct values based on the number of bits actually negotiated. | |||
2002-07-02 | Remove some misleading/wrong diagnostics | brian | |
2002-07-01 | Ensure scb is setup correctly. Add debugging info. | Steve Murphree | |
2002-07-01 | Language improvements and line wrapping fixes, from Moritz Jodeit | Daniel Hartmeier | |
2002-07-01 | Don't abuse VM_PROT_ALL. Use VM_PROT_READ|VM_PROT_WRITE here. | Artur Grabowski | |
We'll never want to exec code in malloc mappings. | |||
2002-07-01 | Fix really long standing bug with fetching address cache entries: | Jason Wright | |
handle ifbac_len == 0 as per the man page; Benny Holmgren <bigfoot@astrakan.hig.se> |