Parent Directory
|
|
|
|
|
.cvsignore
|
1.1 |
6 years |
rra |
Add .cvsignore files to the entire tree.
|
Makefile
|
1.56 |
5 years |
rra |
Update dependencies.
|
article.c
|
1.144 |
5 years |
rra |
Warning cleanup, mostly signed vs. unsigned issues and const-ness. Include
some... |
cache.c
|
1.8 |
5 years |
alexk |
Change the cache handling so we have two LRU lists... as messages are
read with ... |
cache.h
|
1.2 |
5 years |
alexk |
Change the cache handling so we have two LRU lists... as messages are
read with ... |
commands.c
|
1.81 |
5 years |
alexk |
Remove last vestiges of intimate `overview.fmt' knowledge from
nnrpd. Add in a n... |
group.c
|
1.62 |
5 years |
rra |
Provide all of the attributes available to the external authentication
mechanism... |
line.c
|
1.5 |
5 years |
rra |
Remove the get_last_socket_error calls, which are unneeded and which fail
under ... |
list.c
|
1.2 |
5 years |
rra |
Don't manually duplicate the work of concatpath when finding the full path
to fi... |
misc.c
|
1.77 |
5 years |
rra |
Glom was using strlcat into newly allocated memory without making sure that
it's... |
newnews.c
|
1.44 |
5 years |
rra |
Warning cleanup, mostly signed vs. unsigned issues and const-ness. Include
some... |
nnrpd.c
|
1.174 |
5 years |
rra |
buff is needed for OpenSSL builds.
|
nnrpd.h
|
1.77 |
5 years |
rra |
Warning cleanup, mostly signed vs. unsigned issues and const-ness. Include
some... |
perl.c
|
1.41 |
5 years |
rra |
Provide all of the attributes available to the external authentication
mechanism... |
perm.c
|
1.80 |
5 years |
rra |
Cast all of the constant strings used to initialize parser token tables
(until t... |
post.c
|
1.96 |
5 years |
rra |
Warning cleanup, mostly signed vs. unsigned issues and const-ness. Include
some... |
post.h
|
1.7 |
5 years |
rra |
Fix the numbering of HDR__CC and down, which were off by one. Reported by
Ka'ro... |
python.c
|
1.14 |
5 years |
rra |
Warning cleanup, mostly signed vs. unsigned issues and const-ness. Include
some... |
sasl_config.c
|
1.12 |
5 years |
rra |
Change all references to NEW to xmalloc, COPY to xstrdup, RENEW to
xrealloc, and... |
sasl_config.h
|
1.3 |
5 years |
rra |
Warning cleanup, mostly signed vs. unsigned issues and const-ness. Include
some... |
tls.c
|
1.20 |
5 years |
rra |
Warning cleanup, mostly signed vs. unsigned issues and const-ness. Include
some... |
tls.h
|
1.5 |
5 years |
rra |
Warning cleanup, mostly signed vs. unsigned issues and const-ness. Include
some... |
track.c
|
1.12 |
5 years |
rra |
Replace TRUE with true and FALSE with false everywhere and remove the code
to de... |