summaryrefslogtreecommitdiff
path: root/src/acls.c
Commit message (Expand)AuthorAgeFilesLines
* build: acls.c: mark unused parametersChris Meyering2020-02-021-0/+4
* cleanup: acls.c: move unused variables into #if-0 blockChris Meyering2020-02-021-2/+2
* build: cast NULL to (char *) to prevent GCC 10 warningChris Meyering2020-02-021-1/+1
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* use GetWindowByNumber(n) instead of wtab[n]Amadeusz Sławiński2018-04-111-2/+2
* rename windows to mru_window and window->w_next to window->w_prev_mruAmadeusz Sławiński2018-04-111-4/+4
* get rid of (sometype *)0 castsAmadeusz Sławiński2018-04-071-4/+4
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-1/+1
* reduce variables scopeAmadeusz Sławiński2017-09-271-44/+22
* u_plop, int len -> size_t lenAmadeusz Sławiński2017-01-221-1/+2
* further password cleanupsAmadeusz Sławiński2016-06-181-27/+8
* move config.h to top of includesAmadeusz Sławiński2016-06-181-2/+2
* just enable syslog useAmadeusz Sławiński2016-06-181-10/+1
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-0/+2
* Convert files to utf8 encoding so I can grep through them normallyAmadeusz Sławiński2015-09-021-5/+5
* fix: zmodem_fin() declaration + unused AclWinSwap()Alexander Naumov2015-07-141-4/+0
* Fix implicit declarations after mergeAmadeusz Sławiński2015-07-041-0/+2
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+3
* use Display type instead of struct displayAmadeusz Sławiński2015-06-261-1/+1
* use Window type instead of struct winAmadeusz Sławiński2015-06-261-11/+11
* more header stuffAmadeusz Sławiński2015-06-251-0/+1
* bye bye DEBUGAmadeusz Sławiński2015-06-251-38/+0
* it's a Socket not SockAmadeusz Sławiński2015-06-251-2/+2
* Return -1 on failure like rest of functionsAmadeusz Sławiński2015-06-251-2/+2
* Comment acls.c codeAmadeusz Sławiński2015-06-251-12/+37
* Code reformatingAmadeusz Sławiński2015-06-251-794/+671
* remove SHADOwpW stuff it doesn't seem to workAmadeusz Sławiński2015-06-251-3/+0
* xrealloc returns void* and remove all *allocs castsAmadeusz Sławiński2015-06-251-1/+1
* Simplify debugging macrosAmadeusz Sławiński2015-06-251-30/+30
* trailing whitespace removalAmadeusz Sławiński2015-06-251-6/+6
* that's all?Amadeusz Sławiński2015-06-251-3/+0
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-5/+0
* unused variable rAmadeusz Sławiński (amade)2015-06-251-5/+4
* make most features as always built in from now onAmadeusz Sławiński (amade)2015-06-251-28/+0
* remove #if 0'ed codeAmadeusz Sławiński (amade)2015-06-251-19/+0
* rewrite functions definitionsAmadeusz Sławiński (amade)2015-06-251-62/+20
* remove __P macro it's obsoleteAmadeusz Sławiński2015-06-251-6/+6
* allow for defining term and login length if neededAmadeusz Sławiński2014-04-221-1/+1
* Allow screen to run for users with long loginsAmadeusz Sławiński2014-04-221-1/+1
* avoid compiler warning about cryptMichael Schroeder2013-04-091-1/+1
* Guard against NULL returns from crypt().Sadrul Habib Chowdhury2012-09-141-5/+13
* Get rid of compile-time warnings.Sadrul Habib Chowdhury2010-02-121-2/+1
* Increase the max-window limit.Sadrul Habib Chowdhury2010-01-261-1/+1
* Copyright for 2009Sadrul Habib Chowdhury2009-02-071-1/+1
* Update copyright messages some more.Sadrul Habib Chowdhury2008-10-211-1/+6
* Start converting to GPL v3+ (ref: ticket #23900)Sadrul Habib Chowdhury2008-10-131-4/+4
* screen-4.0.1 Sep 18 2003jnweiger2005-12-161-2/+0
* old version screen-3.9.11 Feb 14 2002jnweiger2005-12-161-9/+12
* old version screen-3.9.9 May 17 2001jnweiger2005-12-161-45/+45