summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-30Kill IMSG_KLABEL_INSERT and all the related functions around it.claudio6-64/+8
IMSG_KLABEL_CHANGE is smart enough to know when something is a change or an insert.
2010-06-30If the device has the PCI Express capability, save the slot control and statuskettenis1-1/+9
register upon suspend and restore it upon resume. Makes ExpressCard hotplug work on my Dell after a suspend/resume cycle.
2010-06-30Rework how we "redistribute" networks. Send all pathes of an active routeclaudio1-22/+10
to the lde so we can assign remote labels to all of those pathes.
2010-06-30Preserve and restore BARs on suspend/resume for all devices, not justmlarkin1-4/+1
those that have the power management capability. Fixes UHCI(USB 1.1) on a bunch of machines. Tested on a wide variety of amd64 and i386 machines. ok kettenis@, deraadt@
2010-06-30Move OBJ_NAME and ATTR_NAME macros to schema.h so it's reachable frommartinh2-8/+8
schema parser. Also fix a typo.
2010-06-30Verify that any object class subclassing is allowed.martinh1-1/+38
2010-06-30Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never beschwarze1-4/+43
delayed: It must either succeed right away or fail outright. As noticed by Kristaps, neglecting to fail properly when required could make invalid input screw up the syntax tree and ultimately trigger assertions in other, unrelated parts of the program. This fix tested by and OK by kristaps@. While here, comment the rather tricky function rew_dohalt(). This function will probably need more tweaks later on.
2010-06-30Make deprecated command line argument for extractinglum1-19/+19
name list work properly. ok deraadt@ millert@
2010-06-30Validate that all attributes are allowed by any of its object classes.martinh1-28/+119
Properly expand the object class hierarchy before doing this. Also verify that there is only one structural object class. Finally add support for the extensibleObject auxiliary object class.
2010-06-30Call msleep(9) with PNORELOCK rather than calling mtx_leave()matthew1-4/+3
immediately afterwards. ok thib@, tedu@
2010-06-30Switch bufq FIFO disclipline from using TAILQs to SIMPLEQs.matthew2-9/+9
ok thib@
2010-06-30Prune some dead assignments in st_interpret_sense(); st(4) alreadymatthew1-18/+1
always explicitly sets bp->b_resid before calling biodone(), so these are unneeded. ok krw@
2010-06-30Sync kroute.c code with ospfd's version of kroute.c. A small step to supportclaudio1-193/+156
multipath routes.
2010-06-30Add support for naming images and setting the type, including boot scripts.drahn2-9/+81
Input from deraadt@ and mk@
2010-06-30lots of SCARG simplification. ok matthewtedu2-76/+103
2010-06-30Switch prefix in struct map to a struct in_addr instead of a u_int32_t.claudio5-19/+19
Needed for further clean etc.
2010-06-30clarify why carp demotion is necessary, and who is doing it.kjell1-5/+8
ok reyk@, sthen@
2010-06-30Move the plimit and pcred bits in fork1() into process_new() and makeguenther2-17/+35
process_new() handle the new struct process like fork1() does struct proc, with a range of members zeroed and a range copied from the parent process. ok tedu@
2010-06-30Only two variables - HOME and SHELL - are from the environment, so just fillnicm3-20/+15
them in explicitly and get rid of the ENVIRON flag.
2010-06-30handle whitespace around installpath in pkg.confhalex1-3/+3
feedback from espie@ deraadt@ krw@ ok krw@
2010-06-30Unused variables.nicm1-4/+1
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm56-2365/+5824
ok deraadt
2010-06-30switch ss over to using xshandlers for queuing io. this brings it into linedlg4-56/+39
with sd/cd/st. largely a mechanical change, untested due to a complete lack of hardware anywhere. ok krw@ matthew@
2010-06-29regress tests for key options in AuthorizedPrincipalsdjm1-1/+31
2010-06-29Use new ACPI PCI mapping to get _PRT busjordan1-80/+5
Delete old unused code ok kettenis
2010-06-29Add new read-only vtable entries for device and connection string and use thosenicm6-47/+33
instead of variables.
2010-06-29Since dial-up is no longer supported, no need to store a phone number, ornicm5-35/+9
accept one to cu(1).
2010-06-29Do the same for di, es, fo, rc and remove their remote variables.nicm2-18/+14
2010-06-29allow key options (command="..." and friends) in AuthorizedPrincipals;djm2-10/+39
ok markus@
2010-06-29allow import (-i) and export (-e) of PEM and PKCS#8 encoded keys;djm2-66/+262
bz#1749; ok markus@
2010-06-29fix output handling:halex3-8/+16
- if a remote file by the name '-' is retrieved, that does not imply it should go to standard output... - make -o '' reset any previous -o action - properly handle multiple -o 's ok phessler@
2010-06-29For every variable which has a value table entry with IREMOTE, remove thenicm7-109/+112
remote variable and always use the value from the vtable. This then allows the IREMOTE flag to be removed.
2010-06-29Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk)deraadt1-28/+31
2010-06-29make the xcrypt match the jsg code in opensslderaadt1-3/+3
2010-06-29sort SEE ALSO;jmc1-3/+3
2010-06-29Add some missing UHCI and EHCI register restores on resume. Fixes at leastmlarkin2-4/+40
one broken UHCI on resume. Tested by myself, kettenis, phessler, jsg, pirofti. Doesn't help all machines, but no worse than before on any of them. ok kettenis@, deraadt@
2010-06-29Add support for mapping ACPI to PCI devicesjordan18-23/+215
ok kettenis, deraadt
2010-06-29keeping a TODO file here implies somebody carestedu1-38/+0
2010-06-29Add support for referrals. Referrals are configured in the config file,martinh8-23/+217
either in the global context or in a namespace. The latter can be used to delegate requests to different servers for specific parts of the DIT. The former is a global catch-all referral.
2010-06-29Add missing include.jsing1-1/+5
2010-06-29Mention keepalives here too; ok jmc@sthen1-2/+22
2010-06-29Don't use SUBDIR to traverse tags builds, but punt them straight toderaadt2-2/+7
the specific target in kern/Makefile. Be more cautious and block tags builds in m68k in case something tries to build them there. ok drahn
2010-06-29Merge v_type and v_access into one v_flags member in value_t, get rid of TRUEnicm7-132/+125
and FALSE, and rename the other flags to have a V_ prefix.
2010-06-29aesni, a driver for the crypto framework, similar to thethib2-0/+1373
via driver for supporting the AES-NI instructions found on recent Intel cores. I would like to thank Huang Ying at Intel for getting the assembly code relicensed from GPL to a more suitable license! Inital diff by myself, but Mike Belopuhov beat this into a usable shape and fixed many bugs. Not enabled yet.
2010-06-29In the boot blocks, stop assuming we have a 1:1 mapping of low physicalmiod14-574/+1221
memory, but instead gather memory layout information and work with the MMU (or the PROM) to make sure we can actually load the kernel image in a proper contiguous physical memory area. In order to do this, we look at the kernel image twice; during the first pass, the kernel footprint is computed, and then after making sure it can be loaded, the second pass loads the actual image. Since such a logic doesn't work on media which can not seek backwards, such as tapes, we check for the boot device being a tape and, in that case, assume a fixed (generous) image size and don't load the kernel symbol table (to avoid seeking backwards); since tape boot is supposed to be only used to boot bsd.rd, this is something we can live with. While there, lower the address the boot blocks are loaded in memory, because the last crank did not work with some early sun4c OpenPROM, which only map about 3.5MB of memory. Memory games logic from NetBSD, tape handling by me.
2010-06-29syncderaadt2-4/+0
2010-06-29Replace enc(4) with a new implementation as a cloner device. We stillreyk16-216/+359
create enc0 by default, but it is possible to add additional enc interfaces. This will be used later to allow alternative encs per policy or to have an enc per rdomain when IPsec becomes rdomain-aware. manpage bits ok jmc@ input from henning@ deraadt@ toby@ naddy@ ok henning@ claudio@
2010-06-29During kernel bootstrap, stop assuming the kernel image has been loaded inmiod7-324/+416
low physical memory, but instead figure out where it has been loaded from the current MMU setup. From NetBSD.
2010-06-29There is absolutely no need to double map DVMA addresses into the kernel addressmiod5-80/+31
space on SRMMU systems (i.e. sun4m), so don't do it anymore and update misleading comments.
2010-06-29Fix an obviously wrong comment. ok reyk@kjell1-2/+2