summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-02-27rename a cpp symbol, to avoid param.h collisionTheo de Raadt
2000-02-27make this compile on systems w/o TCSASOFTTodd C. Miller
2000-02-27Don't define -DDO_METAKEY twiceTodd C. Miller
2000-02-27Better setting of terminal 'raw' mode, cribbed from BSD curses.Todd C. Miller
We no longer try to put the terminal into 8bit, no parity mode and instead use the TCSASOFT flag to tcsetattr() as per the discussion of this in lib/libocurses/tty.c.
2000-02-27Move dobindkey() into extend.c where it belongs.Todd C. Miller
2000-02-27Remove a now-bogus commentTodd C. Miller
Use pid_t Use vfork(), not fork() when sensible
2000-02-27use rmdir, not unlinkdir hackTodd C. Miller
2000-02-27Call setttysize() from ttinit() not ttopen() since we haven'tTodd C. Miller
run setupterm() until ttinit() is called. Remove a tgetnum() I missed in the termcap -> terminfo cleanup. Merge parts of the BSD ttyio.c. The termios stuff here could use a cleanup, possibly including the flow control hack from the BSD ttyio.c.
2000-02-27We don't have silly SYSV 14-character file name limits. Taken fromTodd C. Miller
the BSD fileio.c. Note that this module is rife with PATH_MAX overflow possibilities.
2000-02-27repair some gotchas in the .{u,}{mul,div,rem} replacement routines, out of a ↵Theo de Raadt
conversation with torek
2000-02-27fix Xr orderHugh Graham
2000-02-27document ddb securelevel semanticsHugh Graham
2000-02-27Provide a means to lock ddb off on systems at high securelevel, in orderHugh Graham
reduce the need for a custom kernel sans ddb.
2000-02-27be clear about raw disk devsHugh Graham
2000-02-27Fixed a bug that caused an infinite loop when the passwordTodd C. Miller
timeout was disabled.
2000-02-27$Id$ -> $OpenBSD$brian
2000-02-27Fix a bug in end-of-line comment parsing.brian
Fix callback (don't ``forget'' to call back). Restructure how we add/remove the address family when writing/reading the tun device. Notify the tun device that we've changed PID under FreeBSD.
2000-02-27When we stop a timer that's the first in the timer list, ensurebrian
that we adjust that timers `rest' value (with the current getitimer() values) before using that to adjust the next items `rest' value. After adjusting that value, restart the timer service so that we've now got the correct setitimer() values. When adjusting timer::rest, round to the closest TICKUNIT usecs value. struct descriptor -> struct fdescriptor (to avoid header polution in NetBSD). Introduce LOCALNAT and LOCALRAD defines. The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib is aligned. Teach this to ``show route'' and clean up some of the sockaddr parsing routines. Add ``set log dns'' to log DNS QUERY packets. When ppp can't identify the relevant name, don't use "???", use <nnn> or <0xnnn> instead. Don't ``break'' when we come accross a non-RTM_IFINFO type entry in the block returned by the NET_RT_IFLIST mib, continue instead. Correct UN_SIZE definition; ben@scientia.demon.co.uk
2000-02-26Handle the options better. angelos@ okHakan Olsson
2000-02-26Use uid_t, gid_t and mode_t where applicable.Todd C. Miller
Pull in changes from the BSD-specific sysdef.h and fileio.c: kill bogus unlinkdir() and rename() kludges since we have rmdir(2) and rename(2) define SYMBLINK since we have symlinks TODO: merge BSD spawn.c and ttyio.c
2000-02-26change WINDOW -> MGWIN to avoid curses type conflictTodd C. Miller
convert to terminfo in tty*.c add support for some keypad function keys (arrows, pgup, pgdown)
2000-02-26alphaDavid Leonard
2000-02-26better column titles. show prioq and scheduler timing informationDavid Leonard
2000-02-26uninitialised fieldsDavid Leonard
2000-02-26print addresses in extended scoped address format. (sync with kame)Jun-ichiro itojun Hagino
2000-02-26we are openbsd; mention tobyHugh Graham
2000-02-26add rcs identsHugh Graham
2000-02-26fix printf'sJason Wright
2000-02-26use LIST_* macros where appropriate instead of using LIST* internals.Michael Shalayeff
From netbsd add 802.11 media types and options add ifmedia_delete_instance() to be used in *detach() routines. a few minor knits. jason@ ok.
2000-02-25support -M and -N; jeff@cepheid.orgTheo de Raadt
2000-02-25TKT_ROOT has changed from a string to a function in newer KerberosIVHans Insulander
versions. (Ok deraadt@)
2000-02-25more pruningTheo de Raadt
2000-02-25further pruningTheo de Raadt
2000-02-25mandoc, but needs much more fleshing outTheo de Raadt
2000-02-25make it minimally compile; millertTheo de Raadt
2000-02-25initial import of mg2aTheo de Raadt
2000-02-25Include files for KerberosIV have moved.Hans Insulander
(ok art@)
2000-02-25regress/crypto/Makefile: Merge with EOM 1.5Niklas Hallqvist
regress/dh/Makefile: Merge with EOM 1.7 regress/group/Makefile: Merge with EOM 1.9 regress/prf/Makefile: Merge with EOM 1.4 regress/rsakeygen/Makefile: Merge with EOM 1.8 regress/x509/Makefile: Merge with EOM 1.10 Makefile: Merge with EOM 1.62 attribute.c: Merge with EOM 1.10 sa.c: Merge with EOM 1.99 conf.c: Merge with EOM 1.20 crypto.c: Merge with EOM 1.28 isakmpd.c: Merge with EOM 1.45 connection.c: Merge with EOM 1.19 doi.h: Merge with EOM 1.28 field.c: Merge with EOM 1.11 exchange.c: Merge with EOM 1.116 ike_auth.c: Merge with EOM 1.44 pf_key_v2.c: Merge with EOM 1.37 ike_phase_1.c: Merge with EOM 1.22 ipsec.c: Merge with EOM 1.118 isakmp_doi.c: Merge with EOM 1.40 log.c: Merge with EOM 1.26 log.h: Merge with EOM 1.18 math_group.c: Merge with EOM 1.23 message.c: Merge with EOM 1.144 pf_encap.c: Merge with EOM 1.70 policy.c: Merge with EOM 1.18 timer.c: Merge with EOM 1.13 transport.c: Merge with EOM 1.41 udp.c: Merge with EOM 1.47 ui.c: Merge with EOM 1.37 x509.c: Merge with EOM 1.36 author: niklas Made debug logging a compile time selectable feature
2000-02-25Merge with EOM 1.117Niklas Hallqvist
author: angelos Move the check after we get rid of the unused protos. author: niklas Made debug logging a compile time selectable feature
2000-02-25cypress is not pure SUN4MTheo de Raadt
2000-02-25KerberosIV is now reenabled.Hans Insulander
If i've done my homework right, KerberosIV should work fine now...
2000-02-25Update for libtelnet, cut-n-pasted from kth-krb's libtelnet.Hans Insulander
2000-02-25Add build system for KerberosIVHans Insulander
(ok art@)
2000-02-25OpenBSD specific changes to kth-krb.Hans Insulander
kafs.h has been replaced with the one correctly hacked by art@ to build with arla.
2000-02-25Import of krb4-1.0.8.Hans Insulander
(ok art)
2000-02-25Add files generated by configure.Hans Insulander
(art@ ok)
2000-02-25Importing KTH Kerberos4 version 1.0Hans Insulander
(art@ ok)
2000-02-25Remove old KerberosIV code. (art@ ok)Hans Insulander
2000-02-25Disable KerberosIV while commiting new Kerberos stuff.Hans Insulander
If you depend on Kerberos, DON'T update your tree until Kerberos has been enabled again. (art@ ok)
2000-02-25Add some more files to CLEANFILES. (art@ ok)Hakan Olsson