Age | Commit message (Expand) | Author |
2012-12-04 | Get rid of two 10-year-old XXX comments and do check for getchar(3) returning | Mark Kettenis |
2010-08-23 | Clear options before setting up HOME and SHELL, not after. Fixes parsing | Nicholas Marriott |
2010-08-01 | Make parsing of /etc/remote work again (some of the options were the | Nicholas Marriott |
2010-07-22 | remove some groff \s escapes, which we do not support; | Jason McIntyre |
2010-07-11 | remove unused variable and unused static prototype. | Charles Longeau |
2010-07-03 | When open() fails, warn using the device name, not the host name. | Nicholas Marriott |
2010-07-03 | Changed vinit to clear the values but forgot to move it before they are set by | Nicholas Marriott |
2010-07-02 | Rewrite how printing all variables works to avoid using a global variable | Nicholas Marriott |
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-02 | Merge vassign and vtoken and make it much more strict on what it accepts. | Nicholas Marriott |
2010-07-02 | Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc. | Nicholas Marriott |
2010-07-02 | Rewrite hunt() to put the "rotary action" into it rather than remote.c, and so | Nicholas Marriott |
2010-07-01 | Don't overwrite the device name with the fake cu%d host. | Nicholas Marriott |
2010-07-01 | Nix some warnings. | Nicholas Marriott |
2010-07-01 | Split v_value into v_string/v_number, change macros to functions and lo let | Nicholas Marriott |
2010-07-01 | Change variable get/set macros to have better names and drop boolean/character | Nicholas Marriott |
2010-07-01 | Kill a couple of macros, move a few bits around in header. | Nicholas Marriott |
2010-07-01 | remove unused variables | Charles Longeau |
2010-06-30 | Only two variables - HOME and SHELL - are from the environment, so just fill | Nicholas Marriott |
2010-06-30 | Unused variables. | Nicholas Marriott |
2010-06-29 | Add new read-only vtable entries for device and connection string and use those | Nicholas Marriott |
2010-06-29 | Since dial-up is no longer supported, no need to store a phone number, or | Nicholas Marriott |
2010-06-29 | Do the same for di, es, fo, rc and remove their remote variables. | Nicholas Marriott |
2010-06-29 | For every variable which has a value table entry with IREMOTE, remove the | Nicholas Marriott |
2010-06-29 | Merge v_type and v_access into one v_flags member in value_t, get rid of TRUE | Nicholas Marriott |
2010-06-29 | tip is no longer setuid or setgid so get rid of the complicated | Nicholas Marriott |
2010-06-29 | remove -t from SYNOPSIS; | Jason McIntyre |
2010-06-29 | Use the libutil implementation of UUCP locking. | Nicholas Marriott |
2010-06-29 | Remove now unused prototypes and sort by file. | Nicholas Marriott |
2010-06-29 | Now that there is no dial-up support, all connections are hardwired so drop the | Nicholas Marriott |
2010-06-29 | Missed this dial-up bit from cu(1). | Nicholas Marriott |
2010-06-29 | Nuke -DCONNECT and -DACULOG which we always set, also trim huge useless comment | Nicholas Marriott |
2010-06-29 | Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-). | Nicholas Marriott |
2010-06-29 | Replace "nice" strcmp() wrapper macro with strcmp. | Nicholas Marriott |
2010-03-04 | `speed' is an argument, not a flag. | Igor Sobrado |
2010-02-07 | Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp. | Nicholas Marriott |
2010-01-12 | save errno wrapping in a signal handler | Theo de Raadt |
2009-12-12 | Nuke useless ancient documentation. ok deraadt | Nicholas Marriott |
2009-12-12 | Whoops, missed these. | Nicholas Marriott |
2009-12-12 | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so | Nicholas Marriott |
2009-12-12 | Use a socketpair instead of a pair of pipes. | Nicholas Marriott |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-01-09 | Tamas TEVESZ requested a better description for tip/cu, so pull in this | Jason McIntyre |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-09-11 | Use sig_atomic_t where required. OK moritz, deraadt | Chad Loder |
2007-07-06 | some discussion of devices, logs, and permissions; | Jason McIntyre |
2007-06-25 | kill "is is"; from Charles Longeau | Jason McIntyre |