Parent Directory
|
|
|
|
|
.cvsignore
|
1.2 |
6 years |
rra |
Ignore a marker file created by purify.
|
Makefile
|
1.106 |
5 years |
alexk |
Add list manipulation routines
|
buffer.c
|
1.2 |
6 years |
rra |
Add buffer_new and buffer_resize functions, and change the way buffer_set
works ... |
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.4 |
6 years |
alexk |
Close standard file descriptors so we completely disociate from our parent
|
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.58 |
5 years |
rra |
Replace enstring with concat or xstrdup.
|
defdist.c
|
1.15 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
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 ... |
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.3 |
6 years |
alexk |
Add sysnotice() alongside the other logging calls
|
mkstemp.c
|
1.1 |
6 years |
rra |
Add an implementation of mkstemp for platforms that don't have it.
|
mmap.c
|
1.3 |
6 years |
rra |
Need to include inn/messages.h.
|
parsedate.y
|
1.18 |
5 years |
rra |
Remove SUPPRESS comments for lint.
|
perl.c
|
1.23 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
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.8 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
radix32.c
|
1.5 |
5 years |
rra |
Remove all uses of register.
|
readin.c
|
1.9 |
5 years |
rra |
Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the
include ... |
remopen.c
|
1.23 |
5 years |
rra |
Remove all the (void) casts on function calls whose return values that
we're int... |
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... |