View | Annotate | Download
Add RemoteConnectionSharing option
Add X-Upload header using XHeaderSSLUpload Profile option
Add new authorization code from Daxx for nse version
Add RetentionCache profile option (for NNTPSwitch commercial version)
Add Retention profile option to limit retention on some profiles
Add MAX_PATH and fix filename if an error is found in the configuration
ignore more code if not running the nse version
Add SSL stuff without the actual SSL code for commercial version of nntpswitch
remove unnecessary strdup
Added option to disable profiles (option: Disable) and NSE prefixmaps
Fix name to Name
- rewrote parsecfg_auth
- fixed Makefile/genmodmap bug - added checks for existing auth/acct modules when loading access.conf
exact match on acl reload
remove modules !
fix unknown accounting entries for profiles
use the right profile field
Move accounting configuration from auth config to profile config. Hosts which are not authenticated are also accounted now.
Add code for "arguments" in access.conf, used for new authentication mods
atof must be aoi ofcoz
Add ClientReadTimeout option to profile (default is from nntpswitch.conf)
Fix reloading of aliases, acls, auths and wildmats
Fix profile reloading and initialization
make the wildmats fixed in memory to fix pointer troubling while reloading
Update memory structure for config file parameters. Reloading should be seamless now. Also, remove Levels from the servers.conf file and calculate them ourselves.
fix linenr count on aliases config and be more descriptive about errors
need more room for wildmats
Added Slave mode to profile, slave's can use IHAVE command now.
Add profile option SingleHostUser to prevent authenticated users logging in from more than 1 host.
allow tunable rate-limits
Add FooterFile to append to posts
change messageiddomain and pathheader to just hostname
add profile rate-limit support
change MaxSessionBytes from int to ulong64
cleanup messages
oopsiepoopsie, duplicate authenticator counter
integrate auth.conf and profiles.conf into access.conf and allow includes
Unify and add some config limits bounds checking
change all occurences of SERVER to MASTER to allow for future features
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.
fix group based auth pattern matching
get rid of annoying debug msg
add group-based access control
change client initialization and add 'unlimit' access config option
Added apost (Approved Post) acl entry
small fixes and added statistics debug command
mucho portability fixes
make acl inclusive voor /32 hosts
correctly initialize and stat access file
added auto prototyping
allow reloading of access file
import
Initial revision