Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-21 | crank minor number | Todd C. Miller | |
2000-11-21 | Add references to new files. | Todd C. Miller | |
2000-11-21 | BSD authentication routines from BSDI. Presently this is not used but | Todd C. Miller | |
the login_* helper programs and other support will be committed in the near future. | |||
2000-11-21 | Add pw_dup(3), a function to copy 'struct passwd'. It is allocated as | Todd C. Miller | |
a single chunk with the strings pointing elsewhere in the buffer so a simple free() of the struct passwd * is all that is needed to decallocate. | |||
2000-11-21 | Missed this in the strnvis(3) commit. | Todd C. Miller | |
2000-11-21 | Add readpasasphrase(3), a more flexible getpass(3) replacement. | Todd C. Miller | |
getpass(3) is now implemented in terms of readpasasphrase(3). | |||
2000-11-21 | Add strnvis(3) -- a length-bounded version of strvis(3) with a return | Todd C. Miller | |
value similar to snprintf(3) and strlcpy(3). | |||
2000-11-20 | Move fake prompt generation from skey_authenticate() to skeychallenge() | Todd C. Miller | |
and getskeyprompt(). This means that when you get a challenge the result parameter is always filled in, even if the use is not in the skeykeys file. | |||
2000-11-20 | Make new binutils compile on Alpha again; ok espie@ | tomo | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | video in imac dv | Theo de Raadt | |
2000-11-20 | likely to work on ich2 too; from deraadt | Michael Shalayeff | |
2000-11-20 | amphy was a bit too liberal in attaching; Gregory Steuck <greg@nest.cx> | Jason Wright | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | 82801BA audio devices | Theo de Raadt | |
2000-11-20 | support at least ATA6 on 82801BA; chris | Theo de Raadt | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | repair; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-20 | fixes; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-20 | repairs; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-20 | correct url handling; canacar@eee.metu.edu.tr | Theo de Raadt | |
2000-11-20 | various Xr fixes; nordin@cse.ogi.edu | Theo de Raadt | |
2000-11-20 | limit luns on usb | Theo de Raadt | |
2000-11-19 | Add in pciide. | Todd C. Miller | |
2000-11-19 | XXX - Alpha port doesn't currently support weak symbols | Todd C. Miller | |
2000-11-19 | Correctly deal with NOMAN being set. Since it may be set in mk.conf | Todd C. Miller | |
we pull in bsd.own.mk before testing for it. | |||
2000-11-19 | Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can find | Todd C. Miller | |
stand.h; ok ericj@openbsd.org | |||
2000-11-19 | Remove prototypes for old BSD auth functions. New ones will live in | Todd C. Miller | |
bsd_auth.h when BSD authentication is committed. | |||
2000-11-19 | Handle more manpages oddities: | Marc Espie | |
- recognizes \s<number> sequences (horizontal kerning) and removes them. - escaped | - parses .ds definitions, expands \*(ab and \*[abc...] (missing built-ins, such as en and em). - strips .HP, .VB - recognizes .Pp - handles some . ds (space in between). This fixes over 99% of all manpages generated from the ports tree. This is still missing a few cleanups and some regression testing. | |||
2000-11-19 | Don't print PCI device info twice during attach. | Aaron Campbell | |
2000-11-19 | PAGE_SIZE (and friends) does not change on alpha. | Artur Grabowski | |
Make it a constant. | |||
2000-11-19 | More sane setting of page size. | Artur Grabowski | |
2000-11-18 | OpenBSD does not support non-standard mdoc macros like .Lb. | Aaron Campbell | |
2000-11-18 | better permission check; okay art@, millert@ | Niels Provos | |
2000-11-18 | Add an example for boot -c. | Aaron Campbell | |
2000-11-18 | - Add an EXAMPLES section. I still haven't chosen a "standard" format. | Aaron Campbell | |
- Some more .Li usage. | |||
2000-11-18 | - "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality. | Aaron Campbell | |
- As far as I know, there is no such thing as 9600 "baud". Change to "bps". - Split MLINKs in NAME section to separate lines as standard. - Many grammar/spelling fixups. - Remove hard sentence breaks. - Some other miscellaneous fixes. | |||
2000-11-18 | allow this to compile without COMPAT_OSF1 | Eric Jackson | |
2000-11-18 | avoid SIGHUP log issues, pr 1511, dean@bullock.net. It is still a signal | Theo de Raadt | |
race, but I do not at the moment feel like rewriting a call to svc_run() to handle it syncronously ... | |||
2000-11-18 | Update list of algorithms (hshoexer@rommelwood.de) | Angelos D. Keromytis | |
2000-11-18 | aac appears to fit | Theo de Raadt | |
2000-11-18 | sync | Theo de Raadt | |
2000-11-17 | crank minor | Niels Provos | |
2000-11-17 | HMAC96->HMAC as needed (Angelos missed one ;-) | Todd C. Miller | |
2000-11-17 | sync program usage to manual page; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-17 | remove non-existing manual references. | Niels Provos | |
2000-11-17 | seems the qe/mace combination needs a delay between accesses to the | Jason Wright | |
two chips. Better fix for the NMI problem. | |||
2000-11-17 | Uncomment audio* at uaudio?, especially since ho@ has had success with the | Aaron Campbell | |
uaudio(4) driver for 6 months now. | |||
2000-11-17 | calculate timeouts correctly, simpler. | Niels Provos | |
2000-11-17 | OpenBSD already has queue.h and this one gets in the way since OpenBSD | Todd C. Miller | |
includes expect macros in sys/queue.h that the vi queue.h didn't have. |