aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libglouglou: traceroute delayLaurent Ghigonis2013-06-081-0/+1
|
* libggnet: traceroute sends packets in TCP and ICMPLaurent Ghigonis2013-06-071-3/+1
|
* libglouglou: missing var declarationLaurent Ghigonis2013-06-061-0/+1
|
* libglouglou: add get_iface(ip) to get interface to use to reach an IPLaurent Ghigonis2013-06-061-0/+17
|
* convert to tabs, and fix some indent manualyLaurent Ghigonis2013-06-051-57/+57
| | | | no functionnal change
* droppriv(): ability not to chroot, and to chroot in a specific directoryLaurent Ghigonis2012-12-021-3/+7
| | | | WARNING: droppriv() API breakage
* prefix log_* functions by gg_Laurent Ghigonis2012-12-021-7/+7
|
* source cleanup and utils improvementsLaurent Ghigonis2012-12-021-0/+196
* move utils functions to utils.c * add log functions * use an ifndef for the whole libglouglou.h for multiple inclusion * move gg_packet_props to libglougloud.c and set it as extern in libglouglou.h