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
...
*
Note proxying correctly.
Roy Marples
2016-02-26
*
Add eloop from dhcpcd for kqueue(2) and epoll(7) support.
Roy Marples
2016-02-26
*
All platforms now support getline(3).
Roy Marples
2016-02-25
*
Use calloc here.
Roy Marples
2016-02-25
*
Remove syslog from here, errors reported higher up.
Roy Marples
2016-02-25
*
add more debug flags
Roy Marples
2016-02-25
*
Clean some compiler warnings
Roy Marples
2016-02-25
*
Actually work with half proxy
Roy Marples
2014-10-21
*
Add the halfproxy command to ignore requests from the unspecified address.
Roy Marples
2014-10-21
*
Add fossil support.
Roy Marples
2014-04-23
*
Remove .gitignore as we're now using fossil
Roy Marples
2013-12-22
*
Release parpd-1.5
parpd-1.5
Roy Marples
2010-04-21
*
Ensure that we handle our buffer correctly.
Roy Marples
2010-04-21
*
Add (c) to Copyright
Roy Marples
2009-05-01
*
Go back to using git
Roy Marples
2009-04-30
*
Release parpd-1.4
parpd-1.4
Roy Marples
2009-04-24
*
Fix compile on BSD.
Roy Marples
2009-04-24
*
Remove OS specific code to detect interfaces and use getifaddrs instead.
Roy Marples
2009-04-24
*
Check if daemon call worked or not.
Roy Marples
2009-04-24
*
Remove .depend before creating it.
Roy Marples
2009-04-24
*
Release 1.3
parpd-1.3
Roy Marples
2009-04-20
*
mandoc mandates the presence of .Os
Roy Marples
2009-03-12
*
~0U is better than just ~0 for this.
Roy Marples
2008-10-29
*
Allow default parpd.conf location to be tunable.
Roy Marples
2008-10-27
*
Release 1.1.1
parpd-1.1.1
Roy Marples
2008-10-27
*
We don't install an example parpd.conf, so remove this.
Roy Marples
2008-10-27
*
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
[prev]