root / Makefile

View | Annotate | Download

# Date Author Comment
603 10/07/2009 02:51 PM tommy

remove generated parsedate.c upon make clean

599 09/10/2009 10:30 AM tommy

update memcache

570 11/01/2008 04:25 PM tommy

Remove documentation since it's now at wiki.chiparus.net

544 05/21/2008 11:17 AM tommy

add timerproc for stats

534 02/18/2008 01:25 PM tommy

add parsedate

516 01/25/2007 04:03 PM mjo

removing sbuf from CLIENT structure
fixrn deleted - see writeln, linelen

515 01/24/2007 04:42 PM mjo

changed rm .#* into find . -name '.#*' -type f -print0 | xargs -0 /bin/rm -f

514 01/24/2007 04:28 PM mjo

added /.# to clean

513 01/24/2007 04:04 PM mjo

added .#* to clean

511 01/24/2007 02:03 PM mjo

moved $PREFIX out of rules

507 01/11/2007 03:47 PM mjo

init_sockets after fork

504 01/09/2007 12:24 PM tommy

Add multiport listener patches from Mike

475 10/09/2006 12:41 PM mjo

- cscope added CSCOPEFLAGS

467 10/04/2006 12:52 PM tommy

- hack exclude tests if make version == 3.80

463 09/25/2006 06:45 PM mjo

- ditsclean --> distclean

462 09/25/2006 05:44 PM mjo

- Mike Jonkmans.nl - test framework

460 09/18/2006 04:34 PM mjo

- cscope and tags no deps

459 09/18/2006 02:28 PM mjo

- cleanup of semaphore.c; added semaphore.h
- added semaphore.h log.[ch] to MANIFEST
- -std=gnu99 in CFLAGS
- syslog_close returns previous syslog_status

458 09/07/2006 09:32 PM mjo

- fixed Makefile/genmodmap bug
- added checks for existing auth/acct modules when loading access.conf

455 09/05/2006 02:07 PM mjo

Adaptions in genmodmap for Makefile: takes args + write to stdout
Makefile is now source in stead of object based
Makefile uses make's default compile/link rules
Makefile added dependencies generation in .*.d files
Makefile improved help

450 08/30/2006 11:53 AM mjo

- silenced clean and distclean
- added cscope support
- added start/restart targets

438 08/09/2006 11:56 AM tommy

remove the segv auth module used for testing

436 08/08/2006 04:00 PM tommy

remove modules !

416 05/15/2006 01:03 PM tommy

fixed the test target - it was killing nntpswitch

413 05/11/2006 11:57 AM tommy

New changes from Mike

410 04/24/2006 01:04 PM tommy

Add syslog patches from mjo

407 03/28/2006 03:28 PM tommy

Split the statistics command to a separate file

400 02/21/2006 01:59 PM tommy

misc changes (mjo)

382 01/10/2006 03:42 PM tommy

New Makefile, written by Mike Jonkmans. Thanks gast!

327 11/29/2004 05:58 PM tommy

added txt doc

309 11/11/2004 02:32 PM tommy

add semaphore functions

300 09/01/2004 07:46 PM tommy

Add stupid simple LDAP authentication module

298 07/15/2004 08:35 AM tommy

Make it possible to config max bytes to download on authentication. Optionally dropping users when they reached the limit.

293 05/13/2004 01:37 PM tommy

fix not installing not compiled mods

292 05/13/2004 01:28 PM tommy

Allow versionized modules

277 04/20/2004 10:40 AM tommy

integrate auth.conf and profiles.conf into access.conf and allow includes

267 04/12/2004 05:20 PM tommy

Converted manual from latex to docbook and put in cvs

248 03/28/2004 01:26 PM tommy

add client.c and do small cleanup

228 03/08/2004 11:44 AM tommy

Add new authorization and accounting modules

193 01/18/2004 03:06 PM tommy

remove updategroups.pl from makefile

170 01/04/2004 08:25 PM tommy

Add backend server configuration and a new updategroups utility.

164 12/29/2003 10:45 PM tommy

Added user profiles support together with authentication and accounting
configuration options. Parts of the main config are now moved into a profile.
Additionally add some more authentication methods.

136 12/06/2003 09:54 PM tommy

get version from external source

130 09/04/2003 08:03 PM tommy

misc updates

107 05/12/2003 09:11 AM tommy

insert build date into welcome message

98 03/16/2003 05:40 PM tommy

change client initialization and add 'unlimit' access config option

84 02/04/2003 07:55 PM tommy

New version and utilities install

71 01/25/2003 02:16 AM tommy

added install section

45 12/22/2002 03:05 AM tommy

generalized authentication and added remote authinfo module

40 12/22/2002 02:28 AM tommy

added fixrn

38 12/15/2002 12:14 AM tommy

fixes for authentication

35 12/14/2002 03:38 AM tommy

added passwordfile auth module

33 12/14/2002 02:31 AM tommy

added loadable accounting and authorization modules

30 12/08/2002 06:37 PM tommy

move post to ihave and put routines in separate file

24 12/08/2002 04:09 AM tommy

added wildmat matching for list commands

15 12/05/2002 06:20 PM tommy

added auto prototyping

6 11/28/2002 07:51 PM tommy

added basic post command

2 11/26/2002 10:51 PM tommy

import

1 11/26/2002 10:51 PM tommy

Initial revision