root / access.c

View | Annotate | Download

# Date Author Comment
617 07/06/2010 01:25 PM tommy

Add RemoteConnectionSharing option

602 09/15/2009 10:40 AM tommy

Add X-Upload header using XHeaderSSLUpload Profile option

597 08/11/2009 12:22 PM tommy

Add new authorization code from Daxx for nse version

592 05/07/2009 05:39 PM tommy

Add RetentionCache profile option (for NNTPSwitch commercial version)

582 02/25/2009 03:28 PM tommy

Add Retention profile option to limit retention on some profiles

578 01/12/2009 05:45 PM tommy

Add MAX_PATH and fix filename if an error is found in the configuration

567 11/01/2008 03:45 PM tommy

ignore more code if not running the nse version

557 10/21/2008 03:28 PM tommy

Add SSL stuff without the actual SSL code for commercial version of nntpswitch

539 03/04/2008 02:50 PM tommy

remove unnecessary strdup

526 07/12/2007 10:50 AM tommy

Added option to disable profiles (option: Disable) and NSE prefixmaps

488 11/28/2006 08:58 PM tommy

Fix name to Name

461 09/18/2006 06:48 PM mjo

- rewrote parsecfg_auth

458 09/07/2006 09:32 PM mjo

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

445 08/29/2006 12:38 PM tommy

exact match on acl reload

436 08/08/2006 04:00 PM tommy

remove modules !

422 06/29/2006 04:42 PM tommy

fix unknown accounting entries for profiles

421 06/29/2006 11:17 AM tommy

use the right profile field

420 06/29/2006 12:21 AM tommy

Move accounting configuration from auth config to profile config. Hosts
which are not authenticated are also accounted now.

419 05/18/2006 11:59 AM tommy

Add code for "arguments" in access.conf, used for new authentication mods

412 04/27/2006 09:45 AM tommy

atof must be aoi ofcoz

411 04/25/2006 11:03 AM tommy

Add ClientReadTimeout option to profile (default is from nntpswitch.conf)

386 01/25/2006 03:19 PM tommy

Fix reloading of aliases, acls, auths and wildmats

376 12/15/2005 10:26 PM tommy

Fix profile reloading and initialization

375 12/15/2005 11:41 AM tommy

make the wildmats fixed in memory to fix pointer troubling while reloading

372 12/13/2005 09:50 AM tommy

Update memory structure for config file parameters. Reloading should be seamless now. Also, remove Levels from the servers.conf file and calculate them ourselves.

370 12/10/2005 04:35 PM tommy

fix linenr count on aliases config and be more descriptive about errors

363 09/21/2005 09:21 AM tommy

need more room for wildmats

339 04/13/2005 11:41 AM tommy

Added Slave mode to profile, slave's can use IHAVE command now.

334 03/08/2005 03:11 PM tommy

Add profile option SingleHostUser to prevent authenticated users logging in from more than 1 host.

333 01/12/2005 03:33 PM tommy

allow tunable rate-limits

323 11/25/2004 10:19 AM tommy

Add FooterFile to append to posts

322 11/24/2004 09:58 AM tommy

change messageiddomain and pathheader to just hostname

314 11/18/2004 06:02 PM tommy

add profile rate-limit support

289 04/25/2004 04:54 PM tommy

change MaxSessionBytes from int to ulong64

283 04/23/2004 03:30 PM tommy

cleanup messages

278 04/20/2004 12:54 PM tommy

oopsiepoopsie, duplicate authenticator counter

277 04/20/2004 10:40 AM tommy

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

239 03/15/2004 12:33 AM tommy

Unify and add some config limits bounds checking

166 12/31/2003 12:58 AM tommy

change all occurences of SERVER to MASTER to allow for future features

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.

159 12/22/2003 10:43 AM tommy

fix group based auth pattern matching

153 12/21/2003 01:09 PM tommy

get rid of annoying debug msg

142 12/09/2003 10:49 AM tommy

add group-based access control

137 12/07/2003 02:34 AM tommy
  • fix and improve startup warnings
  • option to specify conffile
98 03/16/2003 05:40 PM tommy

change client initialization and add 'unlimit' access config option

80 02/03/2003 11:10 PM tommy

Added apost (Approved Post) acl entry

76 01/31/2003 12:24 PM tommy

small fixes and added statistics debug command

67 01/19/2003 04:50 PM tommy

mucho portability fixes

29 12/08/2002 04:00 PM tommy

make acl inclusive voor /32 hosts

27 12/08/2002 12:00 PM tommy

correctly initialize and stat access file

15 12/05/2002 06:20 PM tommy

added auto prototyping

12 12/03/2002 11:31 PM tommy

allow reloading of access file

2 11/26/2002 10:51 PM tommy

import

1 11/26/2002 10:51 PM tommy

Initial revision