index
:
parpd.git
master
Proxy ARP Daemon, complies with RFC 1027.
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Release 1.1
parpd-1.1
Roy Marples
2008-10-17
*
No need to check the ip alone.
Roy Marples
2008-10-17
*
Store the network ID instead of IP.
Roy Marples
2008-10-17
*
Cast to void * to avoid compiler warnings on Sparc64.
Roy Marples
2008-10-15
*
Compile fixes for FreeBSD-6
Roy Marples
2008-10-15
*
We are only removing ifaces without pents, so this free was a non op.
Roy Marples
2008-10-14
*
If hwaddr is a comment then make it NULL.
Roy Marples
2008-10-14
*
Introduce the interface command in parpd.conf. This should be flexable enough...
Roy Marples
2008-10-14
*
Add more comments.
Roy Marples
2008-10-14
*
Optimize get_word a little and describe its function.
Roy Marples
2008-10-14
*
Add a fgetln wrapper for non BSD systems. Use glibc getline near equivalent i...
Roy Marples
2008-10-14
*
Save a few hundred bytes by using fgetln instead of our custom get_line funct...
Roy Marples
2008-10-14
*
Use sscanf to pull directly onto ifr. This saves needing a buffer at all :)
Roy Marples
2008-10-13
*
Punt xmalloc and friends. Move get_line to parpd.c and use a macro snprintf t...
Roy Marples
2008-10-13
*
We don't really have these functions from dhcpcd.
Roy Marples
2008-10-08
*
We should not redefine UNCONST here.
Roy Marples
2008-10-08
*
Fix reporting.
Roy Marples
2008-10-07
*
Initial import.
Roy Marples
2008-10-07