Age | Commit message (Expand) | Author |
2000-02-27 | Remove a now-bogus comment | Todd C. Miller |
2000-02-27 | use rmdir, not unlinkdir hack | Todd C. Miller |
2000-02-27 | Call setttysize() from ttinit() not ttopen() since we haven't | Todd C. Miller |
2000-02-27 | We don't have silly SYSV 14-character file name limits. Taken from | Todd C. Miller |
2000-02-27 | repair some gotchas in the .{u,}{mul,div,rem} replacement routines, out of a ... | Theo de Raadt |
2000-02-27 | fix Xr order | Hugh Graham |
2000-02-27 | document ddb securelevel semantics | Hugh Graham |
2000-02-27 | Provide a means to lock ddb off on systems at high securelevel, in order | Hugh Graham |
2000-02-27 | be clear about raw disk devs | Hugh Graham |
2000-02-27 | Fixed a bug that caused an infinite loop when the password | Todd C. Miller |
2000-02-27 | $Id$ -> $OpenBSD$ | brian |
2000-02-27 | Fix a bug in end-of-line comment parsing. | brian |
2000-02-27 | When we stop a timer that's the first in the timer list, ensure | brian |
2000-02-26 | Handle the options better. angelos@ ok | Hakan Olsson |
2000-02-26 | Use uid_t, gid_t and mode_t where applicable. | Todd C. Miller |
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller |
2000-02-26 | alpha | David Leonard |
2000-02-26 | better column titles. show prioq and scheduler timing information | David Leonard |
2000-02-26 | uninitialised fields | David Leonard |
2000-02-26 | print addresses in extended scoped address format. (sync with kame) | Jun-ichiro itojun Hagino |
2000-02-26 | we are openbsd; mention toby | Hugh Graham |
2000-02-26 | add rcs idents | Hugh Graham |
2000-02-26 | fix printf's | Jason Wright |
2000-02-26 | use LIST_* macros where appropriate instead of using LIST* internals. | Michael Shalayeff |
2000-02-25 | support -M and -N; jeff@cepheid.org | Theo de Raadt |
2000-02-25 | TKT_ROOT has changed from a string to a function in newer KerberosIV | Hans Insulander |
2000-02-25 | more pruning | Theo de Raadt |
2000-02-25 | further pruning | Theo de Raadt |
2000-02-25 | mandoc, but needs much more fleshing out | Theo de Raadt |
2000-02-25 | make it minimally compile; millert | Theo de Raadt |
2000-02-25 | initial import of mg2a | Theo de Raadt |
2000-02-25 | Include files for KerberosIV have moved. | Hans Insulander |
2000-02-25 | regress/crypto/Makefile: Merge with EOM 1.5 | Niklas Hallqvist |
2000-02-25 | Merge with EOM 1.117 | Niklas Hallqvist |
2000-02-25 | cypress is not pure SUN4M | Theo de Raadt |
2000-02-25 | KerberosIV is now reenabled. | Hans Insulander |
2000-02-25 | Update for libtelnet, cut-n-pasted from kth-krb's libtelnet. | Hans Insulander |
2000-02-25 | Add build system for KerberosIV | Hans Insulander |
2000-02-25 | OpenBSD specific changes to kth-krb. | Hans Insulander |
2000-02-25 | Import of krb4-1.0.8. | Hans Insulander |
2000-02-25 | Add files generated by configure. | Hans Insulander |
2000-02-25 | Importing KTH Kerberos4 version 1.0 | Hans Insulander |
2000-02-25 | Remove old KerberosIV code. (art@ ok) | Hans Insulander |
2000-02-25 | Disable KerberosIV while commiting new Kerberos stuff. | Hans Insulander |
2000-02-25 | Add some more files to CLEANFILES. (art@ ok) | Hakan Olsson |
2000-02-25 | use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame). | Jun-ichiro itojun Hagino |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue. | Jun-ichiro itojun Hagino |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues. | Jun-ichiro itojun Hagino |
2000-02-25 | fix file path (/usr/local/v6/libexec -> /usr/libexec) | Jun-ichiro itojun Hagino |
2000-02-25 | repair prototypes; cky@pobox.com | Theo de Raadt |