Parent Directory
|
|
|
|
|
.cvsignore
|
1.2 |
6 years |
rra |
Ignore a marker file created by purify.
|
Makefile
|
1.111 |
5 years |
rra |
Add the first pass at a new, general-purpose NNTP utility library. Update
Makef... |
buffer.c
|
1.4 |
5 years |
rra |
Add functions to sprintf into a buffer, resizing as necessary. This will
eventu... |
cleanfrom.c
|
1.7 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
clientactive.c
|
1.18 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
clientlib.c
|
1.15 |
5 years |
rra |
Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's
feasib... |
concat.c
|
1.7 |
8 years |
rra |
concat should return a char *, added concatpath to build file paths (an
eventual... |
conffile.c
|
1.22 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
confparse.c
|
1.13 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
daemonize.c
|
1.5 |
5 years |
rra |
Don't use TIOCNOTTY if we have setsid(). It was causing errors on *BSD.
|
date.c
|
1.12 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
dbz.c
|
1.59 |
5 years |
rra |
Rename mapcntl to msync_page to more accurately reflect what it does and
clean u... |
defdist.c
|
1.15 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
dispatch.c
|
1.1 |
5 years |
rra |
Add a new library routine for dispatching commands (in the form of a
cvector) to... |
fdflags.c
|
1.2 |
7 years |
rra |
Minor style fix (put the body of an if on a separate line from the if).
|
fdlimit.c
|
1.8 |
7 years |
rra |
setfdlimit should take an unsigned int, some style fixes, remove an unused
varia... |
fseeko.c
|
1.1 |
8 years |
rra |
Initial version. Emulate fseeko using fsetpos if possible, fseek
otherwise.
|
ftello.c
|
1.1 |
8 years |
rra |
Initial version. Emulate ftello using fgetpos if possible, ftell
otherwise.
|
genid.c
|
1.10 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
getaddrinfo.c
|
1.2 |
5 years |
rra |
Try to set IPPROTO appropriately.
|
getfqdn.c
|
1.10 |
5 years |
rra |
Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's
feasib... |
getmodaddr.c
|
1.22 |
5 years |
rra |
Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's
feasib... |
getpagesize.c
|
1.1 |
6 years |
rra |
Add a replacement for getpagesize for systems that don't have it.
|
gettime.c
|
1.6 |
8 years |
kondou |
- HAVE_GETTIMEOFDAY is not examined at configure time
|
hash.c
|
1.21 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
hashtab.c
|
1.4 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
hstrerror.c
|
1.4 |
6 years |
rra |
Prefer snprintf to sprintf and use xstrdup rather than malloc and strcpy.
Based ... |
inet_aton.c
|
1.5 |
7 years |
rra |
Prototype the test functions when building with TESTING to avoid warnings
in the... |
inet_ntoa.c
|
1.6 |
7 years |
rra |
Prototype the test functions when building with TESTING to avoid warnings
in the... |
innconf.c
|
1.13 |
5 years |
rra |
Integrate the Python authentication hooks for nnrpd into readers.conf in
the sam... |
inndcomm.c
|
1.24 |
5 years |
rra |
Fix a bug introduced by the strlcpy conversion; a pointer was no longer
being ad... |
list.c
|
1.1 |
5 years |
alexk |
Add list manipulation routines
|
localopen.c
|
1.13 |
5 years |
rra |
Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's
feasib... |
lockfile.c
|
1.11 |
6 years |
rra |
Include errno.h for EINTR and errno. Wrap a definition better.
|
makedir.c
|
1.8 |
5 years |
rra |
Replace TRUE with true and FALSE with false everywhere and remove the code
to de... |
md5.c
|
1.9 |
8 years |
kondou |
- From: Igor Timkin <ivt@gamma.ru>
- inn/lib cleanups
make compile inn/lib wit... |
memcmp.c
|
1.7 |
7 years |
rra |
Prototype the test functions when building with TESTING to avoid warnings
in the... |
messages.c
|
1.4 |
5 years |
rra |
Don't use %m in syslog calls since it produces a warning on Linux due to
odditie... |
mkstemp.c
|
1.1 |
6 years |
rra |
Add an implementation of mkstemp for platforms that don't have it.
|
mmap.c
|
1.5 |
5 years |
rra |
Drop const from the temporary pointers when calling msync; it makes sense
that m... |
network.c
|
1.4 |
5 years |
vinocur |
Fix segfault when listening on multiple descriptors.
|
nntp.c
|
1.3 |
5 years |
rra |
While in nntp_read_line it may be necessary to compact the buffer, and we
should... |
parsedate.y
|
1.19 |
5 years |
rra |
Warning patch from Ilya Kovalenko. Gets rid of all the remaining warnings
under... |
perl.c
|
1.26 |
5 years |
rra |
Use inn_newXS and suppress the warnings from the mandatory cv argument
added for... |
pread.c
|
1.6 |
7 years |
rra |
Prototype the test functions when building with TESTING to avoid warnings
in the... |
pwrite.c
|
1.6 |
7 years |
rra |
Prototype the test functions when building with TESTING to avoid warnings
in the... |
qio.c
|
1.9 |
5 years |
rra |
Allow for EINTR when reading.
|
radix32.c
|
1.5 |
5 years |
rra |
Remove all uses of register.
|
readin.c
|
1.10 |
5 years |
rra |
Allow for EINTR when reading.
|
remopen.c
|
1.26 |
5 years |
rra |
Add a missing freeaddrinfo and remove unnecessary includes.
|
reservedfd.c
|
1.13 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
resource.c
|
1.7 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
sendarticle.c
|
1.4 |
8 years |
rra |
Change BOOL to bool.
|
sendpass.c
|
1.11 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
sequence.c
|
1.1 |
7 years |
alexk |
Sequence space arithmetic routines (the kind typically used for DNS
serial numbe... |
setenv.c
|
1.6 |
6 years |
rra |
If malloc fails, don't set errno ourselves; it can mask the errno setting
from m... |
seteuid.c
|
1.1 |
8 years |
rra |
Initial version. Emulate seteuid using setreuid.
|
setproctitle.c
|
1.3 |
6 years |
rra |
Kill some signed vs. unsigned warnings.
|
snprintf.c
|
1.9 |
6 years |
rra |
Don't include <stdlib.h>; it causes prototype conflicts on some platforms.
Inste... |
sockaddr.c
|
1.3 |
6 years |
rra |
Warning cleanup, and include inn/messages.h where needed. Also include
libinn.h... |
strcasecmp.c
|
1.3 |
5 years |
rra |
Remove all uses of register.
|
strerror.c
|
1.10 |
5 years |
rra |
Use a better trick to avoid conflicting with the system declarations of
sys_errl... |
strlcat.c
|
1.2 |
6 years |
rra |
Include clibrary.h so that we get the right prototypes.
|
strlcpy.c
|
1.3 |
6 years |
rra |
Include clibrary.h so that we get the right prototypes.
|
strspn.c
|
1.3 |
5 years |
rra |
Remove all uses of register.
|
strtok.c
|
1.3 |
5 years |
rra |
Remove all uses of register.
|
timer.c
|
1.13 |
5 years |
rra |
Add a new TMRnow_double function to return the current time as a double.
(We'll ... |
tst.c
|
1.14 |
6 years |
rra |
Change the interface to the ternary search trie functions so that they all
take ... |
uwildmat.c
|
1.2 |
5 years |
rra |
Replace TRUE with true and FALSE with false everywhere and remove the code
to de... |
vector.c
|
1.5 |
5 years |
rra |
Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's
feasib... |
version.c
|
1.2 |
8 years |
rra |
Remove INNVersion(), minor formatting changes.
|
wire.c
|
1.3 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
xfopena.c
|
1.4 |
6 years |
rra |
Warning cleanup, and include inn/messages.h where needed. Also include
libinn.h... |
xmalloc.c
|
1.13 |
6 years |
rra |
Warning cleanup, and include inn/messages.h where needed. Also include
libinn.h... |
xsignal.c
|
1.3 |
6 years |
rra |
Add an xsignal_norestart function that doesn't set SA_RESTART and sets
SA_INTERR... |
xwrite.c
|
1.9 |
6 years |
alexk |
If any of our flavours of write get called such that we would write 0
bytes, ret... |