Age | Commit message (Expand) | Author |
2010-08-23 | Clear options before setting up HOME and SHELL, not after. Fixes parsing | Nicholas Marriott |
2010-07-11 | remove unused variable and unused static prototype. | Charles Longeau |
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 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-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 | 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-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 | Replace "nice" strcmp() wrapper macro with strcmp. | Nicholas Marriott |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-05-15 | Remove useless NOxxx defines and use NULL instead. | Moritz Jodeit |
2007-02-20 | Remove wrong length check, which is off-by-one, and | Moritz Jodeit |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2006-03-17 | more delinting. | Moritz Jodeit |
2006-03-17 | big prototype cleanup: | Moritz Jodeit |
2006-03-16 | Fix bug that was uncovered by adding correct prototypes and | Moritz Jodeit |
2006-03-16 | first pass of cleanup of this mess; ok dhill | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-05-27 | unsigned vs unsigned int | Theo de Raadt |
2002-05-07 | Carefully applied -Wall fixups from <panda@omatis.com>. | Hugh Graham |
2001-10-24 | kill register | Todd C. Miller |
1999-02-04 | remove strcpy, even if safe | Theo de Raadt |
1997-09-01 | Wall pass, and oflow fix from eivind@bitbox.follo.net | Theo de Raadt |
1997-04-02 | Merge in good changes from NetBSD: | Todd C. Miller |
1996-10-15 | Possible buf oflow + index -> strchr. | Todd C. Miller |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |