Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-05 | Back out the make bug workaround that ho@ did. | Hans Insulander | |
2001-06-05 | Undo accidentally commited changes. | Hans Insulander | |
2001-06-05 | don't delete the auth socket in channel_stop_listening() | Markus Friedl | |
auth_sock_cleanup_proc() will take care of this. | |||
2001-06-05 | Undo accidentally commited changes. | Hans Insulander | |
2001-06-05 | Style. | Angelos D. Keromytis | |
2001-06-05 | log_error() cleanup | Angelos D. Keromytis | |
2001-06-05 | Don't spawn unecessary subshell in the "make build" target, a.k.a hin-is-lazy | Hans Insulander | |
target. Fix sudo build while i'm here. | |||
2001-06-05 | Don't use log_error() in vain. | Angelos D. Keromytis | |
2001-06-05 | Don't spawn unecessary subshells. | Hans Insulander | |
From espie. | |||
2001-06-05 | Don't use log_error() if it's an internal error. | Angelos D. Keromytis | |
2001-06-05 | Clarify (from art@) | Angelos D. Keromytis | |
2001-06-05 | Clear acquires only if TDB was established correctly. | Angelos D. Keromytis | |
2001-06-05 | Enforce Remote-ID specified in Phase 1 peer section (whether manually | Angelos D. Keromytis | |
or dynamically specified). | |||
2001-06-05 | SADB_IDENTTYPE_PREFIX support (only for fully-specified hosts), plus | Angelos D. Keromytis | |
punctuation. niklas@ ok | |||
2001-06-05 | Bad niklas, re-committed redundant code. | Angelos D. Keromytis | |
2001-06-05 | Correct credential matching logic. | Angelos D. Keromytis | |
2001-06-05 | Style issues and commentary | Niklas Hallqvist | |
2001-06-05 | Add back check for found/not found public key to use for verification | Angelos D. Keromytis | |
(somehow was dropped during the previous commit). | |||
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev | |
2001-06-05 | Remove leading '+' from the -u arg description; mbing@nfr.net | Todd C. Miller | |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt | |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt | |
2001-06-05 | updated firmware from 3com (Thanks!); contains support for 3cr990B cards. | Jason Wright | |
2001-06-05 | Dynamically allocate conn, as this is given to the exchange; cleanup | Angelos D. Keromytis | |
conf space on failure to establish dynamic SA. ok niklas@ | |||
2001-06-05 | portability; unused function on non-openbsd platform | Jun-ichiro itojun Hagino | |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist | |
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok | |||
2001-06-05 | Deal with an unclear license by replacing the file with a PD | Niklas Hallqvist | |
one, which also have a real implementation instead of stubs :-) | |||
2001-06-04 | if_up() requires splnet(). sync with kame | Jun-ichiro itojun Hagino | |
2001-06-04 | Chop off remainder of string, so we don't get mangled options. | Angelos D. Keromytis | |
2001-06-04 | adjust routing socket message (kernel -> user) to the right size. | Jun-ichiro itojun Hagino | |
with old code we may see junk at the end. sync with kame, 4.4BSD bug. | |||
2001-06-04 | sync | Michael Shalayeff | |
2001-06-04 | oh, just include machine/asm.h | Michael Shalayeff | |
2001-06-04 | merge ssh1/2 x11-fwd setup, create listener after tmp-dir | Markus Friedl | |
2001-06-04 | export these from libc | Michael Shalayeff | |
2001-06-04 | entrieness cleanup | Michael Shalayeff | |
2001-06-04 | trivial regression tests for md5/sha1/rmd160 driver | Todd C. Miller | |
2001-06-04 | set flags in the signal handlers, do real work in the main loop, ok provos@ | Markus Friedl | |
2001-06-04 | fix debugging printf, cpu_hpa is not pointer anymore | Michael Shalayeff | |
2001-06-04 | rpc.pcnfsd is now free | Theo de Raadt | |
2001-06-04 | switch uid when cleaning up tmp files and sockets; reported by ↵ | Markus Friedl | |
zen-parse@gmx.net on bugtraq | |||
2001-06-04 | remove the "must be free" clause: | Theo de Raadt | |
From: Geoff Arnold <geoff.arnold@sun.com> [...] If the excision of the phrase [...] is sufficient, I believe that I have the authority to permit its removal, which I hereby do. | |||
2001-06-04 | Add wscons support for vax. -moj | Mats O Jansson | |
2001-06-04 | Add support for vax lk201 keyboard. Add code to check if new variants or | Mats O Jansson | |
encodings exists in kernel. If so suggest to rebuild kbd(1). -moj | |||
2001-06-04 | use faster arc4random() for small amounts fo data, some spaces; niels ok | Michael Shalayeff | |
2001-06-04 | use a faster arc4random() for random spi generation; angelos@ ok | Michael Shalayeff | |
2001-06-04 | use faster arc4random() in tcp_rndiss_next; niels ok | Michael Shalayeff | |
2001-06-04 | /dev/io hasn't worked in years | Todd C. Miller | |
2001-06-04 | Show the correct dial timeout when a random pause is configured | brian | |
Understand ipencap traffic properly Optimise out SIOCIFADDR ioctls that aren't necessary Handle peers that don't send an initial IFADDR option during IPCP negotiations Fix markup for the /etc/ttys example Always use 4 arguments in examples of ``set ifaddr'' | |||
2001-06-04 | fix audio device creation. | Brad Smith | |
-- Reported by & fix tested by: Denis A. Doroshenko <d.doroshenko@omnitel.net> | |||
2001-06-04 | make kqueue behave like select when testing for write instead of bailing | Niels Provos | |
out. |