summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* work around /kern/msgbuf NUL behaviour; pjanzenderaadt2000-03-111-5/+3
|
* A more normal way of building kerberos, faster, and it works with SUDOniklas2000-03-103-22/+9
|
* Various cleanups and standardization.aaron2000-03-1027-261/+400
|
* repair ramcfg whacking code; mickeyderaadt2000-03-102-26/+10
|
* Various cleanups and standardization.aaron2000-03-1019-264/+417
|
* Convert to newer style.aaron2000-03-101-37/+48
|
* fix non behaviortodd2000-03-101-3/+3
| | | | | with this `!' lines in /etc/hostname.* run even without certain lines (like a comment) preceeding it.
* unlock cryptography functions on Hi/fn 7751 cryptography card. Based on reverse engineering of an unlock binary provided by Invertex, for their AEON card, which uses the chipmickey2000-03-104-46/+242
|
* plug leakd2000-03-101-2/+3
|
* Sync.angelos2000-03-101-0/+395
|
* cleared wrong amount of memory in skipjack zerokey, causes bigtime crashesderaadt2000-03-101-2/+2
|
* Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,millert2000-03-101-11/+13
| | | | not ^H.
* Updates from ncurses-5.0-20000304:millert2000-03-101-145/+916
| | | | | | | o minor corrections/updates to several terminfo entries: rxvt-basic, vt520, vt525, ibm5151, xterm-xf86-v40 o minor corrections to xterm-xf86-v333 terminfo entry o add several terminfo entries from esr's "11.0".
* Update to ncurses-5.0-20000304millert2000-03-1040-2467/+2482
|
* increased buffer size.smurph2000-03-101-7/+15
|
* Pull in fnctl modeul so we are sure to get O_* for sysopen().millert2000-03-091-1/+4
|
* change struct icmp6_filter member name: s/icmp6_filter/icmp6_filt/,itojun2000-03-091-6/+6
| | | | | to be compliant with RFC2292. From: Francis Dupont
* disallow guessing of root passwordmarkus2000-03-091-9/+16
|
* -Wall cleanupderaadt2000-03-091-24/+23
|
* -Wall type correctnessderaadt2000-03-091-8/+6
|
* update for new adaptec support.smurph2000-03-091-1/+7
|
* syncderaadt2000-03-091-0/+3
|
* new grep 2.4.1mickey2000-03-0945-2856/+6527
| | | | | | whole bunch of bug fixes, mmap support (w/ --mmap) changed binary file grep behavior, but could be overwritten w/ -a millert@ ok
* multiple inclusion protect because of pstat and socket.h needing ALIGNBYTESderaadt2000-03-081-1/+7
|
* Merge with EOM 1.48niklas2000-03-081-2/+7
| | | | | author: ho Do not crash if user forgot address field.
* Merge with EOM 1.24niklas2000-03-081-3/+4
| | | | | author: niklas line break
* cert.c: Merge with EOM 1.15niklas2000-03-082-11/+24
| | | | | | | libcrypto.h: Merge with EOM 1.12 author: ho KAME and ssl includes
* Merge with EOM 1.38niklas2000-03-081-4/+4
| | | | | author: niklas Comparison to wrong var, fix by rayl@mail.com
* Merge with EOM 1.7niklas2000-03-081-5/+15
| | | | | author: ho Add sysdep.h and compile with KAME
* Merge with EOM 1.37niklas2000-03-081-2/+6
| | | | | author: ho Add missing #ifdef USE_X509/#endif
* Merge with EOM 1.39niklas2000-03-081-19/+19
| | | | | | | | author: ho FreeBSD and NetBSD use KAME author: ho Add netbsd
* Merge with EOM 1.32niklas2000-03-081-6/+6
| | | | | | | | | | | | | | author: niklas Use a clearer pointer arithmetic author: niklas Multiple DES API support author: niklas argh author: niklas More braindamage with USE_ macros
* syncjasoni2000-03-084-18/+18
|
* Add support for the new sigset_t and sigaction.jasoni2000-03-083-58/+221
|
* Various cleanups and improvements.aaron2000-03-0815-169/+283
|
* Various cleanup.aaron2000-03-0719-248/+405
|
* typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.demarkus2000-03-071-2/+2
|
* Typo in synopsis: sont --> constalex2000-03-072-4/+4
|
* Use ETHERTYPE_8021Qchris2000-03-071-2/+2
|
* add ETHERTYPE_8021Qchris2000-03-071-1/+18
|
* Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.orgchris2000-03-072-6/+33
| | | | also, make extracted_ethertype not extern
* Various mdoc fixups.aaron2000-03-062-51/+54
|
* Do not leave `(' characters dangling at the end of lines; instead, use theaaron2000-03-0611-37/+39
| | | | appropriate mdoc macros to handle these cases.
* version 1.2.3deraadt2000-03-061-1/+1
|
* fix pr 1113, fclose() -> pclose(), todo: remote popen()markus2000-03-061-2/+2
|
* syncderaadt2000-03-062-0/+2
|
* do signed hex instead of %Dmickey2000-03-061-17/+35
|
* - ``Option:'' -> ``The options are as follows:''aaron2000-03-061-21/+15
| | | | | - Correct some mdoc usage. - Nicer ENVIRONMENT section.
* Correct SYNOPSIS (rev(1) accepts more than one file argument); from FreeBSD.aaron2000-03-061-2/+2
|
* Covert to mdoc; from FreeBSD, with some modifications by me.aaron2000-03-061-99/+143
|