| 2004-01-25 |
Joshua Kwan | ok, readd virus |
commit | commitdiff | tree | snapshot |
| 2004-01-25 |
Joshua Kwan | Cleanups - globals, extraneous #defines, #include order... |
commit | commitdiff | tree | snapshot |
| 2004-01-24 |
Joshua Kwan | rip out more ee stuff |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | rip out the file operations menu, replace with 'save... |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | kill ee_init which reads a configuration file |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | fix canned rcfile path |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | unused variable bit_bucket ... |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | remove some unused variables |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | no bugs KNOWN |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Jilles Tjoelker | Avoid calling lseek() on a descriptor managed by stdio. |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | remove virus references |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | fix license, remove last_char_is.c (only used by virus) |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | Throw out virus in favor of ee, which is much more... |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | resize bug is fixed by jilles! |
commit | commitdiff | tree | snapshot |
| 2004-01-23 |
Joshua Kwan | rearrange preprocessor stuff |
commit | commitdiff | tree | snapshot |
| 2004-01-22 |
Joshua Kwan | It's 2004! |
commit | commitdiff | tree | snapshot |
| 2004-01-22 |
Joshua Kwan | no longer required |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | - no need for strdup, we never free myconfig |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Jilles Tjoelker | Note own getnstr(). |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Jilles Tjoelker | getpwuid/getgrgid calls were removed so that's been... |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Jilles Tjoelker | Give a message when the max number of users has been... |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | s/the n/a / |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | bring the changelog up to date with recent events |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | remove nethackstub in make clean |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | remove some doc cruft |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | Add ability to change location of passwd and lockfile. |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | warning message when config file = ENOENT |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | make an error message clearer |
commit | commitdiff | tree | snapshot |
| 2004-01-21 |
Joshua Kwan | Additional anti-root uid security fixes |
commit | commitdiff | tree | snapshot |
| 2004-01-19 |
Jilles Tjoelker | NOSTREAMS must not be defined for Solaris. |
commit | commitdiff | tree | snapshot |
| 2004-01-19 |
Joshua Kwan | be smart about USE_OPENPTY |
commit | commitdiff | tree | snapshot |
| 2004-01-19 |
Joshua Kwan | again |
commit | commitdiff | tree | snapshot |
| 2004-01-19 |
Joshua Kwan | would this fix it permanently |
commit | commitdiff | tree | snapshot |
| 2004-01-19 |
Joshua Kwan | ncurses.h -> curses.h |
commit | commitdiff | tree | snapshot |
| 2004-01-19 |
Jilles Tjoelker | Own version of getnstr() that always recognizes ^H... |
commit | commitdiff | tree | snapshot |
| 2004-01-17 |
Jilles Tjoelker | Some more information on running it on Solaris. |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Joshua Kwan | ports |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Joshua Kwan | flex warnings |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Jilles Tjoelker | Copying terminal data files (as opposed to directories... |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Jilles Tjoelker | Solaris compatibility. |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Joshua Kwan | resolve lack of yywrap() |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Joshua Kwan | solaris |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Joshua Kwan | don't use on BSD and Linux, setenv(3) is BSD 4.3 |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Joshua Kwan | mysetenv() for portability |
commit | commitdiff | tree | snapshot |
| 2004-01-16 |
Joshua Kwan | init a struct flock |
commit | commitdiff | tree | snapshot |
| 2004-01-12 |
Joshua Kwan | solaris portability fixes |
commit | commitdiff | tree | snapshot |
| 2004-01-12 |
Joshua Kwan | union wait is deprecated on any unix worth shit. don... |
commit | commitdiff | tree | snapshot |
| 2004-01-07 |
Jilles Tjoelker | Copy /etc/localtime (so gremlins will steal intrinsics... |
commit | commitdiff | tree | snapshot |
| 2004-01-07 |
Jilles Tjoelker | Some fixes and changes, partly relating to FreeBSD. |
commit | commitdiff | tree | snapshot |
| 2004-01-07 |
Jilles Tjoelker | Don't call getpwuid(3)/getgrgid(3) on uids/gids in... |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Joshua Kwan | fix a buffer overflow |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Jilles Tjoelker | SIGWINCH problems seem to be fixed now. |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Jilles Tjoelker | Reset SIGWINCH to default before starting game to preve... |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Jilles Tjoelker | Make sure we don't forget the SIGWINCH problem. |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Jilles Tjoelker | Some buglets. |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Jilles Tjoelker | Some fixes to simplemail. It appears to work for me... |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Jilles Tjoelker | Add code to test simplemail. |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Jilles Tjoelker | Same snprintf size bug again. |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Jilles Tjoelker | snprintf() size argument was 1 too small, so MAIL varia... |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Joshua Kwan | wrap at 80, add some helpful install tips |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Joshua Kwan | fix case where argv[1] == ENOENT |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Joshua Kwan | stop using indent for a while, breaks small checkins |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Joshua Kwan | Here's a better fix |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Joshua Kwan | fix truncation of any banner stuff after appending... |
commit | commitdiff | tree | snapshot |
| 2004-01-06 |
Joshua Kwan | version 1.3.10.1 doesn't allude to how much new crap... |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | y.tab.c, lex.yy.c instead of y.tab.o lex.yy.o |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | add io.c to the 4-BSD stuff |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | #include <string.h> |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | this should really be strncmp |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | scratch one off |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | some fixes |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Jilles Tjoelker | Replace use of signal() by sigaction(). signal() is... |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Jilles Tjoelker | Ignore nethackstub binary and ktrace.out (output of... |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Jilles Tjoelker | Simple stub to test SIGHUP etc. stuff in an easier... |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Jilles Tjoelker | Replace dgamelaunch with $(NAME) in a few places. |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | remove y.tab.* and lex.yy.* |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | works! |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | fix number handling |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | Quick fix |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | It kind of works now. However, we must beware the stati... |
commit | commitdiff | tree | snapshot |
| 2004-01-05 |
Joshua Kwan | First try at the config file system. Still need to... |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Brett Carrington | Added copyright lines to COPYING, completely rewrote... |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | reindentation |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Brett Carrington | Stupid pointless TODO: in comment |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Jilles Tjoelker | Make dgl-create-chroot.conf file clearer in the comments. |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | Fix problem with people entering initial blank password. |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | replace two big conditionals with isalnum(3) calls |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | update Changelog |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | Ok, readd strlcat.c, use strlcat instead of strncat |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | knock one off |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Jilles Tjoelker | Provide some feedback to the user that he has a stale... |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | fix some typos, add the crew to the copyright blurb |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | ok, now it works |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Jilles Tjoelker | Terminate if user chooses not to kill a hung game,... |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | check for . and .. |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | oops, big bug |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | Reindent, and add some error handling for kill |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Joshua Kwan | Move gen_inprogress_lock() call to ttyrec.c, with the... |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Brett Carrington | Added cscope.out and error.log |
commit | commitdiff | tree | snapshot |
| 2004-01-04 |
Brett Carrington | graceful_exit, does nothing but please deprecate exit(). |
commit | commitdiff | tree | snapshot |
| next |