| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: acls.c: mark unused parameters | Chris Meyering | 2020-02-02 | 1 | -0/+4 |
| * | cleanup: acls.c: move unused variables into #if-0 block | Chris Meyering | 2020-02-02 | 1 | -2/+2 |
| * | build: cast NULL to (char *) to prevent GCC 10 warning | Chris Meyering | 2020-02-02 | 1 | -1/+1 |
| * | Using 'https' instead of 'http' | Alexander Naumov | 2019-11-09 | 1 | -1/+1 |
| * | use GetWindowByNumber(n) instead of wtab[n] | Amadeusz Sławiński | 2018-04-11 | 1 | -2/+2 |
| * | rename windows to mru_window and window->w_next to window->w_prev_mru | Amadeusz Sławiński | 2018-04-11 | 1 | -4/+4 |
| * | get rid of (sometype *)0 casts | Amadeusz Sławiński | 2018-04-07 | 1 | -4/+4 |
| * | use NULL instead of 0 where applicable | Amadeusz Sławiński | 2018-04-06 | 1 | -1/+1 |
| * | reduce variables scope | Amadeusz Sławiński | 2017-09-27 | 1 | -44/+22 |
| * | u_plop, int len -> size_t len | Amadeusz Sławiński | 2017-01-22 | 1 | -1/+2 |
| * | further password cleanups | Amadeusz Sławiński | 2016-06-18 | 1 | -27/+8 |
| * | move config.h to top of includes | Amadeusz Sławiński | 2016-06-18 | 1 | -2/+2 |
| * | just enable syslog use | Amadeusz Sławiński | 2016-06-18 | 1 | -10/+1 |
| * | make all header files self-contained and include it in the source file | Simon Ruderich | 2016-02-07 | 1 | -0/+2 |
| * | Convert files to utf8 encoding so I can grep through them normally | Amadeusz Sławiński | 2015-09-02 | 1 | -5/+5 |
| * | fix: zmodem_fin() declaration + unused AclWinSwap() | Alexander Naumov | 2015-07-14 | 1 | -4/+0 |
| * | Fix implicit declarations after merge | Amadeusz Sławiński | 2015-07-04 | 1 | -0/+2 |
| * | get rid of extern.h | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+0 |
| * | move global variables declarations to corresponding headers | Amadeusz Sławiński | 2015-06-26 | 1 | -0/+3 |
| * | use Display type instead of struct display | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+1 |
| * | use Window type instead of struct win | Amadeusz Sławiński | 2015-06-26 | 1 | -11/+11 |
| * | more header stuff | Amadeusz Sławiński | 2015-06-25 | 1 | -0/+1 |
| * | bye bye DEBUG | Amadeusz Sławiński | 2015-06-25 | 1 | -38/+0 |
| * | it's a Socket not Sock | Amadeusz Sławiński | 2015-06-25 | 1 | -2/+2 |
| * | Return -1 on failure like rest of functions | Amadeusz Sławiński | 2015-06-25 | 1 | -2/+2 |
| * | Comment acls.c code | Amadeusz Sławiński | 2015-06-25 | 1 | -12/+37 |
| * | Code reformating | Amadeusz Sławiński | 2015-06-25 | 1 | -794/+671 |
| * | remove SHADOwpW stuff it doesn't seem to work | Amadeusz Sławiński | 2015-06-25 | 1 | -3/+0 |
| * | xrealloc returns void* and remove all *allocs casts | Amadeusz Sławiński | 2015-06-25 | 1 | -1/+1 |
| * | Simplify debugging macros | Amadeusz Sławiński | 2015-06-25 | 1 | -30/+30 |
| * | trailing whitespace removal | Amadeusz Sławiński | 2015-06-25 | 1 | -6/+6 |
| * | that's all? | Amadeusz Sławiński | 2015-06-25 | 1 | -3/+0 |
| * | move extern's into one place | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -5/+0 |
| * | unused variable r | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -5/+4 |
| * | make most features as always built in from now on | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -28/+0 |
| * | remove #if 0'ed code | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -19/+0 |
| * | rewrite functions definitions | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -62/+20 |
| * | remove __P macro it's obsolete | Amadeusz Sławiński | 2015-06-25 | 1 | -6/+6 |
| * | allow for defining term and login length if needed | Amadeusz Sławiński | 2014-04-22 | 1 | -1/+1 |
| * | Allow screen to run for users with long logins | Amadeusz Sławiński | 2014-04-22 | 1 | -1/+1 |
| * | avoid compiler warning about crypt | Michael Schroeder | 2013-04-09 | 1 | -1/+1 |
| * | Guard against NULL returns from crypt(). | Sadrul Habib Chowdhury | 2012-09-14 | 1 | -5/+13 |
| * | Get rid of compile-time warnings. | Sadrul Habib Chowdhury | 2010-02-12 | 1 | -2/+1 |
| * | Increase the max-window limit. | Sadrul Habib Chowdhury | 2010-01-26 | 1 | -1/+1 |
| * | Copyright for 2009 | Sadrul Habib Chowdhury | 2009-02-07 | 1 | -1/+1 |
| * | Update copyright messages some more. | Sadrul Habib Chowdhury | 2008-10-21 | 1 | -1/+6 |
| * | Start converting to GPL v3+ (ref: ticket #23900) | Sadrul Habib Chowdhury | 2008-10-13 | 1 | -4/+4 |
| * | screen-4.0.1 Sep 18 2003 | jnweiger | 2005-12-16 | 1 | -2/+0 |
| * | old version screen-3.9.11 Feb 14 2002 | jnweiger | 2005-12-16 | 1 | -9/+12 |
| * | old version screen-3.9.9 May 17 2001 | jnweiger | 2005-12-16 | 1 | -45/+45 |
