| Commit message (Expand) | Author | Age | Files | Lines |
* | uucp cleansing |  tedu | 2014-03-17 | 1 | -4/+3 |
* | this file is dead |  tedu | 2014-03-17 | 1 | -464/+0 |
* | Put tip back but without the hardlink to cu for now, ok deraadt |  nicm | 2013-03-10 | 1 | -3/+2 |
* | Get rid of two 10-year-old XXX comments and do check for getchar(3) returning |  kettenis | 2012-12-04 | 1 | -7/+15 |
* | Clear options before setting up HOME and SHELL, not after. Fixes parsing |  nicm | 2010-08-23 | 1 | -14/+14 |
* | Make parsing of /etc/remote work again (some of the options were the |  nicm | 2010-08-01 | 1 | -63/+63 |
* | remove some groff \s escapes, which we do not support; |  jmc | 2010-07-22 | 2 | -6/+6 |
* | remove unused variable and unused static prototype. |  chl | 2010-07-11 | 2 | -5/+2 |
* | When open() fails, warn using the device name, not the host name. |  nicm | 2010-07-03 | 1 | -2/+2 |
* | Changed vinit to clear the values but forgot to move it before they are set by |  nicm | 2010-07-03 | 2 | -6/+4 |
* | Rewrite how printing all variables works to avoid using a global variable |  nicm | 2010-07-02 | 1 | -66/+75 |
* | Clear table and set defaults manually, also move table into value.c. |  nicm | 2010-07-02 | 5 | -131/+85 |
* | Merge almost-empty pathnames.h into tip.h. |  nicm | 2010-07-02 | 6 | -48/+12 |
* | Merge vassign and vtoken and make it much more strict on what it accepts. |  nicm | 2010-07-02 | 1 | -74/+70 |
* | Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc. |  nicm | 2010-07-02 | 3 | -33/+48 |
* | Rewrite hunt() to put the "rotary action" into it rather than remote.c, and so |  nicm | 2010-07-02 | 5 | -87/+73 |
* | Don't overwrite the device name with the fake cu%d host. |  nicm | 2010-07-01 | 1 | -2/+1 |
* | Nix some warnings. |  nicm | 2010-07-01 | 3 | -9/+11 |
* | Split v_value into v_string/v_number, change macros to functions and lo let |  nicm | 2010-07-01 | 4 | -76/+102 |
* | Change variable get/set macros to have better names and drop boolean/character |  nicm | 2010-07-01 | 9 | -215/+231 |
* | Kill a couple of macros, move a few bits around in header. |  nicm | 2010-07-01 | 2 | -18/+6 |
* | remove unused variables |  chl | 2010-07-01 | 5 | -8/+9 |
* | Only two variables - HOME and SHELL - are from the environment, so just fill |  nicm | 2010-06-30 | 3 | -20/+15 |
* | Unused variables. |  nicm | 2010-06-30 | 1 | -4/+1 |
* | Add new read-only vtable entries for device and connection string and use those |  nicm | 2010-06-29 | 6 | -47/+33 |
* | Since dial-up is no longer supported, no need to store a phone number, or |  nicm | 2010-06-29 | 5 | -35/+9 |
* | Do the same for di, es, fo, rc and remove their remote variables. |  nicm | 2010-06-29 | 2 | -18/+14 |
* | For every variable which has a value table entry with IREMOTE, remove the |  nicm | 2010-06-29 | 7 | -109/+112 |
* | Merge v_type and v_access into one v_flags member in value_t, get rid of TRUE |  nicm | 2010-06-29 | 7 | -132/+125 |
* | tip is no longer setuid or setgid so get rid of the complicated |  nicm | 2010-06-29 | 3 | -60/+42 |
* | remove -t from SYNOPSIS; |  jmc | 2010-06-29 | 1 | -2/+2 |
* | Use the libutil implementation of UUCP locking. |  nicm | 2010-06-29 | 5 | -132/+14 |
* | Remove now unused prototypes and sort by file. |  nicm | 2010-06-29 | 1 | -70/+54 |
* | Now that there is no dial-up support, all connections are hardwired so drop the |  nicm | 2010-06-29 | 6 | -47/+14 |
* | Missed this dial-up bit from cu(1). |  nicm | 2010-06-29 | 1 | -25/+2 |
* | Nuke -DCONNECT and -DACULOG which we always set, also trim huge useless comment |  nicm | 2010-06-29 | 5 | -33/+6 |
* | Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-). |  nicm | 2010-06-29 | 23 | -2873/+77 |
* | Replace "nice" strcmp() wrapper macro with strcmp. |  nicm | 2010-06-29 | 4 | -16/+15 |
* | `speed' is an argument, not a flag. |  sobrado | 2010-03-04 | 1 | -4/+4 |
* | Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp. |  nicm | 2010-02-07 | 2 | -72/+111 |
* | save errno wrapping in a signal handler |  deraadt | 2010-01-12 | 1 | -1/+5 |
* | Nuke useless ancient documentation. ok deraadt |  nicm | 2009-12-12 | 2 | -79/+0 |
* | Whoops, missed these. |  nicm | 2009-12-12 | 1 | -3/+1 |
* | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so |  nicm | 2009-12-12 | 5 | -99/+23 |
* | Use a socketpair instead of a pair of pipes. |  nicm | 2009-12-12 | 4 | -27/+46 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 24 | -204/+24 |
* | Tamas TEVESZ requested a better description for tip/cu, so pull in this |  jmc | 2009-01-09 | 2 | -14/+18 |
* | typo fixed (overriden -> overridden) |  tobias | 2008-11-09 | 1 | -3/+3 |
* | synchronize synopsis and usage. |  sobrado | 2008-06-01 | 1 | -3/+3 |
* | typos; ok jmc@ |  martynas | 2007-11-26 | 1 | -3/+3 |