summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-10Ooops. A debug printf sneaked in. Sorry about that.Paul Irofti
2012-07-10Place declarations for internal radix functions inside radix.c, stopBret Lambert
2012-07-10move some shit around to (more or less) where it belongsMarc Espie
2012-07-10More wraping and style.Paul Irofti
2012-07-10Remove a hack that was intended for groff-1.15 bug compatibility:Ingo Schwarze
2012-07-10WrapPaul Irofti
2012-07-10fix pexpAlexander Hall
2012-07-10fix regexp in pexpAlexander Hall
2012-07-10* implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze
2012-07-10since disklabel -W is no more, zap it from all the install.md'sAlexander Hall
2012-07-10Rename "life" to "lifetime" to match iked.Lawrence Teo
2012-07-10bye-bye Getopt::LongMarc Espie
2012-07-10Fix usage.Nicholas Marriott
2012-07-10disable lidsuspend on shutdownAlexander Hall
2012-07-10make pkill -l print the proper processes also when the invert (-v)Alexander Hall
2012-07-10Add ~R command to start recording output to a file.Nicholas Marriott
2012-07-10Kill trailing whitespaces.Alexander Bluhm
2012-07-10Add a test suite to route ip packets through a box running pf. YouAlexander Bluhm
2012-07-10use the value actually passed to the functionEric Faurot
2012-07-10clean-up shit, pull some of LT::Util into ltconfig objectMarc Espie
2012-07-10Use function to restore termios and add ~X to help.Nicholas Marriott
2012-07-10Trim some unused externs.Nicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-10Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in thePhilip Guenthe
2012-07-10Stop pulling in <sys/param.h>Philip Guenthe
2012-07-10bsearch() doesn't belong here (it's in <stdlib.h>)Philip Guenthe
2012-07-10For setsockopt(SO_{SND,RCV}TIMEO), convert the timeval to ticks usingPhilip Guenthe
2012-07-10Add builtin XMODEM send support with ~X, only tested with lrz -X so far.Nicholas Marriott
2012-07-10full support for -static -shared -prefer-pic -prefer-non-pic -fpie*Marc Espie
2012-07-10pass the option string along as a 4th parameter, in cases canonical isMarc Espie
2012-07-10nitMarc Espie
2012-07-10dd all kinds of funky tests for compile modeMarc Espie
2012-07-10- simplify the scheduler loop logic further, it is ridiculously simple nowGilles Chehade
2012-07-10+limits.h.Nicholas Marriott
2012-07-10Once we've set up termios, lines need to be \r\n terminated, and we needNicholas Marriott
2012-07-10more config, sort stuff for easier spottingMarc Espie
2012-07-10move set prio/tos into OPTIONS; ok henningJason McIntyre
2012-07-10Try to cleanup the macro magic because of socket spliceing. Since structClaudio Jeker
2012-07-10use PFSTATE_SCRUBMASKHenning Brauer
2012-07-10define a PFSTATE_SCRUBMASK. relying on numeric order of flags is stupidHenning Brauer
2012-07-10closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appear...Nicholas Marriott
2012-07-10Allow an implicit address family for af-to rules. If the addressAlexander Bluhm
2012-07-10intermediate hack^Wugly "fix" to prevent spurious "scrub ()" printsHenning Brauer
2012-07-10Better handling of servname in getaddrinfo_async. Do not necessarilyEric Faurot
2012-07-10set { ... } -> set ( ... )Henning Brauer
2012-07-10Implement ~C.Nicholas Marriott
2012-07-10Restore termios and signal handlers before ~$ so ^C will kill child.Nicholas Marriott
2012-07-10in_scrubprefix needs the same netmask checking as in_addprefix (which wasClaudio Jeker
2012-07-10Add a ~S escape to change the speed interactively (not using ~s sinceNicholas Marriott
2012-07-10Add first cut of replacement for tip/cu. Not linked to the build.Nicholas Marriott