Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-26 | fix free before last use; charnier | Theo de Raadt | |
1998-04-26 | recommended fix from tri@iki.fi... | Theo de Raadt | |
1998-04-26 | indent | Theo de Raadt | |
1998-04-26 | catch "rwho foo" as illegal; ru@ucb.crimea.ua | Theo de Raadt | |
1998-04-25 | We no longer need head.c from ucbMail | Todd C. Miller | |
1998-04-25 | getopt(3) returns -1 on end of args, not EOF. | Todd C. Miller | |
1998-04-25 | fmt(1) rewrite by Gareth McCaughan. | Todd C. Miller | |
1998-04-25 | -M is for core | janjaap | |
1998-04-25 | remove const, so it works on !ansi compiler | Michael Shalayeff | |
1998-04-25 | -Wall | Todd C. Miller | |
1998-04-25 | be more verbose on errors. | Michael Shalayeff | |
one typo in fchown error msg | |||
1998-04-25 | fix relative tags in vi; Frank Mayhar <frank@exit.com> | Todd C. Miller | |
1998-04-25 | Add "dev" command to switch to a new device. Handy for cd changers | Todd C. Miller | |
that show up as multiple luns. | |||
1998-04-25 | fix some minor nits: | Todd C. Miller | |
o no need to flush stderr as it is not buffered o use putc to print a newline, not fprintf o set histchars to be null when we set noglob (and undo of course). | |||
1998-04-25 | fix usage; nathanw@MIT.EDU | Theo de Raadt | |
1998-04-25 | nothing important... | Theo de Raadt | |
1998-04-25 | doc startup behaviour; koshy@india.hp.com | Theo de Raadt | |
1998-04-25 | print year; mason@primenet.com.au | Theo de Raadt | |
1998-04-25 | fix usage | Todd C. Miller | |
1998-04-25 | fix usage; ru@ucb.crimea.ua | Theo de Raadt | |
1998-04-13 | Nuke paragraph about checking for zero length file. Doing things that | Todd C. Miller | |
way would allow a race. Niall Smart <rotel@indigo.ie> | |||
1998-04-13 | To change output, we use -o. Noted by David Leonard <leonard@csee.uq.edu.au> | Todd C. Miller | |
1998-04-11 | make static for install purposes | Theo de Raadt | |
1998-04-07 | - show usage for the encrypt command when there are no arguments. | Artur Grabowski | |
- don't default to autologin and autoencrypt when kerberos is disabled. | |||
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt | |
1998-03-26 | cleanup after art | Theo de Raadt | |
1998-03-26 | -Wall for suid-root. | Artur Grabowski | |
1998-03-26 | fix cleaning up of bad environment variables (LD_* and IFS), | Artur Grabowski | |
-Wall cleanup and add ability to fetch AFS-tokens for those who happen to have AFS. | |||
1998-03-26 | pass host name with GET request so servers hosting multiple virtual | Marco S Hyman | |
hosts know to which host the given path applies | |||
1998-03-25 | explicit braces to avoid ambigious `else', some small -Wall fixes | Artur Grabowski | |
and prettier output when asking for kerberos passwd. | |||
1998-03-25 | satisfy -Wall | Artur Grabowski | |
1998-03-25 | fix a bug, use fd_set for select() and cleanup a bit. | Artur Grabowski | |
1998-03-25 | random cleanup. | Artur Grabowski | |
1998-03-24 | pretty | Theo de Raadt | |
1998-03-24 | prettty | Theo de Raadt | |
1998-03-24 | pretty | Theo de Raadt | |
1998-03-23 | Back out the previous change. Wrong fix. | Per Fogelstrom | |
1998-03-23 | nicer header | Theo de Raadt | |
1998-03-19 | add some kerberos specific defines (after discussion with art) to fix | Thomas Graichen | |
a building problem on the pmax - will investigate further with art@ | |||
1998-03-19 | document why you want to use this and why other ways are bad. | Todd C. Miller | |
1998-03-18 | fix connecting to ip-numbers | Artur Grabowski | |
1998-03-18 | .Ev EDITOR | Theo de Raadt | |
1998-03-18 | Update for new tcp stat. | Angelos D. Keromytis | |
1998-03-17 | do some snprintf, because i am a bit bored | Theo de Raadt | |
1998-03-15 | fix possibility of null pointer deref when using make's "-j" option. | flipk | |
1998-03-15 | Capitalize the title of Unix Password Security correctly. | gene | |
1998-03-12 | repair tn3270 | Theo de Raadt | |
1998-03-12 | encryption support from kth-krb 0.9.8 (kerberos only) | Artur Grabowski | |
plus some tweaks for better binary/8-bit support. | |||
1998-03-11 | SYNOPSIS header; fixes man -k nc | Theo de Raadt | |
1998-03-10 | fix coredump on pipe to uncompress | Michael Shalayeff | |