View | Annotate | Download
remove generated parsedate.c upon make clean
update memcache
Remove documentation since it's now at wiki.chiparus.net
add timerproc for stats
add parsedate
removing sbuf from CLIENT structure fixrn deleted - see writeln, linelen
changed rm .#* into find . -name '.#*' -type f -print0 | xargs -0 /bin/rm -f
added /.# to clean
added .#* to clean
moved $PREFIX out of rules
init_sockets after fork
Add multiport listener patches from Mike
- cscope added CSCOPEFLAGS
- hack exclude tests if make version == 3.80
- ditsclean --> distclean
- Mike Jonkmans.nl - test framework
- cscope and tags no deps
- cleanup of semaphore.c; added semaphore.h - added semaphore.h log.[ch] to MANIFEST - -std=gnu99 in CFLAGS - syslog_close returns previous syslog_status
- fixed Makefile/genmodmap bug - added checks for existing auth/acct modules when loading access.conf
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
- silenced clean and distclean - added cscope support - added start/restart targets
remove the segv auth module used for testing
remove modules !
fixed the test target - it was killing nntpswitch
New changes from Mike
Add syslog patches from mjo
Split the statistics command to a separate file
misc changes (mjo)
New Makefile, written by Mike Jonkmans. Thanks gast!
added txt doc
add semaphore functions
Add stupid simple LDAP authentication module
Make it possible to config max bytes to download on authentication. Optionally dropping users when they reached the limit.
fix not installing not compiled mods
Allow versionized modules
integrate auth.conf and profiles.conf into access.conf and allow includes
Converted manual from latex to docbook and put in cvs
add client.c and do small cleanup
Add new authorization and accounting modules
remove updategroups.pl from makefile
Add backend server configuration and a new updategroups utility.
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.
get version from external source
misc updates
insert build date into welcome message
change client initialization and add 'unlimit' access config option
New version and utilities install
added install section
generalized authentication and added remote authinfo module
added fixrn
fixes for authentication
added passwordfile auth module
added loadable accounting and authorization modules
move post to ihave and put routines in separate file
added wildmat matching for list commands
added auto prototyping
added basic post command
import
Initial revision