Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-31 | Remove unsupported drek | Todd C. Miller | |
2001-07-31 | KNF + some ANSIfication | Todd C. Miller | |
2001-07-31 | Call pwd_gensalt() with the correct args and reference login.conf | Todd C. Miller | |
in man page; hideishi@magisystem.net | |||
2001-07-31 | we talked about libsectok having an include target a couple of times.... | Theo de Raadt | |
2001-07-31 | while i'm here: NetBSD -> .Nx | Mike Pechkin | |
millert@ ok. | |||
2001-07-31 | new BSD-style license and whitespace sync with openssh | Kevin Steves | |
2001-07-31 | type mismatch fix. | Bob Beck | |
2001-07-31 | Remove an irritating diagnostic emitted to LogPHASE when a | brian | |
static proxy arp entry is deleted. Rename a function (for consistency) and remove some whitespace (for readability). | |||
2001-07-31 | o) better struct handling; | Mike Pechkin | |
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok | |||
2001-07-31 | Allocate page buckets from kernel_map. This should save a good | Artur Grabowski | |
amount of kmem_map on machines with lots of physical memory. | |||
2001-07-31 | minor sync to NetBSD. | Artur Grabowski | |
2001-07-31 | pmap_steal_memory takes to vaddr_t * as arguments, not paddr_t *. | Artur Grabowski | |
For some strange (ehmm) reason, only the prototype was wrong. The implementations were right. | |||
2001-07-31 | close smartcard connection if card is missing. | Jakob Schlyter | |
2001-07-31 | avoid paths beginning with "//"; <vinschen@redhat.com> | Jakob Schlyter | |
ok markus@ | |||
2001-07-31 | When we receive a CHAP81 challenge response, we always expect the last | brian | |
byte of the packet to contain '\0'. Windows 98 gets this wrong, dropping garbage into the last byte and failing authentication. Now, we notice this and whinge to our log file that we're compensating for the corrupt data. | |||
2001-07-31 | Documentation fixes per PR 1979 by Kaspar Toomik. | Hugh Graham | |
2001-07-31 | add 'SmartcardDevice' client option to specify which smartcard device is used | Jakob Schlyter | |
to access a smartcard used for storing the user's private RSA key. ok markus@. | |||
2001-07-31 | add a space after the no space | Hugh Graham | |
2001-07-31 | allow to test that flags are unset, ok dhartmei@, mickey@ | Peter Stromberg | |
2001-07-31 | do not complain about missing smartcards. ok markus@ | Jakob Schlyter | |
2001-07-31 | a space before a redirect | Hugh Graham | |
2001-07-31 | +smg +wscons | Hugh Graham | |
2001-07-31 | add sectok; ok markus@ | Jakob Schlyter | |
2001-07-31 | install krb5.conf(5) | Jakob Schlyter | |
2001-07-31 | Go down only one Ultra DMA mode at a time. Thanks to Matt Evans for | Constantine Sapuntzakis | |
suggesting this fix. Update atapiscsi Ultra DMA downgrade logic. | |||
2001-07-31 | Add missing MLINKS for various .3 man pages | Kenneth R Westerback | |
2001-07-31 | On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading | Constantine Sapuntzakis | |
device registers as this may cause lock-ups on some chipsets Clean-up in atapiscsi. Get rid of claim_irq. Instead, atapiscsi always returns -1 (maybe) from the interrupt handler. | |||
2001-07-31 | Add missing LINK for cgetusedb | Kenneth R Westerback | |
2001-07-31 | Document that entries with d_fileno == 0 are invalid. | Artur Grabowski | |
From Egil Möller <redhog@mini.dhs.org> | |||
2001-07-31 | more Xr completions | Theo de Raadt | |
2001-07-31 | remove bad Xr | Theo de Raadt | |
2001-07-31 | wrong section; six@stalphonsos.com | Theo de Raadt | |
2001-07-30 | never before has a file so often deviated from KNF | Theo de Raadt | |
2001-07-30 | fix YESEXPR; jabley@buddha.automagic.org | Theo de Raadt | |
2001-07-30 | enable altq userland parts | Theo de Raadt | |
2001-07-30 | cleanup | Theo de Raadt | |
2001-07-30 | convert to ALTQ style macros (these drivers appear to meet the criteria for | Jason Wright | |
ALTQ, anyone more familiar with it wanna have a look?) | |||
2001-07-30 | use queue.h macros | Jason Wright | |
2001-07-30 | initialize key in select method, not Constructor | Jim Rees | |
2001-07-30 | PalmOS mods | Jim Rees | |
2001-07-30 | If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we're | brian | |
doing PPPoE and the default MRU is therefore too big. | |||
2001-07-30 | updates; ok deraadt@ | Kevin Steves | |
2001-07-30 | new BSD-style license: | Kevin Steves | |
Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose. | |||
2001-07-30 | better errorcodes from sc_*; ok markus@ | Jakob Schlyter | |
2001-07-30 | linux mods | Jim Rees | |
2001-07-30 | Change: | Artur Grabowski | |
int bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, int, int); to: paddr_t bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, off_t, int); To allow mmaping offsets larger than INT_MAX. And to simply make more sense. | |||
2001-07-30 | Add a check for too big e_phnum that could cause us to malloc to | Artur Grabowski | |
much and barf. This should have been merged into this file from exec_elf64.c a long time ago. Looking for volunteers to merge exec_elf.c and exec_elf64.c | |||
2001-07-30 | Make the e_phnum check slightly cleaner. | Artur Grabowski | |
2001-07-30 | activate a few forgotten manpages | Hugh Graham | |
2001-07-30 | another vax inspired object shuffle | Hugh Graham | |