2021-08-29 |
schwarze | Do not call X509_alias_get0(3) with NULL as the second... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
kn | nameserver command requires an interface argument |
commit | commitdiff | tree | snapshot |
2021-08-29 |
anton | Pass volume related key presses as both raw and transla... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
schwarze | fix an obvious mixup regarding the order of lines in... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
anton | correct range upper bound in comment |
commit | commitdiff | tree | snapshot |
2021-08-29 |
anton | Make the ucc match criteria more stringent by requiring... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
anton | Some reports embeds multiple report IDs inside the... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
anton | An interrupt report contains the state of all items... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
anton | As the Consumer Control usages are well defined by... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
dv | Mask viornd descriptor value to prevent out of bound... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
krw | Nuke unused variable and unnecessary initialization. |
commit | commitdiff | tree | snapshot |
2021-08-29 |
beck | Don't call the verify callback twice on success. |
commit | commitdiff | tree | snapshot |
2021-08-29 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-08-29 |
tb | Pass the -quiet option to openssl s_server to make... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
claudio | This needs extern.h for the rmatch prototype |
commit | commitdiff | tree | snapshot |
2021-08-29 |
robert | notify the user about a successful password change... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
martijn | libagentx regress relied on snmp(1) defaulting to ... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
claudio | Implement --exclude/exclude-file and --include/include... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
kn | Merge sysupgrade watchdog and prompt timeout code |
commit | commitdiff | tree | snapshot |
2021-08-29 |
martijn | Add ober_dup. Needed for upcoming SNMPv3 support for... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
tb | Add back the echo Q thing. |
commit | commitdiff | tree | snapshot |
2021-08-29 |
kn | Sync prompt timeout code with sysupgrade watchdog |
commit | commitdiff | tree | snapshot |
2021-08-29 |
tb | Start naccept .desc with a capital |
commit | commitdiff | tree | snapshot |
2021-08-29 |
kn | Stop parsing unsupported dhcp-options(5) |
commit | commitdiff | tree | snapshot |
2021-08-29 |
tb | Use s_server -naccept 1 and remove echo "Q" | openssl... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
tb | Implement -naccept in the s_server. |
commit | commitdiff | tree | snapshot |
2021-08-29 |
dv | mask next descriptor value and fix chunk_size calculation |
commit | commitdiff | tree | snapshot |
2021-08-29 |
kettenis | Reduce the number of openings for aplns(4) to 1. This... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
dv | check for null vioblk info |
commit | commitdiff | tree | snapshot |
2021-08-29 |
kettenis | Reduce the number of openings for aplns(4) to 1. This... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
dv | correct device status write size |
commit | commitdiff | tree | snapshot |
2021-08-29 |
dv | remove old descriptor dump function |
commit | commitdiff | tree | snapshot |
2021-08-29 |
deraadt | new installboot will sometimes reuse the existing msdos... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
deraadt | new installboot will sometimes reuse the existing msdos... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
jmc | -w default is now 3; |
commit | commitdiff | tree | snapshot |
2021-08-28 |
chrisz | /bin/ps: Implement reporting of supplemental groups |
commit | commitdiff | tree | snapshot |
2021-08-28 |
sthen | whitespace nit |
commit | commitdiff | tree | snapshot |
2021-08-28 |
sthen | Allow traceroute -w values down to 1 second, from John... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
beck | Get rid of historical code to extract the roots in... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
jsing | Clean up and simplify ssl3_dispatch_alert() and ssl3_se... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
tb | Only remove the directories if there's an obj/ or obj@ |
commit | commitdiff | tree | snapshot |
2021-08-28 |
beck | Add a pass using the modern vfy with by_dir roots,... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
krw | Add hex_octet() so the strtol(..,16) dance is done... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
tb | Zap blanks before tabs. |
commit | commitdiff | tree | snapshot |
2021-08-28 |
tb | Add RCS marker |
commit | commitdiff | tree | snapshot |
2021-08-28 |
beck | Add case 2c to the go side. Don't tell jsing I touched go. |
commit | commitdiff | tree | snapshot |
2021-08-28 |
beck | Remove the "dump_chain" flag and code. This was a worka... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
robert | use stderr for printing error and informational messages |
commit | commitdiff | tree | snapshot |
2021-08-28 |
kettenis | Remove bogus code that tries to unmap GTT pages in... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
inoguchi | Check X509_get_notAfter return value in openssl(1)... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
inoguchi | Use strndup instead of malloc, memcpy and NULL terminat... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
inoguchi | Remove ASN1_TIME_new and use NULL for X509_gmtime_adj... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
inoguchi | Unwrap lines in openssl(1) ca.c |
commit | commitdiff | tree | snapshot |
2021-08-28 |
inoguchi | Avoid leak with X509_REVOKED variable in openssl(1... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
inoguchi | Checking the return value in openssl(1) ca.c |
commit | commitdiff | tree | snapshot |
2021-08-27 |
nicm | Replace %% in command lists (by copying them) for templ... |
commit | commitdiff | tree | snapshot |
2021-08-27 |
nicm | Allow control mode clients to set a hard limit on the... |
commit | commitdiff | tree | snapshot |
2021-08-27 |
beck | Add regress test testing having the root cert in the... |
commit | commitdiff | tree | snapshot |
2021-08-27 |
tb | Remove unused #include <assert.h>. |
commit | commitdiff | tree | snapshot |
2021-08-27 |
krw | Replace stray hand-rolled nitems() with nitems(). |
commit | commitdiff | tree | snapshot |
2021-08-27 |
jsg | drm/amd/display: workaround for hard hang on HPD on... |
commit | commitdiff | tree | snapshot |
2021-08-27 |
jsg | drm/amd/display: Fix Dynamic bpp issue with 8K30 with... |
commit | commitdiff | tree | snapshot |
2021-08-27 |
jsg | drm/amdgpu: fix the doorbell missing when in CGPG issue... |
commit | commitdiff | tree | snapshot |
2021-08-26 |
jcs | Request wMaxInputLength bytes of data on each interrupt... |
commit | commitdiff | tree | snapshot |
2021-08-26 |
anton | Rename ucc_intr_to_usage() to ucc_bits_to_usage(),... |
commit | commitdiff | tree | snapshot |
2021-08-26 |
anton | Add missing leading colon to error message. |
commit | commitdiff | tree | snapshot |
2021-08-26 |
kevlo | There are some races in the hardware which thus require... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
krw | Two more Capt. Obvious comments go away. |
commit | commitdiff | tree | snapshot |
2021-08-25 |
krw | Don't use log_procname before it is initialized. In... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
krw | Consolidate '-e' edit command parsing into ask_cmd... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
nicm | Improve some logging. |
commit | commitdiff | tree | snapshot |
2021-08-25 |
nicm | Ignore client creating session when working out size... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
nicm | bind-key needs to allow commands for any argument for... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
nicm | Validate command argument types (string or command... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
nicm | setupterm needs char * not const char * on some platforms. |
commit | commitdiff | tree | snapshot |
2021-08-25 |
nicm | Fix up some printflike attributes. |
commit | commitdiff | tree | snapshot |
2021-08-25 |
nicm | Start inputs as NULL so not freeing random stack garbag... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
anton | Make all conversion routines consistent by returning... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
anton | Remove the KB_DEFAULT flag from the wskbd keymap layout... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
anton | Prevent ucc(4) from matching report IDs with an empty... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
anton | If the buffer given to the ucc interrupt handler is... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
anton | Determine if a hid item is an array by solely inspectin... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
bluhm | Fix automatic upgrade after fetching response file... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
jmc | - guiness -> guinness |
commit | commitdiff | tree | snapshot |
2021-08-24 |
kettenis | Fix ping group offsets. |
commit | commitdiff | tree | snapshot |
2021-08-24 |
krw | Add an #ifdef DEBUG/#endif chunk that dumps the entire... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
tb | Fix various read buffer overflow when printing ASN... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
florian | When an interface disappears, e.g. when a usb dongle... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
florian | When an interface disappears, e.g. when a usb dongle... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
jmc | use Pa for resolv.conf.tail, since there is no longer... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
jmc | vini vidi vici -> veni vidi vici |
commit | commitdiff | tree | snapshot |
2021-08-24 |
jmc | make SYNOPSIS match usage to indicate -l is optional in: |
commit | commitdiff | tree | snapshot |
2021-08-24 |
krw | A couple more Capt. Obvious comments can go. |
commit | commitdiff | tree | snapshot |
2021-08-24 |
krw | Trim leading/trailing whitespace from -e input to make... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
patrick | Fix compilation with debug enabled. |
commit | commitdiff | tree | snapshot |
2021-08-24 |
anton | Some consumer control descriptor reports uses an array... |
commit | commitdiff | tree | snapshot |
2021-08-24 |
benno | fix outdated comments, from Emil Engler, thanks. |
commit | commitdiff | tree | snapshot |
2021-08-24 |
florian | We no longer have resolv.conf.tail. |
commit | commitdiff | tree | snapshot |
2021-08-23 |
florian | Say which read failed, helps debugging. |
commit | commitdiff | tree | snapshot |
2021-08-23 |
florian | We don't have a config file on the ramdisks; prevents... |
commit | commitdiff | tree | snapshot |
next |