Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-02 | Clear table and set defaults manually, also move table into value.c. | Nicholas Marriott | |
2010-07-02 | Merge almost-empty pathnames.h into tip.h. | Nicholas Marriott | |
2010-07-01 | Split v_value into v_string/v_number, change macros to functions and lo let | Nicholas Marriott | |
there be type checking. | |||
2010-06-30 | Only two variables - HOME and SHELL - are from the environment, so just fill | Nicholas Marriott | |
them in explicitly and get rid of the ENVIRON flag. | |||
2010-06-29 | Add new read-only vtable entries for device and connection string and use those | Nicholas Marriott | |
instead of variables. | |||
2010-06-29 | For every variable which has a value table entry with IREMOTE, remove the | Nicholas Marriott | |
remote variable and always use the value from the vtable. This then allows the IREMOTE flag to be removed. | |||
2010-06-29 | Merge v_type and v_access into one v_flags member in value_t, get rid of TRUE | Nicholas Marriott | |
and FALSE, and rename the other flags to have a V_ prefix. | |||
2010-06-29 | tip is no longer setuid or setgid so get rid of the complicated | Nicholas Marriott | |
public/private/root permissions scheme for options in favour of a single read-only bit. | |||
2010-06-29 | Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-). | Nicholas Marriott | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-05-15 | Remove useless NOxxx defines and use NULL instead. | Moritz Jodeit | |
No binary change. OK ray@ | |||
2006-08-18 | tip/cu always set "dc" because the code was reading from the wrong value | Jason Wright | |
in the array. Point it at the correct chunk of memory. For now, also preserve the old ":dc:" is always set behavior. ok deraadt | |||
2006-06-06 | teach tip about line disciplines; tried by mbalmer too | Theo de Raadt | |
2006-01-01 | disable case-mapping (evil software caps-lock) by default. if you are crazy | Damien Miller | |
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@ | |||
2003-09-20 | Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote. | Todd C. Miller | |
Based on PR 3411 from Matthew Gream Also document "tandem" variable (XON/XOFF) in tip man page. | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-05-07 | Carefully applied -Wall fixups from <panda@omatis.com>. | Hugh Graham | |
Also a little KNF. | |||
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |